﻿.whole_header .main_nav .vb-layer__picture__link + .vb-layer__picture__link {
  margin-top: 10px;
}

.whole_header:before{
  background: none !important;
}

/**
 * Onglet Special 1 (Gauche)
 */
/* Couleur de l'opé */
.whole_header .main_nav > li.main_nav__special1 {
	color: #d3002a !important;
	position: relative;
}
.whole_header .main_nav > li.main_nav__special1 .main_nav__item {
	color: #d3002a;
}
.whole_header .main_nav > li.main_nav__special1.vb-layer--hover {
	background: #d3002a;
}
.whole_header .main_nav > li.main_nav__special1.vb-layer--hover .main_nav__item:after {
	border-top-color: #d3002a !important;
}
/* Couleur du texte lors du hover */
.whole_header .main_nav > li.main_nav__special1.vb-layer--hover .main_nav__item {
	color: #FFFFFF;
}
/**
 * Onglet Special 2 (Droite)
 */
/* Couleur de l'opé */
.whole_header .main_nav > li.main_nav__special2 {
	color: #d9ae7e !important;
}
.whole_header .main_nav > li.main_nav__special2 .main_nav__item {
	color: #d9ae7e;
}
.whole_header .main_nav > li.main_nav__special2.vb-layer--hover {
	background: #d9ae7e;
}
.whole_header .main_nav > li.main_nav__special2.vb-layer--hover .main_nav__item:after {
	border-top-color: #d9ae7e !important;
}
/* Couleur du texte lors du hover */
.whole_header .main_nav > li.main_nav__special2.vb-layer--hover .main_nav__item {
	color: #FFFFFF;
}
/**
 * Onglet Special 3 (Gauche)
 */
/* Couleur de l'opé */
.whole_header .main_nav > li.main_nav__special3 {
	color: #f49831 !important;
}
.whole_header .main_nav > li.main_nav__special3 .main_nav__item {
	color: #f49831;
}
.whole_header .main_nav > li.main_nav__special3.vb-layer--hover {
	background: #f49831;
}
.whole_header .main_nav > li.main_nav__special3.vb-layer--hover .main_nav__item:after {
	border-top-color: #f49831 !important;
}
/* Couleur du texte lors du hover */
.whole_header .main_nav > li.main_nav__special3.vb-layer--hover .main_nav__item {
	color: #fff;
}
/**
 * bandeau message
 */
.whole_header .whole_header__menulvl3 * {
	color: #fff;
 	font-size : .875rem;
	font-weight: bold;
	line-height: 2.3rem;
	background-color:#d9ae7e;
	text-align:center;
}
.whole_header .whole_header__menulvl3 a {
    text-decoration: none;
}
.whole_header .whole_header__menulvl3 a:hover {
    text-decoration: underline;
}

/**
 * pour les images dans les layers
 */
.vb-layer .vb-layer__links__container .vb-layer__picture__container img {
	margin-bottom: 15px;
}

.vb-layer__links__container_special1 {
	width:220px;
}

.whole_header .main_nav .main_nav__item, .whole_header .main_nav [data-encoded] {
	color: #333;
	cursor: pointer;
	font-size: 0.93rem;
	line-height: 1.15rem;
}


/**
* Perso dans layer
*/
.vb-layer__intro {
	text-align: left;
	margin: 0 0 10px 0;
	position: relative;
	left: 15px;
	margin-left: 0;
	display: inherit;
	font-size: 1.1em;
}

@media screen and (max-width:1023px) {
    .mobile-hidden{
    	display: none;
    }
}



/**
* Pop In
*/
#div_popin_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0, 0, 0);
    opacity: 0.6;
    z-index: 999998;
    top: 0;
    left: 0;
}
#div_popin_connection {
    max-width: 540px;
	width: 100%;
    height: auto;
    margin: 0px auto;
    position: fixed;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    z-index: 999999;
    /*background: rgba(0, 0, 0, 0.8);*/
    left: calc(50% - (538px / 2)) !important;
    top: calc(50% - (540px / 2)) !important;
}
#div_popin_connection .vb_push_close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
@media screen and (max-width:540px) {
	#div_popin_connection {
	left: 0 !important;
	top: 0 !important;
}
#div_popin_connection .pushpromo a img{
	max-width: 540px;
	width: 100%;
	height: auto;
}
}


/* Exit Pop Up */
#exitpopup_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 999998;
    top: 0;
    left: 0;
}

#exitpopup {
    max-width: 600px;
    max-height: 500px;
    width: 100%;
    padding: 20px 0;
    height: auto;
    margin: 0px auto;
    position: fixed;
    border-radius: 4px;
    z-index: 999999;
    background: #fff;
    left: calc(50% - (636px / 2)) !important;
    top: calc(50% - (532px / 2)) !important;
}

#exitpopup a { display: block; text-align: center; }

@media screen and (max-width:580px) {
    #exitpopup {
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        top: 0 !important;
        left: 0 !important;
    }

    #exitpopup a img {
        width: 100%;
        height: auto;
    }
}

#exitpopup .vb_push_close {
	position: absolute;
	top: 0;
	right: 0;
    z-index: 2;
	cursor: pointer;
}

#exitpopup .vb-exitpopup-link--mobile,
#exitpopup .vb-exitpopup-link--tablet {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    #exitpopup .vb-exitpopup-link--mobile {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    #exitpopup .vb-exitpopup-link--tablet {
        display: block;
    }
}


#pop_nl
{
    bottom:0;
    display:block;
    height:100%;
    position:absolute;
    top:0;
    width:100%;
    z-index:2999
}

#pop_nl .greyhue
{
    background:none repeat scroll 0 0 #333;
    height:100%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3000;
    -khtml-opacity:.8;
    -moz-opacity:.8;
    -ms-filter:"alpha(opacity=80)";
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity:.8;
    filter:alpha(opacity=80)
}

#pop_nl .divnl
{
    background:url(bg-jpg_m1922487057.jpg) no-repeat left top;
    border:none;
    height:394px;
    left:50%;
    margin-left:-315px;
    top:110px;
    position:absolute;
    text-align:center;
    width:656px;
    z-index:3001
}

#pop_nl .divnl .title,
#pop_nl .divnl .intro,
#pop_nl .divnl .input,
#pop_nl .divnl .chps,
#pop_nl .divnl .conditions,
#pop_nl .divnl .closepopnl
{
    position:absolute;
    display:block
}

#pop_nl .divnl .title
{
    top:73px;
    left:420px;
}

#pop_nl .divnl .intro
{
    top:201px;
    left:391px;
}

#pop_nl .divnl .input
{
    top:275px;
    left:391px;
}

#pop_nl .divnl .conditions
{
    top:377px;
    left:405px;
}

#pop_nl .divnl .chps
{
    top:300px;
    left:30px;
    text-align:left;
}

#pop_nl .divnl .closepopnl
{
    width:30px;
    height:30px;
    right:20px;
    top:27px;
    display:block;
    cursor:pointer;
}


@media only screen and (max-width: 770px) {
    #pop_nl .divnl
    {
        background:url(bg-mobile-jpg_m1400743867.jpg) no-repeat left top;
        border:none;
        height:394px;
        left:50%;
        margin-left: -168.5px;
        top:110px;
        position:absolute;
        text-align:center;
        width:330px;
        z-index:3001
    }

    #pop_nl .divnl .chps
    {
        top: 360px;
    left: 40px;
        text-align:left;
    }

}



@media screen and (max-width: 640px) {
    .whole_header .whole_header__menulvl3 p {
        margin-left: 0;
        height: 85px;
        width: 100%;
    }
    .whole_header .whole_header__menulvl3 p a {
        line-height: 25px;
    }
}

.vb-layer--operation.vb-layer--operation--operation .vb-layer__picture__container li {
  position: relative;
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
.header-mobile {
	display:none;
}
.whole_header .whole_header__menulvl3 * {
	padding-bottom:0.7rem;
}
}

