/*
Couleurs :
rouge : #e75050
rouge foncé : #a10202
vert : #256f41
*/

/* GENERIQUE */
html {
    font-size: 62.5%; /* Rééquilibrage du Rem face au Pixel pour des calculs simples */
}
body{
	/*
	font-family:'Open Sans';
	font-size : 1.6rem;
	*/
	font-family:'Ubuntu';
	font-size : 1.4rem;
	font-weight:500;
	color:#000;
	background: #fff url(../images/bg_body.png);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	font-family:'Ubuntu';
	font-weight: bold;
	color : #000;
}
.titre h1,
.titre h2,
.titre h3,
.titre h4,
.titre h5,
.titre h6{
	margin-bottom : 1em;
}
h1,
.h1{
	font-size : 2.6rem;
	text-align:center;
	position:relative;
}
h2,
.h2{
	font-size : 2.5rem;
}
h3,
.h3{
	font-size : 1.9rem;
}
h4,
.h4{
	font-size : 1.6rem;
}

h1 span,
.h1 span{
	display:block;
	font-size : 0.8em;
	color:#256f41;
    margin-top: 0.5em;
}

a{
	color: #e75050;
}
a:hover{
	color: #a10202;
}
.btn{
	background: #e75050;
    text-decoration: none;
    text-transform: none;
	font-weight:bold;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn:hover{
	background: #a10202;
}
.btn::first-letter{
	text-transform: uppercase;
}	

p{
	line-height:1.6em;
}

#content li{
    padding-left: 1.5em;
    text-indent: -.7em;
    line-height: 1.5em;
    margin-bottom: 0.9em;
}
#content li:before {
    content: "• ";
    color: #e75050;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

/* HEADER */
#navigation {
    background-color: #fff;
}
#navigation .navbar-header #logo{
	position: absolute;
    top: 25px;
    left: 0;
    padding: 0 15px;
	z-index:1;
}
#navigation .navbar-header #logo img{
	-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    
	width: 150px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
	
	box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.1);
}
#navigation .navbar-header #contacts_header{
	position:absolute;
	top : 25px;
	right:0;
	padding: 0 15px;
	z-index:1;
}
#navigation.menu_large .navbar-header #contacts_header{
	display:block;
	width: 180px;
	max-width: 180px;
	
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}
#navigation.menu_large .navbar-header #contacts_header .telephone{
	display:block;
	width: 180px;
    height: 154px;
    background: url(../images/bg_astreintes.png) no-repeat center center / 180px auto;
	padding-top:40px;
	line-height : 1em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:1.4rem;
	text-decoration:none;
}
#navigation.menu_large .navbar-header #contacts_header .telephone span{
	display:block;
	width : 100%;
}
#navigation.menu_large .navbar-header #contacts_header .telephone span:nth-child(2){
	color:#a10202;
	margin : 0.5em 0;
	font-size:1.5em;
}
#navigation.menu_large .navbar-header #contacts_header .telephone span:last-child{
	font-size:1.2em;
}

#navigation #container-menu-header > ul > li:after{
	display:none;
}
#navigation #container-menu-header > ul > li > a {
    color: #000;
    padding: 35px 25px;
    font-weight: bold;
}
#navigation #container-menu-header > ul > li.current-menu-item a,
#navigation #container-menu-header > ul > li.current-menu-ancestor > a{
	color: #e75050;
}
#navigation #container-menu-header > ul > li:hover {
    background-color: #e75050;
}
#navigation #container-menu-header > ul > li:hover a{
	color: #fff;
}
#navigation #container-menu-header > ul li.menu-item-has-children ul {
    background: #256f41;
    padding: 0;
}
#navigation #container-menu-header > ul li.menu-item-has-children ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
}
#navigation #container-menu-header > ul li.menu-item-has-children ul li:hover,
#navigation #container-menu-header > ul li.menu-item-has-children ul li.current-menu-item{
	background: #a10202;
}
#navigation #container-menu-header > ul li.menu-item-has-children ul li a{
	display:block;
}

#navigation #container-menu-header > ul > li.connexion{
	margin-left : 55px;
}
#navigation #container-menu-header > ul > li.connexion a{
	font-size:0;
	color:transparent;
	padding-left : 8px;
	padding-right : 8px;
	font-weight:normal;
}
#navigation #container-menu-header > ul > li.connexion a:before{
	font-family:fontawesome;
	content:"\f13e";
	font-size:1.6rem;
	color: #000;
}
#navigation #container-menu-header > ul > li.connexion a:before{
	content:"\f023";
}
#navigation #container-menu-header > ul > li.connexion a:hover:before{
	color: #fff;
}
#navigation #container-menu-header > ul > li.pll-parent-menu-item{
	margin-right : 40px;
}
#navigation #container-menu-header > ul > li.pll-parent-menu-item a{
	padding-left : 8px;
	padding-right : 8px;
	font-weight:normal;
}


/* FOOTER */
#section_contact{
    padding-top: 100px;
    padding-bottom: 0;
}
#section_contact > div{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	
	padding:0;
	background:#fff;
}
#section_contact #cartegmap{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#section_contact #infos{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	min-height:500px;
}
#section_contact #infos > div{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	text-align:center;
	max-width : 480px;
	font-size : 1.6rem;
	font-weight:500;
	line-height: 1.5em;
    width: 100%;
}
#section_contact #infos img{
	width : 180px;
	margin:auto;
}
#section_contact #infos .conteneur_cta{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	
	margin-top : 50px;
}
#section_contact #infos .conteneur_cta a{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
    padding: 30px 25px;
    margin: unset;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}
#section_contact #infos .conteneur_cta a:first-child{
	border : 1px solid #e75050;
	color: #e75050;
	background-color:#fff;
	font-size : 2.4rem;
	font-weight:bold;
}
#section_contact #infos .conteneur_cta a:first-child span{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	color:#000;
	font-size : 2rem;
	
	-moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#section_contact #infos .conteneur_cta a:first-child:hover{
	color: #fff;
	background-color:#a10202;
	border-color:#a10202;
}
#section_contact #infos .conteneur_cta a:first-child:hover span{
	color:#fff;
}
#section_contact #wpcf7-f176-o1{
	display:none;
}
.fancybox-content#wpcf7-f176-o1{
	max-width : 500px;
	background: #fff url(../images/bg_body.png) repeat center center;
}
.fancybox-content#wpcf7-f176-o1 textarea {
    height: 90px !important;
}

	
#footer {
    background-color: #e75050;
	padding: 30px 0 20px;
	text-align:center;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .footer_colonne:first-child{
	padding:0;
}
#footer #footer_colonne1 p{
	text-align:center;
	margin-bottom: 0;
}
#footer_container_menus{
	display:block;
}
#footer_container_menus ul{
}
#footer_container_menus ul li{
	display:inline-block;
	vertical-align:middle;
	padding : 0 5px;
}
#footer_container_menus ul li:after{
	content: "• ";
	padding-left : 10px;
}
#footer_container_menus ul li:last-child:after{
	display:none;
}
#footer #signature {
    margin: 20px auto 0;
}

#section_connexion{
	display:none;
	width : 360px;
	max-width : 90%;
	background: #fff url(../images/bg_body.png) repeat center center;
	text-align:center;
}

/* Bandeau Compétences */
#bandeau-competences{
	text-align:center;
	color:#fff;
	font-size : 1.3em;
	padding : 0;
}
#bandeau-competences > div{
	padding : 30px 0;
	background: #FFF url(../images/bg_bandeau-competences.jpg) no-repeat center center / cover;
}
#bandeau-competences img{
	height : 60px;
	width : auto;
	margin : 0 20px;
}

/* triptique */
#triptique{
	padding:0;
	margin:25px 0;
}
#triptique > div{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	
	padding:0;
}
#triptique .bloc_triptique{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
    background: grey;
    padding: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
	position:relative;
}
#triptique .bloc_triptique:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#triptique .bloc_triptique:hover:before{
	background:rgba(0,0,0,0.6);
}
#triptique .bloc_triptique span{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
    font-size: 2.3rem;
	position:relative;
}
#triptique .bloc_triptique p{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	position:relative;
}
#triptique .bloc_triptique#bloc_competences{
	background: url(../images/bg_comp.jpg) no-repeat center center / cover;
}
#triptique .bloc_triptique#bloc_quisommesnous{
	background: url(../images/bg_qui.jpg) no-repeat center center / cover;
}
#triptique .bloc_triptique#bloc_particuliers{
	background: url(../images/bg_part.jpg) no-repeat center center / cover;
}
#triptique .bloc_triptique#bloc_professionnels{
	background: url(../images/bg_pro.jpg) no-repeat center left / cover;
}

/* content */
.section_intro_generique{
    background: url(../images/bg_body_green.png) repeat center center;
}


@media (max-width: 1400px) {
	#navigation #container-menu-header > ul > li.connexion {
		margin-left: 0;
	}
	#navigation #container-menu-header > ul > li > a {
		padding: 35px 15px;
	}
}
@media (max-width: 1199px) {
	#navigation .navbar-header #logo {
		top: 10px;
		padding: 0 0 0 5px;
	}
	#navigation .navbar-header #logo img {
		width: 125px;
	}
	#navigation #container-menu-header > ul > li > a {
		padding: 35px 10px;
		font-size: 1.2rem;
	}
	#navigation #container-menu-header > ul > li.pll-parent-menu-item a > span{
		display:none;
	}
	#navigation #container-menu-header > ul > li.pll-parent-menu-item {
		margin-right: 15px;
	}
	#navigation .navbar-header #contacts_header {
		padding: 0;
	    top: 10px;
	}
	#navigation.menu_large .navbar-header #contacts_header .telephone {
		-webkit-flex: 0 0 160px;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
		
		width: 160px;
		max-width: 160px;
		height: 140px;
		background-size: 160px auto;
		padding-top: 38px;
		font-size: 1.2rem;
	}
	#section_contact #infos .conteneur_cta {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#section_contact #infos .conteneur_cta a {
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	#section_contact #infos .conteneur_cta {
		margin-top: 15px;
	}
	#section_contact #infos .conteneur_cta a:first-child {
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	#navigation > div {
		width: 100%;
	}
	
	#navigation.menu_large .navbar-header #contacts_header {
	    top: 18px;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0px);
		
		width: auto;
		max-width: unset;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	#navigation.menu_large .navbar-header #contacts_header .telephone {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		
		max-width: unset;
		width: auto;
		height: auto;
		background: none;
		padding-top: 0;
	}
	#navigation.menu_large .navbar-header #contacts_header .telephone span {
		color: #256f41;
		display : inline-block;
		vertical-align:middle;
		width : auto;
	}
	#navigation.menu_large .navbar-header #contacts_header .telephone span:nth-child(2) {
		margin: 0.2em 5px 0.4em;
		font-size: 1.3em;
	}
	
	#navigation .navbar-header #logo{
		top: 5px;
		padding: 0 0 0 10px;
	}

	#navigation.menu_large #container-menu-header {
		border: none;
		padding: 15px 15px;

		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
	}
	#navigation #container-menu-header > ul {
	    box-shadow: none;
		background: #fff url(../images/bg_body.png);
		right: auto;
		left: -50%;
		transform: translate(-100%, 0%);
		height: auto;
		text-align: center;
	    min-width: 290px;
		z-index:10000;
		
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#navigation #container-menu-header .navbar-toggle span {
		display: inline-block;
		vertical-align: super;
		margin-right: 10px;
	}
	#navigation #container-menu-header .navbar-toggle i{
		color:#e75050;
	}
	#navigation #container-menu-header #show-menu:checked ~ ul {
		left: 100%;
	}
	#navigation #container-menu-header > ul > li > a {
		padding: 15px 25px;
		font-size: 1.5rem;
	}
	#navigation #container-menu-header > ul > li.connexion a {
		border-top: 1px solid #999;
	}
	#navigation #container-menu-header > ul > li.pll-parent-menu-item {
		margin-right: 0;
	}
	#navigation #container-menu-header > ul > li.pll-parent-menu-item a > span {
		display: inline;
	}
	#section_contact #cartegmap,
	#section_contact #infos {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	#section_contact #infos{
		padding : 0 15px;
	}
}
@media (max-width: 767px) {
	#triptique > div {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	    -webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#triptique .bloc_triptique {
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		
		max-width: 450px;
		margin-bottom : 10px;
	}
	#triptique + #section_contact{
		padding-top:0;
	}
	
	#bandeau-competences > div {
		padding: 30px 15px;
	}
	#bandeau-competences img {
		margin: 0 20px 10px;
	}
}
@media (max-width: 643px) {
	.section-content {
		padding: 25px 0;
	}
	#navigation.menu_large #container-menu-header {
		padding: 30px 15px;
	}
	#navigation.menu_large .navbar-header #logo {
		width: 160px;
		height: 78px;
		overflow: hidden;
	}
	#navigation .navbar-header #logo img {
		width: 150px;
		 -webkit-border-radius: 0%;
		-moz-border-radius: 0%;
		 border-radius: 0%;
		
		box-shadow: none;
	}
	#navigation.menu_large .navbar-header #contacts_header{
		display:none;
	}
	#navigation.menu_large #container-menu-header {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
	}
	#navigation #container-menu-header .navbar-toggle {
		z-index: 1000;
	}
	#navigation #container-menu-header > ul {
	    left: -50%;
		transform: translate(-50%, 0%);
		width:100%;
		/*
		top:0;
		padding-top:50px;
		*/
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#navigation #container-menu-header #show-menu:checked ~ ul {
		left: 50%;
	}
	#footer .footer_colonne:last-child {
		padding: 0;
		line-height: 1.2em;
		margin: 15px 0 30px;
	}

	#section_contact {
		padding-top: 0px;
	}
	#section_contact > div {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#section_contact #cartegmap, 
	#section_contact #infos {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	#section_contact #cartegmap{
		height: 400px;
		
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.fancybox-content#wpcf7-f176-o1 {
		max-width : 330px;
		padding: 10px;
	}
}
@media (max-width: 359px) {
}