#mainHeaderM6 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#mainHeaderM6 input {
    display:block;
}



.border-gris {
    border: 1px solid #eaedf4;
}
.border-radius {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
}

#mainHeaderM6 {
    width:100%;
    background-color:#ffffff;
    font-family:"robotocondensed";
    min-height:72px;
    border-bottom:#eaedf4 1px solid;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media only screen and (min-width : 768px) {
    #mainHeaderM6.fixed {
        position:fixed;
        top:0;
        left:0;
        z-index:8000;
        min-height:48px;
        box-shadow:0 0 10px rgba(0,0,0,0.7);
        background-color:#792375;
        background-color:#eaedf4;
    }
}
#mainHeaderM6 .mid {
    width:100%;
    height:100%;
    min-height:72px;
}
#mainHeaderM6.fixed .mid {
    min-height:48px;
}
#mainHeaderM6 .mid .content {
    position:relative;
    z-index:8000;
    width:100%;
    height:100%;
    max-width:960px;
    min-height:72px;
    margin:0 auto;
}
@media only screen and (min-width : 768px) {
    #mainHeaderM6.fixed .mid .content {
        min-height:48px;
    }
}
@media only screen and (min-width : 1260px) {
    #mainHeaderM6 .mid .content {
        max-width:1160px;
    }
}
.touch #mainHeaderM6 .mid .content {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 20px;
}
@media only screen and (max-width : 980px) {
    #mainHeaderM6 .mid .content {
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0 20px;
    }
}
.touch #mainHeaderM6 .mid .content {
    padding:0;
    max-width: none;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 .mid .content {
        padding:0;
    }
}
#mainHeaderM6 #headerLogo {
    position:absolute;
    top:6px;
    left:0;
    z-index:10;
    width:100%;
    max-width:140px;
}
.touch #mainHeaderM6 #headerLogo {
    left:10px;
}
@media only screen and (max-width : 980px) {
    #mainHeaderM6 #headerLogo {
        left:10px;
    }
}
@media only screen and (min-width : 960px) {
    #mainHeaderM6.fixed #headerLogo {
        max-width:92px;
        left:46px;
        top:2px;
    }
}
.touch #mainHeaderM6 #headerLogo {
    position:relative;
    left:auto;
    top:0;
    z-index:8005;
    height:68px;
    margin: 0 auto;
    padding-top: 10px;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #headerLogo {
        position:relative;
        left:auto;
        top:0;
        z-index:8005;
        height:68px;
        margin: 0 auto;
        padding-top: 10px;
    }
}
#mainHeaderM6 #headerLogo .text-indent {
    text-indent: -9999px;
}
#mainHeaderM6 #headerLogo img,
.svg-logo-m6mobile {
    position:absolute;
    z-index:4;
    max-width:140px;
}
#mainHeaderM6 #headerLogo strong {
    position:absolute;
    z-index:2;
}
@media only screen and (min-width : 960px) {
    #mainHeaderM6.fixed #headerLogo img,
    #mainHeaderM6.fixed .svg-logo-m6mobile {
        max-width:92px;
    }
}
#mainHeaderM6 #mainMenu {
    position: absolute;
    top: 18px;
    left: 160px;
    max-width: 652px;
    height: 36px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    overflow: hidden;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu {
        display: none;
    }
}
#mainHeaderM6 #mainMenu.open-state {
    display: block;
}
@media only screen and (min-width : 960px) {
    #mainHeaderM6.fixed #mainMenu {
        top:6px;
    }
    #mainHeaderM6 #mainMenu {
        overflow:visible;
    }
}
.no-touch #mainHeaderM6:hover #mainMenu:hover {
    overflow:visible;
}
@media only screen and (min-width : 1260px) {
    #mainHeaderM6 #mainMenu {
        max-width:752px;
    }
}

.touch #mainHeaderM6 #mainMenu {
    position:relative;
    left:0;
    top:0;
    height:0;
    width:100%;
    margin-top:10px;
    max-width:none;
    border-radius:0;
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;
    overflow:hidden;
}
.touch #mainHeaderM6 #mainMenu.open-state {
    border-top:1px solid #eaedf4;
    height:auto;
}
.touch #mainHeaderM6 #mainMenu {
    position:relative;
    left:0;
    top:0;
    height:0;
    width:100%;
    margin-top:10px;
    max-width:none;
    border-radius:0;
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;
    overflow:hidden;
}
.touch #mainHeaderM6 #mainMenu.open-state {
    border-top:1px solid #eaedf4;
    height:auto;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu {
        position:relative;
        left:0;
        top:0;
        height:0;
        width:100%;
        margin-top:10px;
        max-width:none;
        border-radius:0;
        border-left:none;
        border-right:none;
        border-bottom:none;
        border-top:none;
        overflow:hidden;
    }
    #mainHeaderM6 #mainMenu.open-state {
        border-top:1px solid #eaedf4;
        height:auto;
    }
}
#mainHeaderM6 #mainMenu .wrapp-menu {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align:center;

}
@media only screen and (min-width : 960px) {
    #mainHeaderM6 #mainMenu .wrapp-menu {
        height:36px;
        overflow:hidden;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    #mainHeaderM6:hover #mainMenu .wrapp-menu {
        height:auto;
        overflow:visible;
    }
}

#mainHeaderM6 #mainMenu .wrapp-menu a {
    text-decoration:none;
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link {
    padding:0 5px;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (min-width : 1260px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link {
        padding:0 10px;
    }
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link {
    width:100%;
    padding:0;
    text-align:left;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link {
        width:100%;
        padding:0;
        text-align:left;
    }
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0:before {
    position:absolute;
    top:0px;
    left:0;
    content:"";
    width:100%;
    height:4px;
    background-color:transparent;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0:before {
    width:4px;
    height:100%;
    background-color:#eaeef4;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0:before {
    width:4px;
    height:100%;
    background-color:#eaeef4;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0:before {
        width:4px;
        height:100%;
        background-color:#eaeef4;
    }
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0:hover:before {
    background-color:#761265;
}
#mainHeaderM6 #mainMenu.univers-offres .wrapp-menu .item-link-niv0.item-link0:before {
    background-color:#761265;
}
#mainHeaderM6 #mainMenu.univers-telephones .wrapp-menu .item-link-niv0.item-link1:before {
    background-color:#761265;
}
#mainHeaderM6 #mainMenu.univers-evenements .wrapp-menu .item-link-niv0.item-link2:before {
    background-color:#761265;
}
#mainHeaderM6 #mainMenu.univers-parents .wrapp-menu .item-link-niv0.item-link3:before {
    background-color:#761265;
}
#mainHeaderM6 #mainMenu.univers-orange .wrapp-menu .item-link-niv0.item-link4:before {
    background-color:#761265;
}
#mainHeaderM6 #mainMenu.univers-avantages .wrapp-menu .item-link-niv0.item-link5:before {
    background-color:#761265;
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 {
    position:relative;
    top:0;
    left:0;
    display:inline-block;
    height:36px;
    line-height:36px;
    font-size:16px;
    color:#000000;
    text-transform:uppercase;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 {
    border-bottom:#eaedf4 1px solid;
    cursor:pointer;
    height:36px;
    border-radius:none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state {
    border-bottom:none;
    height: auto;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 {
        border-bottom:#eaedf4 1px solid;
        cursor:pointer;
        height:auto;
        border-radius:none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state {
        border-bottom:none;
    }
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.multiple {
    position:relative;
    cursor:default;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.multiple {
    cursor:pointer;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.multiple:after {
    position:absolute;
    top:0;
    right:0px;
    line-height:36px;
    font-size:25px;
    font-family:"FontAwesome";
    content:"\f105";
    color:#792475;
    padding-right:10px;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.multiple.open-state:after {
    content:"\f107";
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.multiple {
        cursor:pointer;
    }
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.multiple:after {
        position:absolute;
        top:0;
        right:0px;
        line-height:36px;
        font-size:25px;
        font-family:"FontAwesome";
        content:"\f105";
        color:#792475;
        padding-right:10px;
    }
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.multiple.open-state:after {
        content:"\f107";
    }
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 a.LVL0 {
    display:block;
    width:100%;
    height:36px;
    position:relative;
    z-index:10;
    color:#000000;
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state a.LVL0 {
    height: auto;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 a.LVL0 {
    padding:0 10px;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 a.LVL0 {
        padding:0 10px;
    }
}
.no-touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0:hover {
    /*height:auto;*/
}
@media only screen and (max-width : 959px) {
    .no-touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0:hover {
        /*height:36px;*/
    }
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
    position:relative;
    z-index:5;
    width:100%;
    min-width:260px;
    padding:0;
    margin:0;
    text-align:left;
    background-color:#ffffff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
        border-radius: 0;
    }
}
.no-touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
    position:absolute;
    left:0px;
    top:60px;
}
.no-touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
    opacity:0;
}
.no-touch #mainHeaderM6 #mainMenu:hover .wrapp-menu .item-link-niv0:hover .wrapp-submenu {
    top:36px;
    padding-top:6px;
    display:block;
    opacity:1;
    z-index:10;
}
@media only screen and (max-width : 959px) {
    .no-touch #mainHeaderM6 #mainMenu:hover .wrapp-menu .item-link-niv0:hover .wrapp-submenu {
        display:none;
    }
    .no-touch #mainHeaderM6 #mainMenu:hover .wrapp-menu .item-link-niv0.open-state:hover .wrapp-submenu {
        display:block;
    }
    .no-touch #mainHeaderM6 #mainMenu:hover .wrapp-menu .item-link-niv0:hover .wrapp-submenu,
    #mainHeaderM6 #mainMenu:hover .wrapp-menu .item-link-niv0:hover .wrapp-submenu {
        top:0px;
        padding-top:0;
    }
    .no-touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
        position:relative;
        top:0;
        opacity:1;
    }
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
        position:relative;
        display:none;
        top:0;
        opacity:1;
    }
    .no-touch #mainHeaderM6 #mainMenu:hover .wrapp-menu .item-link-niv0 .wrapp-submenu,
    .no-touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state .wrapp-submenu {
        opacity:1;
    }
}


.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
    position:relative;
    display:none;
    top:0;
    opacity:1;
}



#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:before {
    position:absolute;
    top:-9px;
    left:30px;
    z-index:11;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #eaedf4 transparent;
    content:"";
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
    position:relative;
    top:0;
    left:0;
    width:100%;
    opacity:1;
    border:none;
    background-color:#f7f7f7;
    border-radius: 0;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state .wrapp-submenu {
    opacity:1;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state .wrapp-submenu {
    display:block;
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:before,
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:after {
    display:none;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu {
        position:relative;
        top:0;
        left:0;
        width:100%;
        opacity:1;
        border:none;
        background-color:#f7f7f7;
    }
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state .wrapp-submenu {
        opacity:1;
    }
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0.open-state .wrapp-submenu {
        display:block;
    }
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:before,
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:after {
        display:none;
    }
}


#mainHeaderM6 .line-registrer {
    width:100%;
    margin-bottom:4px;
    text-align:right;
}
#mainHeaderM6 .line-registrer a {
    font-size:12px;
    text-decoration:underline;
    color:#792375;
}
#ajax_response {
    font-size:12px;
    text-align:left;
    color:#ce2c2c;
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:after {
    position:absolute;
    top:-8px;
    left:30px;
    z-index:12;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #ffffff transparent;
    content:"";
}
.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:after {
    display:none;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu:after {
        display:none;
    }
}
#closeResponsiveMenu {
    display:none;
    font-family:'roboto_condensedlight';
    font-size:14px;
    text-transform:uppercase;
}
#closeResponsiveMenu .fa {
    margin:0 5px;
    padding-bottom:5px;
    display:inline-block;
}
.touch #closeResponsiveMenu {
    display:block;
    width:100%;
    line-height:20px;
    background-color:#7a8395;
    color:#ffffff;
    cursor:pointer;
}
@media only screen and (max-width : 959px) {
    #closeResponsiveMenu {
        display:block;
        width:100%;
        line-height:20px;
        background-color:#7a8395;
        color:#ffffff;
        cursor:pointer;
    }
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu .item-link-niv1 {
    float:none;
    display:block;
    text-transform:none;
    color:#000000;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-size:16px;
    padding:0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu .item-link-niv1 {
        padding: 0;
    }
}

.touch #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu .item-link-niv1 {
    border-bottom:#eaedf4 1px solid;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu .item-link-niv1 {
        border-bottom:#eaedf4 1px solid;
    }
}
#backToConnexion {
    position:absolute;
    top:8px;
    right:4px;
    width:62px;
    line-height:28px;
    border:#eaedf4 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding:0 8px;
    font-family: "roboto_condensedlight";
    font-weight:normal;
    font-size:13px;
    text-align:center;
}
.touch #backToConnexion {
    top:108px;
}
@media only screen and (max-width : 959px) {
    #backToConnexion {
        top:108px;
    }
}
#backToConnexion:hover {
    border: 1px solid #792375;
    color:#792375;
}
#backToConnexion:before {
    position:absolute;
    top:0px;
    right:59px;
    content:"";
    z-index:51;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 14px 0;
    border-color: transparent #ffffff transparent transparent;
}
#backToConnexion:hover:after {
    border-color: transparent #792375 transparent transparent;
}
#backToConnexion:after {
    position:absolute;
    top:0px;
    right:60px;
    z-index:50;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 14px 0;
    border-color: transparent #eaedf4 transparent transparent;
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu .item-link-niv1 a {
    color:#000000;
    border-left:3px transparent solid;
    display:block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    padding:0 8px;
}
#mainHeaderM6 #mainMenu .wrapp-menu .item-link-niv0 .wrapp-submenu .item-link-niv1:hover a {
    border-left:3px #761265 solid;
    padding:0 12px;
}
#mainHeaderM6 #userMenu {
    position:absolute;
    top:18px;
    right:0;
    height:36px;
    text-align:left;
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media only screen and (min-width : 768px) {
    #mainHeaderM6.fixed #userMenu {
        top:6px;
    }
}
@media only screen and (max-width : 980px) {
    #mainHeaderM6 #userMenu {
        right:10px;
    }
}
.touch #mainHeaderM6 #userMenu {
    top:10px;
    right:10px;
    width:36px;
    height:36px;
    line-height:36px;
}
.touch #mainHeaderM6 #userMenu.status-notconnected {
    border:none;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #userMenu {
        top:10px;
        width:36px;
        height:36px;
        line-height:36px;
    }
    #mainHeaderM6 #userMenu.status-notconnected {
        border:none;
    }
}
#mainHeaderM6 #userMenu.status-notconnected b {
    display: none;
    font-family: "robotocondensed";
    font-weight: normal;
}
#mainHeaderM6 #userMenu.status-notconnected {
    width:184px;
}
@media only screen and (min-width : 1260px) {
    #mainHeaderM6.fixed #userMenu.status-notconnected {
        width:184px;
    }
    #mainHeaderM6 #userMenu.status-notconnected {
        width:252px;
    }
}

@media only screen and (min-width : 1260px) {
    #mainHeaderM6.fixed #userMenu.status-notconnected b {
        display: none;
    }
    #mainHeaderM6 #userMenu.status-notconnected b {
        display: inline-block;
    }
}
#mainHeaderM6 #userMenu.status-connected {
    width:60px;
}
#mainHeaderM6 #userMenu.status-connected .item-link-niv0 {
    width:29px;
    line-height:36px;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
}
#mainHeaderM6 #userMenu.status-connected .item-link-niv0 a {
    color:#7a8395;
}
#mainHeaderM6 #userMenu.status-connected .item-link-niv0#btnDisconnectHeader {
    border-left: 1px solid #eaedf4;
}
.touch #mainHeaderM6 #userMenu.status-notconnected {
    width:36px;
    height:36px;
    z-index:8000;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #userMenu.status-notconnected {
        width:36px;
        height:36px;
        z-index:8000;
    }
}



#mainHeaderM6 #userMenu .wrapp-menu-user {
    margin:0;
    padding:0;
}
.touch #mainHeaderM6 .user-connected span {
    display:none;
}
.touch #mainHeaderM6 .user-connected .fa {
    font-size:22px;
    line-height:36px;
}
.touch #mainHeaderM6:hover #userMenu.status-notconnected:hover .wrapp-menu-user span {
    display:none;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 .user-connected span {
        display:none;
    }
    #mainHeaderM6 .user-connected .fa {
        font-size:22px;
        line-height:36px;
    }
    #mainHeaderM6:hover #userMenu.status-notconnected:hover .wrapp-menu-user span {
        display:none;
    }
}
#mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu {
    position:absolute;
    top:42px;
    right:0;
    min-width:260px;
    margin:0;
    padding:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display:none;
}
#mainHeaderM6 #userMenu .wrapp-menu-user.open-state .wrapp-submenu {
    display:block;
}

.touch #mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu {
    position:fixed;
    top:0;
    left:100%;
    z-index:30;
    width:100%;
    height:100%;
    display:block;
    border-radius:none;
    border:none;
    box-shadow:0 0 20px rgba(0,0,0,0.25);
}
.touch #mainHeaderM6 #userMenu.status-notconnected .wrapp-menu-user.open-state .wrapp-submenu {
    left:0;
}

@media only screen and (max-width : 959px) {
    #mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu {
        position:fixed;
        top:0;
        left:100%;
        z-index:30;
        width:100%;
        height:100%;
        display:block;
        border-radius:none;
        border:none;
        box-shadow:0 0 20px rgba(0,0,0,0.25);
    }
    #mainHeaderM6 #userMenu.status-notconnected .wrapp-menu-user.open-state .wrapp-submenu {
        left:0;
    }
}
.touch #mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu #insideConnectBOX {
    max-width:480px;
    margin:0 auto;
    padding-top:100px;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu #insideConnectBOX {
        max-width:480px;
        margin:0 auto;
        padding-top:100px;
    }
}
#mainHeaderM6 #userMenu.status-notconnected .wrapp-menu-user.open-state .wrapp-submenu {
    opacity:1;
}
#wrappCross {
    position:fixed;
    top:10px;
    right:10px;
    z-index:8840;
    width: 48px;
    height: 48px;
    display:none;
}
.touch .wrapp-menu-user.open-state #wrappCross {
    display:block;
}
@media only screen and (max-width : 959px) {
    .wrapp-menu-user.open-state #wrappCross {
        display:block;
    }
}
#mainHeaderM6 #cross {
    display:block;
    width: 48px;
    height: 48px;
    position: relative;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
#cross:before, #cross:after {
    content:"";
    display:block;
    width: 2px;
    height: 48px;
    position: relative;
    background: #761265;
}
#cross:before {
    left: 16px;
    width: 4px;
    margin-left: 5px;
    height: 100%;
}

#cross:after {
    top: 0;
    left:16px;
    height: 4px;
    margin-left: -16px;
    width: 100%;
    margin-top: -26px;
}


#mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu:before {
    position:absolute;
    top:-6px;
    right:10px;
    z-index:14;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 7px 9px;
    border-color: transparent transparent #ffffff transparent;
}
#mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu:after {
    position:absolute;
    top:-7px;
    right:10px;
    z-index:10;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 7px 9px;
    border-color: transparent transparent #eaedf4 transparent;
}
#mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu .line-input {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:4px;
}
#mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu .line-input label {
    margin:0;
    padding:0;
    font-size:10px;
    line-height:10px;
    display:none;
    margin-top:6px;
}
.lt-ie9 #mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu .line-input label,
.ie9 #mainHeaderM6 #userMenu .wrapp-menu-user .wrapp-submenu .line-input label {
    display:block;
}
#mainHeaderM6 #userMenu input[type="email"],
#mainHeaderM6 #userMenu input[type="password"],
#mainHeaderM6 #userMenu input[type="text"] {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px;
    line-height:30px;
    height:30px;
    border: 1px solid #e9edf3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f7f7f7;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#mainHeaderM6 #userMenu input[type="email"]:focus ,
#mainHeaderM6 #userMenu input[type="password"]:focus ,
#mainHeaderM6 #userMenu input[type="text"]:focus {
    border: 1px solid #dddddd;
    background-color:#ffffff;
}
#mainHeaderM6 #userMenu input[type="email"].error ,
#mainHeaderM6 #userMenu input[type="password"].error ,
#mainHeaderM6 #userMenu input[type="text"].error {
    border: 1px solid #f6b8b8;
}
#mainHeaderM6 h3 {
    text-align:left;
    font-size:17px;
}
#mainHeaderM6 #userMenu input[type="submit"] {
    width:100%;
    margin-top:20px;
    margin-bottom:8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px;
    line-height:30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #792375;
    border: 1px solid #792375;
    -moz-box-shadow: 0 3px 0 #5e195a;
    -webkit-box-shadow: 0 3px 0 #5e195a;
    box-shadow: 0 3px 0 #5e195a;
    color:#ffffff;
    font-family: "roboto_condensedbold";
    font-weight:normal;
    font-size:17px;
    text-transform:uppercase;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    cursor:pointer;
}
#mainHeaderM6 #userMenu input[type="submit"]:hover,
#mainHeaderM6 #userMenu input[type="submit"]:focus {
    background-color: #ffffff;
    color:#792375;
    -moz-box-shadow: 0 0 0 #ffffff;
    -webkit-box-shadow: 0 0 0 #ffffff;
    box-shadow: 0 0 0 #ffffff;
    line-height:33px;
}
#mainHeaderM6 #userMenu .line-checkbox {
    float:left;
    font-family: "roboto_condensedlight";
    font-size:12px;
    line-height:22px;
    height:22px;
    width:50%;
    text-align:left;
    overflow:hidden;
}
#mainHeaderM6 #userMenu .line-forgotten-pwd {
    float:right;
    width:48%;
    line-height:22px;
    text-align:right;
}
#mainHeaderM6 #userMenu .line-forgotten-pwd a {
    color:#792375;
    font-family: "roboto_condensedlight";
    font-size:12px;
    line-height:15px;
}
#mainHeaderM6 #userMenu .icheckbox-stay-connected {
    width:20px;
    height:20px;
    float:left;
    margin-right:4px;
}
#stayConnected {
    width:20px;
    height:20px;
    padding:0;
    margin:0;
}
#mainHeaderM6 #userMenu .line-checkbox label {
    cursor:pointer;
    float:left;
}
#mainHeaderM6 #userMenu .line-forgotten-password {
    margin-top:10px;
}
#mainHeaderM6 #userMenu .wrapp-menu-user .item-link-user {
    color:#798395;
    text-align: center;
}
.touch #mainHeaderM6 #userMenu .wrapp-menu-user .item-link-user span {
    text-align:center;
}
#btnLoginHeader {
    height:36px;
    line-height:36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
    padding:0;
}
@media only screen and (max-width : 959px) {
    #btnLoginHeader {
        width:36px;
        border: 1px solid #eaedf4;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #fff;
        text-align:center;
    }
}
#btnNavM6 {
    position:absolute;
    top:8px;
    left:6px;
    width:36px;
    height:36px;
    line-height:36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
    text-align:center;
    color:#798395;
    display:none;
}
#btnNavM6 .fa {
    height:36px;
    line-height:36px;
    display: block;
}
.touch #btnNavM6 {
    display:block;
}
@media only screen and (max-width : 959px) {
    #btnNavM6 {
        display:block;
    }
}
.user-connected {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px;
}
.touch .user-connected {
    position:relative;
    z-index:44;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding:0;
}
.touch .wrapp-menu-user.open-state .user-connected {
    width:34px;
    height:34px;
    line-height:34px;
    border: 1px solid #eaedf4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    text-align:center;
}
@media only screen and (max-width : 959px) {
    .user-connected {
        position:relative;
        z-index:44;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding:0;
    }
    .wrapp-menu-user.open-state .user-connected {
        width:34px;
        height:34px;
        line-height:34px;
        border: 1px solid #eaedf4;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #fff;
        text-align:center;
    }
}
#mainHeaderM6 .socialMenu {
    position:absolute;
    top:2px;
    right:0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media only screen and (min-width : 959px) {
    #mainHeaderM6.fixed .socialMenu {
        top:14px;
        display:none;
    }
}
@media only screen and (min-width : 1260px) {
    #mainHeaderM6 .socialMenu {
        top:2px;
        display:block;
    }
    #mainHeaderM6.fixed .socialMenu {
        display:block;
    }
}
.touch #mainHeaderM6 .socialMenu {
    right:10px;
}
@media only screen and (max-width : 980px) {
    #mainHeaderM6 .socialMenu {
        right:10px;
    }
}
.touch #mainHeaderM6 .socialMenu {
    display:none;
}
@media only screen and (max-width : 959px) {
    #mainHeaderM6 .socialMenu {
        display:none;
    }
}
#mainHeaderM6 .socialMenu .wrapp-menu-social {
    padding:0;
    margin:0;
}
#mainHeaderM6 .socialMenu .item-link {
    position: relative;
    display: inline-block;
    color: #798395;
    margin-left: 2px;
    border: 1px solid #798395;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    overflow: hidden;
}
#mainHeaderM6 .socialMenu .item-link a {
    text-decoration: none;
}
@media only screen and (min-width : 1260px) {
    #mainHeaderM6 .socialMenu .item-link {
        width:22px;
        height:22px;
        line-height:20px;
    }
}
#mainHeaderM6 .socialMenu .item-link:hover {
    animation: flip linear 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: flip linear 0.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: flip linear 0.4s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: flip linear 0.4s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: flip linear 0.4s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}
#mainHeaderM6 .socialMenu a:hover {

}
#mainHeaderM6 .socialMenu .item-link a .fa {
    color:#798395;
    font-size:13px;
    display:block;
    line-height: 22px;
}
@media only screen and (min-width : 1260px) {
    #mainHeaderM6 .socialMenu .item-link a .fa {
        font-size:14px;
    }
}



/*/////////////////////////////////////////
FIL ARIANE
/////////////////////////////////////////*/
.mainSECTION#sectionBreadcrumb {
    margin:0 auto;
    background-color:#f8f8f8;
    border-bottom:#eaedf4 1px solid;
}
.mainSECTION#sectionBreadcrumb .mid .wrapp-content {
    width:100%;
    max-width:960px;
    padding:0;
    margin:0 auto;
    font-size:13px;
    color:#7a8395;
}
@media only screen and (min-width : 1260px) {
    .mainSECTION#sectionBreadcrumb .mid .wrapp-content {
        max-width:1160px;
    }
}
.touch .mainSECTION#sectionBreadcrumb .mid .wrapp-content {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 20px;
}
@media only screen and (max-width : 980px) {
    .mainSECTION#sectionBreadcrumb .mid .wrapp-content {
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0 20px;
    }
}
.touch .mainSECTION#sectionBreadcrumb .mid .wrapp-content {
    padding:0 6px;
}
@media only screen and (max-width : 959px) {
    .mainSECTION#sectionBreadcrumb .mid .wrapp-content {
        padding:0 6px;
    }
}
.mainSECTION#sectionBreadcrumb .mid .wrapp-content b {
    font-family: "roboto_condensedbold";
    font-size:16px;
}
.mainSECTION#sectionBreadcrumb .mid .wrapp-content a {
    color:#7a8395;
    text-decoration:none;
}
.mainSECTION#sectionBreadcrumb #ariane,
.mainSECTION#sectionBreadcrumb #ariane strong {
    text-decoration:none;
    color:#7a8395;
}
@media only screen and (max-width : 540px) {
    .mainSECTION#sectionBreadcrumb .mid .wrapp-content b,
    .mainSECTION#sectionBreadcrumb #ariane {
        float:left;
        margin-left:0;
    }
    .mainSECTION#sectionBreadcrumb .mid .wrapp-content:after {
        content:"";
        clear:both;
        float:none;
        display:block;
    }
}

/*/////////////////////////////////////////
FIN FIL ARIANE
/////////////////////////////////////////*/


/*/////////////////////////////////////////
TITRE PAGE
/////////////////////////////////////////*/
.mainSECTION#sectionTITRE {
    margin:0 auto;
}
/*/////////////////////////////////////////
TITRE PAGE
/////////////////////////////////////////*/




/*/////////////////////////////////////////
BOUTON ANCRE TO TOP
/////////////////////////////////////////*/
#back-to-top {
    display: none;
    position: fixed;
    z-index: 2000;
    bottom: 4px;
    right: 4px;
    z-index: 900;
    width: 40px;
    height: 20px;
    border-radius: 3px;
    padding: 8px 0 12px 0;
    text-align: center;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
    background: #792475;
    line-height: 1em;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
/*/////////////////////////////////////////
FIN BOUTON ANCRE TO TOP
/////////////////////////////////////////*/






/*/////////////////////////////////////////
iCHECK SKIN
/////////////////////////////////////////*/
.icheckbox-stay-connected,
.iradio_flat {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url("../skins/header/img/flat.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox-stay-connected {
    background-position: 0 0;
}
.icheckbox-stay-connected.checked {
    background-position: -22px 0;
}
.icheckbox-stay-connected.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox-stay-connected.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat {
    background-position: -88px 0;
}
.iradio_flat.checked {
    background-position: -110px 0;
}
.iradio_flat.disabled {
    background-position: -132px 0;
    cursor: default;
}
.iradio_flat.checked.disabled {
    background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox-stay-connected,
    .iradio_flat {
        background-image: url("../skins/header/img/flat-2x.jpg");
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}





@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}




@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}




#mainHeaderM6.header-partner #userMenu {
    display: none;
}




.nonRESPONSIVE .menuMain {
    display: none !important;
}

#mainHeader {
    background-color: #ffffff;
}

#mainHeader .icon-angle-down {

}

@media screen and (max-width: 768px) {
    .touch #main #header,
    #main #header {
        height: 112px;
        overflow: hidden;
    }
}


.touch #main #header, .skinTACTILE #main #header {
    height: 112px;
    overflow: hidden;
}