*, html, body{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    transition: 1s;
}

/* ====== NAV ====== **/

/*.nav ul li:nth-child(4) a{
    border-bottom: 2px solid rgba(249, 161, 12, 1.0);
    padding-bottom: 5px;
}*/
.nav ul li:nth-child(4) a::before{
    border-bottom: 0px solid white !important;
}
/* voir fichier nav.css */

/* ====== FIN NAV ====== */


/* ===== ACCUEIL ===== */

@media screen and (min-width: 800px){
    .bgAccueil{
        height: 15vw !important;
        background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1772314368/fabienCovis1_mxeprb.png') !important;
    }
}
.bgAccueil{
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1772314363/fabienCovis2_qndvxt.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 12vw;
}
.bgBlurAccueil{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bgBlurAccueil h1{
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px black;
}

/* ====== FIN ACUUELL ===== */ 


/* ===== FAQ ===== */

.bgContainFaq{
    padding: 80px;
}
.bgContainFaq h1{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 25px;
    color: rgba(16, 107, 73, 1.0);
}

/*.containFaq1{
    border-bottom: 1px solid rgba(16, 107, 73, 1.0);
    border-bottom: 2px solid rgba(249, 161, 12, 1.0);
}

.containFaq1 h2, .containFaq2 h2{
    font-size: 20px;
}*/

.accordion{
    display: grid;
}
#accordionExampleBgFaq{
    row-gap: 40px;
    padding-top: 40px;
}
.bgAccordionItem{
    border-bottom: 2px solid rgba(249, 161, 12, 1.0);
}
.bgAccordionHeader{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: rgba(0, 0, 0, 0.03);
}

.bgAccordionHeader button span{
    text-transform: uppercase;
    font-weight: 500;
    border-left: 5px solid rgba(249, 161, 12, 1.0) !important;
    padding-left: 10px;
    height: 100%;
    border-radius: 3px;
    vertical-align: middle;
}
.accordion-item{
    border: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0px !important;
}
.accordion-button:not(.collapsed){
    background-color: rgba(0, 0, 0, 0.02);
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-header button span{
    color: black;
}

/* ===== FIN FAQ ===== */



/* ===== RESPONSIVE ===== */

@media screen and (max-width: 640px){
    .bgBlurAccueil h1{
        font-size: 18px !important;
        padding: 50px 10px 0px 10px;
    }
    .bgContainFaq{
        padding: 70px 30px 70px 30px;
    }
    .bgContainFaq h1{
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 20px;
        color: rgba(16, 107, 73, 1.0);
    }  
    .containFaq1 h2, .containFaq2 h2{
        font-size: 19px;
    }
    .accordion-header button span{
        font-size: 16px;
    }
}

/* ===== FIN RESPONSIVE ===== */