/*
Theme Name: synergie
Description: Theme du site Synergie Prod
Version: 1.0
Author: Ceasy
Author URI: https://www.ceasy.fr/
Tags: blue, animals, products
*/


/*************** RESET CSS ***************/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; 
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.border {border:1px solid red;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
	text-decoration: none;
	color: #303030;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active { 
    outline: 0;
}
strong {
	font-weight: bold;
}

a img {
    border: 0;
}

img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
body{
	font-family: 'Helvetica_Light', Helvetica, Arial, sans-serif;
}
/* CONTENT */
#content{
	margin-top : 0; 
	min-height : 632px;
	background : url('images/img-accueil.jpg') no-repeat center center/cover;
	padding-bottom: 3px;
	box-sizing: border-box;
	font-weight: normal;
	font-family: 'Helvetica_Light', Helvetica, Arial, sans-serif !important;
}
#content:after{clear : both;}
#content:before{clear : both;}



#the_content{
	font-family: 'Helvetica_Light', Helvetica, Arial, sans-serif;
	font-size : 14px;
	text-align : justify;
	height : 100%;
	width : 100%;
	background: #fff;
}

#the_content h1{
	color : #004C98;
	padding : 0;
	margin: 0 0 20px 0;
	text-transform : uppercase;
	font-size : 20px;
	padding: 0;
	position: relative;
	z-index: 1;
}

#the_content h1 span{
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 20px 0 0;
}

#the_content h1:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #004C9A;
	width: 100%;
	top: 10px;
	/*left: 0;*/
	margin: 0 0 0 10px;
}

#the_content .content.fond_bleu h1 span{
	background: #004c9a;
}

#the_content .content.fond_bleu h1:after{
	background: #fff;
}

#the_content h2{
	color : #004C98;
	text-align: center;
	font-size: 22px;
	position: relative;
	padding: 0 0 60px 0;
	text-transform: uppercase;
}

#the_content h2:after{
	content: '';
	height: 2px;
	background: #004C9A;
	width: 100px;
	margin: 0 0 0 -50px;
	bottom: 30px;
	left: 50%;
	position: absolute;
}

#the_content h3{
	color : #303030;
	text-align: left;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

#the_content h4{
	font-size: 18px;
}

#the_content ul{
	list-style: none;
	padding-left : 15px;
	color: #004c9a;
}

#the_content ul li{
	padding-bottom : 10px;
}

#the_content p{
	color: #004c9a;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.content{
	padding : 50px 30px;
	width : 100%; 
	height : 100%;
	box-sizing : border-box;
	overflow : hidden;
	position : relative;
}

#the_content .content.fond_bleu{
	background: #004c9a;
	color: #fff;
}

#the_content .content.fond_bleu h1, #the_content .content.fond_bleu p{
	color: #fff;
}

#the_content .content:after {
    top: 0px;
    right: 0px;
    border: 12px outset rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: translateZ(1px) rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: translateZ(1px) rotate(-135deg);
    border-top: 12px solid #004C9A;
}

#the_content .content.fond_bleu:after{
	border-top: 12px solid #fff;
}


/*.content .col_1_2{width : 50%;}
.content .col_2_3{width : 65.3%;}
.content .col_1_3{width : 34.7%;}
.content div{overflow : hidden; max-width : 90%;}
.content  h3 {text-align : left; padding-top : 0!important; padding-right : 15px !important; position : relative; display : inline-block;}
.content  h3:after{
	position : absolute; 
	margin: 0 auto; 
	top: 25%; left: 100%; bottom: 0;
	width: 800px;
	content:" ";
	height : 2px;
}*/


.reduced{
	width : 657px !important;
	padding-bottom : 10px!important;
	height : 162px;
}

/*.content_thin{
	padding : 20px 30px 40px 30px;
	width : 100%; 
	height : 100%;
	box-sizing : border-box;
	overflow : hidden;
	position : relative;
}

.content_thin img{text-align : center; display : block; margin : auto;}
.content_thin div{overflow : hidden;}
.content_thin  h3 {padding-top : 0!important; position : relative; text-align : center !important; padding-bottom : 40px!important;}
.content_thin h3:after {
	content:" ";
	width : 20%; 
	top : 65%; 
	left : 40%;
	margin : 0 auto;
	position : absolute;
}
.content_thin p{
	padding-bottom : 38px;
}*/

#the_content .content p {
	/*margin: 0;*/
}

#the_content p a {
	color: #004C93;
	text-decoration: underline;
}
#the_content p a:hover {
	text-decoration: none;
}

#the_content blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

#the_content blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

#the_content blockquote p {
	font-style: italic;
	display: inline-block;
}


/* CONTACT */

#contact{
	background : #fff;
	overflow : hidden;
}


#contact_champs{
	width : 400px;
	float : left;
}

#contact_champs label span{
	width : 70%;
	display : inline-block;
	float : right;
}

#contact_coordonnees{
	width : 560px;
	float : right;
}

#contact_champs input{
	width : 100%;
	box-sizing: border-box;
	height: 40px;
}
#contact_champs input[type=checkbox]{
	width : auto;
	box-sizing: border-box;
	height: auto;
}

#contact_champs textarea{
	width : 100%;
	box-sizing: border-box;
}

#contact_champs input[type=submit]{
	width : 100%;
	background-color : #004C98;
	height : 40px;
	border-radius : 2px;
	border : none;
	color : #fff; 
	text-transform : uppercase;
	margin-top : 25px;
}
#contact_champs .textarea-820{
	width : 100% !important;
	margin-top : 10px;
}

#contact_champs label{
	color :  #004C98;
	float : left;
	width : 100%;
	margin : 0 0 25px 0;
	line-height : 26px;
}
#contact_coordonnees #map{
	width : 100%;
	height : 360px;
	position : relative;
}

#contact_coordonnees #coordonnees{
	margin-top : 40px; 
	padding-top : 20px;
	border-top : 2px solid #004C98;
	text-align: center;
}
#contact_coordonnees #coordonnees .titre{
	margin-left : 40px;
	font-size : 22px; 
	text-transform : uppercase;
	color :  #004C98;
	position : relative;
	margin-bottom : 20px;
}
#contact_coordonnees #coordonnees .titre:before{
	content:"";
	position : absolute; 
	left : -30px; top : 1px;
	width : 40px; height :60px; 
	background : url('images/location_pin.png') no-repeat 0 0;
	
}
#contact_coordonnees #coordonnees p{
	margin-bottom : 20px;
	color : #58595b;
}
#contact_coordonnees #coordonnees p a{
	color : #004C98;
	font-style : italic;
}

#coordonnees .coordonnees_img1{
	width : 100%; height : 100px;
	background : url('images/logo_synergie_prod.jpg') no-repeat top center;
}
#coordonnees .coordonnees_img2{
	width : 100%; height : 130px;
	margin-top : 25px;
	background : url('images/qsn_animaux.jpg') no-repeat top center;
}

div.wpcf7-response-output{
	float : none !important;
	clear: both;
	margin : 0!important;
}

.wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7-not-valid{
	border: 1px solid red;
}

.recaptcha-672 .wpcf7-not-valid-tip{
	display: block !important;
	width: 100% !important;
	float: none !important;
} 

#wdm-nocapt-recapt-id-recaptcha-672{
	/*width : 302px; height : 76px;
	background-color : #f6f6f6;
	border-radius : 5px;
	float : left;*/
	clear: both;
}

#form_line{
	clear : both;
}
#textarea{
	width : 745px;
	margin : auto;
	float : left;
	height : 145px
}




/* EQUIPEMENTS */
.case.equipement_texte{
	text-align: justify;
}

.case{
	text-align : center;
	background : #004c9a;
	color : #fff;
	font-size : 14px;
	overflow : hidden;
}

.case div:only-child{
	display : inline-block;
	vertical-align : middle;
	padding : 0 40px;
	line-height: normal;
	position: relative;
}

.case.equipement_image div{
	padding : 0 !important;
	width: 100%;
}

/*.case.equipement_image img{
	width : 100%;
}*/

.case.equipement_ligne div{
	position : relative;
}

.case.equipement_ligne div:after{
	position : absolute; 
	width : 40%; 
	height : 2px;
	background : #fff;
	content : "";
	left : 50%;
}

.case.equipement_ligne div:before{
	position : absolute; 
	width : 40%; 
	height : 2px;
	background : #fff;
	content : "";
	right : 50%;
}

.case.equipement_texte div{
	position : relative;
	font-size: 18px;
}

.case.equipement_texte div:before{
	position : absolute;
	content:"";
	height: 1px;
	top: -20px;
	width: 50px;
	background: #fff;
	left: 50%;
	margin: 0 0 0 -25px;
}

.case.equipement_texte div:after{
	position : absolute;
	content:"";
	height: 1px;
	bottom: -20px;
	width: 50px;
	background: #fff;
	left: 50%;
	margin: 0 0 0 -25px;
}

#the_content .col p{
	margin: 0;
}

#the_content .col img{
	height : auto;
	display: inline-block;
	width: 50%;
}

.colonne_gauche{
	height : 630px !important;
	width : 33%;
	float : left;
	overflow: hidden;
}

.colonne_milieu{
	height : 630px !important;
	width : 32%;
	float : left;
	overflow: hidden;
}

.colonne_droite{
	height : 630px !important;
	width : 35%;
	float : left;
	overflow: hidden;
}

.ligne_haut{
	/*height : 200px;*/
	line-height: 200px; 
	width : 100%;
}

.ligne_milieu{
	/*height : 230px;*/
	line-height: 230px; 
	width : 100%;
}

.ligne_bas{
	/*height : 200px;*/
	line-height: 180px; 
	width : 100%;
}

.ligne_milieu_bis{
	/*height : 325px;*/
	line-height: 325px; 
	width : 100%;
}

.ligne_bas_bis{
	/*height : 105px;*/
	line-height: 105px; 
	width : 100%;
}


/* FACONNAGE */

/*#solution{
	width : 100%; 
	background : rgba(255, 255, 255, 0.9);
	font-size : 14px;
	padding-top : 20px;
	padding-bottom : 20px;
	clear : both;
	overflow : hidden;
}
#solution .title{
	overflow : hidden; 
	width : auto;
	position : relative;
	padding-right : 15px !important;
	display : block;
	text-align : left;
	margin-left : 30px;
	margin-right : 30px;
	color : #004C98; 
	font-size : 20px;
	text-transform : uppercase;
}

#solution .title:before{
	position : absolute; 
	margin: 0 auto; 
	top: 49%; left : 66%; bottom: 0;
	width: 99999px;
	content:" ";
	height : 2px;
	border-top : solid 2px #004C98;
}
#solution .solution_content{
	padding : 20px;
}*/



.cercle{
	position : relative;
	border-radius : 50%;
	width : 140px;
	height : 140px;
	background : #004C98;
	color : #fff; 
	font-size : 14px;
	font-weight : bold;
	font-style : italic;
	margin-top : 30px;
	display : table;
	float : left;
}

.cercle div{
	display : table-cell; 
	padding : 0 10px; 
	vertical-align : middle; 
	text-align : center
}

.cercle:before{
	content:"";
	position : absolute;
	height : 144px;
	width : 144px; 
	border : solid 2px #004C98; 
	border-radius : 50%;
	left : -4px; top : -4px;
}

.solution_liste{
	float : left;
	width : auto;
	height : auto;
	margin-left : 15px;
	color : #004C98;
}

.solution_liste ul{
	position : relative;
}

.solution_liste ul:before{
	position : absolute; 
	content :"";
	left : -7px;
	width : 2px;
	height : auto;
	top : 11px;
	bottom : 22px;
	background : #004C98;
}

.solution_liste ul li{
	padding-bottom : 5px;
	position : relative;
}

.solution_liste ul li:before{
	content:"";
	position : absolute;
	width : 20px; height : 2px;
	background : #004C98;
	top : 11px;
	left : -20px;
}

.solution_liste ul li img{
	border : none !important;
	width : auto !important;
	box-shadow : 0 0 0 #fff !important;
	margin : 0 5px 0 0 !important;
	background : #004C98;
	border-radius : 50%;
	display : inline-block;
	max-width : 25px; max-height : 25px;
}

#solution img{
	border : solid 5px #fff;
	width : 257px;
	box-shadow : 0 0 5px #888;
	margin: 25px 10px 0 0;
}
/*

#etapes{
	width : 100%;
	height : 375px;
	background : rgba(76, 129, 184, 0.9);
	font-size : 14px;
	padding-top : 20px;
}
#etapes .title{
	overflow : hidden; 
	width : auto;
	position : relative;
	padding-right : 15px !important;
	display : block;
	text-align : center;
	margin-left : 30px;
	margin-right : 30px;
	color : #fff; 
	font-size : 20px;
	text-transform : uppercase;
}
#etapes .title:after{
	position : absolute; 
	margin: 0 auto; 
	top: 49%; right: 70%; bottom: 0;
	width: 99999px;
	content:" ";
	height : 2px;
	border-top : solid 2px #fff;
}
#etapes .title:before{
	position : absolute; 
	margin: 0 auto; 
	top: 49%; left : 69%; bottom: 0;
	width: 99999px;
	content:" ";
	height : 2px;
	border-top : solid 2px #fff;
}
	
#etapes #timeline{
	width : 940px; 
	margin : auto;
	color : #fff;
	padding-top : 75px;
}
#etapes #timeline ul{
	border-top : #fff solid 4px;
	padding-top : 55px;
}
#etapes #timeline ul li:first-child{
	margin-left : 0;
}
#etapes #timeline ul li{
	display : inline-block;
	position : relative;
	margin-left : 168px;
	font-weight : bold;
}
#etapes #timeline ul li:before{
	content : "";
	width : 65px; height : 65px;
	position : absolute;
	top : -90px;
	left : -32px;
	background-color : #fff;
	border-radius : 50%;
}
#etapes #timeline ul li p{
	position : absolute; 
	display : block;
	width : 160px;
	left : -74px;
	bottom : -60px;
	text-align : center;
	min-height : 50px;
}
#etapes #timeline ul li p:nth-child(2){
	bottom : -170px;
	font-weight : normal;
	font-size : 10px;
	min-height : 100px;
}

#processus{
	width : 100%;
	background : rgba(255, 255, 255, 0.9);
	font-size : 14px;
	padding-top : 20px;
	padding-bottom : 20px;
	clear : both;
	overflow : hidden;
}
#processus .title{
	overflow : hidden; 
	width : auto;
	position : relative;
	padding-right : 15px !important;
	display : block;
	text-align : center;
	margin-left : 30px;
	margin-right : 30px;
	color : #004C98; 
	font-size : 20px;
	text-transform : uppercase;
}*/


/* QUALITE */

#qualite{
	width : 100%;
/*	height : 595px;*/
	background : rgba(255, 255, 255, 0.9);
	font-size : 14px;
	padding-top : 20px;
	padding-bottom : 40px;
	clear : both;
	overflow : hidden;
}
#qualite .title{
	overflow : hidden; 
	width : auto;
	position : relative;
	padding-right : 15px !important;
	display : block;
    height: 90px;
	text-align : center;
	color : #004c98; 
	font-size : 27px !important;
    margin: 60px 0 0 0;
}

#qualite .title:after{
	content:"";
    border-top: 2px solid #004c98;
    padding: 0 0 0 75px;
	margin: 11px 0px 0 -30px;
    position: absolute;
}

#spelogo{
	margin-left:75px;
}

#qualite .col_1_3{
width : 33%;
}

#qualite .qualite_logo img{
	max-height : 80px;
	width : auto;
		margin-left:80px;
}

#qualite .qualite_logo{
	text-align : center;
	padding-top : 17px;
	padding-bottom : 11px;
	color : #004C98;
	box-sizing : border-box;
	margin-right:80px;
	margin-left:80px;
}

.border_droite div{
	border-right : solid 1px #004C98;
}

#qualite_bas{
	box-sizing : border-box;
	width : 100%;
	background-color : #467bb2;
	font-size : 14px;
	padding : 0 20px 25px 25px;
	clear : both;
	overflow : hidden;
}
#qualite_bas .col_1_3 img{
	border: 5px solid #FFF;
	box-shadow: 0px 0px 5px #888;
	margin: 25px 10px 0px 0px;
}
#qualite_bas .col_2_3{
	box-sizing : border-box;
	padding-left : 30px;
	width : 65%;
}
#qualite_bas .col_2_3 .col_1_2{
	box-sizing : border-box;
	width : 228px; height : 84px;
	background : #467BB2; 
	margin : 0px 0px 0px 0px;
	text-align : center;
	padding-top : 12px;
	color : #fff;
	position : relative;
	border : solid 2px #fff;
}
#qualite_bas .col_2_3 .col_1_2 img{margin-bottom : 10px;}

#qualite_bas .col_2_3 .col_1_2:nth-of-type(1), #qualite_bas .col_2_3 .col_1_2:nth-of-type(2){
	margin-bottom : 56px; margin-top : 25px;
}

#qualite_bas .col_2_3 .col_1_2:nth-of-type(1), #qualite_bas .col_2_3 .col_1_2:nth-of-type(3){margin-right : 138px; margin-left : 40px}
.qualitefirstchild{
	margin-left:77% !important;
	margin-top:120px;
}

.logobio{
    margin-left: 120px;
}

.qualiteagribio{
	margin-top:105px;
    margin-left: 559px !important;
}

/*
#qualite_bas .col_2_3 .col_1_2:before{
	width : 215px; height : 80px;
	content:none;
	position : absolute;
	border : solid 2px #fff;
	top : 3px;
	left : 53px;
}
*/

#qualite_bas .col_2_3 .col_1_2:nth-of-type(1):after{
	content : "";
	position :absolute;
	left :226px;
	top : 39px;
	height : 2px;
	width : 137px;
	background : #fff;
}
#qualite_bas .col_2_3 .col_1_2:nth-of-type(2):before{
	border : solid 2px #fff;
	border-left : solid 2px transparent;
	border-bottom : solid 2px transparent;
	pointer-events : none;
	content : "";
	width : 10px; height : 10px;
	position :absolute;
	left : -18px;
	top : 33px;
 	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
#qualite_bas .col_2_3 .col_1_2:nth-of-type(2):after{
	content : "";
	position :absolute;
	left :-70px;
	top : 82px;
	height : 27px;
	width : 180px;
	
	border-bottom : solid 2px #fff;
	border-right : solid 2px #fff;
	border-bottom-right-radius : 10px;
}
#qualite_bas .col_2_3 .col_1_2:nth-of-type(1):before{
	content : "";
	position :absolute;
	left :111px;
	top : 109px;
	height : 27px;
	width : 184px;

	border-top : solid 2px #fff;
	border-left : solid 2px #fff;
	border-top-left-radius : 10px;
}
#qualite_bas .col_2_3 .col_1_2:nth-of-type(3):before{
	border : solid 2px #fff;
	border-left : solid 2px transparent;
	border-top : solid 2px transparent;
	pointer-events : none;
	content : "";
	width : 10px; height : 10px;
	position :absolute;
	left : 105px;
	top : -18px;
 	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
#qualite_bas .col_2_3 .col_1_2:nth-of-type(3):after{
	content : "";
	position :absolute;
	left :226px;
	top : 39px;
	height : 2px;
	width : 137px;
	background : #fff;
}
#qualite_bas .col_2_3 .col_1_2:nth-of-type(4):before{
	border : solid 2px #fff;
	border-left : solid 2px transparent;
	border-bottom : solid 2px transparent;
	pointer-events : none;
	content : "";
	width : 10px; height : 10px;
	position :absolute;
	left : -18px;
	top : 33px;
 	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}


/* 404 */

#fourOfour{
	text-align : center;
}
#fourOfour img{
	display : inline-block; 
	margin : auto;
	text-align : center;
	max-height : 400px;
	padding-bottom : 20px;
}

#fourOfour a {
	background-color : #F0F0F0;
	color : #004C98;
	padding : 28px 20px;
	font-weight : bold;
	border : none;
	margin-top : 30px;
	display : inline-block;
}

/* PLAN DE SITE */

.site_map{}
.site_map ul{padding-top : 20px; }




/* PRODUCTS */

.gamme_title{
	overflow : hidden;
}

.gamme_title h3{
	position : relative;
	display : inline-block;
}

.gamme_title h3:after{
	position : absolute; 
	margin: 0 auto; 
	top: 49%; left: 100%; bottom: 0;
	width: 99999px;
	content:" ";
	height : 2px;
	border-top : solid 2px #004C9A;
}

.gamme_products {
	position: relative;
	/*display: table;*/
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.gammes_wrapper img{
    /*border: 1px solid rgba(19,104,164,0.9);*/
    border-radius: 100%;
}

.gammes_wrapper{
	position: relative;
	display: block;
    background: #004c9a;
    padding: 20px 0;
    /*clear : both;*/
	text-align: center;
	height: 100%;
}

#the_content .gamme_title h2 {
    color: #fff;
    padding: 20px 0 30px 0;
}

#the_content .gamme_title h2:after {
	content: "";
	left: 50%;
	height: 1px;
	position: absolute;
	width: 100px;
	margin: 0 0 0 -50px;
	bottom: 10px;
	background: #fff;
	
}

.real{
	width : 170px;
	height : 100%;
	display: inline-block;
	margin : 20px 20px 20px 20px;
	text-align : center;
	border-radius : 1px;
	position : relative;
	vertical-align: top;
}

#the_content .real p {
	/*position: absolute;*/
	color: #fff;
	width: 100%;
	font-family: 'Helvetica_Light', 'Arial';
	text-align: center;
	margin: 10px 0 0 0;
}
/* .real:last-child{margin-right : 0 !important;} */

.real .summary{
	text-align : center;
	width : 170px;
	height : 170px; 
	position : absolute; 
	top : 0px;
	left : 0px;
	color : #fff;
	opacity : 0;
	display : table;
	transition: all 0.3s ease-in-out;
}


.real .summary:hover{
	background-color : rgba(0, 76, 154, 0.4);
	opacity : 1;
    border-radius: 100%;
}

.real .summary .real_title{ 
	vertical-align : middle;
	font-size : 18px; 

	display : table-cell;
	position : relative;
	text-transform : uppercase;
}
.real .summary .real_title h4{
	color : #fff !important; 
	position : relative; 
	padding : 0!important;
	font-size: 17px;
	margin: 0 5px;
	}

.real .summary .real_title h4:before{
	content : "";
	border-top : 1px solid #fff;
	position : absolute;
	width : 25%;
	top : -10px;
	left : 38%;
}

.real .summary .real_title h4:after{
	content : "";
	border-top : 1px solid #fff;
	position : absolute;
	width : 25%;
	bottom : -10px;
	left : 38%;
}



/* ACCUEIL */
#accueil_wrapper{
/* height : 632px !important; */
position : relative;
overflow : hidden;
}
#intro_accueil {
	display: block;
	background-color:rgba(0, 76, 154, 1);
}
#intro_accueil .row.intro {
	padding:30px 0;
}
.home h2 {
	color : #fff;
	text-align: left;
	font-size: 22px;
	position: relative;
	padding: 1.5em 0 1em 0;
	text-transform: uppercase;
}


#intro_accueil .row.intro ul li,
#intro_accueil .row.intro p {
	color: #fff;
	font-size: 18px;
	margin-bottom: inherit;
}

#intro_accueil .row.intro a {
	color:#fff;
	text-decoration: underline;
}

#intro_accueil .row.intro a:hover {
	color:#fff;
	text-decoration: none;
}
#intro_accueil .row.intro ul {
	padding:1.2em 0;
	list-style-type: circle;
	list-style-position: inside;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

/* SLIDER */
ul.slides:after{content : "" !important; display : none;}

.metaslider .caption-wrap{
	position : absolute ;
	display : block;
	top : 50%;
	background : transparent!important;
	width: 100%;
	text-align: center;
	margin-top: -125px !important;
	line-height: initial !important;
}

.caption-wrap a {
	color : #fff;
}
.metaslider .caption a {
	padding : 20px !important;
	background-color : rgba(0, 76, 154, 1) !important;
	display : block;
	text-align : center;
	border-radius : 10px;
	height:auto;
	font-size : 15px;
	line-height: 1rem;
	margin: 0 auto;
	width: 240px;
	transition: all .4s;
}
.metaslider .caption a:hover {
	background-color : rgba(0, 76, 154, .7) !important;
}


.metaslider .caption div h1 {
	font-size: 5rem;
	font-weight: 700;
	color: #303030;
	text-transform: none;
	text-align: center;
}

.metaslider .caption div span {
	font-weight: 300;
	color: #004c9a;
	text-transform: uppercase;
	text-align: normal;
	margin: 0;
}

.metaslider .caption h1{
	font-size: 5rem;
	font-weight: 300;
	color: #303030;
	text-transform: none;
	text-align: center;
	margin: 0 0 20px 0;
}

.metaslider .caption h1 span{
	text-align: normal;
	margin: 0;
	display: block;
}

.metaslider .caption h1 .gras{
	font-weight: 700;
}

.metaslider .caption h1 .majuscule{
	text-transform: uppercase;
}

.metaslider .caption h1 .bleu{
	color: #004c9a;
}






.metaslider img{
	height:100%;
	width:100%;
}

.flex-direction-nav{display : none;}
/* --------------
TRICKS
-----------------*/
.bold{
	font-weight : bold;
}
.hide  { display: none; }
.clear {
	border:0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clear2{clear : both;}
.relative { position: relative; }

.left   { float: left; }
.posMiddle { margin: 0 auto; }
.right  { float: right; }

.txtcenter { text-align: center; }

#overDiv {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
}

/*.alignleft {
	display:inline;
	float:left;
}
.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignright{
	display:inline;
	float:right;
}*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.hidden {
	display: none;
}

/* SHORTCODES */

.texte_pleine_page{
	clear : both; 
	width :100%; 
	
}

.img{
	display: block;
	width: auto !important;
	overflow : hidden;
}

.col_1_2 {
	float: left;
	width: 50%;
}
.col_1_3 {
	width: 34.7%;
	float: left;
}
.col_2_3 {
	width: 65.3%;
	float: left;
}
.col_1_4 {
	width: 25%;
	float: left;
}
.line{width : 100%;}
.left{float : left;}

.fond_bleu {background-color : #004c9a; color : #ffffff;}
.fond_bleu  h3{color : #fff !important;}

.fond_blanc{background-color : rgba(255, 255, 255, 0.8); color : #004C9A;}
.fond_blanc h3{color : #004C9A !important;}

.gauche{float : left; }
.droite{float : right;}

.ligne_apres_bleu h3:after {border-top : solid 2px #004C9A;}
.ligne_apres_blanc h3:after {border-top : solid 2px #fff;}

.margin_R {margin-right : 20px;}
.padding_R {padding-right :20px;}
.margin_L {margin-left : 20px;}
.padding_L {padding-left:20px;}
.margin_T {margin-top : 20px;}
.padding_T {padding-top :20px;}
.margin_B {margin-bottom : 20px;}
.padding_B {padding-bottom :20px;}
.padding-center_L{padding : 0 0 0 10px;}
.padding-center_R{padding : 0 10px 0 0;}
.border_R{border-right : 2px solid #004C9A;}
.border_L{border-left : 2px solid #004C9A;}

.fleche:before{content:"";}
.fleche:after{
	top: 0px;
	right : 0px;
	border: 12px outset rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: translateZ(1px) rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: translateZ(1px) rotate(-135deg);
	/*outline: 1px solid rgba(0, 0, 0, 0);*/
}
.fleche_bleue:after{border-top : 12px solid #004C9A;}
.fleche_blanche:after{border-top : 12px solid #fff;}

.table {display : table; table-layout : fixed; text-align : center; width : 100% !important;}
.table-cell{display : table-cell;}
.img .table-cell {vertical-align : middle;}
.img .table-call a img{
	margin : auto; display : inline-block;
}

.itineraire{
	background-color: #004C98;
	padding:10px;
	color: white !important;
	border-radius:2px;
	margin: 10px 0;
	display: inline-block;
	}

/*************** FONTS ***************/

@font-face {
    font-family: 'Helvetica_Light';
    src: url('fonts/Helvetica_Light/helvetica_light.eot');
    src: url('fonts/Helvetica_Light/helvetica_light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Helvetica_Light/helvetica_light.woff') format('woff'),
         url('fonts/Helvetica_Light/helvetica_light.ttf') format('truetype'),
         url('fonts/Helvetica_Light/helvetica_light.svg#Helvetica_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica_Bold';
    src: url('fonts/Helvetica_Bold/helvetica_bold.eot');
    src: url('fonts/Helvetica_Bold/helvetica_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Helvetica_Bold/helvetica_bold.woff') format('woff'),
         url('fonts/Helvetica_Bold/helvetica_bold.ttf') format('truetype'),
         url('fonts/Helvetica_Bold/helvetica_bold.svg#Helvetica_Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*************** TITRES ***************/

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}



/*************** STRUCTURE GLOBALE ***************/



.wrapper {
	/* max-width: 1150px; */
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
}

/*************** HEADER ***************/

header{
	background: #fff;
}

header #h-top {
	background: #e5e5e5;
	height: 35px;
}

header #h-top ul {
	float: right;
	line-height: 35px;
}

header #h-top ul li{
	float: left;
}

header #h-top #nous-contacter {
	background: url('images/nous_contacter.png') no-repeat left center;
	border-right: 1px solid #eaeaea;
	padding: 0 0 0 30px;
	margin: 0 30px 0 0;
}

header #h-top #nous-contacter a{
	font-family: "Helvetica_Light", Arial;
	font-size: 11px;
	line-height: 13px;
	color: #303030;
	text-transform: uppercase;
}

header #h-top .changer-langage img {
	border: 1px solid #969696;
	margin: 0 2px;
}

header #h-middle .wrapper{
	background: url('images/animaux.jpg') no-repeat right bottom;
	padding: 30px 0 25px 0;
	background-size: 82%;
}

header #h-middle .wrapper a {
	display: block;
	float: left;
}

header #h-middle .wrapper p {
	font-family: "Helvetica_Light", Arial;
	font-size: 16px;
	color: #a6a7ab;
	border-left: 1px solid #d2d3d5;
	padding: 12px 0 12px 20px;
	margin: 0 0 0 20px;
	float: left;
	width: 200px;
}

header #h-bottom {
	height: 50px;
	position: relative;
	background: #303030;
}

header #h-bottom nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	background: #303030;
}
#h-bottom nav ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    z-index: 500;
    top: 45px; /* this should be the same height as the top level menu -- height + padding + borders */
}
#h-bottom nav ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#h-bottom nav ul ul li a { /* target all sub menu item links */
    padding: 5px 10px; /* give our sub menu links a nice button feel */
}
#h-bottom nav ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}
#h-bottom nav ul ul li ul {
    /* target all second, third, and deeper level sub menus */
    left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0; /* this ensures the sub menu starts in line with its parent item */
}

header #h-bottom nav ul li ul li:first-child.current_page_item a{
	background:none !important;
}
header #h-bottom nav ul li ul li:last-child.current_page_item a{
	background:none !important;
}
header #h-bottom nav ul li ul li {
	background:none !important;
}

header #h-bottom .menu li {
	display: inline-block;
	position: relative;
	background: url('images/navigation_sep.jpg') no-repeat right center;
}

header #h-bottom .menu li a {
	display: block;
	padding: 16px 15px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Helvetica_Light", Arial;
}

header #h-bottom .menu > li:first-child > a {
	background: url('images/picto_home.png') no-repeat center center;
	text-indent: -9999px;
	width: 22px;
}

header #h-bottom .menu > li:last-child{
	background: rgba(0, 0, 0, 0) url("images/ico-contact.png") no-repeat scroll center center;
	text-indent: -9999px;
	width: 51px;
}

header #h-bottom .menu > li:last-child > a:hover {
	background: #004c9a url("images/ico-contact.png") no-repeat scroll center center;
	text-indent: -9999px;
	width: 21px;
}

header #h-bottom .menu li.current_page_item a, header #h-bottom .menu li a:hover {
	background: #004c9a;
}
header #h-bottom .menu > li:first-child > a:hover {
	background: #004c9a url('images/picto_home.png') no-repeat center center;
	text-indent: -9999px;
	width: 22px;
}

header #h-bottom .menu li:first-child.current_page_item a{
	background: #004c9a url('images/picto_home.png') no-repeat center center;
}

header #h-bottom .menu li:last-child.current_page_item a{
	background: #004c9a url('images/ico-contact.png') no-repeat center center;
}





/*************** FOOTER ***************/

footer {
	background-color : #303030
}

footer .bottom{
	font-family : "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size : 12px;
	box-sizing : border-box;
}

.barre_bleue{
	background-color : #004c9a;
	height : 14px;
	width : 100%;
	border-bottom : solid 1px #fff;
}

footer #menu-footer-container{
	float : left !important;
	display : block;
	width : 50%;
}

footer .menu{
	display: table;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

footer .menu li {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 45px;
}

footer .menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #adadad;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 0 20px;
}

footer .menu li a:hover {
	color: #fff;
}

footer .menu li a::after {
    background: #adadad no-repeat scroll 0px 0px;
    content: " ";
    height: 12px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
}

footer .menu li:last-child a:after {
	height: 0px;
}

footer .bottom > div{
	height : 100%;
}

/* MENU BURGER */
a.togglemenu {
	display: none;
}

.header-mobile-menu .togglemenu {
	position: relative;
	height: 50px;
}

.header-mobile-menu .togglemenu span {
	height: 2px;
	width: 20px;
	display: block;
	background: white;
	position: relative;
	margin: 3px auto;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}

	
/* ==========================================================================
POPUP RGPD
========================================================================== */
div#cookie-container-bar{
	display: flex;
	vertical-align: middle;
	justify-content: center;
}
div#cookie-container-bar div#cookie-img-bar{
	display: flex;
	vertical-align: middle;
	align-items: center;
}
div#cookie-container-bar div#cookie-img-bar img{
	/* width: 150px; */
	/* height: 150px; */
}
div#cookie-container-bar div#cookie-text-bar{
	padding: 10px;
	width: 75%;
}
div#cookie-container-bar div.cookie-ss-text-bar{
	font-size:0.8em;
	text-align:center
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message{
	text-align: center;
	font-size:16px
}
div#cookie-container-bar div#cookie-text-bar .cli-bar-message strong{
	font-size:1.2em
}
div#cookie-container-bar div#cookie-buttons-bar{
	display: flex;
}
#cookie-law-info-bar{
	text-align: left !important; 
	padding: 15px 15px !important; 
	border-color: rgb(51, 51, 51) !important; 
	border-radius: 15px !important; 
	background-color: rgba(255, 255, 255, 0.97) !important; 
	color: rgb(51, 51, 51); font-family: inherit !important; 
	position: fixed !important; 
	width: 690px !important; 
	height: auto !important; 
	max-height: 500px !important; 
	top: 50% !important; 
	left: 50% !important; 
	transform: translate(-50%, -50%) !important; 
	overflow: auto !important; 
	font-family: 'Helvetica_Light', Helvetica, Arial, sans-serif !important;
	color: #004c9a;
}

@media screen and (max-width: 640px) {
	#cookie-law-info-bar{
		padding: 5px 5px !important; 
		width: 100% !important; 
		max-height: 600px !important;
	}
	
	div#cookie-container-bar div#cookie-text-bar{
		padding: 10px;
		width: 100%;
	}
	#wt-cli-accept-all-btn,
	#wt-cli-reject-btn,
	#wt-cli-settings-btn{
		padding:8px 15px!important;
	}
	div#cookie-container-bar{
		flex-wrap: wrap;
	}
	div#cookie-container-bar div#cookie-text-bar{
		font-size: 12px;
	}
}
