	/* general */
/* #bada55 vert pas mal */
 
 
 
 
 
 
 
 
 
 
 
 
 
*{
    margin:0;
    padding:0;
  /* border:1px solid black; */
}

body{
	font-family: 'Source Sans Pro', sans-serif;
font-size: 0.9em;
	clear:both;
}

.clear {
        clear: both;
}

.row{
	width: 960px;
	margin:auto;
}

a{
	text-decoration: none;
	/*color:white;*/
}

a:link{
	color: #1c94c4;
}

a:active {
	color:black;
}

a:hover{
	background-color:#888888;/* bleu */
	color:black;
}


#septjours{
	color:#888888;
	font-size: 1.3em;
}


/* le header sur tout le body */
#header_ct{
	background: url(https://www.ilcoiff.fr/uploads/images/graphismes/bg_header_accueil_def.png) repeat-x;
/*min-height: auto;
min-width: 1024px;*/
width: 100%;
	/* margin-bottom: 0px; */
}

.container#header_ct {
	height: 535px;
}

/* le header de la page */
#header {
        /*background:#0080FF;*/
	/* border:2px solid white; */
}

#header .left_3col {
	width: 755px;
	display: inline-block;
	margin-top:12px;
	margin-bottom:4px;		
}

a.logo:hover {
        background:none !important;
}

#logo{
	display:inline-block;
	vertical-align: middle;
}

@media only screen and (max-width:365px) {
        #logo {
            width:100%;
        }
}

#title_slogan{
	display:inline-block;
	vertical-align: middle;
	width: 455px;
	margin-left: 10px;
	padding-top: 15px;
	font-family: 'hevetica',sans-serif;
	font-size: 29px;
	font-style: italic;
	color:#888888;
	text-shadow: 1px 1px 1px #00ffff;
	}

@media only screen and (max-width:700px) {
    #title_slogan {
        width:auto !important;
    }
}


#telephone{
		display:inline-block;	
		width:190px;
		margin-left: 10px;
		vertical-align: middle;
		color: #000000;
		font-size: 0.8em;
		text-align: right;
	}
	
#telephone span{
	font-size: 1.2em;
}
	
#telephone .top_contact{
	font-size: 1.4em;
	color:#888888;
}

#telephone .top_contact a{
	color:#888888;
}

.sous_slogan{
	font-size:1.17em;
	color:#000000;
}

@media only screen and (max-width:700px) {
    .sous_slogan {
        display:block;
        margin: 0 10px;
    }
}

/* Header des pages autres Accueil */

/* la navigation */
#nav{
	margin-left: 300px;
	/* border:1px solid white; */
	height:40px;
	margin-top: 2px;
	margin-bottom : 0px;
	text-align: right;
}

@media only screen and (max-width:700px) {
    #nav {
        background:#0080FF;
        margin-left:0 !important;
        width:100% !important;
    }

    #nav ul {
        padding:4px;
    }
}

#nav ul li{
	display:inline-block;
	list-style: none;
	margin-right: 15px;
	padding-top: 8px;
}


#nav li a{
	/* background-color:#888888;/* jaune */ 
	color:#888888; 
	padding:4px 4px;
}
#nav a:hover{
	/* background-color:#888888;/* jaune */ 
	color:#CCCCCC; 
	padding:4px 4px;
}


#nav .active a:link,.active a {
	background-color:#888888;/* jaune */
	color:#CCCCCC !important;
	}

#nav a:link, #nav a:visited{
	padding: 5px 30px;
	/* height:34px; */
	border-radius:9px;
}

/* Diaporama */

div#diaporama img{
	width:98%;
	border-left: 10px solid white;
	border-top: 10px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
}
#diaporama hr{
	height:5px;
	
}


/* Corps principale */

section#corps{
	background: url(https://www.ilcoiff.fr/uploads/images/graphismes/bg_corps_degrade_haut.png) repeat-x, url(https://www.ilcoiff.fr/uploads/images/graphismes/bg_corps_ligne.png) repeat;
	padding: 10px 10px;
	
}
section ul {
	list-style: none;
	margin-left: 5px;
	padding-top: 10px;	
}
section li{
	font-size: 1.3em;
	border-top: 2px solid;	
}

section li.produit {
	overflow-x:hidden;	
}

section p{
	font-size: 1.1em;
	color:black;
}
section#container {
	margin-bottom: 0;
        padding: 8px 10px 0 10px !important;
}
section #corps_haut{
	margin-bottom: 15px;	
	padding-bottom: 4px;
	border-bottom: 3px solid #0080FF;/* rouge*/
}

#title_corps {
	margin-bottom: 8px;
font-family: 'Play',times,serif;
	/*font-family: 'Pacifico',times,serif;*/
	font-size: 2em;
	background-color: white;
	}
	
h2.titre_bouton{
	background-color: #0080FF;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
	font-size: 1.4em;
	color:white;
	text-transform:uppercase;
}
aside#left_aside a{
	color:black;
} 
	
#filet_horizontal{
	height: 2px;
	background-color:#97d912;/* vert */
	margin:8px 3px;
}


article{
	width: 680px;
	display:inline-block;
	vertical-align: top;
	}

#right_aside{
	width:230px;
	margin-left: 20px;
	display:inline-block;
	/* text-align: right; */
	}

#right_aside a {
        margin-left:13px;
}

#right_aside a:hover {
        background:none !important;
}

#right_aside a:hover img {
        box-shadow:0 0 3px 2px rgba(0,0,0,0.3);
}

#right_aside a:active img {
        box-shadow:none;
}
	
#right_aside img{
	/*height:160%;*/
border-radius:14px;
	margin: 0;
	
	}

#right_aside p,#left_aside p{
	display: block;
	margin: 1% 1%;
}

#left_aside{
	width:230px;
	margin-top: 10px;
	margin-right: 20px;
	display:inline-block;
	vertical-align: top;
	/* text-align: right; */
	}
	
.corps_haut_right_3col div{
	width: 30%;
	/*height:310px;*/
	background-color: #F1EBEB;
	margin-left:8px;
	padding:5px;
	overflow: hidden;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align: top;
	font-size: 0.8em;
}


/* mentions légales */

article#mentions{
	padding-top: 20px;
	font-size: 0.7em;
}

#mentions h2 h1{
	font-weight: bolder;
	color:#0080FF
}
#mentions ul{
	padding: 20px 20px;
	list-style: square inside;
}

#mentions li{
	border:none;
	}
	
#mentions li a {
	color: black;

}
#mentions a:link {
	color: black;

}

/* le footer */

#footer_ct{
	background: #CCCCCC url(https://www.ilcoiff.fr/uploads/images/graphismes/bg_footer.png) repeat-x;
	width: 100%;
}


#footer-3col div{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	padding-top: 12px;
	font-size:0.8em;
	
}

#footer-3col a{
	color:black;
	text-decoration: underline;
}

#footer-3col a:hover{
	color:#0080FF;/*rouge*/	
}

#footer-3col span{
	font-size: 1.2em;
	margin-left: 8px;
	color:#fff;/*rouge*/	
	
}
#footer-3col .left_1col p,#footer-3col .right_1col p{
	display:inline-block;
	margin-left: 5px;
}

#footer-3col .left_1col{
	width: 22%;
}
#footer-3col .middle_2col{
	width: 34%;
	padding-left: 60px;
}

div#footer-3col .right_1col {
	position:relative;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-top: 4px;
	background-color:#888888;/* gris fort*/
	width: 34%;
	text-align: center;
	font-size: .8em;
	border-radius:8px;
color:#fff;
	vertical-align: middle;
	}
	
#footer-3col .right_1col p{
	margin-right:8px;
	float:right;
}
/*
#footer-3col footer{
	margin: 2px 0px 0px 0px;
	text-align: center;	
	font-size: .8em;
	border-top:1px dotted #0080FF;
}
*/
.copyright {
	display:block !important;
	margin: 2px 0px 0px 0px;
	font-size: .8em;
	border-top:1px dotted #0080FF;
        margin-top: 10px;
        padding-top: 5px !important;
}

.copyright p {
        float: left;
        padding-top: 6px;
}

footer .social {
        float:right;
        padding-top:0 !important;
}

@media only screen and (min-width:701px) and (max-width:1110px) {
    footer .social {
        float:left !important;
        margin-left:30px;
    }
}

@media only screen and (max-width:700px) {
    footer .social {
        float:left !important;
        clear:both;
        margin-top:10px !important;
    }
}

footer .social a {
        background:rgba(0,0,0,0.5);
        border-radius:50%;
        display:inline-block;
}

footer .social a:hover {
        background:rgba(0,0,0,0.4);
}

footer .social img {
        height:15px;
        padding:5px;
}

/*Responsible*/

@media only screen and (min-width:150px) and (max-width:700px){
	
	body{
		width: auto;
	}
	
	.row{
		width: auto;
	}
	
	.container#header_ct{
		height:auto;
		margin-top:0px;
	margin-bottom: 8px;	
	}
	
	#header .left_3col {
	width: 90%;
	display: block;
	margin-top:0px;

		
}


#logo{
	display:inline;
	margin:2px;
}

#title_slogan{
	display:block;
	margin:2px;
		}


#telephone{
		display:block;
		text-align: left;	
		
}

#header h3{
	font-size:0.8em;
	margin:4px;}

#nav{
	width: auto;
	height:auto;
	margin:4px 4px;
text-align: left;
}
#nav ul{
	width: auto;
	display:block;
	}
#nav ul li{
width: auto;
	display:block;
	margin:2px 0px;
	}
	
#nav li{
	background-color:#888888; /*jaune */ 
	/* color:black; */
		text-align: center;
}

a{
	text-decoration: none;
	color:black;
}

a:link{
	color: #1c94c4;
}

a:hover{
	background-color:#888888;/* jaune */
	color:black;
}

a:active {
	color:black;
}

.ifone a {
color:#1c94c4;
    text-decoration: none;
}
#nav .active a:link,.active a {
	background-color:#888888;
	color:red;
	}

#nav a:link, #nav a:visited{
	padding: 0px 0px;
	/* height:34px; */
	/* border-radius:13px; */
}
/* Modif 2015-06*/
#nav li a{
color:#396767; 
	padding:4px 4px;
}


/* Diaporama */

div#diaporama img{
	width:95%;
	border: 2px solid white;
}
#diaporama hr{
	height:5px;
	
}
div#image_top_header img{
	width:98%;
	border-left: 2px solid white !important;
	border-top: 2px solid white !important;
	border-right: 2px solid white !important;
}

/* Corps principale */
	
section li{
	font-size: 1em;
	border-top: 1px solid;	
}

section p{
	font-size: 1em;
	}

section #corps_haut{
	margin-bottom: 15px;	
	padding-bottom: 4px;
	border-bottom: 2px solid #0080FF;/* rouge*/
}

#title_corps {
	margin-bottom: 3px;
	font-size: 1.5em;
	
	}
	
h2.titre_bouton{
	font-size: 1.1em;
	}
	
#filet_horizontal{
	height: 1px;
	margin:8px 3px;
}

article{
	width: auto;
	display:block;
	
	}

#right_aside{
	display:block;
	width: auto;
	
	}
	


#right_aside p,#left_aside p{
	display: block;
	margin: 1% 1%;
}

#left_aside{
	width:auto;
	margin-top: 3px;
	margin-right: 6px;
	display:block;
	
	}
	
.corps_haut_right_3col div{
	width: 100%;
	height:auto;
	display:block;
	margin: 4px 0px;
	padding: 0px;
	font-size: 0.8em;
	text-align: center;
}

/*tarifs */

.tarif_categorie{
	width: 100%;
}

#container_tarifs ul{
	width:98%;
padding: 0px 2px 0px 2px;
} 
aside.image_tarif img{
	display:none !important;
}	

/*footer*/
#footer_ct{
	
	background: url(https://www.ilcoiff.fr/uploads/images/graphismes/bg_footer.png) repeat-x,url(https://www.ilcoiff.fr/uploads/images/graphismes/bg_footer_responsive.png) repeat; 
	width: 100%;

}

#footer-3col div{
	display: block;
	margin:0px;	
}

#footer-3col div{
	display:block;
	}
	
#footer-3col .left_1col{
	display:inline-block;
	width:auto;
	vertical-align: middle;

}

#footer-3col .middle_2col {
		display:inline-block;
		width: auto;
		margin:0px;
		padding:12px;
		
		}

div#footer-3col .right_1col {
		width: auto;
		margin: 2px 2px;
	
		}
	
#footer-3col .right_1col p{
	margin-right:8px;
	float:right;
}

#footer-3col footer{
width: auto;
	margin: 2px 0px 0px 0px;
	text-align: center;	
	font-size: .8em;
	border-top:1px dotted #0080FF;
}
}

@media only screen and (max-width:700px) {
    #title_corps {
        margin: 0 10px;
    }
}
/* Stylesheet: temp1_style_general Modified On 2015-06-14 11:16:39 */
	/* Contact */
/* #bada55 vert pas mal */
 
 

/* page contact*/

section#formulaire{
	display: inline-block;	
	vertical-align: top;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 20px;
}

section#formulaire p{
	margin-top: 4px;
	
}
section#formulaire span{
	color:#BA0C17;
}

input:not([type="submit"]), textarea {
	width:100% !important;
}
input.btn-form-envoyer[type="submit"]{
	background-color: #bdbebc;
	margin-top: 8px;
	margin-right: 30px;
	padding:4px 8px;
	font-weight: bold;
	border-radius: 2px;
	border:1px solid #bdbebc;
}

aside#coordonnees{
	display: inline-block;
	vertical-align: top;
	width: 370px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
 float:right;
}
#coordonnees img{
	float:right;
  border-radius: 15px 0 15px 0;
}
#plan-google iframe {
width:370px;
height: 300px;
}

@media only screen and (max-width:700px) {
    #coordonnees {
        float:none !important;
    }
#plan-google iframe {
width:95%;
height:250px;
}
}

@media only screen and (max-width:410px) {
    #coordonnees {
        width:100% !important;
    }
    
    #coordonnees img {
        float:none;
    }
}

img#plan {
	clear: both;
        width: 100%;
}

#coordonnees h2{
margin-bottom: 15px;
	clear:both;
}

/*
input#nom,#email,#sujet{
	width: 380px;	
}


#formulaire ul{
	margin: 0;
	padding: 0;
	
}

#formulaire li{
	display: inline-block;
	border-style: none;
	font-size: 1.1em;
}


label{
	display:block;
	width: 110px;
	float:left;
}
*/
/* Stylesheet: temp1_style_contact Modified On 2019-06-14 10:06:33 */
