@font-face {
    font-family: myFirstFont;
    src: url("../fonts/selawksl.ttf");	
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/selawksb.ttf);
	font-weight: bold;
}

@font-face {
    font-family: myTitleFont;
    src: url(../fonts/BaiJamjuree-Bold.ttf);
}

@font-face {
    font-family: myTitleFont2;
    src: url(../fonts/Antro_Vectra_Bolder.otf);
	font-weight: bold;
}



.optionsecoptions {
  padding-left: 10px;
  background: #000;
  cursor: pointer;
  transition: background-color 0.1s ease-in;
}

.optionsecoptions:hover { background-color: #ff6666;}
.optionsecoptions:active { background-color: #404040; color: #fff; }
.selected { background-color: #404040; color: #ffffff; border-left:solid 6px #ff6666; font-weight:bold;}
.selected:hover { background-color: #404040; border-left:solid 6px #3281a9;}

.header-before{opacity: 0.2; -webkit-transition: 400ms ease; transition: 400ms ease;}
.header-after{opacity: 1; border-bottom: solid 1px #d0cbc6;  box-shadow: 2px 0px 10px 0px #3281a9; -webkit-transition: 400ms ease; transition: 400ms ease;}

.titre {font-family: myTitleFont; font-weight: bold; letter-spacing: -0.03em;}
.clTitre{font-size:0.9em; font-weight:bold; letter-spacing:0.05em; text-transform: uppercase;}
.btn-link{text-decoration: none;}
.btn-link:hover {text-decoration:none;}
.btn-link:focus {text-decoration:none; outline:none; outline-style: none; -webkit-box-shadow: none;  box-shadow: none;}
.card{}
.card-header{border:solid 2px #ff6666;}
.btn-warning{background-color:#d3ae87; border:solid 2px #ff6666;}
.btn-warning:hover{color:#FFFFFF; background-color:#ff6666;}



.box{ -webkit-transition: 400ms ease; transition: 400ms ease}
.box:hover{box-shadow: 2px 0px 10px 0px #3281a9; -webkit-transition: 400ms ease; transition: 400ms ease}

.blurClass {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: 800ms ease;
  transition: 800ms ease;
}

.bwimg{filter: grayscale(100%); -webkit-filter: grayscale(100%);}

/*---------FORMS------------------*/

.clFilterSelect{border:none; outline:none; outline-style: none; color:#3281a9; font-weight: bold; font-size: 1.2em; border-radius: 0px; background-color: #FFFFFF;}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #359b87;
}

input:focus + .slider {
  box-shadow: 0 0 1px #359b87;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}
/*-----*/

form .form-row .input-data{
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}
form .form-row .textarea{
  height: 70px;
}
.input-data input,
.textarea textarea,
.input-data select{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
  outline:none;
  outline-style: none;
  border-radius: 0px;
  background-color: #FFFFFF;
  color: #303030;
}
.input-data input:focus ~ label, .textarea textarea:focus ~ label, .input-data select:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label, .input-data select:valid ~ label{
  transform: translateY(-20px);
  font-size: 14px;
  color: #3281a9;
}
.textarea textarea{
  resize: none;
  padding-top: 10px;
}
.input-data label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.textarea label{
  width: 100%;
  bottom: 40px;
  background: #fff;
}
.input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3281a9;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before,
.input-data select:focus ~ .underline:before,
.input-data select:valid ~ .underline:before{
  transform: scale(1);
}
.submit-btn .input-data{
  overflow: hidden;
  height: 45px!important;
  width: 25%!important;
  min-width: 140px;
}
.submit-btn .input-data .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #3281a9, #ff6666, #3281a9, #ff6666);
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner{
  left: 0;
}
.submit-btn .input-data input{
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}


.message {
  display:none;
  background: #FFFFFF;
  color: #303030;
  position: relative;
  padding: 5px;
  margin-top: 5px;
  border: solid 2px #ff6666;
}

.message span {
  padding: 5px 5px;
  font-size: 0.9em;
}


/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
}


.inpSearchCls{border:0px; border:none; height: 40px; background-color:transparent; color: #000; outline:none; border-radius:0px; font-size: 1.3em; width: 100%; padding-left: 10px; }
.inpSearchCls:focus{border:none; outline:none; outline-style: none; -webkit-box-shadow: none;  box-shadow: none; font-size: 1.3em;}


.selectCls{border:0px; border-bottom:solid 1px #FFFFFF; height: 30px; background-color:transparent; color: #85ffde; outline:none; border-radius:0px; font-size: 1em; width: 100%; padding-left: 10px; }
.selectCls:focus{border:solid 1px #FFFFFF; outline:none; outline-style: none; -webkit-box-shadow: none;  box-shadow: none; font-size: 1.1em;}

.txtareaCls{border:solid 1px #FFFFFF; height: 150px; background-color:transparent; color: #FFFFFF; outline:none; border-radius:0px; font-size: 1em; width: 100%; padding-left: 10px; }
.txtareaCls:focus{outline:none; outline-style: none; -webkit-box-shadow: none;  box-shadow: none; font-size: 1.1em;}
.txtareaCls::placeholder{
  color:  #85ffde;
  opacity: 1; /* Firefox */
}

.txtareaClsCom{border:solid 1px #FFFFFF; height: 70px; background-color:transparent; color: #FFFFFF; outline:none; border-radius:0px; font-size: 1em; width: 100%; padding-left: 10px; }
.txtareaClsCom:focus{outline:none; outline-style: none; -webkit-box-shadow: none;  box-shadow: none; font-size: 1.1em;}
.txtareaClsCom::placeholder{
  color:  #85ffde;
  opacity: 1; /* Firefox */
}
.inpChkb{border:solid 1px #1f2422; width: 20px; height: 20px; background-color:#131615;}
.txtarCls{border:solid 1px #FFFFFF; height: 100px; resize: vertical;}



.inputLab{
	display: block;
  	position: relative;
  	cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}

.checkmark {
  position:relative;
  float:left;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border:solid 1px #131615;
}
.inputLab input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* On mouse-over, add a grey background color */
.inputLab:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.inputLab input:checked ~ .checkmark {
  background-color: #ff6666;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.inputLab input:checked ~ .checkmark:after {
  display: block; 
}

/* Style the checkmark/indicator */
.inputLab .checkmark:after {
  left: 6px;
  top: -4px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*---------------------------*/


.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: #ff6666;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}






.cl-footer{font-size:0.8em; letter-spacing: -0.05em; font-family: myTitleFont; font-weight: bold;}



.cl-div-search{top:0px; width: 100%x; min-height: 300px; background-color: #FFF; position: absolute; z-index: 500; overflow-y: scroll; display: none;}
.cl-div-search-reveal{position: fixed; display: block; overflow-y: scroll; -webkit-transition: 400ms ease; transition: 400ms ease}


/*---------------------------*/
.cl-mask{background-color: #000; opacity:0.7; position: fixed; top: 0px; left:0px; width:100vw; height:100vh;}

.cl-menu{ position: fixed; top:0px; right:-100vw; background-color:transparent; height: 100vh; width:100vw; opacity: 0.5;
	-webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 800ms ease-in;
    transition: 800ms ease-in;
}
.cl-menu-reveal{top:0px; right:0; opacity: 1; width: 100vw; height: 100vh;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 800ms ease;
  transition: 800ms ease;
}

.cl-conex{ position: fixed; top:-100vh; height: 200px; opacity: 0;
	-webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: 800ms ease-in;
    transition: 800ms ease-in;
}
.cl-conex-reveal{top:100px; opacity: 1; min-height: 200px; height: auto;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 800ms ease;
  transition: 800ms ease;
}

.cl-avis{ position: fixed; top:-100vh; height: 200px; opacity: 0;
	-webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: 800ms ease-in;
    transition: 800ms ease-in;
}
.cl-avis-reveal{top:50px; opacity: 1; min-height: 200px; height: auto;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 800ms ease;
  transition: 800ms ease;
}


.cl-cook{ position: fixed; top:0; left:0; height: 100vh; width:100vw; display: none;}
	
	
.cl-ms-menu{position: relative; height:0px;  opacity: 0; -webkit-transition: 800ms ease; transition: 800ms ease;}
.cl-ms-menu-reveal{position: relative; height:200px;  opacity: 1; -webkit-transition: 800ms ease; transition: 800ms ease;}

.cl-ms-none{display:none;}
.cl-ms-show{width: 250px; height:30px; overflow-x: scroll; overflow-y: hidden; background-color: #FFF; border-bottom: solid 2px #ff6666; white-space: nowrap;}
.cl-ms-edit{width: 300px; height:40px; background-color: #efefef; border: solid 2px #ff6666; border-radius: 20px; padding-left:10px; color:#303030; font-weight: bold;}
.cl-ms-edit:focus{outline:none; outline-style: none; -webkit-box-shadow: none;  box-shadow: none;}
/*---------------------------*/




/*---------BODY & BTNS & COLORS------------------*/

.btnBlanc{color:#FFFFFF;}
.btnBlanc:hover{color:#FFFFFF;}
.btnNoir{color:#303030;}
.btnNoir:hover{color:#303030;}
.btnViolet{color:#9000ff;}
.btnViolet:hover{color:#9000ff;}
.btnVert3{color:#359b87;}
.btnVert3:hover{color:#359b87;}
.btnVert4{color:#1f2422;}
.btnVert4:hover{color:#1f2422;}
.btnBleu{color:#3281a9;}
.btnBleu:hover{color:#3281a9;}
.bgBleu{background-color: #3281a9;}
.btnRouge{color:#ed4040;}
.btnRouge:hover{color:#ed4040;}
.btnOrange{color:#ff6666;}
.btnOrange:hover{color:#ff6666;}
.bgOrange{background-color: #ff6666;}

.btn-footer{color:#FFF; font-size:0.8em; text-decoration: none;}
.btn-footer:hover {color:#FFF; text-decoration: none;}
.btn-footer-publier{max-width:120px; width:auto; height:24px; margin:0px; padding:15px; letter-spacing: 0.1em; padding-top:5px; font-weight:bold; padding-bottom:4px; font-size:0.75em; background-color: #9000ff; color:#FFFFFF; border-radius:11px; }

a {
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}


body {
	font-family: myFirstFont, Verdana;
    color: #000000;
	font-size: 0.9em;
	background-color: #FFFFFF;
	overflow-x:hidden;
}

.blanc{color: #FFFFFF;}
.gris{color:#202020;}
.noir{color:#303030; }
.rouge{color:#ed4040;}
.vert{color:#359b87;}
.violet{color:#9000ff;}
.bleu{color:#3281a9;}
.orange{color:#ff6666;}
.mint{color:#184637;} 


 
 