
@font-face {
  font-family: 'ttf_regular';
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/_vue/Regular.ttf');
  font-display: swap;
}


@font-face {
  font-family: 'ttf_bold';
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/_vue/Bold.ttf') ;
  font-display: swap;
}

body {
	font-size: 16px;
    font-family: inherit;
    font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}

h1,h2{
  font-family: 'ttf_bold';
  text-align: center;
}
h1 {
    text-align: center;
    opacity: 0.8;
}
h1 svg {
    margin-bottom: -2px;
    margin-right: 2px;
}
h2 svg {
    margin-bottom: -4px;
    margin-right: 4px;
}
hr {
    margin: 4px;
}
.help_bt {
    position: relative;
    top: -10px;
    left: -6px;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}
.help_bt:hover,.cardtool_submit{
	cursor: pointer;
}

#my_body {
  display: flex;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  min-height: 100%;
}
#nav_top {
  position: fixed;
  padding: 6px 4px;
  display: flex;
  top: auto;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav_top .ic{
  margin:0;
}
#navtitle{
	margin: auto;
    display: flex;
}
html.s #navtitle,html.l #navtitle{
	margin: auto;
	margin-left: 6px;
}
#sitename {
  margin: -3px auto;
  margin-left: 6px;
  font-size: 26px;
}
p
{margin: auto;
max-width: 600px}


/*/////////////////////////// base */

#main_side {
    padding-top: 35px;
    max-height: 100%;
    overflow: auto;
    margin: 0 auto;
    width: -webkit-fill-available;
    display: grid;
    grid-template-rows: auto 1fr auto;
}
#left_side {
    padding: 0 6px;
    max-height: 100%;
    transition-duration: 300ms;
    min-height: 100%;
    border-right: solid 1px;
	overflow: auto;
	min-width: fit-content;
}
#left_side_off {
    transition-duration: 300ms;
    height: 100%;
}
#right_side {
    padding: 6px;
    max-height: 100%;
    overflow: auto;
    transition-duration: 300ms;
    min-height: 100%;
    border-left: solid 1px;
    min-width: 200px;
    z-index: 300;
    max-width: 210px;
}

#right_side_off {
    transition-duration: 300ms;
    height: 100%;
    width: 100%;
    z-index: 200;
}

#right_side p,#left_side p {
    display: flex;
    margin: 0;
}
a {
    text-decoration: none;
    padding: 8px 0;
    padding-right: 8px;
    white-space: nowrap;
    border-radius: 6px;
}
.bt {
  appearance: auto;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  color: buttontext;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
}

/*/////////////////////////// s */

html.s #left_side {
	left: 0;
right: 0;
  position: fixed;
  bottom: -150%;
  z-index: 1400;
  width: 100%;
  min-height: fit-content;
  overflow: hidden auto;
}
#left_side .bottom-marge{
height:32px;
}
html.s #main_side .bottom-marge{
height:64px;
}


html.s #left_side_off {
  position: fixed;
  bottom: 0;
  z-index: 300;
}
html.s #left_side.show{
left: 0;
right: 0;
bottom: 0;
width: auto;
}
html.s #left_side_off.show{
left: 0;
width: 100%;
}
/*/////////////////////////// L */

left_side {
  padding-top: 54px;
}
#right_side {
  position: fixed;
  right: -100%;
}
#right_side_off {
  position: fixed;
  right: -100%;
}
#right_side.show {
right: 0;
}
#right_side_off.show {
right: 0;
}

#right_side {
  position: fixed;
  right: -150%;
}

#right_side_off {
  position: fixed;
  right: -150%;
}

#right_side.show,html.s #right_side_off.show {
right: 0;
}



#fab {
    
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    padding: 12px;
	z-index: 1600;
}


#nav-icon {
width: 42px;
    height: 42px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
display: block;
    position: absolute;
    height: 6px;
    width: 42px;
    border-radius: 9px;
    opacity: 1;
    left: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#nav-icon span:nth-child(1) {
  top: 4px;
}

#nav-icon span:nth-child(2) {
  top: 18px;
}

#nav-icon span:nth-child(3) {
  top: 32px;
}



#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
      top: 18px;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
      top: 18px;
}

#nav-icon.open span:nth-child(2) {
  top: 18px;
  width: 0%;
  left: 50%;
}



.menu_head{
  display: flex;
  height: 24px;
  margin: 0 -6px;
  margin-bottom: 12px;
  padding: 0 6px;
}
/* hover */
.ic:hover{
  cursor: pointer;
}
/* tools */
.tutch_left{
  margin-left: 0 !important;
}
.tutch_right{
  margin-right: 0 !important;
}
.push_left{
  margin-left: auto !important;
}
.push_right{
  margin-right:auto !important;
}
.auto{
  margin:auto;
}
.flex{
  display: flex !important;
}
.line_result{
  display: flex;
  margin: -8px 0;
}

html.l .smart,html.xl .smart{
  display: none !important;
}
html.xl .midle_smart{
  display: none;
}
html.s .un_smart{
  display: none;
}
/* zz */

a svg{
  margin-bottom: -6px;
  margin-right: 8px;
}

form input{
  font-size: 0.9em;
  padding: 2px 4px;
  min-width: 90px;
}
form input[type="text"],input[type="color"]{
	width:100%;
}
.check_line
{
  display: flex;
  border: solid 1px;
  padding: 4px;
  margin-bottom: 4px;
}
.check_line label
{
  width: 100%;
}
.check_line label.lvl {
    text-align: end;
}
.check_line input[type="checkbox"]
{
  width: 32px;
  margin-left: 4px;
}


.dial{
  max-width: 300px;
  margin: auto;
}
#alert {
  border: solid 1px;
  width: 95%;
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#alert_off {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}



#alert_head{
  padding: 8px;
  display: flex;
}
#alert_body{
  padding: 8px;
}

.search_bt {
  background: none;
  border: none;
  margin-left: -36px;
}
/* zz */
form, form h2{
margin: auto;
}
textarea {
  height: 250px;
  width: 100%;
  padding: 6px;
  font-size: 0.9em;
}
.submit_div input[type="submit"] {
  margin-left: auto;
  width: fit-content;
  border: none;
  border-bottom-left-radius: 12px;
  padding: 4px 12px;
}
.submit_div{
  display: flex;
}


.infos a{
text-decoration-line: underline;
    text-underline-offset: 2px;
    font-weight: bold;
    font-family: sans-serif;
	    margin-right: -8px;
}
.infos a svg{
    margin-bottom: -7px;
}

.infos ul{
    margin-top: -4px;
    margin-bottom: -4px;
}


html.l .coline,html.xl .coline{
  display: flex;
}



.list_infos{
  margin: auto;
  margin-right: 2px;
}
.list_tag 
{
  margin-left: -2px;
}
.Qline
{
  display: flex;
}
.Qline label
{
  width: 30px;
  border: solid 1px;
  text-align: center;
}

.preview{
	width: 30px; 
	height: 30px;
	margin:auto;
}

.editimg{
	max-width:100%;
}
.headimg_cont{
	width:100%;
	display:flex;
}
.user_headimg_cont{
    max-width: 200px;
    margin: auto;
    height: 125px;
    display: flex;
    margin-bottom: 32px;
    margin-top: 22px;
    border-radius: 12px;
}
.headimg{
	margin: auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
html.s .headimg{
	 height: 100px;
}
html.l .headimg{
	 height: 120px;
}
html.xl .headimg{
	 height: 200px;
}
   


.hiden{
	display:none;
}

.tagline {
    text-align: center;
    margin: 8px auto;
}

#com_edit {
	    height: auto;
}

.lineresultP {
	margin-left: 0;
}
.clearcom{
	width:77px;
	margin-left:auto;
}

.slideshow_CONT{
	width:100%;
	display: flex;
}
.slideshow {
	display: flex;
	width: 100%;
    flex-wrap: wrap;
	justify-content: center;
}


.card{
    width: 260px;
    height: 100px;
    border: solid 1px #cfcfcf;
    border-radius: 8px;
    margin: 6px 4px;
    filter: drop-shadow(3px 2px 7px #0000001c);
    background: #f3f6f9;
    overflow: hidden;
}
html.s .card {
	width: 100%;
}




.card:hover ,.user_card:hover{
	transform: translate(-2px, 4px);
	filter: drop-shadow(0px 0px 0px #0000001c);
}
.card_img_CONT{


}
.card_img{
z-index: 100;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


html.s .card_img{

    max-height: 750px;


}
.cardname_CONT{
	position: absolute;
    width: 100%;
    z-index: 200;
    background: white;
    margin-bottom: 0;
    bottom: 0;
}
.card.withet .cardname_CONT{
	position: absolute;
    width: 100%;
    z-index: 200;
    background: white;
    bottom: 0;
}
.cardname{
padding: 6px 0px;
    width: 250px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.cardname > img{
    width: 20px;
    margin-bottom: -4px;
    margin-right: -4px;
}

html.s .cardname {
	width: 100%;
}

.cardtagline{

   padding: 6px 0px;
    width: 250px;
	text-align: center;
}
html.s .cardtagline {
	width: 100%;
}



/* dd */







.user_card{
    width: 260px;
    height: 202px;
    border: solid 1px #cfcfcf;
    border-radius: 8px;
    margin: 6px 4px;
    filter: drop-shadow(3px 2px 7px #0000001c);
    background: #ffffff;
    overflow: hidden;
}
html.s .user_card {
	width: 100%;
}


.user_card_img_CONT{
    height: 120px;
	    padding-top: 4px;

}
.user_card_img{
object-fit: cover;
    width: 150px;
    height: 145px;
    border-radius: 50%;
	display: block;
  margin: auto;

}


html.s .user_card_img{

    max-height: 750px;


}
.user_cardname_CONT{
	position: absolute;
    width: 100%;
    z-index: 200;
    background: white;
    margin-bottom: 0;
    bottom: 0;
}
.user_card.withet .user_cardname_CONT{
	position: absolute;
    width: 100%;
    z-index: 200;
    background: white;
    bottom: 0;
}
.user_cardname{
padding: 6px 0px;
    width: 250px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.user_cardname > img{
    width: 20px;
    margin-bottom: -4px;
    margin-right: -4px;
}





/* ss */





.seecard,.hidecard{
	max-width: 600px;
    margin: 4px auto;
    filter: drop-shadow(3px 2px 7px #0000001c);
    overflow: hidden;
}
html.s .seecard,html.s .hidecard{
    margin: 4px ;
}



html.s .hidecard,html.l .hidecard{
	padding: 4px 0;
}
.seecard h1,.seecard h2,.hidecard h1,.hidecard h2{
	margin:0;
}
.seecard p{
	padding: 8px;
}
.seecard h1{
width: fit-content;
    margin: auto;
    padding: 0 50px;
    margin-top: 12px;
}
.seecard hr{
    margin-top: -1px;
}
.seecard .tagline{
margin-bottom: 18px;
    margin-top: 22px;
    font-weight: bold;
    border-bottom: solid 1px;
    width: fit-content;
    padding: 0 22px;
}

.seecard .infos {
	margin-top: 8px;
	font-family: Marr Sans, Arial, Roboto, sans-serif;
}


p.infos {
	padding: 8px;
}

.line_select{
	display:flex;
}
.line_select select{
	margin-left:auto;
	height: 26px;
}
#zoomdiv{
    border: solid 1px;
    width: fit-content;
    border-radius: 4px;
    overflow: hidden;
	margin: auto;
	margin-top: 8px;
}
html.s #zoomdiv{
	margin: 0;
	margin-top: 8px;
}


#zoomdiv button {
	padding: 0px 8px;
    margin: -4px auto;
    font-size: 28px;
}

#zoomdiv p {
    margin: auto 4px;
	padding: 0 6px;
}

#pieddepage_count{
	display: contents;
}
#pieddepage{
	margin-top: auto;
    min-height: 45px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0 8px;
}


#main_side_count {
    display: block;
	margin-bottom: 64px;
}

#search_input {
    border-radius: 4px;
}

.reset{
	width:90px;
}

.line_action :first-child {
	flex-wrap: wrap;
    justify-content: center;
}


.line_action hr{
	margin-top:-1px;
}
.line_action .flex,.line_action h2,.line_action form{
	margin-bottom:0;
}
.line_action .flex{
	margin-left:6px;
	margin-right:2px;
}
.line_action h2{
    margin-right: auto;
	margin-bottom: -4px;
}
.line_action select {
    margin-top: auto;
	font-size: 1em;
}
.line_action .flex {
	margin: 0;
}

.line_result_img{
	max-width: 40px;
    max-height: 40px;
    margin: auto 4px;
    object-fit: cover;
}
.line_result a{
    margin: auto ;
	margin-left: 2px;

}
.line_legende{
	display:flex;
}
.line_legende_infos{
	margin: auto ;
	margin-right: 2px;
}
.result_type{
	font-size: 0.8rem;
    padding: 0 6px !important;
}

.result_a{
    padding: 0 6px !important;
	margin-bottom: 12px;
}
.search_type {
	margin: auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.search_type input[type="submit"] {
    width: 20px;
}
#cardtool{
	display:flex;
	padding-right: 6px;
}

.cardtool_submit{
	height:25px;
	margin: 2px;
}

.cardtool_submit input[type="submit"] { display: none;}


.hameux_cardname_CONT{
margin-top: -32px;
display: flex;	
}

.hameux_cardname{
    background: white;
    padding: 2px 12px;
    border: solid red;
    border-radius: 4px;
}
.toppageimg{
	display:flex;
}
.toppageimg img{
	margin:auto;
}
.thumb {
height: 24px;
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    padding: 0 2px;
}
.thumb p{
	padding:4px;
}
.filter_result{
	display:flex;
	border : solid 1px;
}
.filter_result a{
	padding:6px;
}

.filter_result_name{
	margin-left: 0;
    user-select: none;
}
.filter_result_val{
	margin: 0;
}




.search_form{
	width: 100%;
    display: flex;
    flex-flow: column;
}
.search_txt{
	display: flex;
	width: 100%;
}

.search_filter{
	display: flex;
	margin: auto;
	margin-bottom: 12px;
	flex-flow: wrap;
	justify-content: center;
}
.search_filter select{
	height:28px;
}
.search_filter label{
	    height: 28px;
    padding: 0px 8px;
    align-content: space-around;
}
.search_filter a{
	    height: 28px;
    padding: 0px 8px;
    align-content: space-around;
}


.search_order{
	display: flex;
	width: 100%;
}
.search_order select{
	margin: auto;
	margin-right:0;
}
.icA{
	padding:0;
	width: 24px;
	margin-right: 8px;
}
