/*
Couleurs :
noir : #010101;
bordeaux : #687d93;
gris : #6f6f6f;
*/

/* 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;
	color:#010101;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	font-family:'Open Sans';
	font-weight: 400;
	color : #545454;
	text-transform:uppercase;
}
.titre h1,
.titre h2,
.titre h3,
.titre h4,
.titre h5,
.titre h6{
	margin-bottom : 1em;
}
h1,
.h1{
	font-size : 3.2rem;
	text-align:center;
	position:relative;
	margin: 0;
}
h2,
.h2{
	font-size : 2.5rem;
	margin-top: 1em;
    margin-bottom: 0.5em;
}
h3,
.h3{
	font-size : 1.9rem;
	margin-bottom: 0.5em;
}
h4,
.h4{
	font-size : 1.6rem;
	margin-bottom: 0.5em;
}

a{
	color: #c3a962;
}
a:hover{
	color: #000;
}

#content li:before {
    color: #333;
}


/* HEADER */
#navigation{
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
#navigation.menu_large .navbar-header{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	
    padding-top: 15px;
}
#navigation.menu_large .navbar-header:before{
	content: "";
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	
	-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 .navbar-header #logo{
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
	
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
	padding:0;

	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#navigation .navbar-header #logo #baseline{
	margin:0;
}
#navigation .navbar-header #logo img {
    width: 300px;
    height: 90px;
	display: block;
	
    -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.menu_large .navbar-header #contacts_header{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
	
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;	
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#navigation.menu_large .navbar-header #contacts_header a.telephone{
    color: #6f6f6f;
    font-size: 1.6rem;
	text-decoration:none;
}
#navigation #bloc_langues{
	margin-right : 40px;
}
#navigation #bloc_langues .chosen-container{
	 font-size: 1.6rem;
	 text-transform : uppercase;
}
#navigation.menu_large .navbar-header #contacts_header #bloc_langues .chosen-container-single .chosen-single {
	padding: 0px 0px !important;
    width: 100% !important;
    color: #6f6f6f !important;
    border: none !important;
    height: auto !important;
    font-size: 1.3rem !important;
}
#navigation #bloc_langues .chosen-container-single .chosen-single div b:before {
    content: "\f107";
    top: -2px;
    right: 0;
    font-size: 2.5rem;
}
#navigation #bloc_langues .chosen-container .chosen-results {
	padding : 0;
	background-color:#57585b;
	color:#fff;
	text-align:center;
	
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#navigation #bloc_langues .chosen-container .chosen-results li.highlighted {
    background-color: #687d93 !important;
}

#navigation.menu_large #container-menu-header {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	
	border:none;
	margin-top : 10px;
	margin-bottom : 10px;
}
#navigation #container-menu-header > ul > li:after{
	display:none;
}
#navigation #container-menu-header > ul > li > a {
    padding: 5px 15px;
	text-transform:uppercase;
    color: #6f6f6f;
    font-size: 1.5rem;
}

#navigation #container-menu-header > ul > li:hover {
    background: none;
}
#navigation #container-menu-header > ul > li a:hover,
#navigation #container-menu-header > ul > li.current-menu-item a{
    background-color: #687d93;
	color:#fff;
}


/* sticky mode */
.sticky #navigation.menu_large .navbar-header{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	
	padding-bottom: 15px;
}
.sticky #navigation.menu_large .navbar-header:before{
	-webkit-flex: 0 0 0px;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
}
.sticky #navigation .navbar-header #logo{
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
	
	margin-right : 40px;
}
.sticky #navigation .navbar-header #logo img{
	width: 150px;
    height: 45px;
}
.sticky #navigation.menu_large .navbar-header #contacts_header{
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky #navigation #container-menu-header {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
	
	margin: 0;
}

/* FOOTER */
#footer {
    background-color: #444045;
	padding: 25px 0;
	margin-top: 100px;
}
#footer a{
    text-decoration:none;
}
#footer a:hover{
    color:#687d93;
}
#footer_container_menus{
	-webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
#footer .footer_colonne,
#footer #footer_colonne1 p{
	text-align: center;
    line-height: 1.3em;
    font-size: 1.5rem;
}
#footer #footer_colonne1 img{
	margin:auto;
	width : 190px;
}
#footer #footer_colonne1 p:last-child{
	margin-bottom:0;
}
#footer .footer_colonne:nth-child(2) {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
#footer .footer_colonne:last-child {
    LINE-HEIGHT: 1.5em;
}
#footer #rs_footer{
	margin-top : 50px
}
#footer #rs_footer li{
	display:inline-block;
	margin: 0 2px;
}
#footer #rs_footer li a{
	font-size : 2.5rem;
}

/* CONTENT */
#content{
	margin-top : 153px;
}
.section_intro{
	text-align:center;
	padding: 50px 0 0;
}
.section_intro h1{
	display:inline-block;
	vertical-align:middle;
}
.section_intro h1:before,
.section_intro h1:after{
	content: "";
    background: url(../images/picto-ancre.svg) no-repeat center center / 100% auto;
    display: inline-block;
	vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

/* MINIS FORMULAIRES */
form input.wpcf7-datetime{
	background: #fff url(../images/calendrier-gris.svg) no-repeat right 7px center / 20px auto !important;
}
/*
#navigation.menu_large > div.container_form_mini{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background: rgba(0,0,0,0.6);
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	
	display:none;
}
.sticky #navigation.menu_large > div.container_form_mini{
	display:block;
}
#navigation .container_form_mini form p{
	margin : 7px 0 5px;
}
#navigation .container_form_mini form .fields-container{
	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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#navigation .container_form_mini form .fields-container > span:not(.ajax-loader) ,
#navigation .container_form_mini form .fields-container > .wpcf7-submit {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#navigation .container_form_mini form .fields-container > span{
	padding-right : 15px;
}
#navigation .container_form_mini form .fields-container > .wpcf7-submit {
    background: #687d93;
    color: #fff;
}
*/


@media (max-width: 1400px) {
}
@media (max-width: 1199px) {
	#footer .footer_colonne:first-child,
	#footer .footer_colonne:last-child{
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	#footer .footer_colonne:nth-child(2){
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
}
@media (max-width: 991px) {
	
	/* HEADER */
	#navigation #container-menu-header .navbar-toggle{
		display:inline-block;
		vertical-align:middle;
		text-align:center;
	}
	#navigation #container-menu-header .navbar-toggle span{
		display:block;
		font-size : 14px;
	}
	#navigation #container-menu-header{
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;

	    padding-right: 15px;
	}
	#navigation #container-menu-header > ul{
		height : 0;
		overflow:hidden;
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #ccc;
		z-index: 10;
		margin: 0;
		box-shadow : 0 5px 10px rgba(0,0,0,0.25);

		-moz-transition: height 0.3s ease;
		-webkit-transition: height 0.3s ease;
		-o-transition: height 0.3s ease;
		transition: height 0.3s ease;
	}
	#navigation #container-menu-header #show-menu:checked ~ ul{
		height : auto;
	}

	#navigation #container-menu-header > ul > li{
		display:block;
	}
	#navigation #container-menu-header > ul > li a{
		padding: 10px 15px;
		display: block;
		color: #141414;
		font-weight: bold;
		text-align: center;
	}
	#navigation #container-menu-header > ul li.menu-item-has-children ul{
		position: relative;
		width: auto;
		top: auto;
		left: auto;
		padding: 0 15px;
	}
	
	#navigation.menu_large .navbar-header{
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		
		padding: 15px;
	}
	#navigation.menu_large .navbar-header:before{
		-webkit-flex: 0 0 0px;
		-ms-flex: 0 0 0px;
		flex: 0 0 0px;
	}
	#navigation.menu_large .navbar-header #logo{
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-flex: 0 0 170px;
		-ms-flex: 0 0 170px;
		flex: 0 0 170px;
		
		margin-right : 40px;
	}
	#navigation .navbar-header #logo img{
		/*width: 60px;*/
		height: 60px;
	}
	#navigation.menu_large .navbar-header #contacts_header{
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#navigation.menu_large #container-menu-header {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		justify-content: flex-end;
		
		margin: 0;
	}
	
	/* footer */
	#footer .footer_colonne:first-child,
	#footer .footer_colonne:last-child{
		-webkit-flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
	}
	#footer .footer_colonne:nth-child(2){
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	
	/* CONTENU */
	#content {
		margin-top: 90px;
	}
}
@media (max-width: 767px) {
	#footer .footer_colonne,
	#footer .footer_colonne:first-child,
	#footer .footer_colonne:nth-child(2),
	#footer .footer_colonne:last-child	{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		
		padding : 0;
	}
	#footer .footer_colonne:nth-child(2){
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
}
@media (max-width: 643px) {
	h1,
	.h1{
		font-size : 2.7rem;
	}
	h2,
	.h2{
		font-size : 2.0rem;
	}
	h3,
	.h3{
		font-size : 1.6rem;
	}
	h4,
	.h4{
		font-size : 1.4rem;
	}

	.section_intro h1:before, 
	.section_intro h1:after {
		width: 30px;
		height: 30px;
		margin: 0 7px;
	}
	
	#content{
		word-break: break-word;
	}
}
@media (max-width: 480px) {
	h1,
	.h1{
		font-size : 1.9rem;
	}
	h2,
	.h2{
		font-size : 1.8rem;
	}
	h3,
	.h3{
		font-size : 1.6rem;
	}
	h4,
	.h4{
		font-size : 1.4rem;
	}
	
	.section_intro h1:before, 
	.section_intro h1:after {
		width: 25px;
		height: 25px;
		margin: 0 5px;
	}

	#content{
		word-break: break-word;
	}
}
@media (max-width: 359px) {
}