body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

main {
    padding: 0;
}

h2 {
    color: #6D6B64;
    margin-bottom: 2vh;
    text-align: center;
}

h3 {
    font-family: "Just Me Again Down Here", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

p{
    font-size: 0.8em;
}



/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  SCROLL BAR                                              */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/



::-webkit-scrollbar {
    width: 0.8vw;
}

::-webkit-scrollbar-track {
    background: #363D46;
    border-radius: 0vw;
}

::-webkit-scrollbar-thumb {
    background: #959965;
    border-radius: 0.4vw;
}

::-webkit-scrollbar-thumb:hover {
    background: #8c915c;
}

/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  NAVIGATEUR                                              */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/


.navbar {
    position: fixed;
    top: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0% 2vw;
    z-index: 1000;
    background: rgba(221, 220, 185, 0.7);
}

.navbar-brand img {
    width: 8vw;
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-item {
    margin-right: 1vw;
}

.nav-link {
    text-decoration: none;
    color: #fff !important;
    padding: 1vh 1.5vw;
    position: relative;
    font-size: 1.1em;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.2vh;
    background: #fff;
    left: 0;
    bottom: -1vh;
    transition: width 0.3s;
}

.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
    width: 100%;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  SECTION 1                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/


section {
    padding: 1.25em 0;
}

.creditphoto{
    margin: 0;
    padding: 0;
    right: 0;
    position: absolute;
    padding-right: 10px;
    font-size: 0.6em !important;
}

.fullscreen-section {
    background: url('../Image/Site/Accueil_fond1.jpg') no-repeat center center;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: white;
    text-align: left;
    position: relative;
    padding-bottom: 10px !important;
}

.fullscreen-section .bottom-left-text {
    padding: 1.85vh 1.04vw 23.15vh 7.81vw;
    border-radius: 0.93vh 0.52vw;
    margin: 1.85vh 1.04vw 0 0;
}


.fullscreen-section h1 {
    margin: 0;
    font-size: 4em;
}

.fullscreen-section h3 {
    margin: 0;
    font-size: 40px;
}

.fullscreen-section p {
    font-size: 1.3em;
}

.bonheurtexte{
    text-align: center;
    font-size: 1em;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  SECTION 2                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/

.new-section {
    display: flex;
    justify-content: center;
    gap: 5vw;
    padding: 8vh 15vw;
    background-color: #EDEEDC;

}

.card {
    padding: 0.93vh 0.52vw;
    border-radius: 0.93vh 0.52vw;
    box-shadow: 0 0.93vh 2.6vh rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card img {
    width: 100%;
    border-radius: 0.93vh 0.52vw;
}

.card-title {
    margin: 0.93vh 0 0 0;
    font-size: 1em;
    color: white;
}

.bg-purple {
    background-color: #9900BA;
    color: white;
}

.bg-blue {
    background-color: #004CB9;
    color: white;
}

.bg-orange {
    background-color: #FF8B00;
    color: white;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  SECTION 3                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/


.hero2 {
    background-image: url('../Image/Site/Accueil_fond2.jpg');
    background-size: cover;
    background-position: center;
    height: 30vh;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.image {
    padding: 10vh;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  SECTION 4                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/


.video-section video {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.title-section img {
    width: 10vw;
    margin-right: 1vw;
}

.sentier_sentier1,
.sentier_sentier2,
.sentier_sentier3 {
    margin-bottom: 10vh;
    li{
        font-size: 0.8em;
    }
}

.text-section,
.text-sectiong {
    margin-bottom: 2vh;
}

.text-section h2,
.text-sectiong h2 {
    display: inline-block;
}

.text-section p,
.text-sectiong p {
    margin-top: 1vh;
}

/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  SECTION 5                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/

.histoire h1,
.histoire p,
.histoire li {
    color: white;
    text-align: justify;
}

.signification {
    font-size: 2em;
    color: white;
    margin: 0;
}

.histoire .hpart1 img {
    max-width: 100%;
}

.histoire .hpart2 img {
    max-width: 100%;
}

.histoire {
    padding-bottom: 50px;
}

.btn-magique {
    background-color: #9900BA;
    color: white;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 0.8em;
}

.btn-merveilles {
    background-color: #004CB9;
    color: white;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 0.8em;
}

.btn-bonheur {
    background-color: #FF8B00;
    color: white;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 0.8em;
}

.btn-magique:hover {
    color: white;
    background-color: #7a0094;
}

.btn-merveilles:hover {
    background-color: #003c94;
    color: white;
}

.btn-bonheur:hover {
    background-color: #cc6f00;
    color: white;
}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-section a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.scroll-offset {
    margin-top: -150px;
    padding-top: 150px;
}

.new-section-telephone {
    display: none;
}

.telephone {
    display: none;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  ACTIVITES                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/



.activities-section {
    background-color: #6d6b64;
    color: #fff;
    text-align: center;
}

.titrepageactivite {
    margin-top: 20vh;
}

.activity {
    position: relative;
    width: 100%;
}

.activity img {
    border-radius: 20px !important;
    width: 100%;
    height: 100px;
    object-fit: cover;
}


.text-overlay {
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px !important;
    text-align: center;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.row {
    justify-content: center !important;

}

.activities-description {
    font-size: 0.8em;
    margin-top: 20px;
}

.btn-warning {
    background-color: #7A7E4F !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 0.8em;
    text-decoration: none !important;
}

.btn-warning:hover {
    background-color: #BABA99 !important;
    color: #4a4a4a !important;
    border: none !important;
}

.text-overlay {
    transition: background-color 0.3s, color 0.3s !important;
}

.activity:hover .text-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 1;
    font-size: 0.8em;
}

.activite {
    margin: 0 3px !important;
}

/*
.col-md-3 {
    max-width: 30% !important;
    flex: 0 0 30% !important;
}
*/

/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  TELEPHONE                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/


/* Styles généraux pour les téléphones */
@media (max-width: 768px) {
    body {
        font-size: 1em;
    }

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.3em;
    }


    .navbar {
        padding: 0 4vw;
    }

    .navbar-brand img {
        width: 20vw;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .nav-item {
        margin-right: 0;
        margin-bottom: 1vh;
    }

    .nav-link {
        font-size: 1.2em;
        padding: 1vh 2vw;
    }

    .fullscreen-section {
        height: auto;
        padding: 20vh 2vw !important;
        background-size: cover;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .fullscreen-section .bottom-left-text {
        padding: 15vh 0 2vw 0;
        margin: 0;
    }

    .fullscreen-section h1 {
        font-size: 2.5em;
    }

    .fullscreen-section h3 {
        font-size: 2em !important;
    }

    .fullscreen-section p {
        font-size: 1em;
    }

    .new-section {
        display: none;
    }

    .new-section-telephone {
        display: block;
        background-color: #EDEEDC;
        padding: 5% 15px;
        color: #8b8b00;
    }

    .hero2 {
        display: none;
        height: 15vh;
    }

    .image {
        padding: 5vh;
    }

    .video-section video {
        width: 100%;
    }

    .title-section img {
        width: 25vw;
        margin-right: 2vw;
    }

    .sentier_sentier1,
    .sentier_sentier2 {
        margin-bottom: 5vh;
    }

    .sentier_sentier3 {
        margin-bottom: 0 !important;
    }


    .text-section,
    .text-sectiong {
        margin-bottom: 5vh;
    }

    .signification {
        font-size: 1.5em;
    }

    .btn-magique,
    .btn-merveilles,
    .btn-bonheur,
    .btn-warning {
        padding: 8px 16px;
        font-size: 0.9em;
    }

    .telephone {
        display: block;
    }

    .ordinateur {
        display: none;
    }

    .hpart1 {
        margin-bottom: 0 !important;
    }

    .text-section {
        margin-bottom: 10px;

    }

    .histoire {
        padding-bottom: 0;
    }

    .nav-link {
        color: #3E412E !important;
    }

    .navbar {
        background: rgba(221, 220, 185, 0.9);
    }

    .activity:hover .text-overlay {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        opacity: 1;
        font-size: 0.8em;
    }

    .text-overlay {
        position: absolute;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 20px !important;
        text-align: center;
        font-size: 1em;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
    }

    .activities-description {
        font-size: 1em;
    }
}