/* ACCUEIL - NAV */
.offcanvas{
    transition: 0.5s !important;
}
@media screen and (max-width: 640px){
    .nav{
        display: none;
    }
    .rightResponsive{
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 3;
    }
    .rightResponsive button{
        background-color: rgba(15, 106, 71, 1.0);
        background-color: rgba(249, 161, 12, 1.0);
        border: none;
        color: white;
        padding: 9px 20px 9px 20px;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 1.0) 0px 5px 15px;
    }
    .textSectionAccueil button:first-child{
        background-color: rgba(56, 76, 14, 1.0) !important;
    }
    .rightResponsive a{
        text-decoration: none;
        color: rgba(15, 106, 71, 1.0);
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .leftResponsive{
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .navResponsive svg{
        color: rgba(15, 106, 71, 1.0);
        color: white;
       /* color: rgba(249, 161, 12, 1.0);*/
    }
    .bgBlurResponsive{
        background-color: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
        position: relative;
    }
    .sectionAccueil{
        background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1772314363/fabienCovis2_qndvxt.png');
        min-height: 100%;
        width: 100%;
        height: 180vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: start;
    }
    .textSectionAccueil div:first-child{
        padding-left: 30px;
        padding-left: 10%;
    }
    .textSectionAccueil{
        padding: 0px 0px 30px 0px !important;
    }
    .textSectionAccueil h1{
        width: 30%;
        padding-top: 200px;
        line-height: 45px;
        display: block;
    }
    .textSectionAccueil .spanAccueil1{
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 500;
        text-shadow: 8px 2px 9px grey;
    }
    .textSectionAccueil .spanAccueil2{
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 6px;
        text-shadow: 4px 2px 9px grey;
    }
    .textSectionAccueil h2{
        font-size: 22px;
        line-height: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        animation-duration: 0.2s !important;
    }
    .h2-words{
        column-gap: 5px;
        padding-top: 12px;
    }
    .h2Responsive h2:nth-child(1) span{
        animation-delay: 0.2s !important;
    }
    .h2Responsive h2:nth-child(2) span{
        animation-delay: 0.2s !important;
    }
    .h2Responsive h2:nth-child(3) span{
        animation-delay: 0.4s !important;
    }
    .h2Responsive h2:nth-child(4) span{
        animation-delay: 0.6s !important;
    }

    .textSectionAccueil button{
        padding: 10px 10px 10px 10px;
        font-size: 18px;
        margin-top: 20px;
        font-weight: bold;
        border-radius: 3px;
    }
    .bgBtnAccueil{
        display: grid;
        justify-content: center;
        column-gap: 0px;
        padding-top: 50px;
        animation-delay: 1s !important;
    }

    .bgIconAccueil{
        bottom: 40px;
    }
    .bgIconAccueil img{
        width: 25px;
    }

    .navResponsive, .leftResponsive{
        position: absolute;
        top: 10px;
        /*right: 10px;*/
        z-index: 1;
        width: 100%;
    }
    .bgAccueil{
        height: 50vw;
    }
    .bgBlurAccueil h1{
        text-align: center;
        font-size: 20px;
        padding-top: 50px;
    }

    /* modal btn contactez-nous */
    .modal{
    }
    .modal-content{
        border-radius: 8px;
        margin: 0px 5px 0px 5px;
    }
    .modal-header{
        border-bottom: none;
        padding-bottom: 0px;
    }
    .modal-body{
        text-align: center;
        display: grid;
        row-gap: 5px;
        padding: 20px 0px 20px 0px;
        font-size: 17px;
    }
    .modal-body p:first-child{
        font-weight: 600;
    }
    .modal-body p:nth-child(2) a, .modal-body p:nth-child(3) a{
        color: black;
        text-decoration: none;
    }
    .modal-body p:nth-child(2){
        padding-top: 20px;
    }
    .modal-body p svg{
        color: rgba(249, 161, 12, 1.0);
        color: rgba(15, 106, 71, 1.0);
    }
    .modal-footer{
        border-top: none;
        padding-top: 0px;
    }
    .modal-footer button{
        border-radius: 0px;
        background-color: black;
        padding: 5px 20px 5px 20px;
    }
    /* fin modal btn contactez-nous */
    
}

@media screen and (min-width: 640px){
    .navResponsive{
        display: none;
    }
    .nameNav{
        padding: 20px 0px 20px 70px;
    }
    .textSectionAccueil{
        padding: 12% 0px 0px 70px;
        height: 42vw;
    }
}

@media screen and (min-width: 640px) and (max-width:1000px){
    .sectionAccueil{
        height: 420px;
    }
}

@media screen and (max-width: 370px){
    .bgBtnAccueil{
        padding-top: 10px;
    }
    .bgBtnAccueil button{
        font-size: 15px;
        margin-top: 20px;
    }
    .bgIconAccueil{
        bottom: 20px !important;
    }
    .bgIconAccueil img{
        width: 20px !important;
    }
}

@media screen and (min-width: 970px) and (max-width: 1130px){
    .sectionAccueil{
        height: 46vw;
    }
}
@media screen and (min-width: 730px) and (max-width: 970px){
    .sectionAccueil{
        height: 57vw;
    }
}
/*@media screen and (min-width: 640px){
    .siegeFabien{
        display: flex;
        justify-content: end;
        margin-top: 50px;
    }
    .siegeFabien img{
        width: 70px;
        height: 100%;
    }
}*/
/* ACCUEIL - FIN NAV*/


/* ===== SECTION ACTU ===== */


@media screen and (min-width: 601px) and (max-width: 1000px){
    .sectionActu{
        padding: 70px 70px 70px 70px;
    }
    .sectionActuBlocks{
        column-gap: 40px;
    }
    .sectionActuBlock1, .sectionActuBlock2{
        grid-template-columns: 1fr 2fr;
    }
    .sectionActuBlock1Text{
        padding: 15px 15px 15px 20px;
    }
    .sectionActuBlock1Text p:nth-child(1), .sectionActuBlock1Text p:nth-child(2){
        font-size: 15px;
    }
    .sectionActuBlock1Text button{
        padding: 4px 10px 4px 10px;
    }
}
@media screen and (max-width: 640px){
    .sectionActuBlocks{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:"sectionActuBlock1"
                            "sectionActuBlock2";
        padding: 50px 0px 30px 0px;
        column-gap: 0px;
        row-gap: 50px;
    }
    .sectionActuBlock1, .sectionActuBlock2{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:"sectionActuBlock1Img"
                            "sectionActuBlock1Text";
    }
    .sectionActuBlock1Img{
        width: 100%;
        height: 100%;
        border: 2px solid rgba(234, 235, 233, 1.0);
        border-bottom: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}
@media screen and (max-width: 640px){
    .sectionActu h1{
        font-size: 25px;
        padding-top: 30px;
    }
    .sectionActuBlock1Img{
        padding: 40px 0px 40px 0px;
    }
     .sectionActu{
        padding: 40px;
    }
}

/* ===== FIN SECTION ACTU ===== */


/* ===== SECTION INFOS CAMPAGNE ===== */

@media screen and (max-width: 800px){
    .sectionInfosCampagne{
       grid-template-columns: 1fr;
       grid-template-areas: "sectionInfosCampagneDiv1"
                            "sectionInfosCampagneDiv1"
                            "sectionInfosCampagneDiv1";
        column-gap: 0px;
        row-gap: 60px;
        padding: 80px 40px 80px 40px;
    }
    .sectionInfosCampagneDiv1 h1, .sectionInfosCampagneDiv2 h1, .sectionInfosCampagneDiv3 h1{
        font-size: 22px;
        padding-bottom: 20px;
    }
    .sectionInfosCampagneDiv3 h1{
        color: black;
    }
    .containInfosBlock1 .containInfosBtn button, .containInfosBlock3 .containInfosBtn button{
        padding: 10px;
        font-size: 12px;
        display: flex;
        justify-content: center;
    }
    .containInfosBlock1 .containInfosBtn button span svg, .containInfosBlock3 .containInfosBtn button span svg{
        display: none;
    }
    .containInfosAgenda1 svg, .containInfosAgenda2 svg{
        width: 30px;
        height: 30px;
    }
    .containInfosBlock3 {
        font-size: 15px;
    }
    .sectionInfosCampagneDiv1 h1 span{
        color: rgba(15, 106, 71, 1.0);
    }
    .sectionInfosCampagneDiv3 h1 span{
        color: rgba(15, 106, 71, 1.0);

    }

}

/* ===== FIN SECTION INFOS CAMPAGNE ===== */