@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Spartan', sans-serif;
}

.table>:not(caption)>*>* {
    padding : 0.8rem;
}

.cms-page p {
    padding-right: calc(var(--mdb-gutter-x) / 2);
    padding-left: calc(var(--mdb-gutter-x) / 2);
}


img.logo {
    height: auto;
    width: auto;
}

.text-signature {
    font-weight: bold;
}

.bloc-mandate label {
    padding-left : 0;
}

.col-full {
    width : 100%;
}

.cms {
    padding-top: 170px;
    padding-bottom : 30px;
}

.invalid-feedback, .invalid-tooltip {
    position: relative !important;
    margin-top: 0.25rem !important;
}

.card-mandate {
    margin: 50px 0;
}

.btn-mandat {
    width: 190px;
    padding: 0;
    margin-right: 10px;
}



.btn-mandat button {
    width : 100%;

}

.row-btn-mandat {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.card-mandate .form-group {
    margin-bottom : 40px;
}

#mandate_submit {
    background-color: #6DAC3C;
    color: white !important;
    padding: 10px 15px;
    margin-top : 20px;
    transition: 0.3s ease;
    border: 1px solid white;
    width: 100%;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    text-transform: inherit;
    font-size: 14px !important;
    margin-bottom: 50px;
    cursor: pointer;
}

#mandate_submit:hover {
    background-color: white !important;
    color: #6DAC3C !important;
    border: 1px solid #6DAC3C;
    box-shadow: none;
}

.card-mandate label {
    font-size : 15px;
    margin-bottom: 0 !important;
}

.mandat-col2 .form-group {
    width : 50%;
}

.mandat-col2 .form-group:first-child {
    margin-right : 12px;
}

.mandat-col2 .form-group:last-child {
    margin-left : 12px;
}

.mandat-col2  {
    display : flex;
    flex-direction: row;
}

.card-mandate h2 {
    font-size: 1.5rem;
    margin-bottom : 10px;
}

.mandate-adresse {
    margin: 50px 0;
}

.mandate-adresse .col-6:first-child {
    padding-left : 0;
}

.mandate-adresse .col-6:last-child {
    padding-right : 0;
}

 .mandat-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-mandates  .col-3 {
    text-align: center;
    margin-top: 20px;
}

.no-mandates {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top : 40px;
}

.bloc-mandate {
    background: white;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    padding: 40px 40px 10px 40px;
    border-top: 2px solid #ADD139;
}

.no-mandates-margin {
    margin-top : 0!important;
}

.mandat-text p span {
    font-weight: 600;
}

.mandate-adresse {
    padding : 40px;
}

.card-text span {
    font-size : 13px;
}

#sameAddress {
    margin-right: 8px;
}

/* main-header start */

[data-target="#mainMenu"] {
    position: relative;
    z-index: 999;
}

#mainMenu {
    justify-content: center;
}

#mainMenu li>a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    letter-spacing: .3px;
    text-transform: initial;
    font-weight: 600;
}

.btn-dl-doc {
    background-color: #6DAC3C;
    color: white!important;
    padding: 10px;
    transition: 0.3s ease;
    border: 1px solid white;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    font-size: 0.55rem!important;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.dmd-retour  {
    background-color: #ADD139;
    color: white!important;
    padding: 10px;
    transition: 0.3s ease;
    border: 1px solid white;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px!important;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.dmd-retour:hover {
    background-color: white;
    color: #ADD139 !important;
    transition: 0.3s ease;
    border: 1px solid #ADD139;
    box-shadow: none;
}

.container-list {
    width: 80%;
    margin: 0 auto;
}

.user-account td {
    vertical-align: middle;
}
.btn-dl-doc:hover, .btn-dl-doc:focus, .btn-dl-doc:hover:active, .btn-dl-doc:not(:disabled):not(.disabled):active {
    background-color: white;
    color: #6DAC3C!important;
    transition: 0.3s ease;
    border: 1px solid #6DAC3C;
    box-shadow: none;
}



.user-account .modal-header {
    padding : 20px;
}

.user-account .modal-content {
    width : 400px;
}

.col-btn-dl .btn-link {
    background-color: #6DAC3C;
    color: white!important;
    padding: 12px 8px;
    transition: 0.3s ease;
    border: 1px solid white;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px!important;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.col-btn-dl .btn-link:hover, .col-btn-dl .btn-link:focus, .col-btn-dl .btn-link:hover:active, .col-btn-dl .btn-link:not(:disabled):not(.disabled):active {
    background-color: white;
    color: #6DAC3C!important;
    transition: 0.3s ease;
    border: 1px solid #6DAC3C;
    box-shadow: none;
}

.user-account .modal-dialog {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    margin-top: -30px;
}


.modal-title {
    text-transform: uppercase;
}

.col-btn-dl {
    padding : 20px;
}

.main-header .navbar-menu {
    font-weight: 500;
}

.main-header .navbar-menu a:active {
    color: #6DAC3C;
}

.main-header.fixed-nav #mainMenu li>a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#mainMenu li:not(:last-of-type) {
    margin-right: 30px;
}

.navbar-menu li>a::before {
    position: absolute;
    content: "";
    width: calc(100% - 1px);
    height: 2px;
    background: #7CD630;
    bottom: 6px!important;
    left: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.navbar-menu li>a:hover::before,
.navbar-menu li>a.active::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#mainMenu li>a:hover {
    color: #7CD630;
}

#mainMenu li.active>a {
    color: #7CD630;
}

.main-header.fixed-nav #mainMenu li>a::before {
    background: #000;
}

.main-header .navbar-toggler {
    margin-right: 10px;
}

.main-header {
    position: fixed;
    /*top: 25px;*/
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
}

.main-header .container {
    background-color: #fff;
}

.container-pic {
    max-width: 100%;
}

.slider1 .overlay:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
}

.main-header.fixed-nav {
    top: 0;
    background: #000;
    -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand>img:last-of-type {
    display: block;
}

.main-header.fixed-nav .navbar-brand>img:first-of-type {
    display: none;
}

.navbar-brand {
    color: #000;
    padding-top : 0;
    padding-bottom : 0;
}

.title-surrounded {
    margin-bottom : 10px;
    font-size : 2rem;
}

#bill_file_file_file {
    display: none;
}

.image-upload img {
    width: 35px;
    cursor: pointer;
}

.image-upload {
    text-align : center;
}

.main-nav a {
    padding-left: 25px;
}

.main-header .navbar-brand img {
    max-width: 63px;
    animation: fadeInLeft 0.4s both 0.4s;
}

footer img.logo {
    width : 69px;
}

.login-link  {
    color : #6dac3d!important;
}
.login .btn-login {
    margin-bottom : 20px;
    margin-top: 10px;
}

.btn-admin {
    background-color: #6DAC3C;
    color: white!important;
    padding: 8px 5px;
    transition: 0.3s ease;
    border: 1px solid white;
}

.btn-admin:hover {
    background-color: white;
    color: #6DAC3C!important;
    border: 1px solid #6DAC3C;
}

.image-block>p {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 19px;
    padding-top: 150px;
    background-color: rgba(3, 3, 3, 0.0);
    color: rgba(6, 6, 6, 0.0);
}

.image-block:hover>p {
    background-color: rgba(3, 3, 3, 0.5);
    color: white;
    width: 100%;
    height: 100%;
}

.site .image-block {
    display: flex;
    text-align: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.site .col-lg-6:nth-child(2) {
    border-right: 1px dashed black!important;
}

.site a.image-block {
    cursor: pointer;
}

.site .image-block span.image-bg {
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 0.3s ease;
}

.footer-content {
    position: absolute;
    left: 75%;
}

.wrapper-footer a {
    color : white;
}

#cmsPopup button {
    position: absolute;
    top: 2%;
    right: 1%;
    z-index: 999;
    opacity: 1;
}

#cmsPopup .modal-body {
    padding-top : 40px;
}

#cmsPopup .modal-dialog  {
    max-width: 760px;
    height: 80%;
    margin: 0;
    min-height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: initial;
    bottom: initial;
    width: 100%;
}

#cmsPopup .modal-dialog img {
    width: 100%!important;
    object-fit:none;
}

#cmsPopup .modal-dialog .modal-content {
    height : 100%;
}

.disabled-btn {
    padding: 10px;
    transition: 0.3s ease;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0;
    font-size: 0.55rem !important;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    background: #e8e8e8;
    color: #9b9b9b;
    cursor : not-allowed;
}

.text-delais {
    margin-bottom: 0;
    text-align: center;
    margin-top: 3px;
    font-size: 12px;
    color: #414040;
}

.site .image-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    background-color: white!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    transition: 0.3s ease;
    padding-left: 10px;
    padding-right: 10px;
}

.site .image-block:hover .image-bg {
    transform: scale(1.2);
}

.site .image-block .overlay button {
    align-self: center;
    text-transform: uppercase;
    font-weight: 700;
}

.site .image-block .text-image-block {
    color: white;
    text-transform: initial;
    font-weight: 700;
    font-size: 70px;
    text-align: left;
    align-self: center;
    width: 25%;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.col-lg-6 .text-image-block-small {
    color: black!important;
    text-transform: initial;
    font-size: 16px!important;
    display: block;
    width: 300px!important;
    line-height: 33px;
    font-weight: 600;
}

.site .col-lg-6 {
    margin-top: 80px!important;
    margin-bottom: 50px!important;
}

.col-lg-6 .slider-content {
    right: 54%!important;
    top: 58%!important;
    width: 15%!important;
}

.col-lg-6 .overlay {
    background-size: 45%!important;
    background-repeat: no-repeat!important;
    background-position-x: center!important;
}

.section-mosaic .row {
    margin-top: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
}

.site .image-block .text-image-block .text-image-block-small {
    color: #fff;
    text-transform: initial;
    font-size: 22px;
    display: block;
    width: 500px;
    line-height: 33px;
    margin-top: 20px;
}

.site .image-block .text-image-block-black {
    color: black;
    text-transform: initial;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    align-self: center;
    width: 25%;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.site .image-block .text-image-block .text-image-block-small-black {
    color: black;
    text-transform: initial;
    font-weight: 300;
    font-size: 15px;
    display: block;
    width: 500px;
;
    line-height: 33px;
}

.slider-content {
    width: 25%;
    position: absolute;
    right: 25%;
    top: 30%;
}

.slider3 .overlay {
    background-color: green!important;
}

.fake-link-button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.fake-link-button {
    background-color: transparent;
    border: none;
    color: #7CD630;
    vertical-align: middle;
    margin-top: 5px;
}

a i {
    font-size: 14px;
    margin-right: 5px;
}

.main-header .navbar-menu {
    text-align: center;
    margin: 0 20px;
}

.must:after {
    content: ' *';
    color: red;
}

.main-header .menu-icons {
    font-size: 24px;
    color: #7CD630;
}

.btn-partenaires {
    background-color: #6DAC3C;
    color: white!important;
    padding: 8px 5px;
    transition: 0.3s ease;
    border: 1px solid white;
    margin: 0 auto!important;
    width: 15%;
    font-weight: 500;
}

.col-lg-6 .image-block {
    height: 65vh;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom : 50px;
}

.btn-partenaires:hover {
    background-color: white;
    color: #6DAC3C!important;
    border: 1px solid #6DAC3C;
}


/* FOOTER */

footer {
    background-color: #000000d9;
    display: flex;
    padding: 30px 100px;
    align-items: center;
}

.wrapper-footer {
    display: flex;
    width: 100%;
    padding: 0 100px;
}

.container-l {
    flex: 0 0 70%;
}

.container-r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-outline-light {
    border: none!important;
    padding: 0;
}

.container-l {
    font-size: 14px;
}

.msg-alerte {
    z-index: 1000!important;
    position: fixed!important;
    width: 100%;
    top: 0!important;
    border-left : 10px solid #006e2c;
    padding: 30px!important;
    margin : auto!important;
    border-radius: 0;


}
.text-alert {
    font-weight: bold;
    font-size : 18px;
}

.alert-success:before {
    content: "\2713";
    position: absolute;
    left: 1%;
    top: 29%;
    font-size: 20px;
    border: 3px solid #006E35;
    border-radius: 100%;
    width: 40px;
    height: auto;
    background-color: #006E35;
    color: #ccf1db;
}

.icon-msg-alert {
    margin-right: 10px;
}

.alert-dismissible .close {
    padding: 1.3em!important;
}

.fa-twitter:before,
.fa-linkedin:before {
    color: #0077b5;
}

footer h5 {
    margin: 20px 0;
    text-transform: initial!important;
    font-weight: 200;
}

.footer-link li {
    margin: 30px 0;
    font-size: 14px;
}
@media screen and (min-width: 1649px) and (max-width: 2000px) {
    .site .image-block .text-image-block {
        font-size: 90px;
    }
}

/* responsive */
@media (max-width: 1700px) {
     .container-list {
         width : 90%;
     }
}
@media (max-width: 1650px) {
    .slider-content {
        width: 25%;
        position: absolute;
        right: 17%;
        top: 33%;
    }

    #mainMenu li>a {
        font-size : 13px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
}

@media (max-width: 1500px) {
    .container-list {
        width: 98%;
    }
    .site .image-block {
        height: 90vh;
    }
    .btn-mandat {
        width : 190px;
        margin-right: 3px;
    }
}

@media (max-width: 1400px) and (min-width : 1200px) {
    .overflow-name {
        overflow: scroll;
        height : 80px;
    }
}


@media (max-width: 1350px) {
    footer {
        padding: 30px 40px;
    }
    .site .image-block {
        height: 85vh;
    }

    .wrapper-footer {
        padding: 0 50px;
    }

    #mainMenu li>a {
        font-size: 13px;
    }
    .cms-page img {
        height: 100%!important;
        width: 100%!important;
        object-fit: contain;
        max-width: fit-content;
    }
}



@media (max-width: 1200px) {
    #mainMenu li > a {
        font-size: 11px;
    }
    .btn-download {
        justify-content: center;
    }
    .site .image-block .overlay {
        margin-top : 86px!important;
    }
    .row-btn-mandat {
        display: flex;
        flex-direction: column;
    }
    .btn-mandat {
        width: 100%;
        margin-right : 0;
    }
    .btn-mandat button {
        width: 100%;
        margin-bottom: 5px;
    }

    .slider-content {
        width: 25%;
        position: absolute;
        right: 22%;
        top: 33%;
    }

    .btn-partenaires {
        width: 20%;
    }

    .col-lg-6 .text-image-block-small {
        font-size: 14px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 1024px) {
    footer {
        padding: 30px 10px;
    }
    .site .image-block {
        height: 80vh;
    }
    .site .image-block .text-image-block {
        font-size: 60px;
    }
    .site .image-block .text-image-block .text-image-block-small {
        width: 350px;
        font-size: 18px;
    }


    #mainMenu li:not(:last-of-type) {
        margin-right: 20px;
    }
}



@media (max-width: 991px) {
    /*header starts*/
    .collapse.in {
        display: block !important;
        padding: 0;
        clear: both;
    }
    .cms-page table tr {
        display : flex;
        flex-direction: column;
        align-items: center;
    }
    .mandat-col2 .form-group {
        width : 100%;
    }

    .mandate-adresse .col-6:last-child {
        padding-right: 12px;
        margin-top: 15px;
    }
    .mandate-adresse .col-6:first-child {
        padding-left: 12px;
    }

    .mandate-adresse .col-6 {
        width: 100%;
    }

    .mandat-col2 .form-group:first-child {
        margin-right : 0;
    }

    .mandat-col2 .form-group:last-child {
        margin-left : 0;
    }
    .mandat-col2 {
        display :block;
    }

    .site .image-block {
        height : 70vh;
    }
    .cms-page iframe {
        width : 100%;
    }

    #cmsPopup button {
        right: 2%;
    }

    .tvfooter-store-link a {
        font-size : 14px;
    }
    .navbar-toggler {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40px;
        right: 0;
        border: none;
        border-radius: 0;
        outline: none !important;
    }
    .main-header .navbar {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;

    }
    .main-header .navbar-nav {
        margin-top: 20px;
    }
    .main-header .navbar-nav li .nav-link {
        text-align: center;
        padding: 20px 15px;
        border-radius: 0;
    }
    /**/
    .main-header .navbar-toggler .icon-bar {
        background-color: #000;
        margin: 0 auto 6px;
        border-radius: 0;
        width: 30px;
        height: 3px;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .main-header .navbar .navbar-toggler .icon-bar:first-child {
        margin-top: 3px;
    }
    .main-header .navbar-toggler .icon-bar-1 {
        width: 10px;
        top: 0;
    }
    .main-header .navbar-toggler .icon-bar-2 {
        width: 16px;
        top: 12px;
    }
    .main-header .navbar-toggler .icon-bar-3 {
        width: 20px;
        top: 21px;
    }
    .main-header .current .icon-bar {
        margin-bottom: 5px;
        border-radius: 0;
        display: block;
    }
    .main-header .current .icon-bar-1 {
        width: 18px;
    }
    .main-header .current .icon-bar-2 {
        width: 30px;
    }
    .main-header .current .icon-bar-3 {
        width: 10px;
    }
    .main-header .navbar-toggler:hover .icon-bar {
        background-color: #000;
    }
    .main-header .navbar-toggler:focus .icon-bar {
        background-color: #000;
    }

    #mainMenu {
        height: 100vh;
    }
    #mainMenu li>a {
        font-size: 18px;
    }

    ul.navbar-nav.d-flex.flex-row.me-1 {
        display: flex!important;
        flex-direction: row!important;
        justify-content: center!important;
    }

    .navbar-menu li>a::before {
        width: 10%;
        left: 0;
        right: 0;
        margin : 0 auto;
        bottom: 10px!important;
    }

    .slider-content {
        width: 25%;
        position: absolute;
        right: 25%;
        top: 30%;
    }

    .col-lg-6 .overlay {
        background-position-x: initial!important;
        margin-left : 30px;
    }

    .col-lg-6 .slider-content {
        right: 29%!important;
        top: 15%!important;
    }

    .site .col-lg-6:nth-child(2) {
        border-right: none!important;
    }

    .col-lg-6 .text-image-block-small {
        font-size: 16px!important;
        line-height: 31px!important;
    }

    .btn-partenaires {
        width: 30%;
    }
}



@media (max-width: 768px) {
    footer {
        padding: 20px 0;
    }
    .site .col-lg-6:nth-child(2) {
        border-right: none!important;
    }
    .wrapper-footer {
        flex-direction: column;
    }
    .btn-partenaires {
        width: 50%;
    }
    .site .image-block {
        height: 60vh;
    }

    .slider-content {
        width: 25%;
        position: absolute;
        right: 71%;
        top: 31%;
    }
    .site .image-block .text-image-block {
        font-size: 60px;
    }
    .site .image-block .text-image-block .text-image-block-small {
        width: 350px;
        font-size: 15px;
    }

    .col-lg-6 .text-image-block-small {
        font-size: 14px!important;
    }

    .col-lg-6 .slider-content {
        right: 35%!important;
    }

    .col-lg-6 .overlay {
        background-size: 40%!important;
    }

    .main-header .navbar-nav {
        margin-top: 0;
    }
}

@media (max-width: 650px) {
    .wrapper-footer {
        flex-direction: column;
    }

    .col-lg-6 .overlay {
        background-position-x: center!important;
        margin-left: 0;
    }

    .col-lg-6 .slider-content {
        right: 56%!important;
        top: 57%!important;
    }
    .site .image-block {
        height: 55vh;
    }
}

@media (max-width: 550px) {
    .site .image-block {
        height: 50vh;
    }
}

/* MEDIA QUERIE PHONE */

@media (max-width: 480px) {

    .wrapper-footer {
        padding: 0;
        flex-direction: column;
    }
    .site .image-block {
        height: 40vh;
    }

    .language__img {
        width: 22px;
        height: auto;
    }

    .user-account .modal-content {
        width: 300px;
    }
    footer {
        padding: 30px;
    }
    .col-lg-6 .slider-content {
        right: 0!important;
        top: 50%!important;
        width: 100%;
        left: 15%;
    }

    .main-header .navbar-nav {
        margin-top: 80px;
    }

    .text-alert {
        margin : 0 50px;
        font-size : 16px;
    }

    .alert-dismissible .close {
        padding: 2.2em 1em!important;
    }

    .col-lg-6 .text-image-block-small {
        font-size: 14px!important;
    }

    .col-lg-6 .overlay {
        background-size: 70%!important;
    }

    .site .col-lg-6 {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .site .image-block .text-image-block .text-image-block-small {
        width: 350px;
        font-size: 18px;
    }
}
