/* =Typography
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'HelveticaBdCn';
    src: url('/media/font/helveticaneueltstd-bdcn-webfont.eot');
    src: url('/media/font/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/font/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('/media/font/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('/media/font/helveticaneueltstd-bdcn-webfont.svg#helvetica_neue_lt_std77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaCn';
    src: url('/media/font/helveticaneueltstd-cn-webfont.eot');
    src: url('/media/font/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/font/helveticaneueltstd-cn-webfont.woff') format('woff'),
         url('/media/font/helveticaneueltstd-cn-webfont.ttf') format('truetype'),
         url('/media/font/helveticaneueltstd-cn-webfont.svg#helvetica_neue_lt_std57Cn') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaMdCn';
    src: url('/media/font/helveticaneueltstd-mdcn-webfont.eot');
    src: url('/media/font/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/font/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('/media/font/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('/media/font/helveticaneueltstd-mdcn-webfont.svg#helvetica_neue_lt_std67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 12px Arial,Helvetica,sans-serif;

}

a {
	color:#0e3083;
}

.span_bold{
	font-weight:bold;
}

em span, em span strong {
	font-style:italic;
}
/* =Links
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/

#container{
	max-width: 945px;
}
#content_left {
	padding-right:29px;
}

#content_right {
	padding-left:16px;
}

/* =Header
-----------------------------------------------------------------------------*/
.barre_header {
	margin-bottom:5px;
}
.barre_menu{
	background-color : #182632;
	height : 8px;
	
}

#show_error_es{
	text-align : center;
	margin-top : 100px;
	margin-bottom : 100px;

}

#menu_connexion{
	float:right;
	padding-right : 20px;

}
.nav-h ul li, .nav-g ul li {
	margin-left:2.5em;
	margin-right:0;
}

.menu_bienvenue{
	text-align:right;
	color : #697177;
	font-size : 11px;
	font-weight : bold;
}

.menu_moncompte{
	text-align:right;
	color : #182632;
	font-size : 11px;
	font-weight : bold;
}
/* debut Sarah ***/

#ordi_tpl{
	/*height: 140px;*/
}

#masthead{
	/*padding-right: 15px;
	padding-left: 15px;*/
	/*margin-top: 8px;*/
}

.site .main-navigation{
	background-color: white;
}

.main-navigation li a,
.main-navigation li{
	display: inline-block;
}


.main-navigation{
	position: relative;
}

.navigation a:hover {
	text-decoration: none;
}


#Bas{
	/*clear: both;
	margin-top: 20px;*/
	margin-left:20px;
}

.menu_ss_pages a,
.menu_pages a{
	padding: 0px 25px 0px 25px;
	font-family: 'HelveticaCn', sans-serif;
	/*white-space: nowrap;*/
	font-size: 16px;
	letter-spacing: 0.3px;
	margin: 0;
	color: #182632;
	text-align:center;
	/*background-color: rgb(235,235,235);*/
	font-weight: normal;
	text-decoration : none;
	vertical-align: bottom;
	
}

.menu_ss_pages a,
.menu_pages a span {
font-family: 'HelveticaBdCn', sans-serif;
}

.menu_ss_pages a:hover{
	background-color: rgb(20,81,153);
	color: rgb(235,235,235);
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

.barre-gris{
	border-right : 1px solid #a2a2a2;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0 0 0;
	margin-left:75px;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 200px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 945px;
	width: 100%;
	
}
.foot div{
	margin-top:12px;

}
/*
.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}
*/
.site-header .search-field {
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 168px;
	border: 1px solid #CCCCCC;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.header-gris {
	margin-top:10px;
	border-bottom:1px solid silver;
	margin-bottom:22px;
}
/* Fin Sarah ***/


#menu_recherche{
	font-size : 11px;
	color : #697177;
	

}

#menu-btn-blue{
	color : white;
	font-weight : bold;
	font-size : 10px;
}


#logo-menu{
	margin-top : -16px;

}

#menu-recherche-li{
	padding : 0px 15px 0px 15px;
	
}

#input-recherche{
	width : 111px;
	background-color: #F9F9F9;
	line-height:1;
}
#btn-recherche {
	background-color :#0e3083;
	color:white;
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	height:23px;
    box-shadow: none;
	vertical-align:bottom;
	
	outline:none;
	border:none;
	margin:0;
	padding:0;
	width:28px;
	line-height:1;
}

/* =Couleurs r�gions
-----------------------------------------------------------------------------*/

.txt_8b1239 {
	color : #8b1239;
}
.txt_e95b2e {
	color : #e95b2e;
}
.txt_0fab8d {
	color : #0fab8d;
}
.txt_d85988 {
	color : #d85988;
}
.txt_3267a6 {
	color : #3267a6;
}



/* =Fil d'ariane
-----------------------------------------------------------------------------*/
#ariane  li + li:before {
	margin:4px;
	color: #000000;
	vertical-align:middle;
}

#img_fil_ariane{
	background: #FFFFFF url('/media/img/site/page_lieux/btn_retour_ariane.jpg') no-repeat left top;
	vertical-align: middle;
	float:left;
	display:inline;
	margin:0;
	padding-left:25px;
}

/* =Pagination
-----------------------------------------------------------------------------*/
.pagination {
	float:right;
}
.pagination li a, .pagination li span {
	border:none;
	font-family: Verdana,Arial, sans-serif;
	font-weight: normal;
	color:#182632;
	padding: 3px 4px;
	font-size:12px;
}
.pagination .current {
	font-weight:bold;
}
.pagination li a:hover, .pagination li a:active {
	background-color:#FFFFFF;
	color:#182632;
	font-weight:bold;
}

/* =Partenaires
-----------------------------------------------------------------------------*/
#partenaire div {
	text-align:center;
}

#partenaire p{
	font-family: 'HelveticaMdCn', sans-serif;
	font-size: 14px;
	margin-bottom: 0.3em;
	text-transform:uppercase;
	color:black;
	text-decoration:none;
	text-align:center;
}
#partenaire img {
	border:1px solid silver;
}

/* =Footer
-----------------------------------------------------------------------------*/


#barre_footer {
	background-color : #182632;
	height : 60px
}

.barre_footer_texte{
	background-color : #182632;
}

#barre_footer_center  div{
	margin:0;
}
.text-footer a{
	font-weight : bold;
	font-size : 13px;
	color : white;
	text-transform : uppercase;
	height : 60px;
	line-height: 60px;
	text-decoration:none;
}

.text-footer a:hover{
	color : white;
}

.barre_footer_gris{
	border-right : 1px solid #474747;
}

.barre_footer_gris_lr{
	border-right : 1px solid #474747;
	border-left : 1px solid #474747;
}

.barre_footer_gris2{
	border-right : 1px solid #c6c6c6;
}

.footer_ul li {
 font-family: Arial, sans-serif;
 color: #182632;
 display : list-item;
 list-style-image : url(/media/img/site/puce_footer.jpg);
 padding-bottom : 10px;
} 

.footer_ul li.li_cookie {
	margin-top:1.5em;
}


.titre_footer{
	font-family: 'HelveticaMdCn', sans-serif;
	font-size: 14px;
	margin-bottom: 1.2em;
}

.footer_ul{
	margin-left : 17px;
}
#footer-list-text-gauche{
	padding-left : 25px;
}

#footer-list-text-droit{
	padding-left : 25px;
}

.pagination_container{
	text-align:right;
}

.slicknav_menu {
	display:none;
}


a:hover{
	color: rgb(14,48,131);	
}

#marie_popins_connexion{
	display : none;
	width : 265px;
	height : 160px;
	border : 1px solid #d0d0d0;
	position : absolute;
	top : 25px;
	right :0;
	background-color : white;
	z-index : 1000;
	padding : 10px;

}

#marie_popins_connexion label{
	width : 100px;
	float : left;
	clear:both;
}
#marie_popins_connexion input{
	width : 150px;
	float : left;
}
#marie_popins_connexion p{
	height:15px;
	float:right;
	margin-right: 8px;
}

#menu_login_my_compte{
	cursor : pointer;
}

.marie_popins_connexion_titre{
	background-color : #f2f2f2;
	font-family: 'HelveticaMdCn';
    font-size: 20px;
	line-height: 17px;
	text-align:center;
	height : 28px;
	padding-top : 5px;
	margin-bottom : 18px;
	text-transform:uppercase;
}

#marie_popins_connexion_mdp_oublie{
	color : black;
	font-size: 11px;
    font-style: italic;
    margin-right: 12px;
	vertical-align: top;
}

#marie_popins_connexion_btn-recherche {
	background-color :#0e3083;
	color:white;
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	height:23px;
    box-shadow: none;
	vertical-align:bottom;
	
	outline:none;
	border:none;
	margin:0;
	padding:0;
	width:28px;
	line-height:1;
}

#marie_popins_connexion_enregistrement{
	display : none;
	width : 265px;
	height : 130px;
	border : 1px solid #d0d0d0;
	/*position : absolute;*/
	
	
	position : absolute;
	
	margin : 0 auto;
	/*top : 25px;
	right :0;*/
	background-color : white;
	z-index : 1000;
	padding : 10px;

}

#marie_popins_connexion_enregistrement div{
	margin-bottom : 15px;
}

#marie_popins_connexion_enregistrement a{
	color : black;
	text-decoration : none;
}
.scroll2identifier{
	cursor : pointer;
}

#marie_popins_connexion_enregistrement label{
	width : 100px;
	float : left;
	clear:both;
}
#marie_popins_connexion_enregistrement input{
	width : 150px;
	float : left;
}
#marie_popins_connexion_enregistrement p{
	height:15px;
	float:right;
	margin-right: 8px;
}

#marie_popins_connexion_enregistrement_titre{
	background-color : #f2f2f2;
	font-family: 'HelveticaMdCn';
    font-size: 20px;
	line-height: 17px;
	text-align:center;
	height : 28px;
	padding-top : 5px;
	margin-bottom : 18px;
}
.picto_croix_boite_outil{
	position : absolute;
	right : 0;
	top : 0;
	cursor : pointer;

}

#marie_popins_connexion_enregistrement_mdp_oublie{
	color : black;
	font-size: 11px;
    font-style: italic;
    margin-right: 12px;
	vertical-align: top;
}

#marie_popins_connexion_enregistrement_btn-recherche {
	background-color :#0e3083;
	color:white;
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	height:23px;
    box-shadow: none;
	vertical-align:bottom;
	
	outline:none;
	border:none;
	margin:0;
	padding:0;
	width:28px;
	line-height:1;
}

@media screen and (max-width:920px) {
	ul.nav-menu, div.nav-menu > ul {
		margin-left:0;
	}
	
	.menu_pages a{
		padding: 0px 20px 0px 20px;
	}
}

@media screen and (max-width: 40em) {

	#ordi_tpl {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	#marie_popins_connexion{
		top:40px;
	}
	.barre-gris {
	    border-right: 0;
	}
	
	.menu_pages.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-98 {
	    text-align: center;
	}
	
	#content_left {
		padding-right:0;		
	}
	
	#content_right {
		padding-left:0;
	}
	
	.text-footer{
		border: 1px solid white;
	}
}

#piegeabot{
	display:none;
}