/* CSS Document */

/* CSS Document */
/*Barre menu + logo*/
.menu-2-lignes-puis-une {
    position: fixed;
	top: 0px;
	width: 100%;
	height: 120px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 1);
	/*transition: height 250ms;*/
	}

.menu-2-lignes-puis-une.scrolled::after, .menu-2-lignes-puis-une::after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    background-color: transparent;
    z-index: 900;
}
.menu-2-lignes-puis-une #logo{
    position: absolute;
	top: -48px;
	left: 0px;
	width: 160px;
	height: 78px;
	display: block;
	background-image:url(/images/logo.png);
	background-size:cover;
	z-index: 1000;
	transition: all 250ms;
	}
.menu-2-lignes-puis-une #slogan{
    position: absolute;
	top: -63px;
	left: 185px;
	text-align:left;
	color: #636466;
	font-weight: 400;
	font-size: 1.07em;
	}
.menu-2-lignes-puis-une.scrolled #slogan{
	display: none;
	}
.menu-2-lignes-puis-une #slogan b{
	color: #f78f1e;
	font-weight: 700;
	display:block;
	padding-top: 3px;
	font-size: 1.21em;
	}
@media screen and (max-width: 1150px) {
.menu-2-lignes-puis-une #slogan b{
	display: none;
	}
	}
@media screen and (max-width: 780px) {
.menu-2-lignes-puis-une #slogan{
    position: absolute;
	top: inherit;
	bottom: 2px;
	left: 0px;
	}
.menu-2-lignes-puis-une #slogan br{
    display: none;
	}
	}
.menu-2-lignes-puis-une.scrolled #logo{
	top: 5px;
	transition: all 250ms;
	width: 92.307px;
	height: 45px;
	}
.menu-2-lignes-puis-une.scrolled {
	height: 55px;
	background-color: rgba(255, 255, 255, 1);
	transition: height 250ms;
	}

.menu-2-lignes-puis-une .ligne_une {
	display:block;
	width: 100%;
	height: 65px;
	text-align: center;
	position: relative;
	transition: all 250ms;
	}
.accueil .menu-2-lignes-puis-une .ligne_une {
	background: none;
	}
.menu-2-lignes-puis-une.scrolled .ligne_une {
	display: none;
	}
.menu-2-lignes-puis-une .ligne_une ul {
	text-align: right;
	}
.menu-2-lignes-puis-une .ligne_une ul li{
	display:inline-block;
	vertical-align: text-top;
	height: 45px;
	line-height: 17px;
	color: #4e4e4e;
	font-size: 0.93em;
	margin: 10px 35px 0 0;
	text-align:left;
	}
.menu-2-lignes-puis-une .ligne_une ul li:first-child{

	padding: 5px 0 0 55px;
	font-weight: 700;
	font-style:italic;
	}
@media screen and (max-width: 1090px) {
.menu-2-lignes-puis-une .ligne_une ul li:first-child{
	display: none;
	}
	}
.menu-2-lignes-puis-une .ligne_une ul li:nth-of-type(2){
	background: url(/images/logo_english_agent.png) no-repeat left center;
	padding: 5px 0 0 55px;
	font-weight: 700;
	font-style:italic;
	}
@media screen and (max-width: 1090px) {
.menu-2-lignes-puis-une .ligne_une ul li:nth-of-type(2){
	display: none;
	}
	}
.menu-2-lignes-puis-une .ligne_une ul li:nth-of-type(3), .menu-2-lignes-puis-une .ligne_une ul li:nth-of-type(4), .menu-2-lignes-puis-une .ligne_une ul li:nth-of-type(5), .ligne_une ul li:nth-of-type(6){
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	width: 120px;
	text-align: center;
	}
.menu-2-lignes-puis-une .ligne_une ul li.contact {
	background: url(/images/icone_email.png) no-repeat center 3px;
	}
@media screen and (max-width: 600px) {
.menu-2-lignes-puis-une .ligne_une ul li.alerte {
	display: none;
	}
	}
.menu-2-lignes-puis-une .ligne_une ul li.alerte {
	background: url(/images/icone_alerte.png) no-repeat center 3px;
	}
.menu-2-lignes-puis-une .ligne_une ul li.selection {
	position: relative;
	margin: 10px 0 0 0;
	}
.menu-2-lignes-puis-une .ligne_une ul li.selection em{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display:inline-block;
	text-align:center;
	font-size: 1.21em;
	font-weight: 900;
	color: #f78f1e;
	font-style:normal;
	vertical-align: middle;
	height: 16px;
	line-height: 16px;
	margin-top: 3px;
	}
.menu-2-lignes-puis-une .ligne_une ul li.selection em img{
	vertical-align: middle;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	}
.menu-2-lignes-puis-une .ligne_une ul li.versionanglaise{
	background: url(/images/drapeau_en.png) no-repeat center 6px;
	}
.menu-2-lignes-puis-une .ligne_une ul li.versionanglaise{
	display: none;
	}
.menu-2-lignes-puis-une .ligne_une ul li a{
	color: #5f6062;
	height: 40px;
	font-size: 0.93em;
	font-weight: 400;
	display:block;
	text-transform: uppercase;
	padding-top: 24px;
	}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.croix {
	display: none;
	}

@media screen and (max-width: 520px) {
.menu-2-lignes-puis-une .ligne_une ul li.selection{
	display: none;
	}
.menu-2-lignes-puis-une #slogan {
	display: none;
	}
	}

.menu-2-lignes-puis-une .ligne_deux ul.nav > li#langue #listeLangue {
	position:absolute;
    top: 30px;
    left: 0px;
    width: 48px;
    height: 25px;
    background-color: #fff;
    text-align: center;
	z-index: 1000;
	border-radius: 5px;
}
.menu-2-lignes-puis-une .ligne_deux ul.nav > li#langue #listeLangue img{
	margin-top: 4px;
}


/*menu*/

.menu-2-lignes-puis-une .ligne_deux {
	position:relative;
	width: 100%;
	display: block;
	text-align:right;
	height: 55px;
	background: linear-gradient(to right, white, #ededee);
	}
.menu-2-lignes-puis-une .ligne_deux .centre{
	height: 55px;
	}
.menu-2-lignes-puis-une.scrolled .ligne_deux, .menu-2-lignes-puis-une.scrolled .ligne_deux .centre {
	height: 55px;
	}

.menu-2-lignes-puis-une .ligne_deux ul.nav{
	/*display: none;*/
	transition: all 250ms;
	text-align: right;
	margin: 0 0 0 0;
	}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li {
	display: inline-block;
	vertical-align: top;
	transition: all 250ms;
	margin: 0 0 0 0;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li:last-child {
	margin: 0 0 0 0;
	}
.menu-2-lignes-puis-une.scrolled  .ligne_deux ul.nav > li {
	height: 55px;

	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li > a{
	position: relative;
	display:block;
	color: transparent;
	height: 55px;
	transition: all 250ms;
	text-align:center;
	font-weight: 600;
	color: transparent;
	font-size: 1.07em;
	text-transform:uppercase;
	padding: 0 20px;
	}
.menu-2-lignes-puis-une.scrolled  .ligne_deux ul.nav > li > a{
	height: 55px;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li > a span{
	position: absolute;
	top: 50%;
	margin-top: -20px; 
	left: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
	display: block;
	font-weight: 700;
	color: #333132;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li > a span::after{
	content:'';
	width: 1px;
	height: 30px;
	background-color: #afb9b4;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -15px;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li:last-child > a span::after, .menu-2-lignes-puis-une  .ligne_deux ul.nav > li:nth-last-child(2) > a span::after{
	display: none;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li > a.on span, .menu-2-lignes-puis-une  .ligne_deux ul.nav > li > a:hover span{
	color: #fff;
	background-color: #afb9b4;
	left: -1px;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.langue {
	position:relative;
	width: 48px;
	height: 25px;
	background-color: #fff;
	border-radius: 5px;
	margin: 14px 0 0 2px;
	background:url(/images/fleche_langue.png) #FFF no-repeat 85% center;
	text-align:left;
	padding-left: 8px;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.langue a{
	padding: 1px 0 0 0;
	text-align:left;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.langue img{
	max-width: inherit;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.alerteemail, .menu-2-lignes-puis-une  .ligne_deux ul.nav > li.contact {
	display: none;
	}


@media screen and (max-width: 900px) {
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li > a{
	padding: 0 6px;
	}

 }





/*ss menu*/



.ligne_deux ul.nav > li > ul {
    position: absolute;
    left: -9999px;
}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.parent {
    position: relative;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu{
    left: -1px;
	bottom: -24px;
	display: block;
	z-index:1000;
	border: 1px solid #f7a901;
	text-align: left;
	background-color: #fff;
	padding: 4px 0;
	}

/*flche haut
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu::before{
    content: '';
	width: 0px;
	height: 0px;
	border: 25px solid #c5d301;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -50px;
	left: 287.5px; 
	}*/

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li {
	margin: 0 4px;
	height: 40px;
	border-bottom: 1px solid #d2d3d7;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li:last-child {
	border-bottom: none;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li a{
	display: block;
	white-space: nowrap;
	font-size: 1.14em;
	font-weight: 300;
	color: #333132;
	padding: 0 30px 0 10px;
	line-height: 40px;
	vertical-align:middle;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li a:hover{
	background-color: #f7a800;
	color: #fff;
	}






/*****************Version hamburger*******************/
.menu-2-lignes-puis-une  .ligne_deux .toggleMenu {
	position: absolute;
	width: 25px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right: 15px;
	display: none; /* a pas retirer*/
	}
.menu-2-lignes-puis-une.scrolled  .ligne_deux .toggleMenu {

	}
.menu-2-lignes-puis-une  .ligne_deux .toggleMenu::before {
	content: '';
	width: 25px;
	height: 2px;
	background-color: #231f20;
	position: absolute;
	top: 0px;
	left: 0px;
	}
.menu-2-lignes-puis-une  .ligne_deux .toggleMenu::after {
	content: '';
	width: 25px;
	height: 9px;
	border-top: 2px solid #231f20;
	border-bottom: 2px solid #231f20;
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing:border-box;
	}


@media screen and (max-width: 800px) {
.menu-2-lignes-puis-une {

	}
.menu-2-lignes-puis-une #logo{

	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.alerteemail, .menu-2-lignes-puis-une  .ligne_deux ul.nav > li.contact {
	display: block;
	}
.menu-2-lignes-puis-une .ligne_deux ul.nav > li#langue, .menu-2-lignes-puis-une .ligne_une ul li.contact {
	display: none;
	}
.menu-2-lignes-puis-une .ligne_une ul li.versionanglaise{
	display: inline-block;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav, .menu-2-lignes-puis-une.scrolled  .ligne_deux ul.nav {
	position:fixed;
	max-width: 315px;
	width: 100%;
	background:url(/images/icones/fond_ssmenu.png);
	left: 0;
	top: 0;
	margin: 0 0 0 0;
	overflow: auto;
	height: 100%;
	transition: left 250ms;
	z-index: 1000;
	padding-right: 15px;
	}
.menu-2-lignes-puis-une ul.nav {
    left: -99999px;
}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li, .menu-2-lignes-puis-une.scrolled  .ligne_deux ul.nav > li {
	display: block;
	border-bottom: 1px solid #fff;
	border-right: none;
	height: auto;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li:after {
	display: none;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li:last-child{
	border-bottom: none;
	}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li a, .menu-2-lignes-puis-une.scrolled  .ligne_deux ul.nav > li > a{
	color:#373737;
	text-decoration: none;
	display:block;
	/*white-space:nowrap;*/
	line-height:inherit;
	height:inherit;
	padding: 15px 25px;
	margin: 0 0 0 0;
	font-size: 1.2em;
	}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li a span{
	display: none;
	}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li a.on:hover{
	background-color: #f78f1e;
	color: #fff;
	cursor:default;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li a:hover, .menu-2-lignes-puis-une  .ligne_deux ul.nav > li a:hover b{
	background-color: #f78f1e;
	color: #fff;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.recherche{
	display: none;
	}



/*ne pas retirer*/
.menu-2-lignes-puis-une  .ligne_deux ul.nav {
	left: -99999px;
	}

/****Menu version mobile****/
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.croix {
	height: 30px;
	display: block;
	border-bottom: none;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.croix a:hover{
	background-color: transparent;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.croix a{
	float: right;
	width: 20px;
	height: 20px;
	position:relative;
	padding: 0 0 0 0;
	margin: 5px 10px 0 0;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.croix a::before {
	content: '';
	width: 20px;
	height: 1px;
	transform:rotate(45deg);
	background-color: #450b00;
	position:absolute;
	top: 10px;
	left: 0px;
	transition: 250ms left;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.croix a::after {
	content: '';
	width: 20px;
	height: 1px;
	transform:rotate(-45deg);
	background-color: #450b00;
	position:absolute;
	top: 10px;
	left: 0px;
	transition: 250ms left;
	display: block;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li > a.on:before{
	display: none;
	}



.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu{
    position: relative;
	left: 0;
	display: block;
	z-index:1000;
	width:100%;
	height: auto;
	border: none;
	text-align: center;
	background: #f6f6f6 no-repeat left;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
	}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li {
	display: block;
	margin-left: 0px;
	text-align:center;
	background: none;
	padding-left:inherit;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	border: none;
	}

.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu:before {
	display: none;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li:first-child {
    background: none;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li:last-child {
    background: none;
	}
.menu-2-lignes-puis-une  .ligne_deux ul.nav > li.hover > ul.ssmenu li a {
    padding: 15px 0 ;
	width: 100%;
	}
}

@media screen and (max-width: 700px) {

	}
@media screen and (max-width: 400px) {

	}

