body {
    font-family: Arial, sans-serif;
    background-image: url('../Image/Site/Blog_fond.jpg');
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    color: #fff;
}

main {
    padding: 0;
    padding: 7% 0;
    background-color: #7A7E4F;
}

h1,
h2,
h3,
h5 {
    margin: 0;
}

h1 {
    color: #F1F1E2;
    margin: 10px 0;
    font-size: 2.5em;
}

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;
    color: #7A7E4F;
}

h4 {
    color: #6D6B64;
    margin-bottom: 1.3vh;
    text-align: center;
}

h5 {
    font-size: 1.3em;
    color: #6D6B64;
    margin: 10px 0;
}

.price-info li {
    color: black;
    font-size: 0.8em;
}

p {
    color: black;
    font-size: 0.8em;
    text-align: justify;
}

/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  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: 100%;
    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 {
    color: #333;
    border-bottom: none !important;
}

.containersection1 {
    width: 70%; 
    max-width: 1200px; 
    margin: 0 auto;
    background-color: #F1F1E2;
    padding: 30px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 7%;
    margin-top: 11% !important;
}


h1 {
    color: #7A7E4F;
}

label {
    color: #5a5a5a;
}

.btn-primary {
    background-color: #7A7E4F !important;
    color: #F1F1E2 !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 0.8em;
}

.btn-secondary{
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    font-size: 0.8em;

}

.btn-primary:hover {
    background-color: #BABA99 !important;
    color: #4a4a4a !important;
}


.form-group p {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    color: #333;
}

.form-control:focus {
    border-color: #7d8b7a;
    box-shadow: 0 0 5px rgba(125, 139, 122, 0.5);
}

.hidden {
    display: none;
}

.price-info {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;

    p {
        color: black;
    }
}

.contact-text {
    flex: 1;
    padding-right: 20px;
}

.contact-text h2 {
    text-align: left !important;
}

.form-group {
    flex: 1;
    background-color: #F1F1E2;
    border-radius: 10px;
}

input,
textarea,
.form-group button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    font-size: 0.8em;
}

::placeholder {
    color: #cccccc;
}

.form-group button {
    background-color: #5a6268;
}

.form-group button:hover {
    background-color: #4a4a4a;
}
.btn-select {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background-color: #7A7E4F !important;
    color: #F1F1E2 !important;
    cursor: pointer;
    border-radius: 15px !important;
    font-size: 0.8em;
}

#categorieSentier .btn-select:hover,
#categorieSentier .btn-select:focus,
#categorieSentier .btn-select:active,
#categorieSentier .btn-select.selected {
    background-color: #BABA99 !important;
    color: #4a4a4a !important;
}

#categorieReservation .btn-select:hover,
#categorieReservation .btn-select:focus,
#categorieReservation .btn-select:active,
#categorieReservation .btn-select.selected {
    background-color: #BABA99 !important;
    color: #4a4a4a !important;
}

#companyNameField {
    display: none;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.hidden {
    display: none;
}

/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  CALENDRIER                                              */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/
.hidden {
    display: none;
}


#calendar {
    max-width: 550px; 
    margin: 0 auto;
    margin-top: 20px;
    background-color: white;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-size: 0.8em !important; 
}

.fc-day .activity-indicator {
    width: 8px !important; 
    height: 8px !important;
}


#calendar .fc-day.fc-past,
#calendar .fc-day.fc-other-month {
    background-color: #eeeeee;
}

.fc-unthemed td.fc-today {
    background: transparent;
}

#calendar .fc-day.selected {
    background-color: #7A7E4F !important;
}


.fc-day.disabled {
    background-color: #eeeeee !important;
}

.fc-unselectable {
    cursor: pointer;
}

.fc-day .activity-indicator-container {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    margin-right: 5px;
    margin-bottom: 5px;
}

.fc-day .activity-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 2px;
    margin-bottom: 4px;
}

.fc-highlight {
    background: transparent !important;
}


.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #5a5a5a !important;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  ACTIVITES                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/
.activities-section {
    background-color: #6d6b64;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.titrepageactivite {
    margin-top: 20vh;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center !important;
    margin-bottom: 5%;
}

.button {
    position: relative;
    width: 250px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8em;
    transition: opacity 0.3s, background-color 0.3s;
    text-align: center;
}

.button .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    text-align: center;
}

.button:hover .text-overlay {
    opacity: 0;
}

.button:hover .description {
    opacity: 1;
}

.button.selected {
    border: 5px solid #9ca12b !important;
}


/************************************************************************************************************/
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/*                                                  TELEPHONE                                               */
/*                                                                                                          */
/*                                                                                                          */
/*                                                                                                          */
/************************************************************************************************************/
.telephone{
    display : none;
}

/* Styles généraux pour les téléphones */
@media (max-width: 768px) {
    .ordinateur{
        display: none;
    }

    .telephone{
        display : block;
    }

    body {
        font-size: 0.9em;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
    }

    .fullscreen-section {
        height: auto;
        padding: 20vh 2vw;
        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 p {
        font-size: 1em;
    }

    .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;
    }

    .telephone {
        display: block;
    }

    .ordinateur {
        display: none;
    }

    .nav-link {
        color: #3E412E !important;
    }

    .navbar {
        background: rgba(221, 220, 185, 0.9);
    }

    section {
        padding: 3em 1em;
        border-bottom: 0.1vh solid;
    }

    .col-12,
    .col-md-6 {
        padding: 0;
    }

    .fullscreen-section {
        padding: 15vh 2vw;
    }

    .donation-content p {
        font-size: 1em;
        line-height: 1.6;
    }

    .container {
        max-width: 95%;
    }

    .dons {
        height: 3000px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: auto;
    }

    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .contact-section {
        flex-direction: column;
    }

    .contact-form {
        padding: 20px 0 0 0;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 12vh !important;
    }

    .button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        flex-wrap: nowrap;
        justify-content: space-around;
        flex-direction: column;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 3.4em !important;
    }
    #calendar {
        max-width: 100%;
        height: auto; 
    }
    
    .fc-scroller {
        overflow-y: hidden !important; 
    }

    /* Activités */
    .button {
        width: 45%;  
        height: 80px;  
        margin-bottom: 10px; 
    }
    
    .button-container {
        gap: 10px;  
    }
    
    .button .text-overlay {
        font-size: 14px;  
    
    }

    .containersection1 {
        width: 90%;
    }

    .navbar-toggler {
        border: none; 
        background: none; 
    }
    
    .navbar-toggler-icon {
        width: 30px; 
        height: 30px;
        
        -webkit-appearance: none;
    }
    
}