/* CSS RELATIF A L'ANCIEN DESIGN (avant le redesign de 2021)  */
/* On garde encore cette feuille de style tant qu'on ne supprime pas les dossiers /misendyn /hub-carrier et /teasio */

/* CSS FIGE NE PLUS MODIFIER !!!!!!!!!!!!!!!!!!!!!!! */

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -389px;*/
}



.centerBlock{
    margin: auto;
    display: block;
    position: relative;
    padding: 0 40px;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    max-width: 1150px;
}

header .centerBlock{
    padding: 0;
}

#brownListButton{
    /*background-image: url('https://hellocoachingbyvista.com/templates/commons//resources/brownList.png');*/
    width: 24px;
    display: none;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 32;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
}


/* Header */

#mainHeader{
    width: 100%;
    height: auto;
    /*margin-bottom: 40px;*/
    position: relative;
}



#loginNav{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    margin-right: 107px;
    width: 256px;
}

#loginNav a{
    text-align: center;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: none;
    padding: 0 21px;
    margin-left: -5px;
    text-transform: uppercase;

    font-size: 15px;
    font-weight: 300;
    color: #cecac1;
    line-height: 51px;
    height: 51px;
    display: inline-block;
    text-decoration: none;
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
}



#loginNav a:hover{
    border-bottom: 1px solid #2397a3;
    color: #2397a3;
}

#loginNav a:first-child{
    border-bottom: 1px solid #2397a3;
    color: #2397a3;
}


.btnHub a {
    height: 86px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
#mainLogo{
    margin-top: 11px;
    max-height: 69px;
}


#mainNav{
    position: absolute;
    right: 0;
    top: 26px;
    color: #94c5c0;
}

#mainNav a{
    padding: 39px 20px;
    padding-bottom: 24px;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    color: #9f9f9f;
    text-decoration: none;
    border-bottom: 1px solid white;
}

#mainNav a:hover, #mainNav a.activeLink{
    color: #5f9696;
    /*border-bottom: 1px solid #5f9696;*/
}


#loginNav a, .caeqNav a {
    border: 0px;
    background: #95c5ca;
    display: inline-block;
    width: auto;
    padding: 20px;
    height: auto;
    margin-left: 10px;
    line-height: 0px;
    color: white;
    opacity: 0.8;
}

#loginNav a:first-child, .caeqNav a:first-child {
    border-bottom: 0px;
    color: white;
}

#loginNav a:hover, .caeqNav a:hover {
    border-bottom: 0px;
    opacity: 1;
    color:white;
}

#mainNav {
    top: 0px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.caeqNav {
    float: right;
    width: 330px;
    display: inline-flex;
    align-items:center;
    justify-content: center;

}

.caeqNav a {
    padding: 0px
}

#mainNav a {    color: white !important;     padding: 16px 19px 16px 19px !important ;     border-radius: 60px;}

/* Subnav */

.subNav{
    overflow: hidden;
    height: 0;
    border: 1px solid transparent;
    background-color: white;
}

.account {
    text-align: right;
}

.presubnavLink{
    margin-left: 0 !important;
}

.presubnavLink:hover+.subNav, .subNav:hover{
    height: auto;
    /*border: 1px solid #e8e8e8;*/
    border-bottom: none;
    border-top: none;
    z-index: 100;
    position: relative;
    position: relative;
    left: 19px;
}

.presubnavLink:hover+.subNav {
    /*margin-top: 18px;*/
}

#dashboardTrigger {
    padding-top: 28px;
}

.subNav a{
    display: block !important;
    width: 100% !important;
    text-align: center;

    background-color: #fbfbfb !important;
    border-left: none !important;
    border-right: none !important;
    margin-left: 0 !important;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding-top: 20px;

}

.account a{
    font-size: 14px !important;
}

.subNav a:hover{
    background-color: #ffffff !important;

}

.account a .fa-angle-down{
    color: #cbcbcb;
    position: relative;
    right: -7px;
    font-size: 18px;
}

/* -- Footer -- */

html footer h2{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 300;
    color: #6c6b6b;
    margin-bottom: 14px;
    line-height: 130%;
    font-family: 'Roboto', sans-serif;
}

.mainFooter{
    background-color: #383838;
    padding-top: 32px;
    padding-bottom: 46px;
}

.mainFooter .centerBlock{
    text-align: center;
}

.mainFooter *, .postFooter *{
    color: #fff !important;
}

.mainFooter #loginNav a {
    background: #464646;
    border: none;
}


.postFooter{
    background-color: #3e4444;
    padding: 16px;
}

.quarterPart{
    text-align: left;
    width: -webkit-calc(30% - 38px);
    width: -moz-calc(30% - 38px);
    width: calc(30% - 38px);
    margin-right: 30px;
}

.quarterPart+.quarterPart+.quarterPart+.quarterPart{
    margin-right: 0;
}

.quarterPart *{
    display: block;
}
.quarterPart span.notBlock{
    display:inline;
}

.quarterPart p, .quarterPart a{
    margin-bottom: 5px;
    line-height: 135%;
    font-size: 15px;
}

.quarterPart h2{
    margin-top: 13px;
}

.quarterPart ul {float: right;}



.quarterPart li{
    margin-bottom: 19px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.quarterPart li:last-child, .quarterPart li:last-child a{
    margin-right: 0;
}

ul.linkRS {
    float: none;
    margin: 0 auto;
    width: 307px;
    display: inline-block;
    margin-left: 20%;
    margin-right: 0px;
}

.quarterPart li strong{
    text-decoration: none;
    margin-bottom: 4px;
    display: block;
}

#whiteLogoFooter{
    position: relative;
    top: -6px;
    margin-bottom: 9px;
}

.footerDiv{
    margin-bottom: 13px;
}

.footerDiv p strong{
    display: inline-block;
}

.footerDiv p:first-child strong{
    font-size: 14px;
    border-bottom: 1px dashed white;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.quarterPart p.footerEmail, .quarterPart p.footerEmail a{
    margin-bottom: 0;
}


.postFooter .centerBlock{
    padding: 0 4px;
}

.postFooter p, .postFooter p a{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
}

.postFooter p+p{
    float: right;
}

ul.cgu {
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
}


ul.cgu li {
    text-align: right;
    float: right;
    margin-bottom: 4px;
    margin-right: 0px;
}

ul.cgu li a {text-decoration: none;}

ul.cgu li a:hover {color: #5f9696 !important;}


/* -- Popup -- */


.popupItself{
    max-width: 600px;

    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    background-color: white;

    min-height: 270px;
    height: 600px;
}

.innerPopup{
    height: -webkit-calc(100% - 127px);
    height: -moz-calc(100% - 127px);
    height: calc(100% - 127px);
    overflow: auto;
    padding: 30px;
}

.popupItself h2{
    color: #636262;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -0.1px;
    margin-bottom: 23px;
}

.popupItself h3{
    margin-bottom: 18px;
    margin-top: 2px;
    font-size: 19px;
}

.popupItself fieldset+fieldset h3{
    margin-top: 9px;
    margin-bottom: 10px;
}

.popupItself h2 span{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

#descriptionSample .inlineBlockTop{
    width: -webkit-calc(100% - 152px);
    width: -moz-calc(100% - 152px);
    width: calc(100% - 152px);

    margin-right: 25px;
}

.popupItself p{
    font-size: 15px;
    line-height: 165%;
    text-align: justify;
    margin-bottom: 19px;
}

.popupItself p.warningMail {
    font-size: 12px;
    text-align: right;
    color: #b9b9b9;
    margin: 3px 0px 20px 0px;
}

.popupItself fieldset{
    margin-bottom: 20px;
}

#descriptionSample .inlineBlockTop+.inlineBlockTop{
    margin-right: 0;
    width: 122px;
}

.popupNav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.popupNav a,.popupNav button{
    display: block;
    width: 100%;
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    font-size: 23px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    background-color: #94c5c0;
    text-decoration: none;
}

.popupNav a:hover,.popupNav button:hover{
    background-color: #8ebaba;
    color: white !important;
}

.popupNav.duoNav a,.popupNav.duoNav button{
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.innerPopup .textAlignRight a,.innerPopup .textAlignRight button{
    font-weight: 300;
}

a.cancelButton:not(.notThisCancel),button.cancelButton:not(.notThisCancel){
    background-color: #a3a3a3;
}

a.cancelButton:not(.notThisCancel):hover,button.cancelButton:not(.notThisCancel):hover{
    background-color: #b6b6b6;
}

.popupNav.duoNav a+a,.popupNav.duoNav button+button{
    left: auto;
    right: 0;
}

#switchToSignup{
    position: relative;
    top: -3px;
}

/* Form general */

.inputContainer{
    position: relative;
    width: 100%;
    margin-bottom: 18px;
}

.inputContainer label{
    font-size: 17px;
    color: #949292;

    display: inline-block;
    vertical-align: middle;
    width: 145px;
    font-weight: 300;
}

#conditionsContainer{
    margin-top: -6px;
}

#conditionsContainer label, #conditionsContainer2 label{
    font-size: 15px;
    cursor: pointer;
    color: #949292;
    font-weight: 300;
}

form#signInForm {margin-top: 24px; position: relative; }

.inputContainer input{
    font-size: 16px;
    color: #3e4444;
    padding: 16px;
    font-weight: 300;
    font-family: 'Karla', sans-serif;
    display: inline-block;
    vertical-align: middle;

    width: -webkit-calc(100% - 149px);
    width: -moz-calc(100% - 149px);
    width: calc(100% - 149px);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
    z-index: 10;
}

.inputContainer input, .inputContainer textarea{
    color: #3e4444 !important;
}

.innerPopup .inputContainer select{
    width: 401px !important;
}

.inputContainer input:focus, .inputContainer textarea:focus{
    /*border: 0px solid #fff;*/
}

.inputContainer:last-child{
    margin-bottom: 0;
}

.inputContainer textarea{
    width: 100%;

    padding: 16px;
    font-size: 15px;

    border: 1px solid #cccccc;
    height: 120px;
}

.requiredField{
    font-size: 16px;
    color: #94c5c0;
    position: absolute;
    right: 8px;
    top: 8px;
}

#loginPopup #signupPart{
    height: 640px;
}

#signupPart .checkBlock{
    height: 45px;
}

#loginPopup #loginPart{
    /*height: 410px;*/
}

#loginPart .feedbackBlock { margin-bottom: 25px !important;}


#loginPopup .textAlignRight.specialCase{
    text-align: left;
    position: relative;
}

#loginPopup .textAlignRight.specialCase a+a{
    position: absolute;
    right: 0;
    top: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a5a5a5;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #a5a5a5;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #a5a5a5;
}
:-moz-placeholder { /* Firefox 18- */
    color: #a5a5a5;
}

#askRecoveryPart{
    height: 390px;
    max-width: 650px;
}

#askRecoveryPart.popupItself h2{
    margin-bottom: 14px;
}

/* Corrections infobulle */

.infobulle{
    position: absolute;
    right: -219px;
    top: -8px;
    width: 183px;
    font-size: 15px;
    line-height: 150%;
    min-height: 45px;
    opacity: 0;
    z-index: 1;

    color: #ffffff !important;
    background-color: #ca3e1b;

    padding: 12px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.infobulle *{
    color: #ffffff !important;
}

/*.{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 25px 0;
    border-color: transparent #ca3e1b transparent transparent;

    position: absolute;
    left: -27px;
    top: 0;
}*/

.editorInputBulleError input:focus+.infobulle, .editorInputBulleError textarea:focus+.infobulle{
    opacity: 1;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    top: 8px;

    z-index: 300;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.infobulle{
    right: 8px;
    width: auto;
    max-width: 318px;
    top: 20px;
    min-height: 25px;
}

.requiredField{
    z-index: 300;
}

/*.{
    left: auto;
    right: 0;
    top: -20px;
    z-index: 100;
}*/

.editorInputBulleError input:focus+.infobulle, .editorInputBulleError textarea:focus+.infobulle{
    top: 49px;
    z-index: 320;
}

.editorInputBulleError textarea:focus+.infobulle{
    display: block;
}

/*.{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 24px;
    border-color: transparent transparent #ca3e1b transparent;
}*/

.ui-front {
    z-index: 400;
}

.ui-selectmenu-open{
    overflow: auto;
}

/* Feedback block */

.feedbackBlock{
    width: 100%;
    max-width: 750px;
    padding: 17px 19px;
    margin-bottom: 30px;
    border: 1px dashed #ca3e1b;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-image: repeating-linear-gradient(-45deg, transparent, transparent 13px, rgba(202, 62, 27, 0.03) 7px, rgba(202, 62, 27, 0.03) 23px) !important;
}

.feedbackBlock h3{
    margin-bottom: 8px;
    margin-top: 1px;
    font-size: 16px;
    color: #974227;
    text-shadow: none;
}

.feedbackBlock h3+p{
    color: #545454;
    line-height: 140%;
    font-size: 14px;
    margin-bottom: 0;
    text-shadow: none;
}

/* Checkblock */

.checkBlock{
    cursor: pointer;
    display: inline-block;
    position: relative;
    width:30px;
    height: 24px;
}

.buttonCheck {
    display: block;
    margin: 0 auto;
    width: 1200px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emptyCheck, .blueV{
    background-image: url('https://hellocoachingbyvista.com/templates/commons//resources/checkboxSprite.png');
}

.emptyCheck{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 24px;
    position: relative;
    top: -22px;
}

.newCheck {
    top: -24px;
}

.blueV{
    width: 25px;
    height: 25px;
    background-position: 25px 0;
    display: inline-block;
    position: relative;
}

.checkBlock input{
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    width: 100%;
    height: 30px;
    top: 6px;
    left: -3px;
    position: absolute;
}
.stephCorrectch .checkBlock input{
    top: 19px;
}

.checkBlock .iconMunk{
    position: absolute;
    top: -8px;
    left: -4px;
}

.checkBlock .blueV{
    top:-11px;
    opacity: 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.checkBlock input:checked+.blueV{
    top: 14px;
    opacity: 1;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#signupForm .checkBlock input:checked+.blueV {
    top: 3px;
}

#signupForm .feedbackBlock {
    padding: 13px 0px 9px 0px;
    margin-bottom: 12px;
    margin-top: -50px;
}

#signupPart .feedbackBlock {
    margin-bottom: 35px;
    margin-top: -25px;
}


#signupForm .popupItself h2 {
    margin-bottom: 54px;
}

.checkBlock.radioBlock input:checked+.blueV{
    top: 5px;
}

.checkBlock input:checked+.blueV+.emptyCheck{
    background-position: 0 24px;
}

.correctedLabel{
    position: relative;
    top: -27px;
    font-family: 'Karla', sans-serif;
}

.correctedLabelTos {
    top: 0px;
}

#mainNav .mainSubNav a{
    padding: 20px 17px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
}

#mainNav .mainSubNav{
    top: 25px;
    position: relative;
}


.redText {
    color: #b9482a;
    font-weight: bold;

}

.greenText {
    color: #2C9330;
    font-weight: bold;

}

/* Qualité du password */

.passwordQuality span.downTriangleThingie{
    width: 0;
    height: 0;
    background-color: transparent;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #d5d5d5 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 27px;
    margin: auto;
    z-index: 10;
}

/*.passwordQuality{*/
    /*margin: 7px 23px;*/
    /*width: 230px;*/
    /*margin-top: -3px;*/
    /*display: none;*/
    /*position: absolute;*/
    /*right: 2px;*/
    /*top: 74px;*/
/*}*/

.signupFormBlock .inputContainer:last-child {margin-bottom: 0px;}

.passwordQuality {
    width: 200px;
    margin-top: -6px;
    margin-left: 2px;
    display: none;
    position: relative;
    right: 0px;
    top: auto;
    /* float: right; */
    margin-left: 150px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.passwordQuality span{
    display: inline-block;
    width: 29%;
    font-size: 12px;
    margin: 0 -3px;
    padding: 8px 0;

    background-color: #FF4646;
    color: white;
    text-align: center;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    z-index: 12;
}

.passwordQuality span+span{
    background-color: #ffab46;
    /*border-left: 1px solid #d9d9d9;*/
    /*border-right: 1px solid #d9d9d9;*/
}

.passwordQuality span+span+span{
    background-color: #c1d634;
}

.passwordQuality span:first-child{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.passwordQuality span:last-child{
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.badQuality span:first-child{
    text-indent: 0;
}

.badQuality span:nth-child(2){
    background-color: #d5d5d5;
}

.badQuality span:nth-child(3){
    background-color: #e1e1e1;
}

.lowQuality span:nth-child(2){
    text-indent: 0;
}

.lowQuality span:nth-child(3){
    background-color: #e1e1e1;
}

.goodQuality span:nth-child(3){
    text-indent: 0;
}


.alreadyAnAccount {
    font-size: 13px;
}


/* ----- VIDEO PRESENTATION ----- */

.introVideo {
    max-width: 800px;
    margin: 0 auto;
}



h2.titlevideo {text-align: center !important;}


/* ----- Mediaqueries principales ----- */

@media only screen and (max-width: 1800px){
    html footer h2 {
        font-size: 22px;
    }

    .wrapper{
        /*margin: 0 auto -387px;*/
    }
}




@media only screen and (max-width: 1600px) {

    .passwordQuality {margin-top: 0px}


    #mainNav {
        top: 41px;
    }

    #mainNav a {
        font-size: 16px;
        padding: 30px 19px 46px 19px;
        padding-bottom: 24px;
        position: relative;

    }

    .presubnavLink {top: -11px;}

    #loginNav a {
        font-size: 14px;
    }

    h1, h2.fakeH1{
        font-size: 21px;
    }

    #mainNav .mainSubNav a {
        padding: 19px;
        font-size: 15px;
    }

    #mainNav .mainSubNav{
        top: 24px;
    }

    /* Footer */

    .mainFooter{
        padding-top: 26px;
        padding-bottom: 39px;
    }

    .postFooter{
        padding: 15px 0;
    }

    html h2, span.fakeH2{
        font-size: 23px;
    }

    html footer h2{
        font-size: 21px;
    }


    #logoAppWeb{
        width: 170px;
    }

    .quarterPart p, .quarterPart a{
        font-size: 14px;
    }

    #whiteLogoFooter{
        width: 190px;
        top: 0;
        height: auto;
        margin-bottom: 12px;
    }

    html footer h2{
        font-size: 21px;
    }

    .wrapper{
        /*margin: 0 auto -362px;*/
    }

    .push {
        height: 430px;
    }

    /*.passwordQuality {top: -61px}*/


}

/* Écrans 1450 et plus */
@media only screen and (max-width: 1450px){

    .passwordQuality {margin-top: 0px}


    #mainNav a{
        font-size: 15px;
    }

    #mainHeader{
        /*height: 85px;*/
        margin-bottom: 38px;
        /*height: 142px;*/
    }

    #preHeader, #preHeader .centerBlock, #loginNav a {
        height: 50px;
    }

    #loginNav a{
        line-height: 50px;
    }

    #mainLogo{
        height: auto;
        width: auto;
        /*padding-top: 15px;*/
    }

    #mainNav{
        top: 38px;
    }

    h1{
        font-size: 20px;
    }

    #mainNav .mainSubNav a {
        padding: 17px;
        font-size: 14px;
    }

    /* Footer */

    .mainFooter{
        padding-top: 23px;
        padding-bottom: 35px;
    }

    .postFooter{
        padding: 14px 0;
    }

    html h2, span.fakeH2{
        font-size: 22px;
    }

    html footer h2{
        font-size: 20px;
    }


    #logoAppWeb{
        width: 163px;
    }

    .quarterPart p, .quarterPart a{
        font-size: 13px;
    }

    #whiteLogoFooter{
        width: 180px;
        margin-bottom: 11px;
    }

    .quarterPart li strong{
        margin-bottom: 6px;
    }

    .quarterPart h2{
        margin-top: 13px;
    }

    html footer h2{
        font-size: 20px;
    }

    .postFooter p, .postFooter p a{
        font-size: 13px;
    }

    .wrapper{
        /*margin: 0 auto -346px;*/
    }

    .push {
        height: 415px;
    }

    /*.passwordQuality {top: -52px;}*/

}

/* Écrans 1250 et plus */
@media only screen and (max-width: 1250px){
    #mainLogo{
        height: auto;
        width: auto;
    }

    #mainHeader {
        /*height: 127px;*/
        margin-bottom: 35px;
    }

    #preHeader, #preHeader .centerBlock, #loginNav a{
        height: 49px;
    }

    #loginNav a{
        line-height: 49px;
    }

    #mainNav {
        top: 34px;
    }

    #mainNav a{
        font-size: 14px;
        padding: 40px 17px;
        padding-bottom: 25px;
    }

    #loginNav a{
        font-size: 13px;
        padding-bottom: 2px;
    }

    h1, h2.fakeH1{
        font-size: 20px;
    }

    #mainNav .mainSubNav a{
        padding: 16px;
        font-size: 13px;
    }

    /* Footer */

    .postFooter p, .postFooter p a{
        font-size: 13px;
    }

    .mainFooter {
        padding-top: 21px;
        padding-bottom: 32px;
    }

    .quarterPart li strong{
        font-size: 14px;
    }

    #logoAppWeb{
        width: 160px;
    }

    html h2, span.fakeH2{
        font-size: 21px;
    }

    html footer h2{
        font-size: 19px;
    }

    .mainFooter{
        padding-top: 23px;
        padding-bottom: 34px;
    }

    html footer h2{
        font-size: 19px;
    }

    .wrapper{
        /*margin: 0 auto -341px;*/
    }

    .push {
        height: 400px;
    }
}

/* Petits écrans */
@media only screen and (max-width: 1050px){
     #mainNav a{
        font-size: 14px;
        padding: 40px 14px;
        padding-bottom: 25px;
    }

    .centerBlock{
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        padding: 0;
    }

    #mainHeader{
        margin-bottom: 32px;
    }

    /* Footer */

    .footerDiv p:first-child strong{
        font-size: 13px;
    }

    .quarterPart li strong{
        font-size: 13px;
    }

    .quarterPart p, .quarterPart a{
        font-size: 12px;
    }

    .postFooter p, .postFooter p a{
        font-size: 12px;
    }

    html h2, span.fakeH2{
        font-size: 20px;
    }

    html footer h2{
        font-size: 18px;
    }

    #logoAppWeb{
        width: 145px;
    }


    #whiteLogoFooter{
        width: 170px;
        margin-top: 4px;
    }

    .footerDiv{
        margin-bottom: 11px;
        text-align: center;
    }

    .quarterPart li{
        margin-bottom: 17px;
    }

    .mainFooter{
        padding-top: 21px;
        padding-bottom: 32px;
    }

    html footer h2{
        font-size: 18px;
    }

    .wrapper{
        /*margin: 0 auto -328px;*/
    }

    .push {
        height: 390px;
    }
    /*.passwordQuality {top: -49px;}*/

    #overlayParcours {
        margin-top: 20px !important;
    }


}

@media only screen and (max-width: 950px){
    /* Footer */

    .quarterPart{
        width: -webkit-calc(48% - 21px);
        width: -moz-calc(48% - 21px);
        width: calc(48% - 21px);
        text-align: center;
    }

    .quarterPart img{
        margin-left: auto;
        margin-right: auto;
    }

    .quarterPart+.quarterPart+.quarterPart{
        margin-top: 20px;
        /*position: absolute;*/
        right: 0px;
        top: 65px;
    }

    #whiteLogoFooter{
        left: 10px;
    }

    ul.linkRS {
        float: none;
        margin: 0 auto;
        width: auto;
        display: inline-block;
        margin-left: 0%;
        margin-right: 0px;
    }

    ul.cgu {
        margin: 0 auto;
        width: 100%;
    }
    ul.cgu li {float: none; text-align: center}


}

/* Version fin tablette -> début mobile */
@media only screen and (max-width: 920px){
    #mainNav{
        display: none;
        position: relative;
        top: -10px;
    }

    #mainLogo{
        margin: auto;
        display: block;
        padding-top: 13px;
    }

    #brownListButton{
        display: block;
    }

    #headerItself{
        position: relative;
        z-index: 30;
        /*background-color: white;*/
    }

    #headerItself .centerBlock{
        width: 100%;
    }

    #mainNav a{
        width: 100%;
        display: block;
        padding: 24px 0;
        text-align: center;
        border-bottom: 1px solid #efefef;
        background-color: white;
        margin: 0px 5px;
    }

    #mainNav a+.inlineBlockTop, #mainNav a+.inlineBlockTop+.inlineBlockTop{
        width: 100%;
    }

    #headerItself{
        z-index: 25;
    }

    #mainNav .mainSubNav{
        top: 0;
    }

    #mainNav .mainSubNav a{
        padding: 25px;
        font-size: 14px;
    }

    .presubnavLink:hover+.subNav, .subNav:hover{
        height: 0;
    }
}

@media only screen and (max-width: 800px){
    .postFooter p{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        line-height: 190%;
    }

    .postFooter p+p{
        float: none;
        margin-top: 10px;
        margin-bottom: 2px;
    }
}

/* Version grand mobile -> petit mobile */
@media only screen and (max-width: 600px){
    .popupItself.centerHorizontallyVertically{
        top: 20px !important;
        bottom: 20px !important;
        height: auto !important;
    }

    .popupItself h2 {
        font-size: 22px;
        line-height: 140%;
    }

    .popupItself h3{
        line-height: 140%;
    }

    .popupItself .inlineBlockTop, .popupItself #descriptionSample .inlineBlockTop{
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
        display: block;
    }

    .popupNav a, .popupNav.duoNav a, .popupNav.duoNav a+a,.popupNav button, .popupNav.duoNav button, .popupNav.duoNav button+button{
        width: 100% !important;
        display: block;
        font-size: 17px !important;
        margin: 0;
        padding: 16px 0;
        position: static;
    }

    .innerPopup {
        height: -webkit-calc(100% - 146px);
        height: -moz-calc(100% - 146px);
        height: calc(100% - 146px);
        padding: 24px;
    }

    .inputContainer label, .inputContainer input{
        display: block;
        width: 100%;
    }

    .inputContainer input{
        padding: 13px;
        margin-top: 13px;
    }

    .inputContainer .requiredField{
        right: 7px;
        top: 36px;
    }

    .innerPopup .inputContainer select{
        width: 100% !important;
    }

    .correctedLabel{
        position: static;
        margin-bottom: 13px;
    }

    #conditionsContainer .correctedLabel{
        position: relative;
        top: -21px;
    }

    .innerPopup .textAlignRight a{
        line-height: 135%;
    }

    .feedbackBlock{
        padding: 17px;
    }

    .feedbackBlock h3{
        font-size: 18px;
    }

    ul.cgu li {text-align: center;}

    .passwordQuality {margin-left: 0px;}


}

@media only screen and (max-width: 550px){
    .quarterPart{
        width: 100%;
        display: block;
    }

    .quarterPart+.quarterPart{
        margin-top: 12px;
    }

    .quarterPart+.quarterPart+.quarterPart {
        margin-top: 20px;
        position: relative;
        right: 0px;
        top: -2px; }


    .quarterPart ul {

        margin: 0 auto;
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-left: 26%;
        clear: both; }

    #presentationBlock .centerBlock>h1+p {
        text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.7);
    }

    ul.cgu li {
        float: none;
    }



}


.rotate {
    animation: rotation 2s infinite linear;
}


@media only screen and (max-width: 480px){
    #conditionsContainer .correctedLabel, #conditionsContainer2 .correctedLabel{
        display: inline-block;
        width: 200px;
        line-height: 155%;
        font-size: 14px;
        top: -11px;
        font-weight: 300;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}