.showcase .legende {
    background-color: rgba(135, 182, 114, 0.7);
}

.modular .showcase {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.slideme > *, .slideme_container .slideme > * {
    height: 600px;
}

.modular .slideme_container {
    overflow: hidden;
    margin-top: 0rem;
    padding-top: 0rem;
    height: 34.7rem;
}

#body {
    background: #fff;
    padding-top: 14rem;
}

.modular .showcase .button {
    color: white;
    background: #87b672;
    border: 1px solid #FFFFFF;
}

.modular .showcase .button:hover {
    color: white;
    background: #87b672;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.modular .slideme_container .arrow {
    border-radius: 0%;
}

.footer .footer-module {
    width: 25%;
}

#header #navbar ul.navigation li:hover > ul { 
  width: max-content;
}

#header #navbar ul.navigation li a {
    padding: 0.2rem 0.4rem;
    font-size: 0.9em;
}

.header-lite #header a, .header-lite #header .menu-btn {
    color: #87b672;
}

/* Gestion des colonnes */

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Justifier et changer la couleur */

body {
    color: #606060;
    text-align: justify;
}

/* Especes, tweak featherlight img */
.member img {
    background-position: center center;
    background-repeat: no-repeat ;
    width: 200px ;
    height: 200px ;
    border-radius: 50%;
    object-fit: cover;
}

.team .members .member {
    vertical-align: top;
}