/* STYLE DU RUCHER */

.content-rucher {
    display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
    margin-top: 2rem;
}

    #img_rucher {
        width: 40vw;
        border-radius: 5%;
    }

    #txt-rucher {
        flex-basis: 45%;
    }

        .map {
            display: flex;
                align-items: center;
                flex-direction: row;
                justify-content: space-between;
        }

        #img_map {
            width: 25vw;
            border-radius: 5%;
            margin: 1rem;
        }

    /* grille d'image

    .grid-img {
        display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
    }

    .grid-img img {
        width: 20vw;
        aspect-ratio: initial;
    }
 */ 



/*-------------------------------- STYLE DE LA FORMATION--------------------------------*/

.formation-container table {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.formation-container th {
    padding: 0.5rem 1rem;
}

.formation-container td {
    padding: 0.5rem 1rem;
}

.bg-brown {
    background-color: var(--beige);
}


.formation-container p{
    width: 80%;
    margin: 0 auto;

}
