	/*general modifier 2016-07-18*/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

*{
    margin:0;
    padding:0;
  /* border:1px solid black; */
}

body{
	font-family: 'Ubuntu', sans-serif;
font-size: 0.8em;
    line-height: 20px;
	clear:both;
}

.clear {
        clear: both;
}

.row{
	width: 960px;
	margin:auto;
}

a{
	text-decoration: none;
	/*color:white;*/
}

a:link{
	color:#66A3D2;
}

a:hover{
background-color:#c2d1ddc4;	
}

a:active {
	color:black;
}

#septjours{
	color:#66A3D2;
	font-size: 1.3em;
}

/*h2{
font-family: 'Orbitron', sans-serif;
	font-size: 1.1em;
	}*/

/* le header sur tout le body */
#header_ct{
	background: url(https://www.couvreur44.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:#162278;*/
	/* border:2px solid white; */
}

#header .left_3col {
	/*width: 0px;*/
	display: inline-block;
	margin-top:4px;
	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: 450px;
	margin-left: 10px;
	padding-top: 15px;
	/*font-family: 'Sanchez', serif;*/
        font-family: 'Orbitron', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color:#162278;
	text-shadow: 8px 4px 12px #66A3D2;
	}

@media only screen and (max-width:700px) {
    #title_slogan {
        width:auto !important;
    }
}


#telephone{
		display:inline-block;	
		width:150px;
		/*margin-left: 100px;*/
                padding-top: 10px;
                padding-bottom: 6px;
		vertical-align: top;
line-height: 15px;
 background:#ffde11;
		color: #162278;
		font-size: 0.8em;
		text-align: center;
    border-radius: 0 0 14px 14px;
    box-shadow: 0px 5px 10px 10px #8394a9;
	}
	
#telephone span{
	font-size: 1.2em;
}
	
#telephone .top_contact{
	font-size: 1.8em;
	color:#162278;
    padding-top: 9px;
    line-height: 20px;
}

#telephone .top_contact a{
	color:#162278;
}
#telephone .top_social img{
	padding:0px;
}

.top_social{
	color:#162278;
}

.sous_slogan{
	font-size:1.17em;
	color:#162278;
}

@media only screen and (max-width:700px) {
    .sous_slogan {
        display:block;
        margin: 0 10px;
    }
}

/* Header des pages autres Accueil */

/* la navigation */
#nav{
	margin-left: 10px;
	/* border:1px solid white; */
	height:40px;
	margin-top: 2px;
	margin-bottom : 0px;
	text-align: right;
}

@media only screen and (max-width:700px) {
    #nav {
        background:#FFF;
        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:#66A3D2;/* jaune */ 
	color:#66A3D2; 
	padding:4px 4px;
}
#nav a:hover{
	background-color:#66A3D2;
	color:#fff; 
	padding:4px 4px;
}


#nav .active a:link,.active a {
	background-color:#66A3D2;
	color:#162278 !important;
	}

#nav a:link, #nav a:visited{
	 padding-top: 10px;
    padding-bottom: 15px;
	/*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.couvreur44.fr/uploads/images/graphismes/bg_corps_degrade_haut.png) repeat-x, url(https://www.couvreur44.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 #162278;/* rouge*/
}

#title_corps {
	margin-bottom: 8px;
font-family: 'Orbitron', sans-serif;
	font-size: 2.00em;
  line-height: 28px;
	background-color: white;
	}
h2.titre_bouton{
	background-color: #162278;
	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;
}

.corps_bas_left_3col{
	width: 500px;
}

/* Ajout 2016*/
div.right_1col{
	background-color: #fff;
}


/* mentions légales */

article#mentions{
	padding-top: 20px;
	font-size: 0.7em;
}

#mentions h2 h1{
	font-weight: bolder;
	color:#162278
}
#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: #fdc300 url(https://www.couvreur44.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:#66A3D2;
}

#footer-3col span{
	font-size: 1.2em;
	margin-left: 8px;
	color:#fff;
	
}
#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: 30%;
	padding-left: 60px;
}

div#footer-3col .right_1col {
	position:relative;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-top: 4px;
	background-color:#f1ebeb;
	width: 40%;
	text-align: center;
	font-size: .8em;
	border-radius:8px;
color:#000000;
	vertical-align: middle;
	}
	
#footer-3col .right_1col p{
	margin-right:8px;
	float:right;
}
#footer-3col .right_1col img{
	padding-top:8px;
}
/*
#footer-3col footer{
	margin: 2px 0px 0px 0px;
	text-align: center;	
	font-size: .8em;
	border-top:1px dotted #162278;
}
*/
.copyright {
	display:block !important;
	margin: 2px 0px 0px 0px;
	font-size: .8em;
	border-top:1px dotted #162278;
        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;
	}
	#header {
        background:#FFF;
        margin-left:0 !important;
        width:100% !important;
    }

	.container#header_ct{
		height:auto;
		margin-top:0px;
	margin-bottom: 8px;	
	}
	
	#header .left_3col {
	width: 90%;
	display: block;
	margin-top:0px;

		
}


#logo{
	display:block;
	margin:auto;
}

#title_slogan{
	display:none;
	margin:2px;
		}


#telephone{
		display:block;
		text-align: center;
    background: #fff;
    border-radius: unset;
    box-shadow: unset;		
}


#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:#66A3D2;
	/* color:black; */
		text-align: center;
}

a{
	text-decoration: none;
	color:black;
}

a:link{
	color: #1c94c4;
}

a:hover{
	background-color:#66A3D2;/* jaune */
	color:black;
}

a:active {
	color:black;
}

.ifone a {
color:#1c94c4;
    text-decoration: none;
}
#nav .active a:link,.active a {
	background-color:#66A3D2;
	color:red;
	}

#nav a:link, #nav a:visited{
	padding: 0px 0px;
	/* height:34px; */
	/* border-radius:13px; */
}
/* Modif 2015-06*/
#nav li a{
color:#5a5e61; 
	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 #162278;/* 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 img{
	width: 90%;
	
	}
	


#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;
}

.corps_bas_left_3col {
    width: auto;
}

/*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.couvreur44.fr/uploads/images/graphismes/bg_footer.png) repeat-x,url(https://www.couvreur44.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 #162278;
}
}

@media only screen and (max-width:700px) {
    #title_corps {
        margin: 0 10px;
    }
}
/* Stylesheet: temp1_style_general Modified On 2019-06-06 18:56:42 */
.auto {
display:table;
border-collapse:separate;
border-spacing:10px;
width:100%;
background-color: #EAE4DE;
font-size: 0.9em;
margin-bottom: 10px;
margin-left: 8px;
overflow: hidden;
padding: 5px;
}
div.auto > div {
display:table-cell;
vertical-align:top;
}
div.auto_sommaire {
background-color: #4F849E;
border-radius: 10px 10px 0 0;
box-shadow: 3px 3px 15px #FF9933;
color: white;
padding: 5px 10px 15px 10px;
width:25%;
margin-bottom:15px;
margin-right:6%;
text-align:center;
float:left;
display:table-cell;
}
div.auto_sommaire > a >img, a.group > img {
max-width:100%;
}
div.auto_sommaire > a:hover, a.group {
background-color:transparent;
}
button {
background-color:#FF9933;
color: #ffffff;
font-size:1.1em;
padding:3px;
border-radius: 10px;
box-shadow: 3px 3px 15px #2470DC;
border:none;
cursor:pointer;
}
.table {
display:table;
}
.cell {
display:table-cell;
}
.table_row {
display:table-row;
}
.w50 {
width:50%
}
.w100 {
width:100%
}
div.auto_detail > ul {
width:100%;
list-style-type: disc;
}
div.auto_detail > ul >li {
border:none;
}
.cell_left {
float: left;
margin-bottom: 15px;
margin-right: 6%;
}
.retour {
margin-bottom:10px;
text-align:center;
}
/* Stylesheet: auto Modified On 2016-04-29 12:11:31 */
