
#footerMobile {
    display: none;
}
footer {
    background: #F7F7F7;
    margin-top: 15em;
}

footer section:nth-child(1) svg {
    /* height: 60vh; */
    position: absolute;
    margin-top: -7em;
    z-index: -1;
}

footer img {
    width: 126.71px;
    height: 85.26px;
}

footer section:where(:nth-child(2), :nth-child(3)) {
    display: flex;
    flex-direction: row;
    padding: 1.2em 6em;
    align-items: center;
    justify-content: space-between;
}

footer section:nth-child(2) article:nth-child(2) {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5em;
}

footer section:nth-child(2) article:nth-child(2) div {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

footer section:nth-child(2) article:nth-child(2) div p {
    cursor: pointer;
}

.bold {
    font-weight: 700;
}

footer section:nth-child(3) {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 1.2em 6em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

footer section:nth-child(3) article:nth-child(1) {
    font-size: 1.8em;
    color: #D9D9D9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-left: 0.3em;
}

footer section:nth-child(3) article:nth-child(1) i {
    cursor: pointer;
}

footer section:nth-child(3) article:nth-child(2) {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 2em;
}

footer section:nth-child(3) article:nth-child(2) button {
    background: rgb(2,117,128);
    border: 1px solid #FFFFFF;
    height: 75px;
    padding: 1.5em 2em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
    gap: 1em;
    cursor: pointer;
    text-wrap: nowrap;
}

.hover_footer_btn:hover{
    opacity: 0.9;
}
.hover_icon:hover{
    /* scale: 1.05; */
    cursor: pointer;
}

footer section:nth-child(3) article:nth-child(2) button i {
    font-size: 2.5em;
    color: #fff;
    width: max-content;
}

footer section:nth-child(3) article:nth-child(2) button svg {
    width: 2.8em;
    height: 2.8em;

}

footer section:nth-child(3) article:nth-child(2) button p {
    font-size: 1.1em;
    text-align: left;
}

footer section:nth-child(3) article:nth-child(2) button p span {
    font-weight: 700;
}

footer section:last-child {
    display: flex;
    flex-direction: row;
    padding: 1.5em 6em;
    align-items: center;
    text-align: center;
    /* width: 80%; */
    justify-content: space-between;
    gap: 2em;
}

footer section:last-child p {
    font-weight: 400;
    cursor: pointer;
}


/* mobile */

@media only screen and (max-width: 135px) {
    footer section:nth-child(1) svg {
        /* height: 60vh; */
        position: absolute;
        margin-top: -1em !important;
        z-index: -1;
    }
}

@media only screen and (max-width: 285px) {
    
    footer section:nth-child(1) svg {
        /* height: 60vh; */
        position: absolute;
        margin-top: -3em !important;
        z-index: -1;
    }

}

@media only screen and (max-width: 323px) {
    footer section:nth-child(1) svg {
        /* height: 60vh; */
        position: absolute;
        margin-top: -5em;
        z-index: -1;
    }

    footer section:nth-child(3) article:nth-child(2) button {
        height: max-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-wrap: wrap;
        line-height: 1.5em;
    }

    footer section:nth-child(3) article:nth-child(2) button p {
        font-size: 1.1em;
        text-align: center !important;
    }
}

@media only screen and (max-width: 400px) {
    
    #footerMobile section:nth-child(2) {
        display: flex;
        flex-direction: column !important;
        gap: 2em !important;
        padding: 2em 0 !important;
    }
}

@media only screen and (max-width: 470px) {
    
    #footerMobile section:nth-child(2) {
        display: flex;
        justify-content: left !important;
        /* flex-direction: column !important; */
        gap: 0;
        /* flex-wrap: wrap !important; */
        padding: 2.5em !important;
    }

    #footerMobile section:nth-child(2) article {
        width: 100%;
    }

    #footerMobile section:nth-child(2) article:nth-child(2) {
        justify-content: left;
    }

    #footerMobile section:nth-child(3) {
        display: flex;
        flex-direction: row;
        gap: 5em !important;
        padding: 2em 0 !important;
        width: 100%;
    }

    #footerMobile section:nth-child(4) article {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        gap: 1em !important;
    }


    #footerMobile section:nth-child(4) article button {
        background: var(--btn-link);
        border: 1px solid #FFFFFF;
        height: 75px;
        padding: 1.5em 2em !important;
        border-radius: 1em;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        color: #fff;
        gap: 1em;
        cursor: pointer;
        text-wrap: nowrap;
        width: 100%;
    }

    footer section:last-child {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 1.5em 3em !important;
        /* width: 80%; */
        justify-content: left !important;
        gap: 3em;
    }
    .none {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    #footerMobile section:nth-child(4) article {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1em !important;
    }

    footer section:last-child {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        /* width: 80%; */
        justify-content: left !important;
        gap: 3em;
    }
}

@media only screen and (max-width: 720px) {
    
    footer {
        display: flex;
        padding-top: 2em !important;
        flex-direction: column;
        gap: 2em;
    }

    footer section:nth-child(2) article:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    footer section:nth-child(2) article:nth-child(2) div {
        gap: 1em;
    }

    footer section:is(:nth-child(2)) {
        display: flex;
        flex-direction: column;
        gap: 4em;
        align-items: center;
    }

    footer section:is(:nth-child(3)) {
        display: flex;
        flex-direction: column;
        gap: 3em;
        padding-top: 3em;
        padding-bottom: 4em;
        align-items: center;
    }

    footer section:nth-child(3) article:nth-child(1) i {
        cursor: pointer;
        font-size: 1.3em;
    }

    footer section:nth-child(3) article:nth-child(2) {
        flex-wrap: wrap;
        justify-content: center;
    }


    footer section:nth-child(3) article:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer section:nth-child(3) article:nth-child(2) button {
        width: 70vw;
        justify-content: center;
    }
}

@media only screen and (max-width: 930px) {
    
    #footerDesktop {
        display: none;
    }

    #footerMobile {
        display: block;
    }

    .btn-voirplus {
        margin-top: 2em !important;
    }

    #footerMobile section:nth-child(2) {
        display: flex;
        flex-direction: row;
        gap: 5em !important;
        padding: 2em 6em;
        flex-wrap: nowrap !important;
    }

    #footerMobile section:nth-child(2) article:nth-child(2) {
        font-size: 2em !important;
        color: #D9D9D9 !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        gap: 0.5em;
    }

    #footerMobile section:nth-child(2) article:nth-child(2) i {
        cursor: pointer;
        font-size: 1.1em;
    }

    #footerMobile section:nth-child(3) {
        display: flex;
        flex-direction: row;
        gap: 5em !important;
        padding: 2em 3em;
        width: 100%;
    }

    #footerMobile section:nth-child(3) article:nth-child(1) div {
        display: flex;
        flex-direction: column;
        padding-inline: 1em;
        gap: 1em !important;
        color: #000 !important;
    }

    #footerMobile section:nth-child(3) article:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-inline: 1em;
        flex-direction: row;
        gap: 3em;
        font-size: 1.1em !important;
    }


    #footerMobile section:nth-child(4) article {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
    }

    #footerMobile section:nth-child(4) {
        border-top: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
        padding: 2em;
    }

    #footerMobile section:nth-child(4) article button {
        background: var(--btn-link);
        border: 1px solid #FFFFFF;
        height: 75px;
        padding: 1.5em 2em;
        border-radius: 1em;
        display: flex;
        align-items: center;
        flex-direction: row;
        color: #fff;
        gap: 1em;
        cursor: pointer;
        text-wrap: nowrap;
    }

    #footerMobile section:nth-child(4) article button i {
        font-size: 2.5em;
        color: #fff;
        width: max-content;
    }

    #footerMobile section:nth-child(4) article button svg {
        width: 2.8em;
        height: 2.8em;

    }

    #footerMobile section:nth-child(4) article button p {
        font-size: 1.1em;
        text-align: left;
    }

    #footerMobile section:nth-child(4) article button p span {
        font-weight: 700;
    }



    footer section:last-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1.5em 6em;
        padding-bottom: 2em;
        align-items: center;
        text-align: center;
        /* width: 80%; */
        justify-content: center;
        gap: 3em;
    }

    #imgBlock {
        display: none;
    }
}
.politique{
    text-decoration: none;
    color: #000;
}


.hover_footer_ligne:hover{
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 4px;
}