#about {
    background-image: url(../ASSETS/IMAGES/Fond.svg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    min-height: 100vh;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;

}



html,
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* Navbar PC-Mobile */
.nav-item {
    color: white;
    font-size: 18px;
    letter-spacing: 0.4ch;
    text-align: right;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
}

.nav-logo {
    padding: 0 15px;
}

@media (min-width:768px) {
    .nav-item {
        color: white;
        font-size: 11px;
        letter-spacing: 0.4ch;
        padding-top: 30px;
        font-family: "azo-sans-web", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;


    }
}

.nav-link {
    color: white;
    transition: opacity 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
}

.nav-link:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.nav-dot {
    position: relative;
}

.nav-dot::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 6px;
    height: 6px;
    background-color: #F9F885;
    border-radius: 50%;
    transition: transform 0.2 ease;
}

.nav-dot:hover::after,
.nav-dot.active::after {
    transform: translateX(-50%) scale(1);
}

@media (min-width:768px) {
    .nav-link:hover {
        color: white;
        font-size: 11px;
    }
}

.navbar-toggler:hover {
    color: white;
}

@media (min-width:992px) {


    .navbar-toggler {
        display: none;
    }
}

@media (max-width:991px) {


    .navbar-toggler {
        display: block;
        border: none;
    }

    #navbarNavMobile .nav-link {
        color: white;
        transition: color 0.25s ease;
        font-size: 30px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: bold;
        font-style: normal;
        text-transform: capitalize;
        line-height: 0.10;
    }

    #navbarNavMobile .nav-link:hover {
        color: #F9F885;
    }
}

@media (max-width:991px) {
    #navbarNavMobile {
        background-color: #000000;
        height: 100dvh;
        position: fixed;
        width: 100%;

        justify-content: flex-start !important;
        align-items: center;
        inset: 0;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    #navbarNavMobile .navbar-nav {
        display: flex !important;
        gap: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        flex: 0;
        margin: 0;
        padding: 0;
    }

    #NavbarNavMobile #Logomobile {
        display: block;
        max-height: 90px;

    }

    #NavbarNavMobile .social {
        display: flex;
        justify-content: center;

    }

    #NavbarNavMobile .nav-item {
        margin: 0 !important;

    }

}

.toggler-mobile {
    border: none;
    background: transparent;
    color: white;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2000;
}

/* état fermé */
.toggler-mobile .icon-close {
    display: none;
}

.toggler-mobile .icon-burger {
    display: inline-block;
}

/* état ouvert */
.toggler-mobile[aria-expanded="true"] .icon-burger {
    display: none;
}

.toggler-mobile[aria-expanded="true"] .icon-close {
    display: inline-block;
}

.icon-close {
    font-size: 50px;
}

.icon-burger {
    font-size: 26px;

}

@media (max-width: 991px) {
    #navbarNavMobile {
        position: fixed;
        inset: 0;
        height: 100vh;
        background: #000;
        overflow-y: auto;
        z-index: 1050;
        padding-top: 20px;
        /* ajuste */
    }

    .close-mobile {
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 1100;
        display: none;
    }

    #navbarNavMobile.show .close-mobile {
        display: block;
    }
}

.bi-x-lg:hover {
    color: white;
    text-transform: uppercase;
}

.navbar-collapse.show .bi {
    display: block;
}

#Logo {
    height: 205px;
    width: auto;
    margin-top: 0;
}

.custom-navbar .navbar-collapse {
    justify-content: center !important;
}

.custom-navbar .navbar-nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Home Page */

#Titre2 {
    color: white;
    text-transform: uppercase;
    font-size: 37px;
    margin-top: 150px;
    padding-bottom: 10px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1cm;
}

@media (max-width:961px) {
    #Titre2mob {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1cm;
        margin-top: 0;
    }

    #Titre1mob {
        color: white;
        text-transform: uppercase;
        font-size: 56px;
        font-family: "komet", sans-serif;
        font-weight: 900;
        font-style: normal;
        margin-top: 0;
    }

    #discover {
        color: white;
        font-size: 18px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1cm;
        margin-top: 0px;
    }

    #flèche {
        width: 5%;
    }

    .custom-boutonmob {
        font-size: 18px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        width: 130px;
        height: 40px;
        border: 2px solid white;
        color: white;
        text-align: center;
        align-items: center;
        letter-spacing: 0.5ch;
        text-decoration: none;
        padding-top: 8px;
        display: inline-block;
        border-radius: 30px;
        margin-bottom: 40px;

    }

    #Logomob {
        max-height: 182px;
        max-width: 249px;
        margin-bottom: 0 !important;
        margin-top: 50px;
    }
}

@media (max-width:961px) {
    #Titre2mob {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1cm;
        margin-top: 0;
    }

    #Titre1mob {
        color: white;
        text-transform: uppercase;
        font-size: 56px;
        font-family: "komet", sans-serif;
        font-weight: 900;
        font-style: normal;
        margin-top: 0;
    }

    #discover {
        color: white;
        font-size: 18px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1cm;
        margin-top: 0px;
    }

    #flèche {
        width: 5%;
    }

    .custom-boutonmob {
        font-size: 18px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        width: 130px;
        height: 40px;
        border: 2px solid white;
        color: white;
        text-align: center;
        align-items: center;
        letter-spacing: 0.5ch;
        text-decoration: none;
        padding-top: 8px;
        display: inline-block;
        border-radius: 30px;
        margin-bottom: 40px;

    }

    #Logomob {
        max-height: 182px;
        max-width: 249px;
        margin-bottom: 0 !important;
        margin-top: 50px;
    }
}

@media (max-width:767px) {
    #Titre2mob {
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1cm;
        margin-top: 0;
    }

    #Titre1mob {
        color: white;
        text-transform: uppercase;
        font-size: 50px;
        font-family: "komet", sans-serif;
        font-weight: 900;
        font-style: normal;
        margin-top: 0;
    }

    #discover {
        color: white;
        font-size: 14px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1cm;
        margin-top: 0px;
    }

    #flèche {
        width: 5%;
    }

    .custom-boutonmob {
        font-size: 14px;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        width: 130px;
        height: 40px;
        border: 2px solid white;
        color: white;
        text-align: center;
        align-items: center;
        letter-spacing: 0.5ch;
        text-decoration: none;
        padding-top: 8px;
        display: inline-block;
        border-radius: 30px;
        margin-bottom: 40px;

    }

    #Logomob {
        max-height: 182px;
        max-width: 249px;
        margin-bottom: 0 !important;
        margin-top: 50px;
    }
}


#Titre1 {
    color: white;
    text-transform: uppercase;
    font-size: 72px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    padding-bottom: 40px;
}

.custom-bouton {
    font-size: 12px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 118px;
    height: 42px;
    color: #000000;
    border: none;
    background-color: #F9F885;
    text-align: center;
    align-items: center;
    letter-spacing: 0.5ch;
    text-decoration: none;
    padding-top: 12px;
    margin-top: 0;
    display: inline-block;
    border-radius: 30px;

}

.custom-bouton {
    margin-bottom: 360px;
}


/* Page Chiffre et Evènement */

#pageevenement {
    background-color: #F6F6F6;
    height: 927px;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.picto-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: -60px;
}

#picto1 {
    height: 145px;
    width: 145px;
}

@media (max-width:991px) {
    #picto1 {
        width: 95px;
        height: 95px;
    }
}

@media (max-width:767px) {
    #picto1 {
        width: 72px;
        height: 72px;
    }
}

.date {
    color: #40714A;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    padding-top: 50px;
    display: inline-block;
    transition: transform .2s ease;
}

@media (max-width:991px) {
    .date {
        padding-top: 0;
        font-size: 52px;
    }
}

@media (max-width:767px) {
    .date {
        padding-top: 0;
        font-size: 44px;
    }
}


.date:hover {
    transform: translateY(-2px);
}


.date1 {
    color: black;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 50px;
}

@media (max-width:991px) {
    .date1 {
        padding-top: 0;
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .date1 {
        padding-top: 0;
        font-size: 16px;
    }
}



#titrepage2 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 90px;
    padding-bottom: 30px;
}

#paragraphepage2 {
    color: black;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    width: 100%;
}

#textepage2 {
    padding-top: 150px;
}

.pictom {
    padding-top: 80px;
}

@media(max-width:991px) {
    .pictom {
        padding-top: 20px;
    }

}

@media (max-width:991px) {
    #titrepage2 {
        padding-top: 110px;
        padding-bottom: 0;
        text-align: center;
        font-size: 35px;
    }

    #paragraphepage2 {

        text-align: center;
        padding: 20px 20px 0 20px;
        font-size: 14px;
    }

    #textepage2 {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }

    #page2 {
        padding-bottom: 0;
    }
}

@media (max-width:991px) {
    #titrepage2 {
        padding-top: 50px;
        padding-bottom: 0;
        text-align: center;
        font-size: 42px;
    }

    #paragraphepage2 {

        text-align: center;
        padding: 20px 20px 0 20px;
        font-size: 18px;
    }

    #textepage2 {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }

    #page2 {
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    #titrepage2 {
        padding-top: 50px;
        padding-bottom: 0;
        text-align: center;
        font-size: 38px;
    }

    #paragraphepage2 {

        text-align: center;
        padding: 20px 20px 0 20px;
        font-size: 16px;
    }

    #textepage2 {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }

    #page2 {
        padding-bottom: 0;
    }
}

#carouseltext {
    font-size: 85px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
}

#carouseltext2 {
    font-size: 50px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
}




#carousel {
    height: auto;
    max-height: 700px;
    width: 100%;
    max-width: 750px;
    padding-right: 100px;
    padding-top: 150px;
}

@media(max-width:991px) {
    #carousel {
        padding-right: 0;
        padding-top: 0;
        max-height: 273px;
        max-width: 450px;
    }

}

#carousel .carousel-inner {
    border-radius: 40px;
    border: 1px solid white;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width:992px) {
    #carousel .carousel-inner {
        height: 639px;
    }

    #paragraphepage2 {
        width: 609px;
    }
}

#carousel .carousel-item {
    height: 100%;
}

#carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page2 {
    padding-bottom: 80px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.carousel-custom-controls {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
    z-index: 10;
    position: relative;
}

.carousel-dot {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    position: relative;
    z-index: 11;
}

.carousel-dot:hover {
    transform: scale(1.2);
    opacity: 0.85;
}

.carousel-dot.green {
    background-color: #40714A;
}

.carousel-dot.yellow {
    background-color: #F9F885;
}

/*Page 3*/

#titrepage3 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
}

.custom-boutonstage {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 242px;
    height: 52px;
    color: #40714A;
    border: none;
    background-color: white;
    text-align: center;
    align-items: center;
    letter-spacing: 0.5ch;
    text-decoration: none;
    padding-top: 12px;
    margin-top: 0;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #40714A;
}

.custom-boutonstage:hover {
    color: #F9F885;
    background-color: #40714A;
}

.stage-bloc {
    display: none;
}

.stage-bloc.active {
    display: block;
}

.stage-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.stage-card-img {
    width: 1440px;
    height: 727px;
    display: block;
    padding-top: 250px;
}

.stage-card3 {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.stage-card-img3::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    border-radius: inherit;
    z-index: 0;
}

.stage-card-img3 {
    width: 1440px;
    height: 727px;
    display: block;
    padding-top: 250px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    position: relative;

}

.stage-text {
    text-align: center;
    position: relative;
    z-index: 1;
}

#page3 {
    margin-bottom: 80px;
}

#page-stages {
    padding-bottom: 150px;
}

.Titre-stage {
    font-size: 50px;
    font-family: "komet", Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: white;
    margin-bottom: 0;
}

.date-text {
    font-size: 31px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
}

.paragraphe-stage {
    font-size: 20px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.custom-bouton2 {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 311px;
    height: 52px;
    color: #000000;
    border: none;
    background-color: #F9F885;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2ch;
    text-decoration: none;
    padding-top: 15px;
    margin-top: 0;
    display: inline-block;
    border-radius: 30px;

}

/*Page CSC3*/

#pageCSC3 {
    padding-bottom: 70px;
    background-color: #F6F6F6;
}


.custom-boutonCSC3 {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 266px;
    height: 52px;
    color: #40714A;
    border: none;
    background-color: white;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2ch;
    text-decoration: none;
    padding-top: 13px;
    margin-top: 0;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #40714A;
}

.custom-boutonCSC3:hover {
    color: #F9F885;
    background-color: #40714A;
}

#titredemipageCSC3 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 55px;
    padding-bottom: 30px;
}

#boutonCSC3 {
    padding-top: 30px;
}

#carouseltextcsa {
    font-size: 50px;
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
    text-transform: uppercase;
}

#carousel1 {
    height: 700px;
    width: 750px;
    padding-right: 100px;
}


#carousel1 .carousel-inner {
    border-radius: 40px;
    border: 1px solid white;
    height: 639px;
    overflow: hidden;
}

#carousel1 .carousel-item {
    height: 100%;
}

#carousel1 .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ACTUS */

#pageactus {
    padding-bottom: 250px;
}

#titrepageactus {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    color: black;
}

.titreactus {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #40714A;
}

.titreactus1 {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    color: white;
}

.fondcarte {
    background-color: #F6F6F6;
    border-radius: 50px;
    transition: opacity 0.25s ease;
    cursor: pointer;
}

.fondcarte.is-active {
    opacity: 0.65;
}

.card-body-green {
    background-color: #40714A;
    flex: 1;
}

.card-right {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card {
    overflow: hidden;
}

.card img {
    object-fit: cover;
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: clamp (180px, 22vw, 320px);
    display: block;
}

.object-fit-cover {
    object-fit: cover;
}

.card-textactus {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    color: white;
    margin-left: 40px;
    margin-right: 40px;
}

.texteactus {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

.detail-pane {
    display: none !important;
    height: 100%;
}

.detail-pane.is-active {
    display: flex !important;
    flex-direction: column;
}

.ensavoirplus {
    color: #40714A;
    background-color: #F6F6F6;
    border: none;
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    margin-left: 20px;
    padding: 0;
}

.ensavoirplus:hover {
    border-bottom-color: #40714A;
}

/* INFOS UTILES */

#pageinfos {
    position: relative;
}

#pageinfos .floating-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: min(1100px, calc(100% -2rem));
    z-index: 10;
}

.fondinfos {
    background-image: url(../ASSETS/IMAGES/fondinfos.png);
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    min-height: 220px;
    padding: 24px;
}

.fondinfos::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    border-radius: inherit;
    z-index: 0;
}

.titreinfos {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
    text-align: left;
    padding: 0;
    margin: 0;
}

.titredemiinfos {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    padding: 0;
    margin: 0;
}

.texteinfos {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 43px;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
    line-height: 1.4;
    list-style: none;
    padding: 0;
    margin: 0;
}

.texteinfos li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.texteinfos .dot {
    width: 5px;
    height: 5px;
    background: #FAEC9D;
    border-radius: 50%;
    flex-shrink: 0;
}

.li-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.texteinfos1 {
    font-size: 20px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: white;
    display: block;
    line-height: 0.7;
    text-transform: lowercase;
    white-space: nowrap;
}

.img-small {
    width: clamp(60px, 8vw, 145px);
    height: auto;
}

.infos-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.picto-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* LES PHOTOS */

#titrepagePhotos {
    font-family: "komet", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 80px;
}

#Photos1 {
    height: 400px;
    width: 449px;
    border-radius: 30px;
    object-fit: cover;
}

#Photos2 {
    height: 400px;
    width: 449px;
    border-radius: 30px;
    object-fit: cover;
}

#Photos3 {
    height: 400px;
    width: 449px;
    border-radius: 30px;
    object-fit: cover;
}

#pagePhoto {
    padding-bottom: 80px;
    background-color: #F6F6F6;
    padding-top: 200px;
}

/* FOOTER */

#footer {
    height: 445px;
    width: 100%;
    background-color: #40714A;
    padding-top: 130px;
}

#logoBDS {
    height: 205px;
    width: 257px;
}

#horaires {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding-top: 45px;
}

#texthoraires {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
}

#adresse {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding-top: 45px;
}

#textadresse {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
}

.custom-boutonfooter1 {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    width: 224px;
    height: 52px;
    color: white;
    border: none;
    background-color: #40714A;
    text-align: center;
    align-items: center;
    letter-spacing: 0.2ch;
    text-decoration: none;
    padding-top: 13px;
    margin-top: 0;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid white;
}

.custom-boutonfooter1:hover {
    color: #40714A;
    background-color: #F9F885;
}

#footer2 {
    height: 86px;
    background-color: #F9F885;
}

#copyright {
    font-size: 16px;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    text-align: center;
    padding-top: 35px;
}