/* Règles générales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
section {
    padding: 3%; /* Marges latérales et verticales de chaque section */
}
button {
    padding: 20px;
    font-size: 40px;
    border: solid 3px #172c29;
    border-radius: 50px;
    background-color: transparent;
    color: #172c29;
    cursor: pointer;
}
button:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

/* Version Téléphone */
/* Corps de page */
body {
    width: 100%;
    background-color: #e0d9cf;
}
/* Section Acceuil */
.acceuil {
    height: 85vh;
    display: flex;
    justify-content: center;
    padding: 0;
    background-color: #ede7e0;
    color: whitesmoke;
    overflow-y: hidden;
}
.acceuil-vidéo-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.acceuil-vidéo-vertical {
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
    filter: brightness(80%);
}
.acceuil-vidéo-horizontal {
    display: none;
    filter: brightness(88%);
}
.acceuil-découvrir-container {
    width: 100%;
    position: absolute;
    bottom: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.acceuil-découvrir-title {
    font-family: "Cormorant", serif;
    font-size: 65px;
    text-align: center;
}
.acceuil-découvrir-button {
    margin: 3% 0 0 0;
    padding: 30px 50px;
    font-size: 50px;
    color: whitesmoke;
    border: whitesmoke 3px solid;
    border-radius: 70px;
    text-align: center;
    cursor: pointer;
}
    /* Animations - section Acceuil */
    .acceuil-découvrir-button:hover {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }
    .acceuil-découvrir-button:active {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }

/* Section nouveauté */
.nouveauté {
    background-color: #ede7e0;
    color: black;
}
.nouveauté-container {
    display: flex;
}
.nouveauté-title {
    margin: 0 0 3% 0;
    font-size: 50px;
    font-family: "Cormorant", serif;
    background-color: #172c29;
    color: whitesmoke;
    padding: 2%;
}
.nouveauté-img-container {
    width: 60%;
    display: flex;
}
.nouveauté-img {
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
}
.nouveauté-infos-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 3%;
}
.nouveauté-name {
    text-align: center;
    font-size: 45px;
    font-family: "Cormorant", serif;
}
.nouveauté-text {
    font-size: 30px;
}
.text-mobile {
    display: block;
}
.text-desktop {
    display: none;
}
.nouveauté-button-container {
    display: flex;
    justify-content: right;
}
.nouveauté-button {
    font-size: 25px;
    padding: 20px 30px;
    border: solid 3px #172c29;
    border-radius: 50px;
    background-color: transparent;
    color: #172c29;
}
    /* Animations - section nouveauté */
    .nouveauté-button:hover {
        border: solid 3px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
    .nouveauté-button:active {
        border: solid 3px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }

/* Container sections */
.sections-container {
    display: flex;
    flex-direction: column;
}

/* Section genèse */
.genèse {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ede7e0;
    color: whitesmoke;
}
.genèse-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
    background-color: #172c29;
    z-index: 1;
}
.genèse-img {
    width: 100%;
    object-fit: cover;
}
.genèse-infos-container {
    height: 35vh;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.genèse-title {
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 50px;
}
.genèse-text {
    font-size: 35px;
}
.genèse-button-container {
    display: flex;
    justify-content: right;
}
.genèse-button {
    padding: 20px 30px;
    font-size: 35px;
    border: solid 3px #172c29;
    border-radius: 50px;
    color: whitesmoke;
    border: solid 3px whitesmoke;
}
    /* Animations - section genèse */
    .genèse-button:hover {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }
    .genèse-button:active {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }

/* Section stephane */
.stephane {
    display: flex;
    justify-content: right;
    background-color: #ede7e0;
    color: black;
}
.stephane-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
    background-color: #e0d9cf;
    z-index: 1;
}
.stephane-img {
    width: 100%;
    object-fit: cover;
}
.stephane-infos-container {
    height: 35vh;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.stephane-title {
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 50px;
}
.stephane-text {
    font-size: 35px;
}
.stephane-button-container {
    display: flex;
    justify-content: right;
}
.stephane-button {
    padding: 20px 30px;
    font-size: 35px;
    border: solid 3px #172c29;
    border-radius: 50px;
    color: black;
    border: solid 3px black;
}
    /* Animations - section genèse */
    .stephane-button:hover {
        border: solid 3px black;
        background-color: black;
        color: #9c856a;
    }
    .stephane-button:active {
        border: solid 3px black;
        background-color: black;
        color: #9c856a;
    }

/* Section irénée */
.irénée {
    display: flex;
    justify-content: right;
    background-color: #ede7e0;
    color: white;
}
.irénée-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
    background-color: #172c29;
    z-index: 1;
}
.irénée-img {
    width: 100%;
    object-fit: cover;
}
.irénée-infos-container {
    height: 37vh;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.irénée-title {
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 50px;
}
.irénée-text {
    font-size: 35px;
}
.irénée-button-container {
    display: flex;
    justify-content: right;
}
.irénée-button {
    padding: 20px 30px;
    font-size: 35px;
    border: solid 3px #172c29;
    border-radius: 50px;
    color: whitesmoke;
    border: solid 3px whitesmoke;
}
    /* Animations - section irénée */
    .irénée-button:hover {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: black;
    }
    .irénée-button:active {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: black;
    }

/* Section presse */
.presse {
    background-color: #ede7e0;
    color: black;
}
.presse-container {
    display: flex;
    background-color: #e0d9cf;
    padding: 3%;
}
.presse-title {
    margin: 0 0 3% 0;
    font-size: 50px;
    font-family: "Cormorant", serif;
    background-color: #172c29;
    color: whitesmoke;
    padding: 2%;
}
.presse-img-container {
    width: 60%;
    display: flex;
}
.presse-img {
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
}
.presse-infos-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 3%;
}
.presse-name {
    text-align: center;
    font-size: 40px;
    font-family: "Cormorant", serif;
}
.presse-text {
    font-size: 30px;
    text-align: center;
    margin: 2%;
}
.presse-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 2% 0 0 0;
}
.presse-button {
    font-size: 25px;
    padding: 15px 25px;
    margin: 2% 0 0 0;    
    border: solid 3px #172c29;
    border-radius: 50px;
    background-color: transparent;
    color: #172c29;
}
    /* Animations - section presse */
    .presse-button:hover {
        border: solid 3px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
    .presse-button:active {
        border: solid 3px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }

/*Section vidéo */
.video {
    display: none;
}




/* Version Tablette */
@media screen and (min-device-width: 768px) {
/* Section Acceuil */
.acceuil {
    height: 85vh;
    display: flex;
    justify-content: center;
    padding: 0;
}
.acceuil-vidéo-vertical {
    display: none;
}
.acceuil-vidéo-horizontal {
    display: block;
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
    filter: brightness(80%);
}
.acceuil-découvrir-container {
    bottom: 5vh;
}
.acceuil-découvrir-title {
    font-size: 50px;
    text-align: center;
}
.acceuil-découvrir-button {
    margin: 3% 0 0 0;
    padding: 20px;
    font-size: 35px;
    color: whitesmoke;
    border: whitesmoke 3px solid;
    border-radius: 70px;
}
/* Animations - section Acceuil */
    .acceuil-découvrir-button:hover {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }
    .acceuil-découvrir-button:active {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }

/* Section nouveauté */
.nouveauté {
    color: black;
}
.nouveauté-container {
    display: flex;
    justify-content: space-between;
}
.nouveauté-img-container {
    width: 30%;
    display: flex;
}
.nouveauté-img {
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
}
.nouveauté-infos-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 3%;
}
.nouveauté-title {
    font-size: 40px;
}
.nouveauté-name {
    font-size: 35px;
}
.nouveauté-text {
    font-size: 25px;
}
.text-mobile {
    display: block;
}
.text-desktop {
    display: none;
}
.nouveauté-button {
    font-size: 20px;
    border-radius: 50px;
}
    /* Animations - section nouveauté */
    .nouveauté-button:hover {
        border: solid 3px #172c29;
        background-color: #172c29;
    }
    .nouveauté-button:active {
        border: solid 3px #172c29;
        background-color: #172c29;
    }

/*Section vidéo */
.video {
    display: none;
}

/* Container sections */
.sections-container {
    display: flex;
    flex-direction: column;
}

/* Section genèse */
.genèse {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.genèse-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
}
.genèse-img {
    width: 100%;
    object-fit: cover;
}
.genèse-infos-container {
    height: 40vh;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.genèse-title {
    font-size: 40px;
}
.genèse-text {
    font-size: 25px;
}
.genèse-button-container {
    display: flex;
    justify-content: right;
}
.genèse-button {
    font-size: 20px;
    border-radius: 50px;
    border: solid 3px whitesmoke;
}
    /* Animations - section genèse */
    .genèse-button:hover {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
    }
    .genèse-button:active {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
    }

/* Section stephane */
.stephane {
    width: 100%;
    display: flex;
    justify-content: right;
}
.stephane-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
}
.stephane-img {
    width: 100%;
    object-fit: cover;
}
.stephane-infos-container {
    height: 35vh;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.stephane-title {
    font-size: 40px;
}
.stephane-text {
    font-size: 25px;
}
.stephane-button-container {
    display: flex;
    justify-content: right;
}
.stephane-button {
    font-size: 20px;
    border: solid 3px #172c29;
    border-radius: 50px;
    color: black;
}
    /* Animations - section genèse */
    .stephane-button:hover {
        border: solid 3px black;
        background-color: black;
    }
    .stephane-button:active {
        border: solid 3px black;
        background-color: black;
    }

/* Section irénée */
.irénée {
    display: flex;
    justify-content: right;
}
.irénée-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
}
.irénée-img {
    width: 100%;
    object-fit: cover;
}
.irénée-infos-container {
    height: 40vh;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.irénée-title {
    font-size: 40px;
}
.irénée-text {
    font-size: 25px;
}
.irénée-button-container {
    display: flex;
    justify-content: right;
}
.irénée-button {
    font-size: 20px;
    border: solid 3px #172c29;
    border-radius: 50px;
    border: solid 3px whitesmoke;
}
    /* Animations - section irénée */
    .irénée-button:hover {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: black;
    }
    .irénée-button:active {
        border: solid 3px whitesmoke;
        background-color: whitesmoke;
        color: black;
    }

/* Section presse */
.presse {
    background-color: #ede7e0;
    color: black;
}
.presse-container {
    display: flex;
}
.presse-title {
    margin: 0 0 3% 0;
    font-size: 40px;
    font-family: "Cormorant", serif;
    background-color: #172c29;
    color: whitesmoke;
    padding: 2%;
}
.presse-img-container {
    width: 60%;
    display: flex;
}
.presse-img {
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
}
.presse-infos-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 3%;
}
.presse-name {
    text-align: center;
    font-size: 35px;
    font-family: "Cormorant", serif;
}
.presse-text {
    font-size: 25px;
    text-align: center;
}
.presse-button-container {
    display: flex;
    flex-direction: column;
    align-items: right;
    margin: 5% 0 0 0;
}
.presse-button {
    font-size: 20px;
    padding: 15px 25px;
    margin: 3% 0 0 0;
    border: solid 3px #172c29;
    border-radius: 50px;
    background-color: transparent;
    color: #172c29;
}
    /* Animations - section presse */
    .presse-button:hover {
        border: solid 3px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
    .presse-button:active {
        border: solid 3px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
}





/* Version Desktop */
@media screen and (min-device-width: 1024px) {
/* Section Acceuil */
.acceuil {
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10vh 0 0 0;
    padding: 0;
}
.acceuil-vidéo-vertical {
    display: none;
}
.acceuil-vidéo-horizontal {
    display: block;
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
}
.acceuil-découvrir-container {
    bottom: 3vh;
}
.acceuil-découvrir-title {
    font-size: 30px;
    text-align: center;
}
.acceuil-découvrir-button {
    margin: 1% 0 0 0;
    padding: 10px 20px;
    font-size: 20px;
    color: whitesmoke;
    border: whitesmoke 1px solid;
    border-radius: 70px;
}
/* Animations - section Acceuil */
    .acceuil-découvrir-button:hover {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }
    .acceuil-découvrir-button:active {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }
/* Section nouveauté */
.nouveauté {
    color: black;
}
.nouveauté-container {
    display: flex;
    padding: 1%;
    background-color: #e0d9cf;
}
.nouveauté-img-container {
    width: 20%;
    display: flex;
}
.nouveauté-img {
    width: 100%;
    min-width: 100px;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.nouveauté-infos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: right;
    margin: 0 0 0 3%;
}
.nouveauté-title {
    font-size: 20px;
}
.nouveauté-name {
    font-size: 20px;
}
.nouveauté-text {
    font-size: 15px;
}
.text-mobile {
    display: none;
}
.text-desktop {
    display: block;
}
.nouveauté-button {
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 50px;
}
    /* Animations - section nouveauté */
    .nouveauté-button:hover {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
    .nouveauté-button:active {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }



/* Container sections */
.sections-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0 2%;
    background-color: #ede7e0;}
    /* Animations - Container sections */
    .sections-container-card:hover {
        transform: scale(1.01);
        transition: all 0.2s ease-in-out;
    }

/* Section genèse */
.genèse {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 0 2%;
}
.genèse-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
    overflow: scroll;
    scrollbar-width: none ;
}
.genèse-img {
    width: 100%;
    object-fit: cover;
}
.genèse-infos-container {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.genèse-title {
    font-size: 20px;
}
.genèse-text {
    font-size: 15px;
}
.genèse-button-container {
    display: flex;
    justify-content: right;
}
.genèse-button {
    padding: 10px 20px;
    font-size: 10px;
    border: solid 1px whitesmoke;
    border-radius: 50px;
    color: whitesmoke;
}
    /* Animations - section genèse */
    .genèse-button:hover {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }
    .genèse-button:active {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }

/* Section stephane */
.stephane {
    display: flex;
    justify-content: right;
    padding: 0 2%;
}
.stephane-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
    overflow: scroll;
    scrollbar-width: none ;
}
.stephane-img {
    width: 100%;
    object-fit: cover;
}
.stephane-infos-container {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.stephane-title {
    font-size: 20px;
}
.stephane-text {
    font-size: 15px;
}
.stephane-button-container {
    display: flex;
    justify-content: right;
}
.stephane-button {
    padding: 10px 20px;
    font-size: 10px;
    border: solid 1px #172c29;
    border-radius: 50px;
}
    /* Animations - section genèse */
    .stephane-button:hover {
        border: solid 1px black;
        background-color: black;
    }
    .stephane-button:active {
        border: solid 1px black;
        background-color: black;
    }

/* Section irénée */
.irénée {
    display: flex;
    justify-content: right;
    padding: 0 2%;
}
.irénée-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
    overflow: scroll;
    scrollbar-width: none ;
}
.irénée-img {
    width: 100%;
    object-fit: cover;
}
.irénée-infos-container {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.irénée-title {
    font-size: 20px;
}
.irénée-text {
    font-size: 15px;
}
.irénée-button-container {
    display: flex;
    justify-content: right;
}
.irénée-button {
    padding: 10px 20px;
    font-size: 10px;
    border: solid 1px whitesmoke;
    border-radius: 50px;
}
    /* Animations - section irénée */
    .irénée-button:hover {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }
    .irénée-button:active {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }

/*Section vidéo */
.video {
    display: block;
    background-color: #ede7e0;
    color: whitesmoke;
    padding: 0 3% 3% 3%;
}
.video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 1%;
    color: black;
    background-color: #e0d9cf;
}
.presentation-video {
    width: 100%;
    height: 60vh;
    display: flex;
    padding: 0;
    object-fit: cover;
}
.video-infos-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 2% 3%;
    text-align: center;
}
.video-title {
    font-size: 20px;
    font-family: "Cormorant", serif;
}
.video-text {
    font-size: 15px;
    margin: 2% 0;
}

/* Section presse */
.presse {
    background-color: #ede7e0;
    color: black;
}
.presse-container {
    display: flex;
    justify-content: space-between;
    padding: 1%;
}
.presse-title {
    margin: 0 0 3% 0;
    font-size: 20px;
    padding: 2%;
}
.presse-img-container {
    width: 348px;
    display: flex;
}
.presse-img {
    width: 348px;
    min-width: 348px;
    height: 348px;
    min-height: 348px;
    object-fit: cover;
}
.presse-infos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 1%;
}
.presse-name {
    text-align: center;
    font-size: 20px;
    margin: 2% 0 0 0;
}
.presse-text {
    font-size: 15px;
    text-align: center;
    margin: 0;
}
.presse-button-container {
    display: flex;
    flex-direction: column;
    align-items: right;
    margin: 0 0 0 0;
}
.presse-button {
    font-size: 15px;
    padding: 10px 20px;
    margin: 0 0 1% 0;
    border: solid 1px #172c29;
    border-radius: 50px;
}
    /* Animations - section presse */
    .presse-button:hover {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
    .presse-button:active {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
}






/* Version 4K */
@media screen and (min-device-width: 2560px) {
/* Section Acceuil */
.acceuil {
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10vh 0 0 0;
    padding: 0;
}
.acceuil-vidéo-vertical {
    display: none;
}
.acceuil-vidéo-horizontal {
    display: block;
    width: 100%;
    min-width: 348px;
    height: 100%;
    min-height: 348px;
    object-fit: cover;
}
.acceuil-découvrir-container {
    bottom: 3vh;
}
.acceuil-découvrir-title {
    font-size: 35px;
    text-align: center;
}
.acceuil-découvrir-button {
    margin: 1% 0 0 0;
    padding: 10px 20px;
    font-size: 25px;
    color: whitesmoke;
    border: whitesmoke 1px solid;
    border-radius: 70px;
}
/* Animations - section Acceuil */
    .acceuil-découvrir-button:hover {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }
    .acceuil-découvrir-button:active {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
        color: #172c29;
    }
/* Section nouveauté */
.nouveauté {
    color: black;
}
.nouveauté-container {
    display: flex;
    padding: 1%;
    background-color: #e0d9cf;
}
.nouveauté-img-container {
    width: 20%;
    display: flex;
}
.nouveauté-img {
    width: 100%;
    min-width: 100px;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.nouveauté-infos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: right;
    margin: 0 0 0 2%;
}
.nouveauté-title {
    font-size: 25px;
}
.nouveauté-name {
    font-size: 25px;
}
.nouveauté-text {
    font-size: 20px;
}
.text-mobile {
    display: none;
}
.text-desktop {
    display: block;
}
.nouveauté-button {
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 50px;
}
    /* Animations - section nouveauté */
    .nouveauté-button:hover {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
    .nouveauté-button:active {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }



/* Container sections */
.sections-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0 5%;
    background-color: #ede7e0;}
    /* Animations - Container sections */
    .sections-container-card:hover {
        transform: scale(1.01);
        transition: all 0.2s ease-in-out;
    }

/* Section genèse */
.genèse {
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 0 2%;
}
.genèse-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
    overflow: scroll;
    scrollbar-width: none ;
}
.genèse-img {
    width: 100%;
    object-fit: cover;
}
.genèse-infos-container {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.genèse-title {
    font-size: 30px;
}
.genèse-text {
    font-size: 20px;
}
.genèse-button-container {
    display: flex;
    justify-content: right;
}
.genèse-button {
    padding: 10px 20px;
    font-size: 15px;
    border: solid 1px whitesmoke;
    border-radius: 50px;
    color: whitesmoke;
}
    /* Animations - section genèse */
    .genèse-button:hover {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }
    .genèse-button:active {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }

/* Section stephane */
.stephane {
    display: flex;
    justify-content: right;
    padding: 0 2%;
}
.stephane-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
    overflow: scroll;
    scrollbar-width: none ;
}
.stephane-img {
    width: 100%;
    object-fit: cover;
}
.stephane-infos-container {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.stephane-title {
    font-size: 30px;
}
.stephane-text {
    font-size: 20px;
}
.stephane-button-container {
    display: flex;
    justify-content: right;
}
.stephane-button {
    padding: 10px 20px;
    font-size: 15px;
    border: solid 1px #172c29;
    border-radius: 50px;
}
    /* Animations - section genèse */
    .stephane-button:hover {
        border: solid 1px black;
        background-color: black;
    }
    .stephane-button:active {
        border: solid 1px black;
        background-color: black;
    }

/* Section irénée */
.irénée {
    display: flex;
    justify-content: right;
    padding: 0 2%;
}
.irénée-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 2%;
    z-index: 1;
    overflow: scroll;
    scrollbar-width: none ;
}
.irénée-img {
    width: 100%;
    object-fit: cover;
}
.irénée-infos-container {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.irénée-title {
    font-size: 30px;
}
.irénée-text {
    font-size: 20px;
}
.irénée-button-container {
    display: flex;
    justify-content: right;
}
.irénée-button {
    padding: 10px 20px;
    font-size: 15px;
    border: solid 1px whitesmoke;
    border-radius: 50px;
}
    /* Animations - section irénée */
    .irénée-button:hover {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }
    .irénée-button:active {
        border: solid 1px whitesmoke;
        background-color: whitesmoke;
    }

/*Section vidéo */
.video {
    display: block;
    background-color: #ede7e0;
    color: whitesmoke;
    padding: 0 3% 3% 3%;
}
.video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin: 0 20%;
    padding: 1%;
    color: black;
    background-color: #e0d9cf;
}
.presentation-video {
    width: 100%;
    height: 60vh;
    display: flex;
    padding: 0;
    object-fit: cover;
}
.video-infos-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 2% 3%;
    text-align: center;
}
.video-title {
    font-size: 25px;
    font-family: "Cormorant", serif;
}
.video-text {
    font-size: 20px;
    margin: 2% 0;
}

/* Section presse */
.presse {
    background-color: #ede7e0;
    color: black;
}
.presse-container {
    display: flex;
    justify-content: space-between;
    padding: 1%;
}
.presse-title {
    margin: 0 0 3% 0;
    font-size: 25px;
    padding: 2%;
}
.presse-img-container {
    width: 348px;
    display: flex;
}
.presse-img {
    width: 348px;
    min-width: 348px;
    height: 348px;
    min-height: 348px;
    object-fit: cover;
}
.presse-infos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 1%;
}
.presse-name {
    text-align: center;
    font-size: 25px;
    margin: 2% 0 0 0;
}
.presse-text {
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.presse-button-container {
    display: flex;
    flex-direction: column;
    align-items: right;
    margin: 0 0 0 0;
}
.presse-button {
    font-size: 15px;
    padding: 10px 20px;
    margin: 0 0 1% 0;
    border: solid 1px #172c29;
    border-radius: 50px;
}
    /* Animations - section presse */
    .presse-button:hover {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
    .presse-button:active {
        border: solid 1px #172c29;
        background-color: #172c29;
        color: #bdb2a3;
    }
}

