@charset "utf-8";
/* CSS Document */

.error-message
{
	color:#F00;
	font-size:13px;
}

html
{
	height:100%;
	background: #000;  /*background: #1A171B;*/
	color: #FFF;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
}

a, div, li
{
	outline:none;
}

input::-moz-focus-inner
{
    border:0;
}

img
{
	margin:0px;
	padding:0px;
	border:none;
}

.page
{
	width:980px;
	margin:0px auto 0 auto;
	z-index: 5;
	top: 55px;
	position: relative;
}

body 
{ 
	margin:0; 
	padding:0; 
	height:100%;
}

#index
{
	background: url(../images/titre/logo.gif) no-repeat center center, #000;
	height:100%;
}

.vi
{
	margin:10px;
	-webkit-box-shadow: 4px 4px 5px 1px rgba(255, 255, 255, 0.1), -4px -4px 5px 1px rgba(255, 255, 255, 0.1), -4px 4px 5px 1px rgba(255, 255, 255, 0.1), 4px -4px 5px 1px rgba(255, 255, 255, 0.1);
	box-shadow: 4px 4px 5px 1px rgba(255, 255, 255, 0.1), -4px -4px 5px 1px rgba(255, 255, 255, 0.1), -4px 4px 5px 1px rgba(255, 255, 255, 0.1), 4px -4px 5px 1px rgba(255, 255, 255, 0.1);

	
}

.vi:hover
{
	-webkit-box-shadow: 2px 2px 5px 1px rgba(255, 255, 255, 0.1), -2px -2px 5px 1px rgba(255, 255, 255, 0.1), -2px 2px 5px 1px rgba(255, 255, 255, 0.1), 2px -2px 5px 1px rgba(255, 255, 255, 0.1);
	box-shadow: 2px 2px 5px 1px rgba(255, 255, 255, 0.1), -2px -2px 5px 1px rgba(255, 255, 255, 0.1), -2px 2px 5px 1px rgba(255, 255, 255, 0.1), 2px -2px 5px 1px rgba(255, 255, 255, 0.1);

	
}

.lightbox
{
	display: inline-block;
	position:relative;
	overflow:hidden;
}


figcaption 
{
	position:absolute;
	padding:10px; 
	margin:0;
	left:0px; 
	right:0px;
	bottom: -6em;
	text-align:center;
	color: #FFF;


	font-size: 13px;
	/*transition:all .7s;*/

	bottom:4px;
	background: #000;
	background: rgba(0,0,0,0.5);
}

/*.lightbox:hover figcaption
{
	bottom:4px;
	background: #000;
	background: rgba(0,0,0,0.8);
}*/



/* ------------------------------------------------------------------------------ */
/* -------------------------- MESSAGE FLASH ----------------------- */

.supflash 
{
	display: none;
}

#supflash:checked ~ .alert
{
	display: none;
}



.lblsupflash
{
	display: block;
	cursor: pointer;
}

.sg1, .sg2
{
	margin: auto;
}

.sg1
{
	width: 100%;
	padding-right: 20px;
}

.sg2
{
	font-size: 23px;
	width: 29px;
	border-radius: 50px;
}


.alert-message {

	text-align:center;
	word-wrap: break-word;

	display: flex;
	justify-content: space-around;

	padding: 0.50rem 1rem;

  	margin-top: 52px;
  	border-radius: 0.1rem;
  	margin-bottom: -52px;

  	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

.alert-success
{
	color: #155724;
  	background-color: #d4edda;
}

.alert-info
{
	color: #0c5460;
  	background-color: #d1ecf1;
}

.alert-warning
{
	color: #856404;
  	background-color: #fff3cd;
}


.alert-danger
{
	color: #721c24;
  	background-color: #f8d7da;
}

.alert-link
{
	font-weight: 600;
}

.alert-success .alert-link 
{
  color: #155724;
}

.alert-info .alert-link 
{
  color: #0c5460;
}

.alert-warning .alert-link 
{
  color: #856404;
}

.alert-danger .alert-link 
{
  color: #721c24;
}


/* ------------------------------------------------------------------------------ */
/* ---------------------------------- MESSAGE IE OLD ----------------------------*/

.obsolete
{
	background-color:#CCFFCC;
	border:2px solid #009900;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0px 0px 20px 0px;
	margin-bottom:8px;
	margin-top: 55px;
	color: #000;
}

.obsolete h3
{
	color:#F00;
}

/* ------------------------------------------------------------------------------ */
/* -----------------------------MESSAGE JAVASCRIPT PAS ACTIVé --------------------*/

.no_javascript
{
	margin-top: 50px;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
	text-align:center;
	background-color:#FFFCBF;
	color: #000;
}

/* ------------------------------------------------------------------------------ */
/* -----------------------------MESSAGE CNIL GOOGLE ANALYTIQUE -------------------*/

.message_cnil
{

	margin-top: 50px;
	min-height:35px;
	line-height:35px;
	/*margin-bottom:10px;*/
	text-align:center;
	background:#ffb847;
	margin-top: 50px;
	color: #000;
	word-wrap: break-word;
}

/* -------------------------------------------------------------- */
/* ----------------------------- HEADER ------------------------- */

.header img
{
	float:left;
}


/* -------------------------------------------------------------- */
/* ------------------------------- MENU ------------------------- */

#menu
{	
	background: #000;
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid #FFF;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.8);
}

#onglets_menu
{ 
	margin:0 auto;
	display: table; 
	width: 900px;
	padding: 5px;
	/*font-weight:400;*/
	font-size:19px;
	font-size:1.1875rem;
	position:relative;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;

	behavior:url(http://salonduvaldor.fr/pie/PIE.php) url(http://salonduvaldor.fr/pie/display-table.php);	
}

.line
{
	height:40px;
	display: table-cell;
	-dt-display: table-cell;
	text-align:center;
	vertical-align:middle;
	position:relative;
	background: #111;

	border-right: 1px solid #FFF;

	
}

#onglets_menu a
{
	text-decoration:none;
	color:#FFF;
	height:40px;
	line-height:40px;
	display:block;
	border-radius:22px;
}

.line:first-child
{
	border-left: 1px solid #FFF;
}


.line:hover, .line:focus, .line:active
{
	-webkit-box-shadow: 0px 4px 0px 0px rgba(255, 0, 0, 0.7);
	box-shadow: 0px 4px 3px -1px rgba(255, 0, 0, 0.7);	

	
}

.menu_actif:hover, .menu_actif:focus, .menu_actif:active
{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.4) inset, 0px 4px 0px 0px rgba(255, 0, 0, 0.7);
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.4) inset, 0px 4px 3px -1px rgba(255, 0, 0, 0.7);
	
	
}

.menu_actif
{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.4) inset, 0px 4px 0px 0px rgba(255, 0, 0, 1);
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.4) inset, 0px 4px 3px -1px rgba(255, 0, 0, 1);
	
	
}


.smenu
{
	display: none;
	font-size: 14px;
	margin: 0;
	padding: 0;

}

.sline
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;

	border-bottom: 1px solid white;

}

.sline:hover
{
	border-left: 2px solid red;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.4) inset;

	

}


.line:hover .smenu
{
	display: block;


	position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
    white-space: nowrap; /* Pour que le texte ne revienne pas à la ligne */
    /*left: 1;*/ /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
    top: /*2em*/42px; /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
    white-space: nowrap; /* Pour que le texte ne revienne pas à la ligne */
    /*background: white;*/ /* FIX IE7 : évite que la sous-liste ne disparaisse au moment où le curseur arrive au-dessus */
    margin-top: -2px; /* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l’un à l’autre */

    text-decoration: none;
    text-align: left;
    background: black;
    list-style-type: none;
}





/* -------------------------------------------------------- */
/* ------------------------ FOOTER ------------------------ */

.footer
{
	text-align:center;
	width:980px;

	margin:0 auto;
	padding-bottom: 20px;
	font-size:13px;
	font-size:0.8125rem;
	
	clear:both;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	
	
}

.footer a
{
	color: #FFF;
}

/*-----------------------------------------------------------------------------*/
/*------------------------------- CONTACT--------------------------------------*/

.form_contact
{
	clear:both;
	margin:20px;
}

.form_contact form
{
	padding-bottom:20px;


	position:relative;
	
}

.form_contact h3
{
	height:30px;
	height:1.875rem;
	display:inline-block;
}

.form_contact input[type="text"], .form_contact input[type="mail"]
{
	width:250px;
	/*width:18.75rem;*/
	background-color:rgba(255, 255, 255, 0.3);
}

.form_contact #civilite, .form_contact #categorie
{
	width:254px;
	/*width:18.75rem;*/
	/*background-color:rgba(255, 255, 255, 0.3);*/
	background-color:rgba(255, 255, 255, 0.3);
}

.form_contact option
{
	background-color:rgba(255, 255, 255, 0.3);
}

.form_contact input[type="text"]:focus, .form_contact input[type="mail"]:focus
{
	background-color:rgba(255, 255, 255, 0.7);
}

.form_contact form textarea
{
	height:200px;
	height:12.5rem;
	width:538px;
	width:33.625rem;
	background-color:rgba(255, 255, 255, 0.3);
	font-size:14px;
	font-size:0.875rem;
}

.form_contact form textarea:focus
{
	background-color:rgba(255, 255, 255, 0.7);
}

.form_contact .bouton
{
	width:100%;
	display:inline-block;
	text-align:center;
}

.contact_error
{
	font-size:14px;
	font-size:0.875rem;
	color:#FF0000;
	padding-left:20px;
}

#votre_message
{
	height: 120px;
	width: 490px;
}

.form_contact form span input[type="submit"], .form_contact form span input[type="reset"]
{
	width:120px;
	width:7.5rem;
	height:50px;
	height:3.125rem;
	border-radius:7px;
	font-weight:bold;
	position:relative;
	
	background: #919191;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(5%,#919191), color-stop(10%,#959595), color-stop(15%,#959595), color-stop(20%,#959595), color-stop(25%,#919191), color-stop(30%,#959595), color-stop(35%,#959595), color-stop(40%,#959595), color-stop(45%,#919191), color-stop(50%,#959595), color-stop(55%,#959595), color-stop(60%,#959595), color-stop(65%,#919191), color-stop(70%,#959595), color-stop(75%,#959595), color-stop(80%,#959595), color-stop(85%,#919191), color-stop(90%,#959595), color-stop(95%,#959595), color-stop(100%,#959595));
	background: -webkit-linear-gradient(-45deg,  #919191 5%,#959595 10%,#959595 15%,#959595 20%,#919191 25%,#959595 30%,#959595 35%,#959595 40%,#919191 45%,#959595 50%,#959595 55%,#959595 60%,#919191 65%,#959595 70%,#959595 75%,#959595 80%,#919191 85%,#959595 90%,#959595 95%,#959595 100%);
	background: linear-gradient(135deg,  #919191 5%,#959595 10%,#959595 15%,#959595 20%,#919191 25%,#959595 30%,#959595 35%,#959595 40%,#919191 45%,#959595 50%,#959595 55%,#959595 60%,#919191 65%,#959595 70%,#959595 75%,#959595 80%,#919191 85%,#959595 90%,#959595 95%,#959595 100%);
	-piebackground: -webkit-linear-gradient(-45deg,  #919191 5%,#959595 10%,#959595 15%,#959595 20%,#919191 25%,#959595 30%,#959595 35%,#959595 40%,#919191 45%,#959595 50%,#959595 55%,#959595 60%,#919191 65%,#959595 70%,#959595 75%,#959595 80%,#919191 85%,#959595 90%,#959595 95%,#959595 100%);
	
	
}

.form_contact form span input[type="submit"]:hover, .form_contact form span input[type="reset"]:hover, .form_contact form span input[type="submit"]:focus, .form_contact form span input[type="reset"]:focus, .form_contact form span input[type="submit"]:active, .form_contact form span input[type="reset"]:active
{
	box-shadow:0px 0px 5px 50px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow:0px 0px 5px 50px rgba(255, 255, 255, 0.3) inset;
}

.label_form_contact
{
	display:inline-block;
	width:100px;
	text-align:right;
}


.form_contact form
{
	width:60%;
	min-width:560px;
	min-width:35rem;
	max-width:900px;
	max-width:56.25rem;
	text-align:left;	
	padding-left:23px;
}

.contact_haut
{
	display: flex;
}

.contact_left
{

}

.map_google
{
	width: 333px; 
	height: 500px; 
	border: 2px solid #858585; 
	margin:50px 15px 15px 50px;
	/*position:relative;*/
	
	
}

.map_google:hover, .map_google:active, .map_google:focus
{
	border: 2px solid #87CDE9;
}

.contact_right
{
	/*position:relative;
	float:right;*/
	/*width:550px;
	height:300px;*/
}

.contact_right a
{
	color: #FFF;
}

.adresse_boutique
{
	position:absolute;
	
	width:270px;
	
	left:-40px;
	top:30px;

	color: black;

	background:#87CDE9;
	background:rgba(255,255,255,0.8);
	padding:10px;
	border-radius:5px;
	
	
}

.horaire_boutique
{
	position:absolute;
	
	width:250px;
	width:15.625rem;
	
	left:450px;
	top:200px;

	color: black;

	background:#87CDE9;
	background:rgba(255,255,255,0.8);
	padding:10px;
	border-radius:5px;
	
	
}


.adresse_facade
{
	position:absolute;
	left:-100px;
	top:20px;
	
	width:800px;
	height:271px;

	background-color:#F6CBCE;;
	background-color:rgba(16,156,212,0.5);

	border-radius:5px;
	overflow: hidden;
	
	
	
	
}

.contact_central
{
	position:relative;
	/*float:right;*/
	width:550px;
	height:300px;
}


.discover
{
	display: none;
}


/*----------------------------------------------------------------------------*/
/*-------------------------------- PARTENAIRE --------------------------------*/

.contenu_partenaires
{
	min-height: 500px;
}

.partenaire a
{
	text-decoration:none;
}

#logo_gdb
{
	/*left: -100px;*/
	/*top: -50px;*/
	/*position: relative;*/
}

#logo_lada
{
	/*left: 70px;*/
	/*top: 40px;*/
	/*position: relative;*/
}

#logo_isa
{
	/*left: 50px;*/
	/*top: 20px;*/
	/*position: relative;*/
}

#logo_meillant
{
	/*left: -40px;*/
	/*top:20px;*/
	/*position: relative;*/
}

#logo_clerc
{
	/*top:90px;*/
	/*left:-30px;*/
	/*position: relative;*/
}

#logo_cd
{
	/*top:80px;*/
	/*left: 50px;*/
	/*position: relative;*/
}


/*----------------------------------------------------------------------------*/
/*---------------------------------- index -----------------------------------*/


.contenu_index
{
	min-height:550px;
	display: flex;
}

.gauche_index
{
	width:60%;
	text-align:justify;
	display: inline-block;
}

.gauche_index h1
{
	width: 90%;
	text-align: right; 
	font-weight: 100
}


.droite_index
{
	/*float:right;*/
	display: inline-block;
	width: 40%;
}


.g1
{
	float:left;
	width:50%;
	margin-top: 2px;
	text-align: justify;
}

.c1, .d2 {
	text-align: justify;
}

.g1 p, .d2 p, .c1 p, .droite_galeries, .droite_prix
{
	line-height: 25px;
}

.d1
{
	float:right;
	width:44%;
	text-align: center;
}

.g2
{
	float:left;
	width:45%;
	margin-left:22px;
	margin-top: 20px;
	text-align: center;
}

.d2
{
	float:right;
	width:51%;
}



h2
{
	box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 1), 0px 3px 0px 0px rgba(255, 0, 0, 1);
	text-align: left;
}

.fb-like-box
{
	color: #FFF;
}

.exposant {
	width: 100%; 
	display: inline-block; 
	text-align: left; 
	height: 25px; 
	font-size: 15px;
}



.exposant a
{
	color: #FFF;

}

.exposant a:hover, .exposant a:active, .exposant a:focus
{
	color: #F00;
}



.link_index_cookie
{
	color: #000;
	text-decoration: none;
}

.index_cookie
{
	height: 40px;
	width: 100%;
	background-color: #ddd;
	line-height: 40px;
	text-decoration: none;
}

.index_cookie:hover
{
	
	background-color: #ccc;
	/*text-decoration: underline;*/
}







/*----------------------------------------------------------------------------*/
/*--------------------------------- Galeries ---------------------------------*/

.contenu_galeries
{}

.gauche_galeries
{
	float: left;
	width: 75%;
}

.cadre_galerie
{
	min-height: 420px;
	float: left;
}

.cadre_galerie h3
{
	text-align: left;
}

.sstitre
{
	font-size: 14px;
}

.cadre_haut
{
	/*float: left;*/
}

.cadre_haut a
{
	top:4px;
}

.cadre_bas
{
	clear: both;
	text-align: left;
}

.cadre_bas li
{
	margin-top:3px; 
}


.cadre_gauche
{
	float: left; 
	width: 200px;
}

.cadre_droit
{
	float: right; 
	width: 68%; 
	text-align: justify;
}

.cadre_droit p
{
	line-height: 25px;
}

.img_galerie
{
	float: left;
	height: 161px; 
	width: 215px;
	overflow: hidden;
}


.droite_galeries
{
	float: right;
	width: 20%;

	-webkit-box-shadow: -2px 0px 0px 0px rgba(255, 255, 255, 1), inset 8px 0px 5px -5px rgba(255, 255, 255, 0.5);
	box-shadow: -2px 0px 0px 0px rgba(255, 255, 255, 1), inset 8px 0px 5px -5px rgba(255, 255, 255, 0.5);


}

.droite_galeries a
{
	color: #FFF;
	text-decoration: none;
}

.droite_galeries a:hover, .droite_galeries a:active, .droite_galeries a:focus
{
	color: #F00;
}


.pagi img
{
	margin-bottom: -5px;
}

.cadre_invite
{
	width: 700px;
}

.cadre_invite_gauche
{
	display: inline-block;
	/*margin-right: 30px;
	margin-left: 45px;
	margin-top: 30px;*/
}

.cadre_invite_droite
{
	display: inline-block;
	margin-left: 30px;
}

.invite span
{
	width: 100%;
	text-align: center;
	display: inline-block;

}

.invite
{

	
}

.cadre_invite a
{
	color: #FFF;
	text-decoration: none;
}

.cadre_invite a:hover, .cadre_invite a:active, .cadre_invite a:focus
{
	color: #F00;
}


/*----------------------------------------------------------------------------*/
/*------------------------------- association --------------------------------*/

.contenu_association
{
	text-align: left;
}

.gauche_association
{
	float: left;
	width: 40%;
}

.membre
{
	margin-left: 30px;
	margin-bottom: 5px;
}

.image_membre
{
	float: left;
}

.etatcivil_membre
{
	float: left;
	padding-left: 10px;
}

.texte_min
{
	font-size: 14px;
}

.droite_association
{
	float: right;
	width: 59%;
	text-align: justify;
}

.droite_association p
{
	line-height: 25px;
}

.droite_association .slider
{
	margin-left: 50px;
}

.bas_association_gauche, .bas_association_droite 
{
	float: left;
	width: 400px;
}



/*----------------------------------------------------------------------------*/
/*----------------------------------- prix -----------------------------------*/


.gauche_prix
{
	float: left;
	width: 80%;
}

.droite_prix
{
	float: right;
	width: 20%;

	box-shadow: -2px 0px 0px 0px rgba(255, 255, 255, 1), inset 8px 0px 5px -5px rgba(255, 255, 255, 0.5);

}

.droite_prix a
{
	color: #FFF;
	text-decoration: none;
}

.droite_prix a:hover, .droite_prix a:active, .droite_prix a:focus
{
	color: #F00;
}



.contenu_prix .col
{
	float: left;
	width: 30%;
	margin-right: 25px;
}


.prix
{
	text-align: left;
	word-wrap: break-word;
	margin-bottom: 20px;
	width: 250px;
	float: left;
}

.image_prix
{
	float: left;
	height: 161px; 
	overflow: hidden;
}

.fiche_prix
{
	float: left;
	padding-left: 10px;
	width: 230px;
	font-size: 14px;
	text-align: center;
}

.fiche_prix div
{
	/*word-wrap: break-word;*/
}




/*----------------------------------------------------------------------------*/
/*-------------------------------- Fil ariane --------------------------------*/

#fil-ariane
{
	text-align:left;
	margin-left:20px;
	font-size:12px;
}

#fil-ariane a
{
	color:#000;
}


/*----------------------------------------------------------------------------*/
/*------------------------------ Mention légales -----------------------------*/

.contenu_mention
{
	min-height:490px;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;
	font-family:"Courier New", Courier, monospace;
}

.contenu_mention a
{
	color:#FFF;
}

.contenu_mention p
{
	font-size:14px;
}

.contenu_mention li img
{
	margin-bottom:-3px;
}




/*---------------------------------------------------------------------------------------------------------------------*/


/

.countdown_dashboard {


}

.dash {
	width: 80px;
	height: 70px;
	/*background: transparent url('../images/dash.png') 0 0 no-repeat;*/
	float: left;
	/*margin-left: 20px;*/
	position: relative;

	/*border: 1px solid red;*/
	/*text-align: center;*/
}

.dash .digit {
	font-size: 30pt;
	font-weight: bold;
	float: left;
	width: 30px;
	text-align: center;
	font-family: Times;
	color: #FFF;
	position: relative;
	background: #111;
}

.days_dash {
	/*width: 110px;*/
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 9pt;
	color: #BBB;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}














/* ************************************************** */

.fot:not(:checked),
.fot:checked {
	position: absolute;
	left: -9999px;
}
.fot:not(:checked) + label,
.fot:checked + label {
	position: relative;
	padding-left: 60px;
	padding-top: 4px;
	cursor: pointer;
}
.fot:not(:checked) + label:before,
.fot:checked + label:before,
.fot:not(:checked) + label:after,
.fot:checked + label:after {
	content: '';
	position: absolute;
}
.fot:not(:checked) + label:before,
.fot:checked + label:before {
	left:0; top: 4px;
	width: 38px; height: 14px;
	background: #DDDDDD;
	border-radius: 15px;
	transition: background-color .2s;
	border:1px solid #CCC;
}
.fot:not(:checked) + label:after,
.fot:checked + label:after {
	width: 24px; height: 24px;
	transition: all .2s;
	border-radius: 50%;
	background: #BBB;
	top: 0px; left: 16px;
	box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.4);
}

/* on checked */
.fot:checked + label:after {
	background: #44FF44;
	top: 0px; left: 0px;
}