@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("../fonts/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.ttf");
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.border-shape {
    padding: 2px 10px 2px;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    background: transparent;
    border: 5px solid white;
    /*border-left-width: 5px;
    border-right-width: 5px;*/
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.border-shape * {
    display: inline-block;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    font: normal normal normal 14px/17px "Montserrat-Bold";
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 750px) {
    .border-shape * {
        font: normal normal normal 20px/25px "Montserrat-Bold";
    }
}

@media only screen and (min-width: 768px) {
    .border-shape * {
        font: normal normal normal 28px/34px "Montserrat-Medium";
    }
}

.border-shape img {
    width: 13px !important;
}

@media screen and (min-width: 750px) {
    .border-shape img {
        width: 18px !important;
    }
}

@media screen and (min-width: 750px) {
    .border-shape {
        padding: 0 10px;
    }
}

.title {
    color: #fff;
    position: relative;
    z-index: 2;
    letter-spacing: -1.6px;
    font: normal normal 800 40px/35px "Montserrat-ExtraBold";
    font-family: "Montserrat-ExtraBold", serif;
}

@media only screen and (min-width: 576px) {
    .title {
        font: normal normal 800 80px/70px "Montserrat-ExtraBold";
    }
}

@media only screen and (min-width: 768px) {
    .title {
        font: normal normal 800 70px/70px "Montserrat-ExtraBold";
    }
}

@media only screen and (min-width: 1700px) {
    .title {
        font-size: 100px;
        line-height: 90px;
    }
}

@media only screen and (min-width: 1920px) {
    .title {
        font-size: 110px;
        line-height: 110px;
    }
}

.desc {
    position: relative;
    font: normal normal normal 20px/23px "Montserrat-Regular";
    font-family: "Montserrat-Regular", serif;
    letter-spacing: 0;
    color: #fff;
    z-index: 2;
}

@media only screen and (min-width: 576px) {
    .desc {
        font: normal normal normal 28px/34px "Montserrat-Regular";
    }
}

@media only screen and (min-width: 768px) {
    .desc {
        font: normal normal normal 28px/34px "Montserrat-Regular";
    }
}

@media only screen and (min-width: 1200px) {
    .desc {
        font-size: 29px;
    }
}

@media only screen and (min-width: 1920px) {
    .desc {
        font-size: 30px;
    }
}

.desc > strong {
    font-family: "Montserrat-Bold", serif;
}

.footer-phone.phone {
    font: normal normal normal 10px/12px "Montserrat-Regular";
    letter-spacing: 0;
    font-family: "Montserrat-Regular", serif;
}

@media only screen and (min-width: 768px) {
    .footer-phone.phone {
        font: normal normal normal 15px/18px "Montserrat-Regular";
    }
}

.footer {
    background-color: #abd3ce;
    padding: 27px 16px 8px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .footer {
        padding: 25px 32px 16px;
    }
}

.footer-top {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) {
    .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer-top .border-shape {
    margin-left: auto;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Montserrat-Bold", serif;
    padding: 0 2vw;
}

@media screen and (min-width: 750px) {
    .footer-top .border-shape span {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .footer-top .border-shape {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top .border-shape {
        margin-left: 10px;
    }
}

.footer-top .border-shape::before, .footer-top .border-shape::after {
    background-color: #abd3ce;
}

.footer-top__item input[type="radio"] {
    display: none;
}

.footer-top__item input[type="radio"] + div label:nth-child(1) {
    display: block;
}

.footer-top__item input[type="radio"] + div label:nth-child(2) {
    display: none;
}

.footer-top__item input[type="radio"]:checked ~ .footer-top__form {
    max-height: 1000px;
    max-width: unset;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    padding: 80px 2%;
}

.footer-top__item input[type="radio"]:checked + div label:nth-child(2) {
    display: block;
}

.footer-top__item input[type="radio"]:checked + div label:nth-child(1) {
    display: none;
}

.footer-top__form {
    background-color: blue;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    z-index: 9999;
}

@media only screen and (min-width: 1200px) {
    .footer-top__form {
        top: 100px;
    }
}

.footer-top__form > form {
    margin-bottom: 15px;
    max-width: 1245px;
}

@media only screen and (min-width: 768px) {
    .footer-top__form > form {
        margin: 0 -1%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-top__form input {
    background-color: transparent;
    width: 100%;
    color: #b9c2d0;
    border: unset;
    outline: unset;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    padding-bottom: 5px;
    font-family: "Montserrat-Regular", serif;
    margin-bottom: 5px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .footer-top__form input {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 1920px) {
    .footer-top__form input {
        font-size: 30px;
    }
}

.footer-top__form input::-webkit-input-placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

.footer-top__form input:-ms-input-placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

.footer-top__form input::-ms-input-placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

.footer-top__form input::placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

@media only screen and (min-width: 1920px) {
    .footer-top__form input::-webkit-input-placeholder {
        font-size: 30px;
    }

    .footer-top__form input:-ms-input-placeholder {
        font-size: 30px;
    }

    .footer-top__form input::-ms-input-placeholder {
        font-size: 30px;
    }

    .footer-top__form input::placeholder {
        font-size: 30px;
    }
}

.footer-top__form textarea {
    width: 100%;
    margin: 0 1%;
    margin-top: 20px;
    height: 100px;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .footer-top__form textarea {
        height: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top__form textarea {
        height: 250px;
    }
}

@media only screen and (min-width: 1920px) {
    .footer-top__form textarea {
        font-size: 30px;
    }
}

.footer-top__form textarea::-webkit-input-placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

.footer-top__form textarea:-ms-input-placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

.footer-top__form textarea::-ms-input-placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

.footer-top__form textarea::placeholder {
    color: #b9c2d0;
    font-family: "Montserrat-Regular", serif;
    font-size: 18px;
}

@media only screen and (min-width: 1920px) {
    .footer-top__form textarea::-webkit-input-placeholder {
        font-size: 30px;
    }

    .footer-top__form textarea:-ms-input-placeholder {
        font-size: 30px;
    }

    .footer-top__form textarea::-ms-input-placeholder {
        font-size: 30px;
    }

    .footer-top__form textarea::placeholder {
        font-size: 30px;
    }
}

.footer-top__form button {
    margin-top: 5px;
    margin-left: auto;
    margin-right: 1%;
    background-color: transparent;
    border: unset;
    outline: unset;
    color: #c61e37;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-top__form button:active, .footer-top__form button:focus {
    outline: unset;
    border: unset;
}

.footer-top__form button img {
    width: 25px;
}

@media only screen and (min-width: 768px) {
    .footer-top__form button img {
        width: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top__form button img {
        width: 40px;
    }
}

.footer-top__form button span {
    font-family: "Montserrat-Bold", serif;
    font-style: italic;
    font-size: 25px;
}

@media only screen and (min-width: 768px) {
    .footer-top__form button span {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top__form button span {
        font-size: 40px;
    }
}

.footer-top__title {
    max-width: 1000px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .footer-top__title {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-top__title {
        margin-bottom: 25px;
    }
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
}

.footer-info {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 750px) {
    .footer-info {
        text-align: right;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 140px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.footer-info p {
    font: normal normal normal 10px/12px "Montserrat-Regular";
    letter-spacing: 0;
    font-family: "Montserrat-Regular", serif;
}

@media only screen and (min-width: 768px) {
    .footer-info p {
        font: normal normal normal 20px/24px "Montserrat-Regular";
    }
}

@media only screen and (min-width: 1200px) {
    .footer-info p {
        font-size: 15px;
        line-height: 18px;
    }
}

.footer-info__logo {
    width: 60px;
    margin: auto;
}

@media screen and (min-width: 750px) {
    .footer-info__logo {
        margin: unset;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-info__logo {
        margin-left: 0;
        width: 65px;
        margin-right: 20px;
    }
}

.footer-logo {
    width: 100px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
    .footer-logo {
        margin: unset;
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .footer-logo {
        width: 180px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 200px;
        margin: 0;
    }
}

.footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font: normal normal normal 10px/10px "Montserrat-Regular";
    letter-spacing: 0;
    font-family: "Montserrat-Regular", serif;
}

.footer-text a {
    margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
    .footer-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer-text a {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1426px) {
    .footer-text a {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-text {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        text-align: right;
    }
}

.footer-link {
    width: 6%;
}

@media only screen and (min-width: 768px) {
    .footer-link {
        width: 10%;
    }
}

@media only screen and (min-width: 1920px) {
    .footer-link {
        margin-right: 30px;
    }
}

.footer-phone {
    text-decoration: none;
    color: white;
}

.footer-top {
    display: inline-block;
}

@media only screen and (min-width: 576px) {
    .footer-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer-social {
    text-align: center;
    margin: 10px 0;
}

@media screen and (min-width: 750px) {
    .footer-social {
        margin: 0;
        text-align: left;
    }

    .footer-social img {
        width: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .footer-social {
        text-align: center;
    }

    .footer-social img {
        width: 35px;
    }
}

@media screen and (min-width: 1426px) {
    .footer-social {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 25%;
        text-align: left;
    }
}

@media screen and (min-width: 750px) {
    .footer-group {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-group {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 45%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1920px) {
    .footer-group {
        width: 58%;
    }
}

.close {
    font-size: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #c61e37;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
}

main {
}

@media only screen and (min-width: 576px) {
    main {
    }
}

.espace-banner {
    background-image: url(../images/updateUI/espace_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4466af;
    width: 100%;
    padding: 262px 0;
}

@media only screen and (max-width: 576px) {
    .espace-banner {
        padding: 110px 0;
    }
}

@media only screen and (min-width: 1200px) {
    /*.espace-banner {
        padding-top: 158px;
        padding-bottom: 262px;
    }*/
}

.espace-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: auto;
}

@media only screen and (min-width: 1400px) {
    .espace-banner__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 70%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.espace-banner__content-box {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2% 6%;
    border-radius: 20px;
}

@media only screen and (max-width: 1400px) {
    .espace-banner__content-box {
        padding: 20px 50px;
        margin-top: 34px;
    }
}

.espace-banner__content-box h4 {
    font: italic normal 900 50px/61px "Montserrat-ExtraBold";
    text-align: center;
    letter-spacing: 0;
    color: #4466af;
}

@media only screen and (max-width: 576px) {
    .espace-banner__content-box h4 {
        font: italic normal 900 25px/30px "Montserrat-ExtraBold";
    }
}

.espace-banner__content-box input {
    padding-top: 46px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    border-bottom: 4px solid #4466af;
    font: normal normal normal 25px/37px "Montserrat-Regular";
}

::placeholder {
    color: black;
    opacity: 1;
}

.espace-banner__content-box input::-webkit-input-placeholder {
    font: normal normal normal 25px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-banner__content-box input:-ms-input-placeholder {
    font: normal normal normal 25px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-banner__content-box input::-ms-input-placeholder {
    font: normal normal normal 25px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-banner__content-box input::placeholder {
    font: normal normal normal 25px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-banner__content-box input:focus {
    outline: none;
}

@media only screen and (max-width: 576px) {
    .espace-banner__content-box input {
        padding-top: 20px;
        font: normal normal normal 20px/37px "Montserrat-Regular";
    }

    .espace-banner__content-box input::-webkit-input-placeholder {
        font: normal normal normal 20px/37px "Montserrat-Regular";
        letter-spacing: 0;
        color: #b9c2d0;
    }

    .espace-banner__content-box input:-ms-input-placeholder {
        font: normal normal normal 20px/37px "Montserrat-Regular";
        letter-spacing: 0;
        color: #b9c2d0;
    }

    .espace-banner__content-box input::-ms-input-placeholder {
        font: normal normal normal 20px/37px "Montserrat-Regular";
        letter-spacing: 0;
        color: #b9c2d0;
    }

    .espace-banner__content-box input::placeholder {
        font: normal normal normal 20px/37px "Montserrat-Regular";
        letter-spacing: 0;
        color: #b9c2d0;
    }
}

.espace-banner__content-box__button {
    padding-top: 82px;
}

.espace-banner__content-box__button button {
    width: 100%;
    border-color: #4466af;
    font-style: normal;
    letter-spacing: 0;
    color: #4466af;
    cursor: pointer;
}

.espace-banner__content-box__button button * {
    color: #4466af;
    font: normal normal bold 20px/32px "Montserrat-Bold";
}

.espace-banner__content-box__button button:last-child {
    margin-top: 17.23px;
}

.espace-banner__content-box__button button:hover {
    background-color: #4466af;
}

.espace-banner__content-box__button button:hover * {
    color: #fff;
}

@media only screen and (max-width: 576px) {
    .espace-banner__content-box__button {
        padding-top: 40px;
    }

    .espace-banner__content-box__button button * {
        font: normal normal bold 15px/32px "Montserrat-Bold";
    }
}

.espace-banner__content-box a {
    padding-top: 20px;
    font: normal normal normal 20px/24px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
    text-decoration: none;
    width: 60%;
    margin-left: auto;
}

@media only screen and (max-width: 576px) {
    .espace-banner__content-box a {
        font: normal normal normal 15px/24px "Montserrat-Regular";
        width: 80%;
    }
}

.espace-feature1 {
    background-color: #002c35;
}

.espace-feature1__layout {
    width: 80%;
    margin: auto;
    padding: 130px 0;
}

@media only screen and (max-width: 576px) {
    .espace-feature1 {
        padding: 50px 0;
    }

    .espace-feature1__layout {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature1__layout {
        padding-top: 255px;
        padding-bottom: 198px;
    }
}

.espace-feature1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1400px) {
    .espace-feature1__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.espace-feature1__content-title {
    max-width: 100%;
}

@media only screen and (min-width: 1200px) {
    .espace-feature1__content-title {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature1__content-title {
        max-width: 60%;
    }
}

.espace-feature1__content-static {
    padding-top: 50px;
    padding-left: 50px;
}

@media only screen and (max-width: 576px) {
    .espace-feature1__content-static {
        padding-left: 30px;
    }
}

.espace-feature1__content-static ul li {
    padding-bottom: 41px;
}

@media only screen and (max-width: 576px) {
    .espace-feature1__content-static ul li {
        padding-bottom: 20px;
    }
}

.espace-feature1__content-static ul li:last-child {
    padding-bottom: 0;
}

.espace-feature1__content-static ul li h4 {
    font: italic normal 900 50px/37px "Montserrat-ExtraBold";
    letter-spacing: 0;
    color: #ffffff;
    position: relative;
    padding: 2%;
}

@media only screen and (max-width: 576px) {
    .espace-feature1__content-static ul li h4 {
        font: italic normal 900 25px/18px "Montserrat-ExtraBold";
    }
}

.espace-feature1__content-static ul li h4::before {
    position: absolute;
    content: "";
    background-image: url(../images/updateUI/FLECHE_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 35px;
    left: -50px;
}

@media only screen and (max-width: 576px) {
    .espace-feature1__content-static ul li h4::before {
        width: 21px;
        height: 17px;
        left: -30px;
    }
}

.espace-feature1__content-static ul li p {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

@media only screen and (max-width: 576px) {
    .espace-feature1__content-static ul li p {
        font: normal normal normal 15px/25px "Montserrat-Regular";
    }
}

.espace-feature1__shape {
    margin-top: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .espace-feature1__shape {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature1__shape {
        margin-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature1__shape label {
        margin-top: 101px;
    }
}

.espace-feature1__shape label span {
    font: normal normal normal 45px/55px "Montserrat-Medium";
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 0px) {
    .espace-feature1__shape label span {
        font-size: 5vw;
    }
}

@media only screen and (max-width: 576px) {
    .espace-feature1__shape label span {
        font: normal normal normal 22px/27px "Montserrat-Medium";
    }
}

@media only screen and (min-width: 860px) {
    .espace-feature1__shape label span {
        font-size: 45px;
    }
}

.espace-feature2 {
    padding: 140px 0 50px 0;
}

@media only screen and (max-width: 576px) {
    .espace-feature2 {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature2 {
        padding: 140px 0;
    }
}

.espace-feature2__title {
    width: 75%;
    margin-left: 10%;
    color: #4466af;
    text-align: left;
    padding: 1%;
}

@media only screen and (min-width: 1400px) {
    .espace-feature2__title {
        width: 80%;
        margin: auto;
        text-align: right;
    }
}

.espace-feature2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1400px) {
    .espace-feature2__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.espace-feature2__content-image {
    width: 160%;
    position: relative;
    left: -80%;
    top: -55px;
}

@media only screen and (max-width: 576px) {
    .espace-feature2__content-image {
        top: -25px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature2__content-image {
        width: 60%;
        left: 0;
        top: 0;
    }
}

.espace-feature2__content-desc {
    padding-left: 46px;
    padding-right: 94px;
    padding-top: 2vw;
    margin-left: auto;
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #4466af;
}

@media only screen and (max-width: 576px) {
    .espace-feature2__content-desc {
        font: normal normal normal 15px/18px "Montserrat-Regular";
        padding-right: 24px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature2__content-desc {
        width: 40%;
        padding-right: 87px;
    }
}

.espace-feature3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1400px) {
    .espace-feature3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.espace-feature3__left {
    width: 80%;
    margin-left: auto;
}

@media only screen and (min-width: 1400px) {
    .espace-feature3__left {
        width: 50%;
    }
}

.espace-feature3__left h2 {
    position: relative;
    top: 10px;
    letter-spacing: -2.4px;
    color: #4466af;
    text-align: right;
    max-width: 90%;
}

@media only screen and (min-width: 1400px) {
    .espace-feature3__left h2 {
        top: 0;
        padding-top: 50px;
    }
}

.espace-feature3__right {
    position: relative;
    width: 100%;
    background-image: url(../images/updateUI/espace_feature3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8% 6%;
}

@media only screen and (min-width: 1400px) {
    .espace-feature3__right {
        width: 50%;
    }
}

.espace-feature3__right-box {
    border: 7px solid #4466af;
    border-radius: 15px;
    background-color: #fff;
    padding: 61px 66px;
}

.espace-feature3__right-box ul li {
    font: normal normal 600 50px/61px "Montserrat-Regular";
    letter-spacing: 0;
    color: #4466af;
    padding-bottom: 22px;
    position: relative;
    padding-left: 30px;
}


.espace-feature3__right-box ul li:last-child {
    padding-bottom: 0;
}

.espace-feature3__right-box ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/updateUI/FLECHE_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 35px;
    left: -40px;
    top: 15px;
}

@media screen and (min-width: 0px) {
    .espace-feature3__right-box {
        padding: 3% 10%;
    }

    .espace-feature3__right-box ul li::before {
        width: 15%;
        left: -8%;
        top: 20%;
    }

    .espace-feature3__right-box ul li {
        padding-bottom: 0;
        font-size: 7vw;
    }
}

@media screen and (min-width: 720px) {
    .espace-feature3__right-box {
        padding: 61px 66px;
    }

    .espace-feature3__right-box ul li::before {
        width: 43px;
        left: -40px;
        top: 15px;
    }

    .espace-feature3__right-box ul li {
        font-size: 50px;
    }
}

.espace-feature4 {
    background-image: url(../images/updateUI/IMAGE.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

@media only screen and (min-width: 1400px) {
    .espace-feature4 {
        padding-top: 400px;
        padding-bottom: 192px;
    }
}

.espace-feature4__content {
    width: 80%;
    margin: auto;
}

.espace-feature4__content h2 {
    text-align: right;
}

@media only screen and (min-width: 1400px) {
    .espace-feature4__content h2 {
        max-width: 80%;
        margin-left: auto;
    }
}

.espace-feature4__layoutBox {
    width: 100%;
}

@media only screen and (min-width: 1400px) {
    .espace-feature4__layoutBox {
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.espace-feature4__box {
    color: #4466af;
    background-color: #fff;
    border: 7px solid #4466af;
    border-radius: 15px;
    padding: 20px 20px;
    position: relative;
    margin-top: 150px;
}

@media screen and (min-width: 0px) {
    .espace-feature4__box {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature4__box {
        margin: 50px;
        top: -120px;
    }
}

.espace-feature4__box-item--top {
    position: relative;
}

.espace-feature4__box-item--top img {
    position: relative;
    top: -20px;
}

.espace-feature4__box-item--top span {
    margin: auto;
    font: italic normal 800 80px/110px "Montserrat-ExtraBold";
    letter-spacing: -1.6px;
}

@media screen and (min-width: 0px) {
    .espace-feature4__box-item--top span {
        font-size: 8vw;
    }
}

@media screen and (min-width: 860px) {
    .espace-feature4__box-item--top span {
        font-size: 80px;
    }

    .espace-feature4__content {
        width: 60%;
    }
}

@media screen and (min-width: 1400px) {
    .espace-feature4__content {
        width: 80%;
    }
}

.espace-feature4__box-item--bottom {
    position: relative;
    top: -20px;
}

.espace-feature4__box-item--bottom p {
    font: italic normal 800 25px/30px "Montserrat-ExtraBold";
    letter-spacing: 0;
}

.espace-feature5 {
    background-color: #b9c2d0;
    padding-top: 181px;
    padding-bottom: 140px;
}

.espace-feature5__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__content {
        width: 90%;
        margin: auto;
    }
}

.espace-feature5__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 90px;
}

.espace-feature5__title img {
    position: inherit;
    left: 20%;
}

@media only screen and (min-width: 0px) {
    .espace-feature5__title {
        padding-bottom: 0;
    }

    .espace-feature5__title img {
        max-width: 10%;
        height: auto;
    }
}

@media only screen and (min-width: 600px) {
    .espace-feature5__title {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__title {
        padding-bottom: 90px;
    }

    .espace-feature5__title img {
        position: relative;
        left: 0;
    }
}

.espace-feature5__title h2 {
    letter-spacing: -2.4px;
    color: #002c35;
    margin-left: 0;
}

@media only screen and (min-width: 0px) {

    .espace-feature5__title h2 {
        font-size: 7vw;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__title h2 {
        font-size: 110px;
        margin-left: 20px;
    }
}

.espace-feature5__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin: auto;*/
    padding-bottom: 120px;
}

@media screen and (min-width: 0px) {
    .espace-feature5__city {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 600px) {
    .espace-feature5__city {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__city {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 120px;
    }
}

.espace-feature5__city h4 {
    font: italic normal 800 80px/110px "Montserrat-ExtraBold";
    letter-spacing: -1.6px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    position: relative;
}

@media screen and (min-width: 0px) {
    .espace-feature5__city h4 {
        font-size: 12vw;
    }

    .espace-feature1__content-static ul li h4 {
        font-size: 6vw;
    }
}

@media screen and (min-width: 670px) {
    .espace-feature5__city h4 {
        font-size: 80px;
        padding: 0 2vw 0 0;
    }

    .espace-feature5__city h4::after {
        padding: 0 2vw 0 0;
    }

    .espace-feature1__content-static ul li h4 {
        font-size: 50px;
    }
}

.espace-feature5__city h4::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 5px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    border-radius: 50px;
}

@media screen and (min-width: 0px) {
    .espace-feature5__city h4::after {
        width: 22vw;
    }
}

@media screen and (min-width: 860px) {
    .espace-feature5__city h4::after {
        width: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__city h4::after {
        left: 40%;
        right: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.espace-feature5__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.espace-feature5__contact .border-shape {
    margin-right: auto;
    border-color: #002c35;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1vw;
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__contact .border-shape {
        margin-right: unset;
    }
}

.espace-feature5__contact .border-shape a {
    color: #002c35;
    margin-left: 10px;
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__contact .border-shape:first-child {
        margin-right: 20px;
    }
}

.espace-feature5__contact .border-shape:last-child {
    margin-top: 5px;
}

@media only screen and (min-width: 1400px) {
    .espace-feature5__contact .border-shape:last-child {
        margin-top: 0;
    }
}

.espace-feature6 {
    background-color: #4466af;
    padding-top: 84px;
    padding-bottom: 180px;
}

.espace-feature6__content {
    width: 80%;
    margin: auto;
}

.espace-feature6__content h2 {
    max-width: 50%;
    padding-bottom: 33px;
}

.espace-feature6__content-desc {
    max-width: 70%;
    font: normal normal 800 28px/34px "Montserrat-Regular";
    letter-spacing: -2.4px;
    color: #ffffff;
}

@media only screen and (min-width: 1400px) {
    .espace-feature6__content-desc {
        max-width: 45%;
        font: normal normal 800 45px/55px "Montserrat-Regular";
    }
}

.espace-feature6__content-form {
    margin-top: 33px;
    padding: 45px;
    padding-top: 0;
    border: 5px solid #fff;
    border-radius: 20px;
}

.espace-feature6__content-form--input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 0px) {
    .espace-feature6__content-form--input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.espace-feature6__content-form--input input {
    max-width: 100%;
    border: none;
    background: transparent;
    border-bottom: 5px solid #fff;
    padding: 45px 10px;
    padding-bottom: 0;
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form--input input:focus {
    outline: none;
}

.espace-feature6__content-form--input input::-webkit-input-placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form--input input:-ms-input-placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form--input input::-ms-input-placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form--input input::placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form textarea {
    margin-top: 35px;
    width: 100%;
    border-radius: 20px;
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
    overflow: hidden;
}

.espace-feature6__content-form textarea:focus {
    outline: none;
}

.espace-feature6__content-form textarea::-webkit-input-placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form textarea:-ms-input-placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form textarea::-ms-input-placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

.espace-feature6__content-form textarea::placeholder {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #b9c2d0;
}

@media screen and (min-width: 0px) {

    .espace-feature6__content-form {
        padding: 25px;
    }

    .espace-feature6__content-form--input input {
        padding: 20px 0 1px 0;
        border-bottom: 3px solid #ffffff;
        font-size: 20px;
    }

    .espace-feature6__content-form--input input::placeholder {
        font-size: 20px;
    }

    .espace-feature6__content-form textarea {
        font-size: 20px;
    }

    .espace-feature6__content-form textarea::placeholder {
        font-size: 20px;
    }

    .espace-feature6__content-form textarea {
        min-height: 100px;
    }
}

@media screen and (min-width: 600px) {
    .espace-feature6__content-form {
        padding: 45px;
    }

    .espace-feature6__content-form--input input {
        font-size: 30px;
    }

    .espace-feature6__content-form--input input::placeholder {
        font-size: 30px;
    }

    .espace-feature6__content-form textarea {
        font-size: 30px;
    }

    .espace-feature6__content-form textarea::placeholder {
        font-size: 30px;
    }

    .espace-feature6__content-form textarea {
        min-height: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    .espace-feature6__content-form--input input {
        max-width: 30%;
        padding: 8% 0 2% 0;
        border-bottom: 5px solid #ffffff;
    }
}

.espace-feature6__content .border-shape {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0 20px;
}

.espace-feature6__content .border-shape img {
    margin-right: 10px;
}

.espace-feature6__content-layoutForm {
    max-width: 100%;
}

@media only screen and (min-width: 1400px) {
    .espace-feature6__content-layoutForm {
        max-width: 70%;
    }
}

.contact__footer {
    background-color: #00303e;
}

.contact__footer .footer-top {
    margin-bottom: 40px;
}

.contact__footer .footer-top__form {
    background-color: #00303e;
}

.modal-submit-mail {
    background-color: #4466af;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
}

.modal-submit-mail__layout {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 1400px) {
    .modal-submit-mail__layout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.modal-submit-mail__content {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1400px) {
    .modal-submit-mail__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 80%;
        top: 0;
    }
}

.modal-submit-mail__content h2 {
    max-width: 60%;
    margin-right: auto;
}

@media only screen and (min-width: 1400px) {
    .modal-submit-mail__content h2 {
        max-width: 50%;
    }
}

.modal-submit-mail__content p {
    font: normal normal normal 30px/37px "Montserrat-Regular";
    letter-spacing: 0;
    color: #ffffff;
    position: relative;
    top: 20px;
    max-width: 95%;
    margin-right: auto;
}

@media only screen and (min-width: 1400px) {
    .modal-submit-mail__content p {
        max-width: 47%;
        margin-right: unset;
    }
}

.modal-submit-mail__image {
    width: 20%;
}

.modal-submit-mail__image img {
    width: 250%;
    position: relative;
    left: 210%;
    height: auto;
    padding-bottom: 25px;
    bottom: -450px;
}

@media only screen and (min-width: 1400px) {
    .modal-submit-mail__image img {
        width: 200%;
        bottom: -550px;
        left: 10%;
    }
}

.modal-submit-mail__form {
    width: 75%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 576px) {
    .modal-submit-mail__form {
        flex-direction: column;
    }

    .modal-submit-mail__form button {
        margin-top: 10px;
    }

}

.modal-submit-mail__form input {
    background: transparent;
    border: none;
}

.modal-submit-mail__form input:focus {
    outline: none;
}

.modal-submit-mail__form input::-webkit-input-placeholder {
    color: #fff;
}

.modal-submit-mail__form input:-ms-input-placeholder {
    color: #fff;
}

.modal-submit-mail__form input::-ms-input-placeholder {
    color: #fff;
}

.modal-submit-mail__form input::placeholder {
    color: #fff;
    font-size: 20px;
}

.modal-submit-mail__form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    padding: 0 10px;
}

.modal-submit-mail__form button img {
    margin-right: 10px;
}

/*# sourceMappingURL=espace_partenaires.css.map */