    #histoire{
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #histoire .titre{
        font-weight: 350;
    }

    #histoire .image_1{
        background-image: url(../../Asset/Image/histoire_1.png);
        height: 600px;
        width: 600px;
        background-size: cover;
        border-radius: 20px;
    }

    #histoire .image-1{
        display: flex;
        justify-content: flex-end;
    }

    #histoire .image_2{
        background-image: url(../../Asset/Image/histoire_2.png);
        height: 600px;
        width: 600px;
        background-size: cover;
        border-radius: 20px;
    }

    .texte_2{
        display: flex;
        justify-content: flex-end;
    }


    #histoire .texte{
        height: 600px;
        width: 600px;
        display: flex;
        align-items: center;
    }

    #histoire .textee{
        height: 600px;
        width: 600px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #histoire .licence{
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }


    #histoire .row{
        display: flex;
        align-items: center;
        margin-top: 50px;
    }

    @media screen and (max-width: 1264px) {

        #histoire .texte, .textee, .texte_2, .texte_1{
            height: auto!important;
        }
        .texte_2, .texte_1, .image-1, .image-2{
            display: flex;
            justify-content: center!important;
        }

        .image-1, .texte-2{
            margin-bottom: 20px;
        }

    }

    @media screen and (max-width: 625px) {
        .image_1, .image_2{
            width: 100% !important;
            height: auto!important;
            aspect-ratio: 1 / 1;
        }

    }









/*Qui sommes nous*/

    #About_us header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #About_us .head p{
        font-size: 35px;
        margin-bottom: 5px;
    }

    #About_us .head .underline{
        height: 8px;
        width: 280px;
        background-color: #4A3721;
    }

    /*Compteurs*/

    #compteurs{
        background-image: url(../../Asset/Image/fond_compteur.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 30px;
        padding : 20px 0 20px 0;
    }

    #compteurs .titre{
        font-weight: 350;
        color: white;
    }

    .underline_yellow{
        height: 4px;
        width: 180px;
        background-color: #FFC123;
    }

    #compteurs .compteur{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    #compteurs .compteur_icones{
        height: 100px;
        width: 100px;
    }

    #compteurs .compteur_chiffres_container{
        display: flex;
        align-items: baseline;
    }

    #compteurs .compteur_chiffres{
        font-size: 75px;
        color: white;
    }

    #compteurs .compteur_text{
        font-size: 30px;
        text-align: center;
        color: white;
    }

    #compteurs h4{
        color: white;
    }

    .compteur_id_1, .compteur_id_2, .compteur_id_3, .compteur_id_4, .compteur_id_5{
        border-right: 1px solid white;
    }

    @media screen and (max-width: 1200px) {
        .compteur_id_3{
            border-right: none;
        }
    }

    @media screen and (max-width: 767px) {
        .compteur_id_2, .compteur_id_5{
            border-right: none;
        }

        .compteur_id_3{
            border-right: 1px solid white;
        }
    }

    @media screen and (max-width: 576px) {
        .compteur_id_1, .compteur_id_2, .compteur_id_3, .compteur_id_4, .compteur_id_5{
        border-right: none;
    }
    }




    

blockquote {
    min-height: 45px;
    font-style: italic;
    padding: 2px 0 5px 65px;
    background: url(../../Asset/Icone/Vitrine/citation.png) 0 10px no-repeat;
}

#article a {
    text-decoration: none;
    color: #FFB800;
    font-weight: 600;
}

    /*css agenda*/

                #agenda article {
                    background-color: #EAAE39;
                    border-bottom-right-radius: 50px;
                    border-bottom-left-radius: 50px;
                    display: flex;
                    position: relative;
                    z-index: 2;
                }

                #agenda .container-fluid{
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    padding-right: 50px;
                    padding-left: 50px;
                }

                #agenda .col{
                    display: flex;
                    justify-content: center;
                    padding-top: 20px;
                    padding-bottom: 20px;
                }

                #agenda .event-container {
                    background-color: #EAEAEA;
                    border : 1px solid #A6A6A6;
                    border-radius: 20px;
                    height: 335px;
                    width: 186px;
                    padding: 10px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    cursor: pointer;
                }

                #agenda a {
                    text-decoration: none;
                    color: initial;
                }

                #agenda .vedette {
                    background-color: #FEE9E9; 
                }

                #agenda header{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                #agenda .header{
                    height: 100px;
                    width: 100px;
                    border-radius: 20px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                #agenda .day{
                    font-size: 12px;
                    margin-bottom: 0px;
                }

                #agenda .day_number{
                    font-size: 35px;
                    margin-bottom: 0px;
                }

                #agenda .monts{
                    font-size: 18px;
                    margin-bottom: 0px;
                }

                #agenda .time{
                    font-size: 11px;
                    margin-bottom: 0px;
                }

                #agenda .title{
                    font-size: 19px!important;
                    font-weight: 400!important;
                    margin-bottom: 10px;
                }

                #agenda .content{
                    font-size: 13px;
                    max-height: 120px;
                    margin-bottom: 0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                #agenda .lieu{
                    font-size: 11px;
                    margin-bottom: 0px;
                }

                #agenda .header p{
                    margin-bottom: -5px;
                    color: white;
                }

                #agenda .button-container{
                    margin-top: 5px;
                    display: flex;
                    justify-content: center;
                }

                #agenda .button{
                    height: 22px;
                    width: 144px;
                    background-color: #4A3721;
                    border-radius: 20px;
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                }

                #agenda .button p{
                    font-size: 12px;
                    color: white;
                }

                #agenda .agenda-btn-plus{
                    background-color: #4A3721;
                    color: white;
                    border-radius: 10px;
                    min-height: 50px;
                    width: 330px;
                    font-size: 20px;
                    border: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                }

                /*carousel*/

                .custom-carousel {
            max-width: 800px; /* Ajustez la largeur maximale */
            margin: 0 auto; /* Centre le carousel */
        }
        .custom-carousel .carousel-item img {
            height: 600px; /* Ajustez la hauteur des images */
            object-fit: cover; /* Assurez-vous que les images couvrent l'espace disponible */
        }

        .carrousel{
                background-color: #4A3721!important;
                padding-top: 70px;
                padding-bottom: 20px;
                margin-top: -50px;
                position: relative;
                z-index: 1!important;
                border-bottom-left-radius: 50px;
                border-bottom-right-radius: 50px;
            }

@media screen and (max-width: 920px){
    
    #agenda .carrousel {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    }

            /*
Forces carousel image to be 100% width and not max width of 100%
*/
.carousel-item .d-block {
  max-width: 100%;
  height: auto!important;
}
}


                /*articles*/

                #article{
                    margin-bottom: 50px;
                }

                .back{
                    height: 25px;
                    widows: 25px;
                }

                .a-back{
                    color: #EAAE39;
                    font-size: 21px;
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    margin : 10px;
                }

                .p-back{
                    margin-bottom: 0;
                    margin-left: 5px;
                }

                .event{
                    display: flex;
                    justify-content: space-evenly;
                    flex-direction: column;
                }

                #article .col{
                    display: flex;
                    justify-content: center;
                    padding-top: 20px;
                    padding-bottom: 20px;
                }

                #article header{
                    margin-bottom: 20px;
                    min-height: 160px;
                    margin-top: 30px;
                }

                #article .droit{
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    flex-direction: column;
                }


                #article .day{
                    font-size: 22px;
                    margin-bottom: 0px;
                }

                #article .day_number{
                    font-size: 50px;
                    margin-bottom: 0px;
                }

                #article .monts{
                    font-size: 28px;
                    margin-bottom: 0px;
                }

                #article .time{
                    font-size: 21px;
                    margin-bottom: 0px;
                }

                #article .title{
                    font-size: 40px;
                    margin-bottom: 10px;
                }

                #article .content{
                    font-size: 13px;
                }

                #article .lieu{
                    font-size: 16px;
                    margin-bottom: 0px;
                }

                #article .cat{
                    font-size: 16px;
                    margin-bottom: 0px;
                }

                #article header p{
                    color: white;
                }

                .content{
                    flex-direction: column;
                }

                #article .footer{
                    justify-content: flex-end;
                }

                #article .footer .col{
                    padding: 0;
                    margin-bottom: 10px;
                    justify-content: flex-end;
                }

                #article .auteur{
                    margin-bottom: 0;
                    height: 20px;
                }

                #article .article-btn-plus{
                    background-color: #4A3721;
                    color: white;
                    border-radius: 10px;
                    height: 50px;
                    width: 330px;
                    font-size: 20px;
                    border: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-decoration: none;
                }

                /*css albums*/

                #photo{
                    margin-top: -56px;
                    padding-top: 56px;
                    margin-bottom: 50px;
                }

                #photo .head{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        min-height: auto;
    }

    #photo .head p{
        font-size: 35px;
        margin-bottom: 5px;
        color: black;
    }

    #photo .head .underline{
        height: 6px;
        width: 100px;
        background-color: #4A3721;
    }

                #photo .albums{
                    background-color: #eaae3954;
                    border-radius: 50px;
                    margin-bottom: 20px;
                }

                #photo .col{
                    display: flex;
                    justify-content: center;
                    padding-top: 20px;
                    padding-bottom: 20px;
                }

                #photo header{
                    margin-bottom: 20px;
                    min-height: 160px;
                    margin-top: 30px;
                }

                #photo .droit{
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    flex-direction: column;
                }


                #photo .day{
                    font-size: 22px;
                    margin-bottom: 0px;
                }

                #photo .day_number{
                    font-size: 50px;
                    margin-bottom: 0px;
                }

                #photo .monts{
                    font-size: 28px;
                    margin-bottom: 0px;
                }

                #photo .time{
                    font-size: 21px;
                    margin-bottom: 0px;
                }

                #photo .title{
                    font-size: 40px;
                    margin-bottom: 10px;
                }

                #photo .content{
                    font-size: 13px;
                }

                #photo .lieu{
                    font-size: 16px;
                    margin-bottom: 0px;
                }

                #photo .cat{
                    font-size: 16px;
                    margin-bottom: 0px;
                }

                #photo header p{
                    color: white;
                }

                #photo a.btn-albums{
                    text-decoration: none;
                }


                #photo .article-btn-plus{
                    background-color: #4A3721;
                    color: white;
                    border-radius: 10px;
                    height: 50px;
                    width: 330px;
                    font-size: 20px;
                    border: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-decoration: none;
                }

                #photo .droit-image{
                    font-size: 20px;

                }

                #photo footer .col{
                    flex-direction: column;
                    align-items: center;
                }