	/* general */
/* #bada55 vert pas mal */
 
 
 
 
 
 
 
 
 
 
 
 
 

*{
    margin:0;
    padding:0;
  /* border:1px solid black; */
}

body{
	font-family: 'Source Sans Pro', sans-serif;
font-size: 0.8em;
	clear:both;
}

.clear {
        clear: both;
}

.row{
	width: 960px;
	margin:auto;
}

a{
	text-decoration: none;
	/*color:white;*/
}

a:link{
	color: #1c94c4;
}

a:hover{
 /*color:#000080;*/
color:#1c94c4;
	background-color:#ffc4af;	
}

a:active {
	color:black;
}

#septjours{
	color:#000080;
	font-size: 1.3em;
}


/* le header sur tout le body */
#header_ct{
	background: url(http://www.cyrilclavier-plomberie.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:#00907f;*/
	/* border:2px solid white; */
}

#header .left_3col {
	width: 850px;
	display: inline-block;
	margin-top:12px;
	margin-bottom:8px;		
}

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: 470px;
	margin-left: 10px;
	padding-top: 15px;
	font-family: 'hevetica',sans-serif;
	font-size: 22px;
	font-style: italic;
	color:#000080;
	text-shadow: 1px 1px 1px #fff;
	}

@media only screen and (max-width:700px) {
    #title_slogan {
        width:auto !important;
    }
}


#telephone{
		display:inline-block;	
		width:90px;
		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:#000080;
}

#telephone .top_contact a{
	color:#000080;
}

.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:#ff7391;
        margin-left:0 !important;
        width:100% !important;
        font-size: initial;
    }

    #nav ul {
        padding:4px;
    }
}

#nav ul li{
	display:inline-block;
	list-style: none;
	margin-right: 15px;
	padding-top: 8px;
}


#nav li a{
	/*background-color:#000080;/* jaune */ 
	color:#000080; 
	padding:4px 4px;
}
#nav a:hover{
	background-color:#000080;
	color:#00907f; 
	padding:4px 4px;
}


#nav .active a:link,.active a {
	background-color:#000080;/* jaune */
	color:#00907f !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(http://www.cyrilclavier-plomberie.fr/uploads/images/graphismes/bg_corps_degrade_haut.png) repeat-x, url(http://www.cyrilclavier-plomberie.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 #00907f;/* 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: #00907f;
	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.9em;
}


/* mentions légales */

article#mentions{
	padding-top: 20px;
	font-size: 0.7em;
}

#mentions h2 h1{
	font-weight: bolder;
	color:#00907f
}
#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: #00907f url(http://www.cyrilclavier-plomberie.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:#00907f;/*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:#f7aa65;
	width: 34%;
	text-align: center;
	font-size: .8em;
	border-radius:8px;
        color:#000;
	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 #00907f;
}
*/
.copyright {
	display:block !important;
	margin: 2px 0px 0px 0px;
	font-size: .8em;
	border-top:1px dotted #00907f;
        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:#000080;
	/* color:black; */
		text-align: center;
}

a{
	text-decoration: none;
	color:black;
}

a:link{
	color: #1c94c4;
}

a:hover{
	background-color:#000080;/* jaune */
	color:black;
}

a:active {
	color:black;
}

.ifone a {
color:#1c94c4;
    text-decoration: none;
}
#nav .active a:link,.active a {
	background-color:#000080;
	color:red;
	}

#nav a:link, #nav a:visited{
	padding: 0px 0px;
	/* height:34px; */
	/* border-radius:13px; */
}
/* Modif 2015-06*/
#nav li a{
color:#92A265; 
	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 #00907f;/* 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.9em;
	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(http://www.cyrilclavier-plomberie.fr/uploads/images/graphismes/bg_footer.png) repeat-x,url(http://www.cyrilclavier-plomberie.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: .9em;
	border-top:1px dotted #00907f;
}
}

@media only screen and (max-width:700px) {
    #title_corps {
        margin: 0 10px;
    }
}
/* Stylesheet: temp1_style_general Modified On 2021-04-01 00:14:21 */
