body {
    display: block;
    margin: 0px;
    font-family: 'Bouygues Read', Arial, sans-serif;
}
.text_popup div {
    color: #00263c;
    line-height: 1.17;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.text_popup p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 100;
}
.voile{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 99;
    display: none;
}
.popup{
    background: #fff;
    position: fixed;
    width: 20%;
    z-index: 99999;
    padding: 30px 60px;
    left: calc(100% - 65%);
    top: calc(100% - 65%);
    display: none;
    box-shadow: -8px 8px 32px 3px rgb(0 68 128 / 80%);
    border-radius: 3px;
    overflow: auto;
    padding: 65px 75px 45px;
}
.popup .text_popup{
    text-align: center;
    font-size: 14px;
}

.btn-fermer{
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    text-align: center;
    width: 50px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 4px;
    background-color: #ff554b;
    border: 2px solid #ff554b;
    transition: all ease-in-out .2s;
    letter-spacing: .2px;
    font-weight: 700;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

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

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

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

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.loader {
    display:none;
    color: #00263c;
    font-size: 20px;
    left: auto;
    right: 50%;
    top:50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
.cta-button.contact_number, .contact_number {
    cursor: pointer;
    background-image: url('./images/picto_num_tel.png');
    background-color: #78b40b !important;
    color: #ffffff !important;
    text-decoration: none;
    padding-left: 45px;
    background-size: 30px;
    background-position: 5px;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.cta-button.contact_number:hover, . .contact_number:hover {
    border: 2px solid #78b40b;
    opacity: 0.7;
}
button.cta-button, a.cta-button {

    border: 2px solid transparent;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
}
.check-mark-icon::before {
    background-image: url('./images/hyphen_icon.png');
    width: 18px;
    height: 14px;
    display: inline-block;
    content: "";
    margin-right: 7px;
    background-repeat: no-repeat;
    background-size: 18px;
}
.popin__box{
    display: none;
}
.error_show{
    display: block;
}
.error, .invalid-email, .invalid-phone {
    color: #ff554b;
    display: none;
    margin-left: 10px;
    margin-top: -15px;
}

.error_show, #empty-email, #empty-phone, .invalid-email , .invalid-phone{
    color: #ff554b;
    margin-left: 10px;
    margin-top: -21px;
    margin-bottom: 21px;
    font-size: 9px;
    height:0px;
}

#email-input .invalid, #phone-input .invalid{
    border: 2px solid #ff554b;
    color: #ff554b;
}
#email-input .valid, #phone-input .valid{
    border: 2px solid #00c099;
    color: #00c099;

}



.maintenance_menu{
    display: flex;
    justify-content: space-between;
    max-height: 80px;
    background-color: #ffffff;
    padding: 13px 50px 15px;;
}
.maintenance_menu .menu-last-bloc{
    display: flex;

}
.maintenance_menu .menu-last-bloc p{
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: 0.2px;
    color: #00263C;
    margin-right: 22px;
}

.maintenance_bloc{
    display: flex;
    background-color: #f6f6f6;
}
.maintenance_bloc .left-bloc {
    padding: 100px 0 0 0px;
}
.maintenance_bloc .left-bloc{
    width: 60%;
}
.maintenance_bloc .right-bloc{
    width: 40%;
}
.maintenance_bloc .right-bloc{
    padding: 33px 0;
}
.maintenance_bloc .left-bloc .generic-title{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.12;
    text-align: center;
    margin: 60px 25px 15px;
    font-family: 'Bouygues Speak', Arial, sans-serif;
}
.maintenance_bloc .left-bloc .text-description {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 0 25px;
    color: #00263c;
}
.maintenance_bloc .right-bloc .form-container{
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    height: auto;
    margin: 0 1px 0 0;
    border-radius: 3px;
    background-color: #ffffff
}
.maintenance_bloc .right-bloc .form-container .form-tile{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
    text-align: center;
    color: #00263c;
    font-family: 'Bouygues Speak', Arial, sans-serif;
}
.maintenance_bloc .right-bloc .form-container .form-button-bloc {
    display: flex;
    justify-content: center;
    max-height : 62px;

}
.maintenance_bloc .right-bloc .form-container .form-button-bloc .form-button {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    padding: 15px 0 17px;
    border-radius: 4px;
    background-color: #ff554b;
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    border: transparent;
    cursor: pointer;
    text-decoration: none;
}
.maintenance_bloc .right-bloc .form-container .form-button-bloc .form-button:hover{
    background: #ffffff;
    color: #ff554b;
    border: 2px solid #ff554b;
}
.maintenance_bloc .right-bloc .form-container  .line-separator{
    width: 100%;
    opacity: 0.2;
    border: solid 1px #02455e;
    margin: 40px 0;
}
.button {
    display: block;
    border: 2px solid #ff554b;
    transition: all ease-in-out .2s;
    letter-spacing: 0.2px;
    text-align: center;
}
.maintenance_bloc .right-bloc .form-container .form-description{
    margin: 9px 0 20px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 0.2px;
    text-align: center;
    color: #00263c;
}
#contact{
    width: 100%;
}
.btn-close{
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    color: #00263c;
    cursor: pointer;
}

.btn-close:before, .btn-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #333;
}
.btn-close:before {
    transform: rotate(45deg);
}
.btn-close:after {
    transform: rotate(-45deg);
}

.custom-form  .input-field {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.custom-form input{
    background-color: transparent;
    border: 1px solid rgba(0, 39, 61, 0.1);
    border-radius: 4px;
    outline: none;
    height: 50px;
    width: 100%;
    font-size: 16px;
    margin: 0 0 24px 0;
    padding: 3px 3px 3px 13px;
    box-shadow: none;
    transition: box-shadow 0.3s, border 0.3s;
    color: #00263C;
    box-sizing: border-box;
}
.custom-form .input-field > label {
    font-size: 15px;
    font-weight: 200;
    color: #00263C;
    margin-bottom: 25px;
    position: absolute;
    top: 5px;
    left: 0;
    cursor: text;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    transform: translateY(12px);
    padding: 0 20px;
    pointer-events: none;
}
.custom-form .input-field > label:not(.label-icon).active {
    transform: translateY(-11px) scale(0.7);
    transform-origin: 0 0;
    width: auto !important;
    background: #fff;
    padding: 0 3px !important;
    left: 20px !important;
    font-weight: 600;
}
#contact .form_notification{
    margin: 6px 0 0;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #00263C;
}
/*maintenance_bloc_info*/
.maintenance_bloc_info{
    background-color: #00263C;
    padding: 60px 40px;
}

.maintenance_bloc_info .left-bloc, .maintenance_bloc_info .reminder-bloc{
    padding-left: 30px;
}
.maintenance_bloc_info .right-bloc{
    padding-left: 50px;
}
.maintenance_bloc_info .legal-mention{
    padding-left: 33px;
}
.maintenance_bloc_info .left-bloc .info-title, .maintenance_bloc_info .info-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: 0.37px;
    color: #109db9;
    margin-bottom: 12px;
    padding-top: 25px;
}
.maintenance_bloc_info .left-bloc .checked-phrase, .maintenance_bloc_info  .checked-phrase{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: #ffffff;
    display: flex;
}
.maintenance_bloc_info  .reminder-bloc{
    margin-top: 50px;
    display: flex;
}
.maintenance_bloc_info .reminder-bloc .info-button {
    margin-left: 25px;
}
.maintenance_bloc_info  .reminder-bloc .info-button .reminder-button{
    width: 226px;
    height: auto;
    padding: 15px 0 17px;
    margin: 15px 0 0;
    border-radius: 4px;
    background-color: #00263C;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #ffff;
    color: #ffff;
    cursor: pointer;
}

.maintenance_bloc_info .reminder-bloc .info-button .reminder-button:hover{
    background: #ffffff;
    color: #00263C;
    border: 2px solid #00263C;
}
.maintenance_bloc_info .legal-mention{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.16px;
    color: #ffffff;
    margin-top:50px;
}
.maintenance_bloc_info .container-bloc{
    display: flex
}
.maintenance_bloc_info .container-bloc .right-bloc, .maintenance_bloc_info .container-bloc .left-bloc,
.maintenance_bloc_info .container-bloc .reminder-bloc, .maintenance_bloc_info .container-bloc .legal-mention{
    width: 100%;
}

.maintenance_bloc .left-bloc .background-image {
    background-image: url('./images/Illustration-XL.png');
    width: auto;
    height: 235px;
    background-repeat: no-repeat;
    margin-top: 58px;
    background-position: 50% 5px;
}
.line-separator-container{
    display: none;
}

@media (max-width: 767px) {
    .maintenance_bloc .left-bloc .background-image {
        background-image: url('./images/Illustration-S.png');
        width: 100%;
        height: 397px;
        background-repeat: no-repeat;
        margin-top: -263px;
        background-position: 0;
        transform: rotate(-89deg);
    }
    .maintenance_menu .logo-menu {
        display: none;
    }
    .maintenance_menu {
        padding: 19px 0;
        justify-content: center;
    }
    .maintenance_menu .menu-last-bloc {
        align-items: center;
        flex-direction: column;
    }

}
@media screen and (max-width: 1024px) {
    .line-separator-container{
        display: block !important;
        width: 100%;
        padding: 10px 0 20px;
    }
    .customed-line-separator{
        opacity: 0.1;
        border: solid 1px #02455e;
    }
    .maintenance_bloc .right-bloc .form-container{
        max-width: 100%;
    }

    .maintenance_menu .logo-img {
        width: 304px !important;
    }
    .maintenance_menu .menu-last-bloc {
        flex-direction: column;
    }

    .maintenance_bloc, .maintenance_bloc_info {
        flex-direction: column;
    }

    .maintenance_bloc .left-bloc, .maintenance_bloc .right-bloc {
        width: 100%;
    }

    .maintenance_bloc .left-bloc {
        padding: 0;
    }
    .menu_cta_container{
        display: flex;
        justify-content: center;
    }

    .maintenance_bloc .left-bloc .text-description {
        padding: 0 15px;
    }

    .maintenance_bloc .left-bloc .generic-title {
        font-size: 30px;
    }

    .maintenance_bloc .right-bloc {
        padding: 30px 0 0;
    }

    .maintenance_bloc .right-bloc .form-container  .line-separator{
        width: 100%;
    }

    .maintenance_bloc .right-bloc .form-container {
        width: auto;
    }

    #contact .form_notification {
        margin: 6px 0 30px;
    }

    .maintenance_bloc_info {
        padding: 30px 0;
    }

    .maintenance_bloc_info .reminder-bloc {
        flex-direction: column;
    }

    .maintenance_bloc_info {
        flex-wrap: nowrap;
        height: auto;
    }

    .maintenance_bloc_info .right-bloc, .maintenance_bloc_info .left-bloc, .maintenance_bloc_info .reminder-bloc,
    .maintenance_bloc_info .legal-mention {
        padding-left: 15px;
        padding-right: 15px;
    }

    .maintenance_bloc_info .right-bloc, .maintenance_bloc_info .legal-mention {
        margin-top: 50px;
    }

    .maintenance_bloc_info .legal-mention {
        padding: 0 15px;
        margin-top: 30px;
    }

    .maintenance_bloc_info .reminder-bloc .info-button .reminder-button {
        width: 292px;
    }

    .maintenance_bloc_info .reminder-bloc .info-button {
        display: flex;
        justify-content: center;
        margin-left: 0;
    }

    .maintenance_bloc_info .container-bloc {
        flex-direction: column;
    }

    .maintenance_bloc_info .container-bloc .right-bloc, .maintenance_bloc_info .container-bloc .left-bloc,
    .maintenance_bloc_info .container-bloc .reminder-bloc, .maintenance_bloc_info .container-bloc .legal-mention {
        width: auto;
    }



    .maintenance_menu .menu-last-bloc p {
        text-align: center;
        margin-top: 0;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .maintenance_menu {
        height: auto;
        justify-content: center;
    }
    .maintenance_menu {
        max-height: 100%;
        flex-direction: column;
        align-items: center;
        padding: 13px 0px 15px;
    }
}

@media screen and (min-width: 1025px){
    .maintenance_bloc_info .right-bloc, .maintenance_bloc_info .legal-mention, .maintenance_bloc_info .left-bloc, .maintenance_bloc_info .reminder-mention{
        width: 50%;
    }

}
@media (max-width: 1300px) and (min-width: 1025px) {
    .maintenance_bloc_info {
        height: 400px;
    }
    .maintenance_bloc_info .left-bloc, .maintenance_bloc_info .reminder-bloc {
        padding-right: 0;
    }
    .maintenance_bloc_info .left-bloc, .maintenance_bloc_info .reminder-bloc{
        padding-left: 0;
    }
    .maintenance_bloc_info{
        padding: 60px 15px;
    }

}
@media screen and (max-width: 400px){
    .maintenance_bloc .left-bloc .background-image {
        margin-top: -183px;
    }
}
.maintenance_menu .logo-link{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.maintenance_menu .logo-img{
    width: 150px
}
input:focus + .control-label, .custom-label
{
    transform: translateY(-11px) scale(0.7) !important;
    transform-origin: 0 0 !important;
    width: auto !important;
    background: #fff;
    padding: 0 3px !important;
    left: 20px !important;
    font-weight: bold;
}
.error-message{
    color: #ff554b !important;
}
.error-label{
    color: #ff554b !important;
}


.valid-message{
    color: #00c099 !important;
    font-weight: bold !important;
}
.form-container .first-section{
    padding: 33px 66px 0;
}
.form-container .second-section {
    padding: 0 66px 39px;
}
