/*
 Theme Name:   Atelier 2 Jules
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Thème enfant twenty twenty four
 Author:       SLWD
 Author URI:   http://www.slwd.fr
 Template:     hello-elementor
 Version:      1.0.0
*/



/* Masquer les titres uniquement sur les pages */
.page .entry-title {
    display: none;
}

/* Base Layout */
.container-header,
.navbar {
    width: 1350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

body {
    margin: auto;
}

header {
    background-color: #0f09a1;
}

.logo_header img {
    width: 100px;
    /* Adjust based on your actual logo size */
    height: auto;
    padding-top: 10px;
}

/* Navbar Menu */
nav {
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 0px;

    ul {
        list-style-type: none;
        display: contents;
    }

    ul li {
        float: left;
        text-align: center;
        position: relative;
        gap: 50px;
    }

    ul::after {
        content: "";
        display: table;
        clear: both;
    }

    a {
        font-family: 'Squada One';
        font-size: 18px;
        display: block;
        text-decoration: none;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }

    .collapse a:hover {
        color: #E0E0E0;
    }

    .collapse .current-menu-item>a {
        color: #E0E0E0;
    }
}


.deroulant li {
    list-style: none;
}

.sub-menu {
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: max-content;
    z-index: 1000;
    padding-left: 0;

    li {
        float: none;
        width: 100%;
        text-align: left;
    }

    a {
        font-size: 13px;
        font-weight: 500;
        padding: 10px;
        border-bottom: none;
        transition: 0.3s;
        transition: none !important;
    }

    a:hover,
    .current-menu-item>a {
        border-bottom: none !important;
        background-color: RGBa(200, 200, 200, 0.1);
        color: #FDA503;
        transform: none !important;
    }

}

ul li:hover .sub-menu {
    display: block;
}

.deroulant>a::after {
    content: "\f078";
    /* Unicode for Font Awesome chevron-down */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
}

/* Hamburger menu styles for mobile view */
.hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
    /* Adjust size as needed */
    background: none;
    border: none;
}

/* Collapsible Menu for Mobile */
.collapse {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.collapse.show {
    display: block;
}

/* Styles de base */
.hamburger {
    display: none;
    /* Le bouton hamburger est caché par défaut et s'affichera sur les mobiles */
    cursor: pointer;
    font-size: 30px;
    /* Taille du bouton hamburger */
}

#menu-toggle {
    display: none;
    /* La checkbox est cachée */
}




/***** Dépôt-vente ACCUEIL *****/

.motos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.moto-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.moto-img img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    display: block;
}

.moto-content {
    padding: 1rem;
}

.moto-content h3 {
    margin: 0;
    font-size: 24px;
    color: #1C1C1C;
    font-family: 'Montserrat';
    font-weight: 700;
}

.moto-content p {
    margin: 0.5rem 0;
    font-size: 14px;
    color: #1C1C1C;
    font-family: 'Montserrat';
    font-weight: 400;
}

.moto-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: baseline;
}

.prix {
    font-weight: bold !important;
    font-size: 20px !important;
    color: #0F09A1 !important;
    font-family: 'Montserrat';
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #1A237E;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    transition: background 0.3s ease;
}

.btn:hover {
    background-color: #000c57;
}


/********* SINGLE MOTO *************/

.single-moto .container-moto {
    width: 1140px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Inter', sans-serif;
}

.back-link {
    color: #0F09A1;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1rem;
}

.moto-header h1 {
    font-size: 38px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #0F09A1;
}

.moto-header .price {
    font-size: 24px;
    color: #0F09A1;
    font-weight: 500;
    font-family: 'Montserrat';
}

.img-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.moto-layout {
    flex: 0 0 48%;
    max-width: 48%;
    gap: 2rem;
}

.moto-attributs-container {
    flex: 0 0 48%;
    max-width: 48%;
    background-color: rgb(224, 224, 224, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.20);
    padding: 20px;
}

.moto-attributs-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.moto-attribut {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}

.texte-attribut {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
}

.moto-gallery {
    flex: 1 1 60%;
}

.moto-gallery img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.sub-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sub-image img {
    height: 150px;
    object-fit: cover;
}

.moto-infos {
    flex: 1 1 35%;
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.moto-description,
.moto-contact,
.motos-similaires {
    margin-top: 3rem;
}

.moto-description h2,
.moto-contact h2,
.motos-similaires h2 {
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #1C1C1C;
}

.description-txt {
    border: 1px solid rgb(224, 224, 224, 0.3);
    border-radius: 8px;
    color: #1C1C1C;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    padding: 20px;
}

.moto-contact {
    background-color: rgb(224, 224, 224, 0.3);
    padding: 20px;

    p {
        color: #1C1C1C;
        font-family: 'Montserrat';
        font-weight: 300;
        font-size: 16px;
    }
}



.btn {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    margin-right: 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.btn.primary {
    background: #0F09A1;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}

.btn.secondary {
    background: white;
    color: #0F09A1;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}

.cards {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.card {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    flex: 1 1 30%;
    text-align: center;
}


/********* PAGE ARCHIVE BLOG ********/

.titre-archives {
    width: 1140px;
    margin: 50px auto 40px auto;
}

.titre-archives h1 {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 48px;
    font-family: 'Squada One';
}

.titre-archives p {
    color: #1C1C1C;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.grid-archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 1140px;
    margin: 0 auto 60px auto;
    gap: 15px;
}

/* Style des cartes */
.card-blog {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: white;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card-body {
    padding: 0 15px 15px 15px;
}

.card-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.card-title a {
    font-size: 24px;
    font-family: 'Squada One';
    font-weight: 400;
    color: #0F09A1;
    margin-bottom: 10px;
    margin-top: 0;
}

.card-title a:hover {
    color: #0F09A1;
}

.card-excerpt {
    font-size: 14px;
    color: #1C1C1C;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.card-link {
    display: inline-block;
    color: #0F09A1;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.card-link:hover {
    color: #1C1C1C;
}

/* Style de la pagination */
.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    color: #0F09A1;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination a:hover {
    background-color: #f1f1f1;
}

.pagination .current {
    background-color: #0F09A1;
    color: #fff;
    border: 1px solid #0F09A1;
}



/******** PAGE POST SINGLE *********/



.content-sidebar-wrapper {
    display: flex;
    flex-direction: row;
}

.post-bg {
    padding: 50px 0 0 0;
    background-color: rgb(224, 224, 224, 0.3);
    margin-bottom: -100px;

}

.title-blog {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1140px;

    h1 {
        font-size: 42px;
        font-family: 'Squada One';
        font-weight: 400;
        text-align: center;
        width: 840px;
        margin: 0 auto 20px auto;
    }


    img {
        width: 1140px;
        height: auto;
        object-fit: cover;
        margin-bottom: -100px;
        border-radius: 8px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    }
}


.entry-content-post {
    width: 840px;
    margin: 250px auto 0 auto;
    background-color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 50px;
}

.navigation-project-item {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}


.navigation-projects {
    padding: 30px 0;
    margin-bottom: 50px;
}

.navigation-projects h2 {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #1C1C1C;
    width: 900px;
    margin: 0 auto 20px auto;
}

.navigation-projects-container {
    width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    /* Espacement entre les colonnes */
}

.nav-article img {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.nav-title {
    color: #1C1C1C;
    font-family: 'Squada One';
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    padding: 10px;
}

.nav-title:hover {
    color: #0F09A1;
}

.card-excerpt-post {
    font-size: 14px;
    color: #1C1C1C;
    font-weight: 300;
    font-family: 'Montserrat';
    line-height: 1.2;
    padding: 0 10px 10px 10px;
}

.coordonnees {
    height: fit-content !important;
}


/***** ARCHIVE HOME ****/

.projets-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.projets-posts {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.post-thumbnail img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.posts-infos {
    padding: 0 10px 10px 10px;

    p {
        color: #1C1C1C;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 14px;
    }
}

.card-link-button {
    color: #0F09A1;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
}


/******** FOOTER ********/


footer {
    background-color: #1C1C1C;

    .footer-columns {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: nowrap !important;
        padding: 30px 0;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        width: calc(25%);

        .reseaux {
            display: flex;
            gap: 20px;
        }

        p {
            font-size: 14px;
            font-weight: 300;
            font-family: 'Montserrat';
            color: white;
        }
    }

    h3 {
        color: white;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Squada One';
    }

    ul {
        list-style: none;
        padding: 0;
        line-height: 30px;
        margin: 0;
    }

    p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        font-family: "Montserrat";
    }

    a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        transition: all .3;
        font-family: "Montserrat";
        text-decoration: none !important;
    }

    a:hover {
        color: #E0E0E0;
    }

    .fa-solid {
        color: #fff;
    }

    .logo-footer {
        padding-top: 10px;
        width: 160px;
        height: auto;
    }
}

.before-footer {

    display: flex;
    flex-direction: column;
    padding: 50px 0;

    .title-footer {
        text-align: center;
        font-size: 38px;
        font-family: 'Squada One';
        font-weight: 400;
        color: white;
    }

    p {
        font-family: 'Montserrat';
        color: white;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
    }

    .buttons-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
}

.btn1 {
    background-color: white;
    border: 1px solid white;
    border-radius: 6px;
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 10px 30px;
    transition: 0.3s;
}

.btn1:hover {
    background-color: #1C1C1C;
    border: 1px solid white;
    color: white;
}

.btn2 {
    background-color: #1C1C1C;
    border: 1px solid white;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 10px 30px;
    transition: 0.3s;
}

.btn2:hover {
    background-color: white;
    border: 1px solid white;
    color: #1C1C1C;
}


.bas-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E0E0E0;

    div {
        margin: 0 30px;
    }

    p,
    a {
        margin: 0;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Montserrat';
    }

}








/***************************************************/
/********* RESPONSIVE MOBILE ***********************/
/***************************************************/



@media (max-width: 768px) {

    /** HEADER **/

    .container-header {
        justify-content: flex-start;
    }

    .logo_header {
        padding-left: 10px;
    }

    .logo_header img {
        width: 80px;
        padding-top: 5px;
    }

    .hamburger {
        display: block;
        /* Le bouton hamburger s'affiche sur les mobiles */
        position: absolute;
        font-size: 30px;
        right: 20px;
        /* Positionnement à droite */
        top: 30px;
        /* Positionnement en haut */
        z-index: 2;
        /* S'assure que le hamburger est cliquable */
    }

    .navbar {
        padding: 0;
        width: auto;
        z-index: 10 !important;
    }

    .navbar-collapse.collapse {
        max-height: 0;
        /* Menu caché initialement */
        overflow: hidden;
        opacity: 0;
        transform: translateY(-20px);
        /* Menu légèrement décalé vers le haut */
        transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
        /* Transition fluide pour l'apparition */
        position: absolute;
        top: 105px;
        /* Ajuster pour positionner sous la barre de navigation */
        width: 100%;
        background-color: #fff;
        z-index: 1;

    }



    #menu-toggle:checked~.navbar-collapse.collapse {
        display: block;
        /* Affiche le menu lorsque la checkbox est cochée */
    }

    .navbar-collapse.collapse.show {
        transform: translateY(0);
        opacity: 1;
        max-height: none;
        top: 90px;
    }

    .navbar-collapse.collapse .nav_menu li {
        display: block;
        /* Affiche les éléments du menu en bloc pour une disposition verticale */
        text-align: left;

        /* Centre le texte des éléments du menu */
        a {
            padding-left: 10px;
        }

        a:hover {
            transform: none;
        }

    }


    .nav_menu ul {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: transform 0.5s ease-in-out, max-height 0.5s ease-in-out;
        /* Transition fluide pour l'apparition */
    }

    .nav_menu ul.open {
        transform: translateY(0);
        opacity: 1;
        max-height: none;
    }


    .nav_menu {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0;
        gap: 0;
        align-items: flex-start;
        padding: 0;
        margin-top: 0;

    }

    .nav_menu li {
        margin: 0;
        padding: 5px 0;
        border-top: 1px solid black;
        width: 100%;
    }

    header .container {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .thumbnail-home {
        display: none;
    }

    .nav_menu>li {
        position: relative;
        /* S'assurer que chaque élément de menu est en position relative */
    }

    .nav_menu>li ul {
        position: relative;
        /* Changer de absolute à relative */
        display: none;
        /* Masquer les sous-menus par défaut */
        width: 100%;
        /* S'assurer que le sous-menu occupe toute la largeur disponible */
        overflow: hidden;
        height: 0;
        /* Par défaut, le sous-menu est caché */
    }

    .nav_menu>li:hover ul,
    .nav_menu>li:focus-within ul {
        display: block;
        /* Afficher les sous-menus au survol ou au focus */
        overflow: hidden;
        /* Cacher tout débordement */
    }

    .nav_menu>li ul li {
        width: 100%;
        /* S'assurer que chaque élément du sous-menu prend toute la largeur */
        border-top: 1px solid black;
        /* Ajouter une bordure pour séparer les éléments */
    }

    .nav_menu>li ul li a {
        display: block;
        padding-left: 20px !important;
    }

    .hamburger+.navbar-collapse {
        position: relative;
        z-index: 1;
    }

    .nav_menu>li ul.open {
        height: auto;
        /* Le sous-menu prend sa hauteur naturelle */
    }

    nav {

        a {
            color: #0F09A1;
            text-align: center;
        }

        .collapse .current-menu-item>a {
            color: #1C1C1C;
        }
    }


    /***** ARCHIVE HOME ****/

    .projets-row {
        width: auto;
        margin: 0 10px;
    }

    .post-thumbnail img {
        height: 180px;
    }

    .card-title {
        line-height: 0.8;
    }

    .posts-infos {

        p {
            font-size: 12px;
        }
    }

    .card-link-button {
        font-size: 12px;
    }


    /***** Dépôt-vente ACCUEIL *****/

    .motos-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .moto-img img {
        height: 180px !important;
    }

    .moto-content {
        padding: 1rem;
    }

    .moto-content h3 {
        font-size: 18px;
    }

    .moto-content p {
        font-size: 12px;
    }

    .moto-price {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: baseline;
    }

    .prix {
        font-size: 18px !important;
    }

    .btn {
        font-size: 14px;
    }



    /********* SINGLE MOTO *************/

    .single-moto .container-moto {
        width: auto;
        margin: 0 10px;
        padding: 20px 0;
        font-family: 'Montserrat', sans-serif;
    }

    .back-link {
        font-size: 12px;
    }

    .moto-header h1 {
        font-size: 28px;
    }

    .moto-header .price {
        font-size: 18px;
    }

    .img-description {
        display: flex;
        flex-direction: column;
    }

    .moto-layout {
        flex: 100%;
        max-width: 100%;
    }

    .moto-attributs-container {
        flex: 100%;
        max-width: 100%;

        h2 {
            font-size: 22px;
        }
    }

    .moto-attributs-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .moto-attribut {
        img {
            width: 18px;
        }
    }

    .texte-attribut {
        font-size: 14px;
    }

    .moto-gallery {
        padding-bottom: 25px;
    }

    .moto-gallery img {
        height: 300px;
    }

    .sub-image img {
        height: 120px;
    }

    .moto-infos {
        flex: 1 1 35%;
        background: #fff;
        padding: 1.5rem;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .moto-description h2,
    .moto-contact h2,
    .motos-similaires h2 {
        font-size: 22px;
    }

    .description-txt {
        font-size: 14px;
    }

    .moto-contact {
        p {
            font-size: 14px;
        }
    }

    .btn.secondary,
    .btn.primary {
        font-size: 12px;
    }


    /********* PAGE ARCHIVE BLOG ********/

    .titre-archives {
        width: auto;
        margin: 0 10px;
    }

    .titre-archives h1 {
        font-size: 32px;
    }

    .titre-archives p {
        font-size: 14px;
    }

    .grid-archive {
        grid-template-columns: repeat(1, 1fr);
        width: auto;
        margin: 0 10px;
    }

    .card-title a {
        font-size: 18px;
    }

    .card-excerpt {
        font-size: 12px;
    }

    .card-link {
        font-size: 12px;
    }


    /******** PAGE POST SINGLE *********/

    .content-sidebar-wrapper {
        display: flex;
        flex-direction: row;
    }

    .post-bg {
        padding: 50px 0 0 0;
        background-color: rgb(224, 224, 224, 0.3);
        margin-bottom: -100px;

    }

    .title-blog {
        margin: 0 10px;
        width: auto;

        h1 {
            font-size: 32px;
            width: auto;
            margin: 0 10px 20px 10px;
        }

        img {
            width: auto;
        }
    }


    .entry-content-post {
        width: auto;
        margin: 250px 10px 0 10px;
        font-size: 13px;

        h2 {
            font-size: 18px;
        }
    }

    .navigation-projects {
        padding: 30px 0;
        width: auto;
        margin: 0 10px 50px 10px;
    }

    .navigation-projects-container {
        width: auto;
        margin: 0 10px;
        gap: 25px;
    }

    .nav-article img {
        height: 150px;
    }

    .nav-title {
        font-size: 18px;
    }

    .card-excerpt-post {
        font-size: 12px;
    }



    /**** FOOTER ***/

    .before-footer {
        padding: 20px 0;

        .title-footer {
            font-size: 32px;
        }

        p {
            font-size: 14px;
        }

        .buttons-footer {
            width: auto;
            margin: 0 10px;
        }
    }

    .btn1,
    .btn2 {
        font-size: 12px;
    }

    footer {

        .footer-columns {
            width: auto !important;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 0 10px;
            align-items: center;
        }

        h3 {
            font-size: 18px !important;
            margin: 20px 0 5px 0;
        }

        .footer-column {
            width: auto;
            margin: 0 10px;
            text-align: center;
        }

        .logo-footer {
            width: 50%;
        }

        .reseaux {
            justify-content: center;
        }

        li a {
            font-size: 12px !important;
        }

        p {
            font-size: 12px;
        }

        .bas-footer {
            display: flex;
            flex-direction: column-reverse;

            .infos-legales {
                display: flex;
                flex-direction: row;
                gap: 50px;

                p {
                    padding-bottom: 0;

                }
            }

            .copyright p {
                padding-top: 0;
            }
        }


    }


}