/* Minification failed. Returning unminified contents.
(2631,58): run-time error CSS1019: Unexpected token, found 'rgba('
(2631,90): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Pour firefox */
::-moz-selection {
    background: rgba(16, 20, 22, 0.7);
    color: #FFFFFF;
}
/* Pour les autres navigateurs*/
::selection {
    background: rgba(16, 20, 22, 0.7);
    color: #FFFFFF;
    padding: 10px 0;
}

a:focus, a:active {
    outline-style: none;
    outline: 0;
    border: none;
}

.clickable {
    cursor: pointer;
}

*:focus {
    outline: 0 !important;
}

button::-moz-focus-inner {
    border: 0;
}

a:hover {
    content: none !important;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
}

a img {
    border: none;
}

label {
    cursor: pointer;
}

img {
    vertical-align: middle;
}

::-moz-selection { /* Pour firefox */
    background: rgba(16, 20, 22, 0.25);
}

::selection { /* Pour les autres navigateurs*/
    background: rgba(16, 20, 22, 0.25);
}

::-webkit-input-placeholder {
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Lato";
    font-size: 13px;
}
/* chrome */
::-moz-placeholder {
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Lato";
    font-size: 13px;
}
/* firefox 19+ */
:-ms-input-placeholder {
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Lato";
    font-size: 13px;
}
/* ie */
input:-moz-placeholder {
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Lato";
    font-size: 13px;
}

.placeholder {
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Lato";
    font-size: 13px;
}

input:focus, textarea:focus {
    outline: none;
}

select, input, textarea {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    border-radius: 0;
}

.hidden {
    display: block;
    position: absolute;
    left: -10000px;
}

.notViewDesktop,
.viewMobile {
    display: none !important;
}

html, body {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: #fff;
    color: #0a0a0a;
}


a {
    color: #f54e00;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    a.hoverDefault:after,
    .stations .contentStations #contentGmap .gmaps-station-description a:after,
    .aide .contentAide .faqContent #faqContenu .contentCategFaq .contentQuestionsReponses .questionReponse .contenu a:after,
    .actualiteDetail .contentActualite .contentRight .contentWidth .contentTexte a:after,
    .pageType .firstConteneur .contentTexte a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        border-bottom: 1px dotted #f54e00;
        opacity: 0;
        -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    a.hoverDefault:hover:after,
    .stations .contentStations #contentGmap .gmaps-station-description a:hover:after,
    .aide .contentAide .faqContent #faqContenu .contentCategFaq .contentQuestionsReponses .questionReponse .contenu a:hover:after,
    .actualiteDetail .contentActualite .contentRight .contentWidth .contentTexte a:hover:after,
    .pageType .firstConteneur .contentTexte a:hover:after {
        opacity: 1;
        bottom: -1px;
    }

body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

    body.rightElementOpen,
    body.navigationOpen,
    body.popupVideoOpen {
        overflow: hidden;
    }

.fullPage .content,
.height100 {
    height: 100%;
}

.width100 {
    width: 100%;
}

.colorOrange {
    color: #f54e00 !important;
}

.absoluteMiddle {
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.absoluteMiddleY,
.button.hasPicto .picto,
.button.hasPicto .pictoBefore,
.button.hasPicto .pictoAfter,
.block.fullPage .contentLeft {
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.absoluteMiddleX {
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.block.fullPage .content {
    position: relative;
    overflow: hidden;
}

.block.fullPage .contentLeft,
.block.fullPage .contentRight {
    z-index: 10;
    position: absolute;
    width: 50%;
}

.block.fullPage .contentLeft {
    left: 0;
}

.block.fullPage .contentRight {
    right: 0;
}

.backgroundGrey {
    background: #E6ECF2;
}

.firstConteneur {
    padding-top: 100px;
}

.hasLibertanBandeau .firstConteneur {
    padding-top: 180px;
}


.button {
    height: 60px;
    line-height: 58px;
    min-width: 20px;
    font-size: 20px;
    padding: 0 20px;
    border: 0;
    text-align: left;
    cursor: pointer;
}

    .button.hasPicto {
        overflow: hidden;
        position: relative;
        padding-right: 60px;
    }

    .button.animatePictoBeforeAfter {
        padding: 0;
    }

    .button.hasPicto .picto,
    .button.hasPicto .pictoAfter,
    .button.hasPicto .pictoBefore {
        position: absolute;
        right: 20px;
        font-size: 18px;
    }

    .button.hasPicto .pictoBefore {
        right: auto;
        left: -20px;
        font-size: 18px;
    }

    .button.buttonOrange {
        background: #f54e00;
        color: #fff;
    }

        .button.buttonOrange.disabled {
            opacity: 0.5;
        }

    .button.buttonWhite {
        background: #fff;
        color: #f54e00;
    }

    .button.buttonBlack {
        background-color: #0a0a0a;
        color: #FFF;
    }

    .button.animatePictoBeforeAfter .text {
        padding: 0 60px 0 20px;
        display: inline-block;
    }

    .button.animatePictoRight:hover .picto {
        -webkit-animation: animateButtonPictoRight 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-animation: animateButtonPictoRight 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -o-animation: animateButtonPictoRight 250ms cubic-bezier(0.77, 0, 0.175, 1);
        animation: animateButtonPictoRight 250ms cubic-bezier(0.77, 0, 0.175, 1);
    }


    .button.buttonSmall {
        height: 35px;
        line-height: 34px;
        min-width: 160px;
        font-size: 12px;
    }

        .button.buttonSmall.hasPicto {
            padding-right: 0;
        }

@keyframes animateButtonPictoRight {
    0% {
        right: 20px;
    }

    49% {
        right: -10px;
    }

    50% {
        right: auto;
    }

    75% {
        right: -10px;
    }

    100% {
        right: -10px;
    }
}

@-webkit-keyframes animateButtonPictoRight {
    0% {
        right: 20px;
    }

    49% {
        right: -10px;
    }

    50% {
        right: auto;
    }

    75% {
        right: -10px;
    }

    100% {
        right: -10px;
    }
}

@-moz-keyframes animateButtonPictoRight {
    0% {
        right: 20px;
    }

    49% {
        right: -10px;
    }

    50% {
        right: auto;
    }

    75% {
        right: -10px;
    }

    100% {
        right: -10px;
    }
}


.pictoLogoMarguerite {
    position: relative;
}

    .pictoLogoMarguerite:after {
        content: "";
        height: 400px;
        width: 400px;
        display: block;
        position: absolute;
        right: -60px;
        top: -30px;
        background: transparent url(/Content/css/images/marguerite.svg) no-repeat right top;
        background-size: 100% auto;
    }

.titrePrincipal {
    font-size: 44px;
    line-height: 64px;
    font-weight: 700;
}

.contentTitre {
    z-index: 10;
    text-align: center;
}

.textIntro {
    padding: 40px 0 70px;
    font-size: 22px;
    line-height: 28px;
}

.titreSecond,
.homeTitreSecond {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

    .homeBigTitre .firstWord,
    .homeBigTitre .ligne,
    .titrePrincipal .ligne,
    .titreSecond .ligne,
    .homeTitreSecond .ligne,
    .textIntro .ligne,
    .inscription .titreCateg .ligne,
    .contentBlockField .textExplication .ligne,
    .optionsComprise .ligne,
    .homepagePro .satisfaction .ligne,
    .contentBlockVote .titre .ligne,
    .lieuDetail .contentLieu .contentRight .contentWidth .encartReservation .titre .ligne,
    .presse #contentSecond .contentDownloadKit .backgroundGrey .titre .ligne,
    .parrainage #contentSecond .content .texte .ligne,
    .parrainage #contentSecond .content #resultParrainage .contentError .ligne {
        display: block;
    }

/*
 * Bandeau Libertan
 */

#bandeauLibertan {
    position: absolute;
    height: 80px;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    background: #0A0A0A;
    z-index: 150;
}

    #bandeauLibertan .content {
        position: absolute;
        width: 100%;
        text-align: center;
    }

        #bandeauLibertan .content > .text {
            max-width: 540px;
            line-height: normal;
            width: 40%;
            font-size: 14px;
            padding: 0 60px 0 50px;
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            line-height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            #bandeauLibertan .content > .text.longText {
                max-width: 605px;
            }

        #bandeauLibertan .content .button {
            min-width: 160px;
            font-size: 16px;
            vertical-align: middle;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
        }

    #bandeauLibertan .breaking-news {
        opacity: 0;
        z-index: 0;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        transition: opacity 1s ease;
        height: 51px;
    }

        #bandeauLibertan .breaking-news.current {
            opacity: 1;
            z-index: 100;
        }

    #bandeauLibertan #container {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 55px;
        top: 25px;
    }

    #bandeauLibertan .breaking-news .img-holder {
        width: 130px;
        height: 50px;
        text-align: center;
        display: inline-block;
    }

    #bandeauLibertan .breaking-news img {
        height: 100%;
        max-width: 100%;
    }

/*
 * Header
 */
header {
    top: 0;
    left: 0;
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 150;
    background: #fff;
}

    header.animate {
        -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    header.initScrollUp,
    .hasLibertanBandeau header.initScrollUp {
        position: fixed;
        top: -100%;
    }

    header.scrollUp,
    .hasLibertanBandeau header.scrollUp {
        top: 0;
    }

.hasLibertanBandeau header {
    top: 80px;
}

header #contentLogo {
    left: 60px;
    width: 10.625rem;
    vertical-align: middle;
}

    header #contentLogo img {
        position: absolute;
        left: 0;
        height: 100px;
    }

header #navigation {
    display: inline-block;
    position: absolute;
}

    header #navigation li {
        float: left;
        padding-left: 20px;
    }

        header #navigation li:first-child {
            padding-left: 0;
        }

        header #navigation li .link,
        header #menuLogin .text .link {
            position: relative;
            cursor: pointer;
            text-decoration: none;
        }

            header #navigation li .link:after {
                left: 50%;
                -moz-transform: translate(-50%, 0);
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                content: "";
                bottom: -65px;
                position: absolute;
                height: 40px;
                width: 2px;
                background: #F54E00;
                opacity: 0;
            }

            header #navigation li .link.current:after {
                opacity: 1;
            }

            header #navigation li .link.current {
            }

        header #navigation li .link,
        header #menuLogin .text,
        header #menuLogin .text .link {
            display: inline-block;
            position: relative;
            color: #0a0a0a;
            font-size: 16px;
            font-weight: bold;
        }

header #menuLogin {
    z-index: 107;
    right: 60px;
    position: absolute;
}

    header #menuLogin a {
        color: #000;
    }

    header #menuLogin .picto-mobile {
        color: #000;
        cursor: pointer;
        font-size: 24px;
        display: none;
    }

    header #menuLogin .text .link:after {
        content: "";
        height: 1px;
        width: 100%;
        border-bottom: 1px dotted #0a0a0a;
        position: absolute;
        left: 0;
        bottom: 1px;
        opacity: 0;
        -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    header #menuLogin .text .link:hover:after {
        bottom: -2px;
        opacity: 1;
    }

/*
 * Header Menu Burger
 */
header #menuBurger {
    display: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 7px;
    height: 10px;
    background: none;
    border: medium none;
    cursor: pointer;
    line-height: normal;
    position: absolute;
    left: 32px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 110;
}

.closeRightFormLogin {
    font-size: 24px;
    color: #0A0A0A;
    display: none;
    opacity: 0;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

header #menuBurger:hover,
header #menuBurger:focus {
    outline: 0;
}

    header #menuBurger:hover .ligne,
    header #menuBurger:focus .ligne {
    }

        header #menuBurger:hover .ligne:before,
        header #menuBurger:hover .ligne:after,
        header #menuBurger:focus .ligne:before,
        header #menuBurger:focus .ligne:after {
        }

header #menuBurger.isOpen .ligne {
    background: rgba(26, 26, 26, 0);
}

    header #menuBurger.isOpen .ligne:before,
    header #menuBurger.isOpen .ligne:after {
        -moz-transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        top: 0;
        width: 20px;
    }

    header #menuBurger.isOpen .ligne:before {
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
        -ms-transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
        transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
    }

    header #menuBurger.isOpen .ligne:after {
        -moz-transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
        -webkit-transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
        -ms-transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
        -o-transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
        transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
    }

header #menuBurger .ligne {
    display: block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 24px;
    height: 3px;
    background: #1A1A1A;
    position: relative;
    top: 0;
}

    header #menuBurger .ligne:before,
    header #menuBurger .ligne:after {
        content: '';
        display: inline-block;
        width: 24px;
        height: 3px;
        background-color: #1A1A1A;
        position: absolute;
        left: 0;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -moz-transition: top 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: top 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: top 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    header #menuBurger .ligne:before {
        top: 7px;
    }

    header #menuBurger .ligne:after {
        top: -7px;
    }


/*
 * Footer
 */

footer {
    position: relative;
    padding: 0 60px;
}

    footer:after {
        content: "";
        width: 2px;
        height: 80px;
        position: absolute;
        top: -40px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #F54E00;
    }

    footer .pictoLogoMarguerite {
        height: 400px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        width: 400px;
    }

    footer .contentLeft,
    footer .contentRight {
        position: relative;
        z-index: 10;
        width: 50%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 30px;
    }

    footer .top {
        position: relative;
        text-align: center;
        background: #E6ECF2;
        padding: 95px 0;
    }

        footer .top .contenu {
            text-align: left;
            display: inline-block;
            max-width: 650px;
            width: 100%;
        }

        footer .top .contentLeft .contenu .titre {
            padding-bottom: 55px;
            font-size: 36px;
            font-weight: bold;
        }

        footer .top .contentLeft .contenu .contenuLeft {
            float: left;
            text-align: right;
            max-width: 265px;
            padding-right: 25px;
            width: 50%;
        }

            footer .top .contentLeft .contenu .contenuLeft .titreActu {
                position: relative;
                top: -5px;
                padding-bottom: 25px;
                color: #f54e00;
                font-size: 22px;
                font-weight: bold;
                line-height: 32px;
            }

            footer .top .contentLeft .contenu .contenuLeft .date {
                font-weight: bold;
                padding-right: 60px;
                font-size: 12px;
                position: relative;
            }

                footer .top .contentLeft .contenu .contenuLeft .date:after {
                    position: absolute;
                    content: "";
                    width: 40px;
                    height: 2px;
                    display: block;
                    background: #0A0A0A;
                    right: 0;
                    top: 50%;
                    -moz-transform: translate(0, -50%);
                    -webkit-transform: translate(0, -50%);
                    -ms-transform: translate(0, -50%);
                    -o-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                }

        footer .top .contentLeft .contenu .contenuRight .text,
        footer .top .contentRight .contenu .contenuLeft .text {
            font-size: 15px;
            line-height: 24px;
        }

        footer .top .contentRight .contenu .contenuLeft .text {
            height: 116px;
        }

        footer .top .contentLeft .contenu .contenuRight {
            float: right;
            height: 400px;
            position: relative;
            text-align: left;
            max-width: 335px;
            padding-right: 20px;
            width: 50%;
        }

            footer .top .contentLeft .contenu .contenuRight.contenuFooterActualite {
                height: unset;
                padding-bottom: 40px;
                min-height: 400px;
            }

            footer .top .contentLeft .contenu .contenuRight .contentAuteur {
                height: 50px;
                line-height: 50px;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
                padding: 35px 0 60px;
            }

                footer .top .contentLeft .contenu .contenuRight .contentAuteur .contentAvatar {
                    display: inline-block;
                    height: 50px;
                    overflow: hidden;
                    width: 50px;
                    border-radius: 100%;
                    vertical-align: middle;
                }

                footer .top .contentLeft .contenu .contenuRight .contentAuteur .auteur {
                    padding-left: 15px;
                    font-size: 12px;
                }

            footer .top .contentLeft .contenu .contenuRight .button {
                position: absolute;
                bottom: 0;
                left: 0;
                line-height: 54px;
            }

                footer .top .contentLeft .contenu .contenuRight .button .text {
                    line-height: normal;
                }

        footer .top .contentRight .contenu {
            max-width: 655px;
        }

            footer .top .contentRight .contenu .titre,
            footer .top .contentButtonShare .titre {
                font-size: 22px;
                font-weight: bold;
                padding-bottom: 20px;
                line-height: 32px;
            }

            footer .top .contentRight .contenu .contenuLeft {
                float: left;
                max-width: 330px;
                width: 60%;
            }

            footer .top .contentRight .contenu .contenuRight {
                width: 40%;
                max-width: 195px;
                float: right;
            }

            footer .top .contentRight .contenu .pagesLink li {
                position: relative;
                padding-left: 20px;
                padding-bottom: 15px;
            }

                footer .top .contentRight .contenu .pagesLink li:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 9px;
                    height: 3px;
                    width: 10px;
                    background: #F54E00;
                }

            footer .top .contentRight .contenu .contenuLeft .pagesLink {
                padding-top: 40px;
            }

            footer .top .contentRight .contenu .pagesLink li .link {
                font-size: 15px;
                font-weight: bold;
                color: #0a0a0a;
            }

                footer .top .contentRight .contenu .pagesLink li .link.hoverDefault:after {
                    border-color: #0a0a0a;
                }

            footer .top .contentRight .contenu .contenuRight .pagesLink.first {
                padding-bottom: 50px;
            }

        footer .top .contentButtonStoreShare {
            float: left;
            text-align: center;
            width: 50%;
            padding: 60px 30px 0 15px;
        }

            footer .top .contentButtonStoreShare .center {
                max-width: 640px;
                width: 100%;
                display: inline-block;
            }

        footer .top .contentButtonStore {
            width: 60%;
            max-width: 330px;
            float: left;
        }

        footer .top .contentButtonShare {
            float: right;
            width: 45%;
            max-width: 260px;
        }

            footer .top .contentButtonStore li,
            footer .top .contentButtonShare li {
                float: left;
                padding-right: 20px;
            }

                footer .top .contentButtonStore li:last-child,
                footer .top .contentButtonShare li:last-child {
                    padding-right: 0;
                }

            footer .top .contentButtonStore .button,
            footer .top .contentButtonShare .button {
                text-align: center;
                height: 50px;
                line-height: 48px;
                padding: 0;
                min-width: 150px;
                -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                -ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            }

                footer .top .contentButtonShare .button:hover {
                    background: #f54e00 none repeat scroll 0 0;
                    color: #ffffff;
                }

                footer .top .contentButtonStore .button img {
                    -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                    -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                    -ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                    -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                }

                footer .top .contentButtonStore .button:hover img {
                    opacity: 0.8;
                }

            footer .top .contentButtonShare .button {
                min-width: 50px;
            }



    footer .bottom {
        font-size: 12px;
    }

        footer .bottom .contentLeft,
        footer .bottom .contentRight {
            height: 100px;
            line-height: 100px;
            padding: 0;
        }

        footer .bottom .contentRight {
            text-align: right;
        }

            footer .bottom .contentLeft .credit,
            footer .bottom .contentRight .linkPages li {
                line-height: normal;
                vertical-align: middle;
                display: inline-block;
            }

                footer .bottom .contentRight .linkPages li:after {
                    content: "|";
                    padding: 0 15px;
                    display: inline-block;
                }

                footer .bottom .contentRight .linkPages li:last-child:after {
                    display: none;
                }

                footer .bottom .contentRight .linkPages li .link {
                    color: #0a0a0a;
                }

                    footer .bottom .contentRight .linkPages li .link.hoverDefault:after {
                        border-color: #0a0a0a;
                    }

#overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.6);
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 160;
    opacity: 0;
}

    #overlay.animate,
    .isRightElement,
    #popupVideoPlayer.animate {
        -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

.rightElementOpen #overlay,
.navigationOpen #overlay {
    opacity: 1;
}

.rightElementLoginOpen #contentRightLoginForm,
.rightElementFormVoteOpen #contentFormVote {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.isRightElement {
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 200;
    position: fixed;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background: #E6ECF2;
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

    .isRightElement .close,
    #popupVideoPlayer .close {
        position: absolute;
        right: 35px;
        top: 35px;
        font-size: 48px;
        color: #f54e00;
        cursor: pointer;
    }

    .isRightElement .titrePopup {
        font-size: 32px;
        text-align: center;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .isRightElement .intro {
        text-align: center;
        padding-bottom: 50px;
        text-transform: uppercase;
        font-size: 16px;
    }

#contentRightLoginForm .contentForm {
    position: absolute;
    max-width: 540px;
    padding: 0 10px;
    width: 100%;
}

    #contentRightLoginForm .contentForm .contentFields li {
        padding-bottom: 10px;
    }

    #contentRightLoginForm .contentForm .contentField {
        /*width: 100%;
        padding-top: 20px;
        background: #fff;
        position: relative;*/
    }

    /*#contentRightLoginForm .contentForm .contentField label {
            position: absolute;
            font-size: 18px;
            font-style: italic;
            left: 20px;
            top: 50%;
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: text;
            -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            -ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        }*/

    /*#contentRightLoginForm .contentForm .contentField.animateLabel.active label {
            font-size: 10px;
            margin-top: -15px;
        }

        #contentRightLoginForm .contentForm .contentField.isRequired label:after {
            content: "*";
            position: relative;
            left: 5px;
            top: -2px;
            color: #f54e00;
        }*/

    /*#contentRightLoginForm .contentForm .contentField input {
            width: 100%;
            height: 40px;
            border: none;
            padding-left: 20px;
            font-size: 18px;
        }*/

    #contentRightLoginForm .contentForm .contentButton {
        text-align: center;
        padding-top: 40px;
    }

#contentRightLoginForm .forgotPassword {
    color: #000;
    bottom: -25%;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    #contentRightLoginForm .forgotPassword:after {
        border-bottom: 1px dotted #000;
    }

/*
 * contentPartenaireBlock
 */
.contentPartenaireBlock {
    padding-top: 50px;
    padding-bottom: 155px;
}

    .contentPartenaireBlock .titreSecond {
        text-align: center;
    }

    .contentPartenaireBlock .blockListPartner {
        display: flex;
        justify-content: center;
    }

    .contentPartenaireBlock .listPartenaires {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 70px;
        max-width: 1200px;
        width: 100%;
        margin: 0px;
    }

        .contentPartenaireBlock .listPartenaires li {
            float: left;
            width: 200px;
            text-align: center;
        }

            .contentPartenaireBlock .listPartenaires li img {
                height: 78px;
            }



#popupVideoPlayer {
    height: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 1000;
    display: none;
}

    #popupVideoPlayer .contentVideo {
        opacity: 0;
        height: 100%;
        position: relative;
        width: 100%;
        -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

        #popupVideoPlayer .contentVideo.view {
            opacity: 1;
        }

.popupVideoOpen #popupVideoPlayer {
    opacity: 1;
    height: 100%;
}

#popupVideoPlayer .close {
    color: #fff;
    z-index: 10000;
}


/*
 * Block Bottom Contact
 */
.blockBottomContact {
    z-index: 10;
    position: relative;
}

    .blockBottomContact .contentLeft,
    .blockBottomContact .contentRight {
        width: 50%;
    }

    .blockBottomContact .contentRight {
        float: right;
        background: #0A0A0A;
    }

    .blockBottomContact .contentLeft {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .blockBottomContact .contentLeft .contentImg {
            overflow: hidden;
            position: relative;
            height: 100%;
        }

            .blockBottomContact .contentLeft .contentImg img {
                position: absolute;
                left: 50%;
                top: 50%;
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                /*max-width: 120%;*/
                min-width: 100%;
                /*max-height:120%;*/
                min-height: 100%;
            }

    .blockBottomContact .contentRight .contentInfos {
        padding: 150px 0 140px;
        max-width: 490px;
        width: 100%;
        margin: 0 auto;
        color: #fff;
    }

        .blockBottomContact .contentRight .contentInfos .titre {
            font-size: 28px;
            line-height: 68px;
            font-weight: 700;
        }

        .blockBottomContact .contentRight .contentInfos .texte {
            font-size: 20px;
            line-height: 28px;
            padding-bottom: 30px;
        }

        .blockBottomContact .contentRight .contentInfos .numTelephone {
            display: block;
            font-size: 28px;
            line-height: 28px;
            font-weight: 700;
            padding-bottom: 10px;
            color: #f54e00;
        }

        .blockBottomContact .contentRight .contentInfos .horaireOuverture {
            font-size: 15px;
            line-height: 28px;
            font-style: italic;
            padding-bottom: 80px;
        }


.contact-holder.left {
    left: 80px;
}

.contact-holder.right {
    right: 80px;
}

.contact-holder {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    bottom: 50px;
    color: #ffffff;
    display: block;
    position: absolute;
    text-align: center;
}

    .contact-holder .contact-name {
        display: block;
        font-size: 1.3em;
        font-weight: bold;
    }

    .contact-holder .contact-function {
        display: block;
        font-style: italic;
    }



@media screen and (max-width: 1400px) {
    footer .top .contentButtonStore li, footer .top .contentButtonShare li {
        padding-right: 10px;
    }

        footer .top .contentButtonStore li:last-child, footer .top .contentButtonShare li:last-child {
            padding-right: 0;
        }
}


@media screen and (max-width: 1280px) {

    #overlay {
        background: rgba(255,255,255, 1);
    }

    .notViewDesktop {
        display: block !important;
    }

    header {
        z-index: 150;
    }

        header #menuLogin {
            right: 32px;
        }

            header #menuBurger,
            header #menuLogin .picto {
                display: block;
            }

            header #menuLogin .picto {
                z-index: 8;
                position: relative;
                opacity: 1;
                -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                -ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
                transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            }

    .rightElementOpen header #menuLogin .picto {
        opacity: 0;
    }

    .rightElementOpen .closeRightFormLogin {
        display: block;
        opacity: 1;
        z-index: 10;
    }

    header #navigation,
    header #menuLogin .text {
        display: none;
    }

    header #contentLogo {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    header #navigation {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    header #navigation,
    #contentRightLoginForm {
        padding-top: 100px;
        background: #ffffff none repeat scroll 0 0;
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 105;
        opacity: 0;
    }

    .hasLibertanBandeau #contentRightLoginForm {
        top: 80px;
    }

    header #navigation.animate {
        -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .navigationOpen header #navigation.animate,
    .rightElementOpen #contentRightLoginForm {
        opacity: 1;
    }

    header #navigation ul {
        padding: 0 30px;
    }

        header #navigation ul li {
            padding: 0;
            float: none;
            border-bottom: 2px solid #fff;
            width: 100%;
        }

            header #navigation ul li:last-child {
                border-bottom: 0;
            }

            header #navigation ul li .link {
                height: 60px;
                line-height: 60px;
                float: none;
                width: 100%;
                position: relative;
                padding-left: 30px;
                background: #E7ECF2;
            }

                header #navigation ul li .link:before {
                    position: absolute;
                    right: 30px;
                    font-family: 'Basic-picto';
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    /* Better Font Rendering =========== */
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\3e";
                    color: #f54e00;
                    top: 50%;
                    -moz-transform: translate(0, -50%);
                    -ms-transform: translate(0, -50%);
                    -o-transform: translate(0, -50%);
                    -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    font-size: 24px;
                }

    header #navigation .linkSuppNoDesktop {
        padding: 30px 60px 30px;
    }

        header #navigation .linkSuppNoDesktop .link {
            color: #0a0a0a;
            font-size: 14px;
        }


    footer {
        position: relative;
        padding: 115px 30px 0;
    }

        footer .top .contentLeft, footer .top .contentRight {
            width: 100%;
        }

        footer .top {
            padding: 55px 0;
        }

            footer .top .contentLeft {
                padding-bottom: 50px;
            }

                footer .top .contentLeft .contenu {
                    padding-bottom: 60px;
                    border-bottom: 2px solid #fff;
                }

            footer .top .contentButtonStoreShare {
                width: 100%;
            }

            footer .top .contentButtonShare {
                background: #e6ecf2;
                width: 100%;
                max-width: 100%;
                padding: 30px 0;
                position: absolute;
                top: -115px;
                left: 0;
                border-bottom: 10px solid #fff;
            }

                footer .top .contentButtonShare .titre {
                    padding-bottom: 0;
                    height: 50px;
                    line-height: 50px;
                    float: left;
                    width: 50%;
                    text-align: center;
                }

                footer .top .contentButtonShare .listButtonShare {
                    float: left;
                    width: 50%;
                }

                    footer .top .contentButtonShare .listButtonShare li {
                        display: inline-block;
                        float: none;
                    }

    #overlay {
        z-index: 100;
    }

    body.rightElementOpen,
    body.navigationOpen,
    body.popupVideoOpen {
        overflow-x: hidden;
        overflow-y: scroll;
    }

        body.rightElementOpen #body,
        body.navigationOpen #body,
        body.popupVideoOpen #body {
            overflow: hidden;
        }

    .isRightElement {
        overflow: hidden;
    }

        .isRightElement .close {
            display: none;
            font-size: 24px;
            color: #0A0A0A;
            right: 32px;
            top: 37px;
        }

    #contentRightLoginForm {
        padding: 100px 30px 30px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        #contentRightLoginForm .content {
            width: 100%;
            height: 100%;
            position: relative;
        }

        #contentRightLoginForm .background {
            background: #E7ECF2;
            position: relative;
            height: 100%;
            width: 100%;
        }

        #contentRightLoginForm .contentForm {
            padding-bottom: 100px;
            top: 0;
            padding-top: 35px;
            position: relative;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        #contentRightLoginForm .cadreInscription {
            padding: 30px 0;
            border-top: 10px solid #fff;
            width: 100%;
            text-align: center;
            bottom: 0;
            position: relative;
        }

        #contentRightLoginForm .forgotPassword {
            bottom: 50px;
        }

    /*
     * contentPartenaireBlock
     */
    .contentPartenaireBlock {
        padding-bottom: 65px;
    }

        .contentPartenaireBlock .listPartenaires {
            text-align: center;
            width: 600px;
        }

            .contentPartenaireBlock .listPartenaires li {
                padding-bottom: 70px;
            }

    #bandeauLibertan .content > .text {
        font-size: 12px;
    }


    .blockBottomContact .contentLeft,
    .blockBottomContact .contentRight {
        position: relative;
        width: 100%;
    }

        .blockBottomContact .contentLeft .contentImg {
            background: #0A0A0A;
            overflow: visible;
            padding: 0 30px;
        }

            .blockBottomContact .contentLeft .contentImg img {
                width: 100%;
                min-width: 0 !important;
                min-height: 0 !important;
                position: relative;
                top: -40px;
                left: 0;
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
                max-height: 100%;
                max-width: 100%;
            }

        .blockBottomContact .contentRight .contentInfos {
            padding: 40px 0 120px;
        }

    .contact-holder.left {
        left: 55px;
    }

    .contact-holder.right {
        right: 55px;
    }
}

@media screen and (max-width: 760px) {

    .viewMobile {
        display: block !important;
    }

    .hiddenMobile {
        display: none !important;
    }

    .titreSecond, .homeTitreSecond {
        font-size: 18px;
        line-height: 22px;
    }

        .homeBigTitre .firstWord,
        .homeBigTitre .ligne,
        .titreSecond .ligne,
        .titrePrincipal .ligne,
        .homeTitreSecond .ligne,
        .textIntro .ligne,
        .inscription .titreCateg .ligne,
        .contentBlockField .textExplication .ligne,
        .optionsComprise .ligne,
        .homepagePro .satisfaction .ligne,
        .contentBlockVote .titre .ligne,
        .presse #contentSecond .contentDownloadKit .backgroundGrey .titre .ligne,
        .parrainage #contentSecond .content .texte .ligne,
        .parrainage #contentSecond .content #resultParrainage .contentError .ligne {
            display: inline;
        }

    #bandeauLibertan {
        display: none;
    }

    header #menuBurger {
        left: 17px;
    }

    header #menuLogin {
        right: 17px;
    }

    header #contentLogo {
        width: 250px;
    }

    header #navigation ul {
        padding: 0 15px;
    }

        header #navigation ul li .link {
            font-size: 14px;
            padding-left: 15px;
        }

            header #navigation ul li .link:before {
                right: 20px;
                font-size: 18px;
            }

    header #navigation .linkSuppNoDesktop {
        padding: 30px 25px 30px;
    }

        header #navigation .linkSuppNoDesktop .link {
            font-size: 11px;
        }

    .pictoLogoMarguerite:after {
        width: 150px !important;
        height: 150px !important;
    }

    .button {
        height: 50px;
        line-height: 48px;
        font-size: 14px;
        min-width: 160px;
    }

        .button.animatePictoBeforeAfter .text {
            padding: 0 40px 0 20px;
        }

        .button.hasPicto .picto,
        .button.hasPicto .pictoAfter,
        .button.hasPicto .pictoBefore {
            font-size: 12px;
        }

        .button.hasPicto .pictoBefore {
            left: -20px;
        }

        .button.hasPicto .pictoAfter {
            right: 10px;
        }

    footer {
        padding: 110px 0 0;
    }

        footer .pictoLogoMarguerite,
        footer:after {
            display: none;
        }

        footer .top {
            padding: 0 0 55px;
        }

            footer .top .contentLeft,
            footer .top .contentRight .pagesLink,
            footer .top .contentRight .contenuRight .titre {
                display: none;
            }

            footer .top .contentRight .contenu .titre, footer .top .contentButtonShare .titre {
                font-size: 18px;
                line-height: 24px;
            }

            footer .top .contentLeft .contenu .contenuRight .text, footer .top .contentRight .contenu .contenuLeft .text {
                font-size: 14px;
                line-height: 18px;
                height: auto;
            }

            footer .top .contentRight .contenu .contenuLeft {
                float: left;
                max-width: 100%;
                width: 100%;
                text-align: center;
            }

            footer .top .contentButtonStoreShare {
                padding: 35px 5px 0;
            }

            footer .top .contentButtonShare {
                top: -110px;
                border-bottom: 0;
            }

                footer .top .contentButtonShare .notViewDesktop {
                    display: none !important;
                }

                footer .top .contentButtonShare .listButtonShare,
                footer .top .contentButtonStore {
                    width: 100%;
                    max-width: 100%;
                    text-align: center;
                }

                    footer .top .contentButtonShare .listButtonShare .button {
                        font-size: 24px;
                    }

            footer .top .contentButtonStore {
                float: none;
                display: inline-block;
            }

                footer .top .contentButtonStore li {
                    padding-right: 5px;
                    display: inline-block;
                    float: none;
                }

                    footer .top .contentButtonStore li:last-child {
                        padding-right: 0;
                    }

                    footer .top .contentButtonStore li .button {
                        min-width: 130px;
                    }

        footer .bottom .contentLeft, footer .bottom .contentRight {
            width: 100%;
            text-align: center;
            height: auto;
            line-height: normal;
        }

        footer .bottom {
            font-size: 10px;
        }

            footer .bottom .contentLeft {
                padding-top: 20px;
                padding-bottom: 10px;
            }

            footer .bottom .contentRight {
                padding-bottom: 25px;
            }

    .isRightElement .titrePopup {
        font-size: 18px;
    }

    .isRightElement .intro {
        font-size: 14px;
    }

    .isRightElement .close {
        right: 17px;
    }

    #contentRightLoginForm {
        padding: 100px 15px 15px;
    }

        #contentRightLoginForm .contentForm {
            padding-bottom: 70px;
        }

            #contentRightLoginForm .contentForm .contentField label,
            #contentRightLoginForm .contentForm .contentField input {
                font-size: 14px;
            }

        #contentRightLoginForm .forgotPassword {
            bottom: 35px;
            font-size: 11px;
            font-weight: normal;
        }

    /*
     * contentPartenaireBlock
     */
    .contentPartenaireBlock {
        padding-top: 10px;
    }

        .contentPartenaireBlock .listPartenaires {
            padding-top: 40px;
            width: 320px;
        }

            .contentPartenaireBlock .listPartenaires li {
                width: 33%;
                padding-bottom: 30px;
            }

                .contentPartenaireBlock .listPartenaires li img {
                    height: 40px;
                    width: auto;
                }

    .hasLibertanBandeau .firstConteneur {
        padding-top: 100px;
    }

    .hasLibertanBandeau header,
    .hasLibertanBandeau #contentRightLoginForm {
        top: 0;
    }


    .titrePrincipal {
        font-size: 22px;
        line-height: 28px;
        padding: 0 10px;
    }

    .textIntro {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 10px 40px;
    }

    .blockBottomContact {
        padding-bottom: 40px;
    }

        .blockBottomContact .contentRight .contentInfos {
            text-align: center;
            padding: 0 0 60px;
            width: 300px;
        }

            .blockBottomContact .contentRight .contentInfos .titre {
                font-size: 18px;
                line-height: normal;
            }

            .blockBottomContact .contentRight .contentInfos .texte {
                font-size: 16px;
                line-height: 24px;
                padding-bottom: 20px;
            }

            .blockBottomContact .contentRight .contentInfos .numTelephone {
                font-size: 22px;
                line-height: 20px;
                padding: 0;
            }

            .blockBottomContact .contentRight .contentInfos .horaireOuverture {
                font-size: 11px;
                padding-bottom: 30px;
            }

        .blockBottomContact .contentLeft .contentImg {
            padding: 0 10px;
        }

    .contact-holder.left {
        left: 15px;
        text-align: left;
    }

    .contact-holder.right {
        right: 15px;
        text-align: right;
    }

    .contact-holder {
        width: 40%;
        background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
        bottom: 50px;
        color: #ffffff;
        display: block;
        position: absolute;
        text-align: center;
    }

        .contact-holder .contact-name {
            display: block;
            font-weight: bold;
            font-size: 0.7em;
        }

        .contact-holder .contact-function {
            display: block;
            font-size: 0.6em;
            font-style: italic;
        }
}

/* Star ratings */

.star-rating {
    display: inline-block;
    width: 110px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    font-size: 22px;
}

.star-rating.star-rating-sm {
    width: 90px;
    height: 18px;
    font-size: 18px;
}

    .star-rating:before,
    .star-rating:after {
        display: inline-block;
        font-family: "Basic-picto", sans-serif;
        content: "\53\53\53\53\53";
        color: #E6ECF2;
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .star-rating:after {
        color: #f0b000;
    }

    .star-rating[data-rating="0"]:after {
        width: 0;
    }
    .star-rating[data-rating="1"]:after {
        width: 1%;
    }
    .star-rating[data-rating="2"]:after {
        width: 2%;
    }
    .star-rating[data-rating="3"]:after {
        width: 3%;
    }
    .star-rating[data-rating="4"]:after {
        width: 4%;
    }
    .star-rating[data-rating="5"]:after {
        width: 5%;
    }
    .star-rating[data-rating="6"]:after {
        width: 6%;
    }
    .star-rating[data-rating="7"]:after {
        width: 7%;
    }
    .star-rating[data-rating="8"]:after {
        width: 8%;
    }
    .star-rating[data-rating="9"]:after {
        width: 9%;
    }
    .star-rating[data-rating="10"]:after {
        width: 10%;
    }
    .star-rating[data-rating="11"]:after {
        width: 11%;
    }
    .star-rating[data-rating="12"]:after {
        width: 12%;
    }
    .star-rating[data-rating="13"]:after {
        width: 13%;
    }
    .star-rating[data-rating="14"]:after {
        width: 14%;
    }
    .star-rating[data-rating="15"]:after {
        width: 15%;
    }
    .star-rating[data-rating="16"]:after {
        width: 16%;
    }
    .star-rating[data-rating="17"]:after {
        width: 17%;
    }
    .star-rating[data-rating="18"]:after {
        width: 18%;
    }
    .star-rating[data-rating="19"]:after {
        width: 19%;
    }
    .star-rating[data-rating="20"]:after {
        width: 20%;
    }
    .star-rating[data-rating="21"]:after {
        width: 21%;
    }
    .star-rating[data-rating="22"]:after {
        width: 22%;
    }
    .star-rating[data-rating="23"]:after {
        width: 23%;
    }
    .star-rating[data-rating="24"]:after {
        width: 24%;
    }
    .star-rating[data-rating="25"]:after {
        width: 25%;
    }
    .star-rating[data-rating="26"]:after {
        width: 26%;
    }
    .star-rating[data-rating="27"]:after {
        width: 27%;
    }
    .star-rating[data-rating="28"]:after {
        width: 28%;
    }.star-rating[data-rating="29"]:after {
        width: 29%;
    }

    .star-rating[data-rating="30"]:after {
        width: 30%;
    }
    .star-rating[data-rating="31"]:after {
        width: 31%;
    }
    .star-rating[data-rating="32"]:after {
        width: 32%;
    }
    .star-rating[data-rating="33"]:after {
        width: 33%;
    }
    .star-rating[data-rating="34"]:after {
        width: 34%;
    }
    .star-rating[data-rating="35"]:after {
        width: 35%;
    }
    .star-rating[data-rating="36"]:after {
        width: 36%;
    }
    .star-rating[data-rating="37"]:after {
        width: 37%;
    }
    .star-rating[data-rating="38"]:after {
        width: 38%;
    }
    .star-rating[data-rating="39"]:after {
        width: 39%;
    }

    .star-rating[data-rating="40"]:after {
        width: 40%;
    }
    .star-rating[data-rating="41"]:after {
        width: 41%;
    }
    .star-rating[data-rating="42"]:after {
        width: 42%;
    }
    .star-rating[data-rating="43"]:after {
        width: 43%;
    }
    .star-rating[data-rating="44"]:after {
        width: 44%;
    }
    .star-rating[data-rating="45"]:after {
        width: 45%;
    }
    .star-rating[data-rating="46"]:after {
        width: 46%;
    }
    .star-rating[data-rating="47"]:after {
        width: 47%;
    }
    .star-rating[data-rating="48"]:after {
        width: 48%;
    }
    .star-rating[data-rating="49"]:after {
        width: 49%;
    }

    .star-rating[data-rating="50"]:after {
        width: 50%;
    }
    .star-rating[data-rating="51"]:after {
        width: 51%;
    }
    .star-rating[data-rating="52"]:after {
        width: 52%;
    }
    .star-rating[data-rating="53"]:after {
        width: 53%;
    }
    .star-rating[data-rating="54"]:after {
        width: 54%;
    }
    .star-rating[data-rating="55"]:after {
        width: 55%;
    }
    .star-rating[data-rating="56"]:after {
        width: 56%;
    }
    .star-rating[data-rating="57"]:after {
        width: 57%;
    }
    .star-rating[data-rating="58"]:after {
        width: 58%;
    }
    .star-rating[data-rating="59"]:after {
        width: 59%;
    }

    .star-rating[data-rating="60"]:after {
        width: 60%;
    }
    .star-rating[data-rating="61"]:after {
        width: 61%;
    }
    .star-rating[data-rating="62"]:after {
        width: 62%;
    }
    .star-rating[data-rating="63"]:after {
        width: 63%;
    }
    .star-rating[data-rating="64"]:after {
        width: 64%;
    }
    .star-rating[data-rating="65"]:after {
        width: 65%;
    }
    .star-rating[data-rating="66"]:after {
        width: 66%;
    }
    .star-rating[data-rating="67"]:after {
        width: 67%;
    }
    .star-rating[data-rating="68"]:after {
        width: 68%;
    }
    .star-rating[data-rating="69"]:after {
        width: 69%;
    }

    .star-rating[data-rating="70"]:after {
        width: 70%;
    }
    .star-rating[data-rating="71"]:after {
        width: 71%;
    }
    .star-rating[data-rating="72"]:after {
        width: 72%;
    }
    .star-rating[data-rating="73"]:after {
        width: 73%;
    }
    .star-rating[data-rating="74"]:after {
        width: 74%;
    }
    .star-rating[data-rating="75"]:after {
        width: 75%;
    }
    .star-rating[data-rating="76"]:after {
        width: 76%;
    }
    .star-rating[data-rating="77"]:after {
        width: 77%;
    }
    .star-rating[data-rating="78"]:after {
        width: 78%;
    }
    .star-rating[data-rating="79"]:after {
        width: 79%;
    }

    .star-rating[data-rating="80"]:after {
        width: 80%;
    }
    .star-rating[data-rating="81"]:after {
        width: 81%;
    }
    .star-rating[data-rating="82"]:after {
        width: 82%;
    }
    .star-rating[data-rating="83"]:after {
        width: 83%;
    }
    .star-rating[data-rating="84"]:after {
        width: 84%;
    }
    .star-rating[data-rating="85"]:after {
        width: 85%;
    }
    .star-rating[data-rating="86"]:after {
        width: 86%;
    }
    .star-rating[data-rating="87"]:after {
        width: 87%;
    }
    .star-rating[data-rating="88"]:after {
        width: 88%;
    }
    .star-rating[data-rating="89"]:after {
        width: 89%;
    }

    .star-rating[data-rating="90"]:after {
        width: 90%;
    }
    .star-rating[data-rating="91"]:after {
        width: 91%;
    }
    .star-rating[data-rating="92"]:after {
        width: 92%;
    }
    .star-rating[data-rating="93"]:after {
        width: 93%;
    }
    .star-rating[data-rating="94"]:after {
        width: 94%;
    }
    .star-rating[data-rating="95"]:after {
        width: 95%;
    }
    .star-rating[data-rating="96"]:after {
        width: 96%;
    }
    .star-rating[data-rating="97"]:after {
        width: 97%;
    }
    .star-rating[data-rating="98"]:after {
        width: 98%;
    }
    .star-rating[data-rating="99"]:after {
        width: 99%;
    }
    .star-rating[data-rating="100"]:after {
        width: 100%;
    }


/* PopUp CustomerArea */


.popupIsView #popupOverlay,
.popupIsView #popup {
    opacity: 1;
    display: block;
}

.popupIsView #popup {
    top: 100px;
}

    .popupIsView #popup.isAbsolute {
        top: 25px;
    }
/*
 * Overlay
 */
#popupOverlay {
    display: none;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 999;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(39, 41, 46, 0.6);
}

    #popupOverlay.animate {
        -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
/*
 * Popup
 */
#popup {
    opacity: 0;
    padding-bottom: 100px;
    display: none;
    z-index: 1000;
    max-width: 580px;
    width: 96%;
    position: fixed;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

    #popup.animate {
        -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    #popup.isAbsolute {
        position: absolute;
    }

    #popup.isBig {
        width: 90%;
    }

    #popup .background {
        position: relative;
        min-height: 295px;
        background: #fff;
        -moz-box-shadow: 0px 8px 40px 0px rgba(39, 41, 46, 0.5);
        -webkit-box-shadow: 0px 8px 40px 0px rgba(39, 41, 46, 0.5);
        -o-box-shadow: 0px 8px 40px 0px rgba(39, 41, 46, 0.5);
        box-shadow: 0px 8px 40px 0px rgba(39, 41, 46, 0.5);
        filter: progid:DXImageTransform.Microsoft.Shadow(rgba(39, 41, 46, 0.5), Direction=NaN, Strength=0px);
    }

        #popup .background > .conteneurLoader {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 5;
        }

    #popup #popupOverflow {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    #popup .popupError {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #popup .top {
        line-height: 58px;
        height: 58px;
        position: relative;
    }

        #popup .top .popupClose {
            overflow: hidden;
            cursor: pointer;
            position: absolute;
            right: 0px;
            top: 0px;
            line-height: normal;
            height: 58px;
            width: 58px;
            display: block;
        }

            #popup .top .popupClose .picto {
                font-size: 20px;
                color: #ACB6BF;
                position: absolute;
                z-index: 10;
                top: 15px;
                right: 15px;
            }

    #popup .popupContenu {
        padding: 10px 75px 65px;
    }

        #popup .popupContenu .titre {
            color: #000;
            font-size: 18px;
            font-weight: 500;
            padding-bottom: 10px;
        }

        #popup .popupContenu .contentText {
            padding-bottom: 10px;
        }

            #popup .popupContenu .contentText p {
                color: #000;
                font-size: 15px;
                line-height: 28px;
            }

        #popup .popupContenu .contentButton {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -moz-flex;
            display: flex;
            -webkit-align-items: stretch;
            -ms-align-items: stretch;
            align-items: stretch;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
        }

            #popup .popupContenu .contentButton .button {
                display: block;
                width: 200px;
                min-width: 200px;
            }

                #popup .popupContenu .contentButton .button.closePopup {
                    background: #C0C0C0;
                    color: #fff;
                }

@-moz-keyframes popupLoader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes popupLoader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes popupLoader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


@media screen and (max-width: 350px) {

    header #contentLogo {
        width: 210px;
    }

        header #contentLogo img {
            height: 85px !important;
        }
}

