/* voir fichier web.css */

.sectionAccueil h1,
.sectionAccueil h2,
.sectionAccueil p {
  margin-top: 0;
}


/* ===== HEADER - NAV ===== */
.nav ul li:nth-child(1) a{
    border-bottom: 2px solid rgba(249, 161, 12, 1.0);
    padding-bottom: 5px;
}
.nav ul li:nth-child(1) a::before{
    border-bottom: 0px solid white !important;
}
/* Voir fichier nav.css */
/* ===== FIN HEADER - NAV ===== */


/* ===== SECTION ACCUEIL ===== */
.sectionAccueil{
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1772314369/imgAccueilFabienCovis_wohcau.png');
    /*min-height: 45vw;
    min-height: 100%;*/
    height: 40vw;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    display: flex;
    align-items: center;
    position:  relative;
}
.bgBlurResponsive{
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: relative;
}
.textSectionAccueil{
    align-items: center !important;
    vertical-align: middle !important;
    padding: 0px 0px 0px 50px;
}
.textSectionAccueil h1{
    color: white;
}
.textSectionAccueil .spanAccueil1{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 9px grey;
}
.textSectionAccueil .spanAccueil2{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 6px;
    text-shadow: 1px 1px 9px grey;
}
.textSectionAccueil h2{
    color: rgba(252, 219, 91, 1.0);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    /*text-shadow: 8px 4px 9px grey;*/
}
.textSectionAccueil button{
    border: none;
    background-color: rgba(249, 161, 12, 1.0);
    border-radius: 3px;
    padding: 10px 20px 10px 20px;
    color: white;
    margin-top: 50px;
    font-size: 17px;
}

.shine-button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.shine-button::before {
  content: '';
  position: absolute;
  height: 250%;
  width: 40px;
  top: 0;
  left: -60px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg) translateY(-35%);
  animation: shine 3s ease infinite;
}

@keyframes shine {
  0% {
    left: -80px;
  }
  40% {
    left: calc(100% + 20px);
  }
  100% {
    left: calc(100% + 20px);
  }
}
.bgIconAccueil{
    position: absolute;
    bottom: 35px;
    left: 50%;
}
.bgIconAccueil img{
    animation: shakeY;
    width: 25px;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}


/* ANIMATION ACCUEIL */
.spanAccueil1,
.spanAccueil2,
.h2-words .word,
.h2-words2 .word2,
.bgBtnAccueil {
  opacity: 0;
  display: block;
}
.titleAccueil{
    display: flex;
    vertical-align: middle;
    column-gap: 10px;
}
/*.spanAccueil1, .spanAccueil2{
    animation-delay: 0.2s;
}*/
.spanAccueil1{
    animation-delay: 0.5s;
}
.spanAccueil2{
    animation-delay: 0s;
}

.h2-words, .h2-words2{
    display: flex;
    column-gap: 10px;
}

.h2Normal{
    padding-top: 10px;
}
@media screen and (min-width: 640px){
    .h2-words span:nth-child(1){
        animation-delay: 0.8s;
    }
    .h2-words span:nth-child(2){
        animation-delay: 0.6s;
    }
    .h2-words span:nth-child(3){
        animation-delay: 0.2s;
    }
    .h2-words span:nth-child(4){
        animation-delay: 1.5s;
    }

    .h2-words2 .word2{
        animation-delay: 0.5s;
        animation-duration: 3s;
    }
}
@media screen and (max-width: 700px){
    .h2Normal{
        display: none;
    }
}
@media screen and (min-width: 700px){
    .h2Responsive{
        display: none;
    }
}


@media screen and (max-width: 640px){
    .rightResponsive button{
        background-color: rgba(15, 106, 71, 1.0);
        background-color: rgb(56, 76, 14);
        background-color: rgba(18, 76, 63, 0.8) ;
    }
}
.bgBtnAccueil{
    animation-delay: 1s;
    display: flex;
    column-gap: 20px;
}
.bgBtnAccueil button:hover, .bgBtnAccueil button:last-child:hover{
    background-color: rgba(15, 106, 71, 1.0);
    background-color: rgba(56, 76, 14, 1.0);
    border: none;
    transition: 0.2s;
}

.animate__animated{
  --animate-duration: 2s;
}

.bgBtnAccueil button:last-child{
    background-color: transparent;
    border: 1px solid rgba(249, 161, 12, 1.0);
    border: 1px solid white;
}
.bgBtnAccueil button a{
    color: white;
    text-decoration: none;
}
/* FIN ANIMATION ACCUEIL */


/* ===== FIN SECTION ACCUEIL ===== */





/* ===== SECTION ACTUALITES ===== */

.sectionActu{
    padding: 70px;
}
.sectionActuBlocks{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "sectionActuBlock1 sectionActuBlock2";
    padding: 70px 0px 50px 0px;
    column-gap: 80px;
}
.sectionActu h1{
    font-weight: 600;
    font-size: 30px;
    position: relative;
    height: 100%;
    width: 100%;
}
.sectionActu h1 span:last-child{
    background-color: rgba(249, 161, 12, 1.0);
    width: 60px;
    height: 5px;
    position: absolute;
    bottom: -12px;
    left: 0;
    border-radius: 10px;
}
@media screen and (max-width: 640px){
    .sectionActu h1 span:last-child{
        bottom: -15px;
    }
}
.sectionActuBlock1, .sectionActuBlock2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "sectionActuBlock1Img sectionActuBlock1Text";
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}
.sectionActuBlock1Img{
    width: 100%;
    height: 100%;
    /*border: 2px solid rgba(234, 235, 233, 1.0);*/
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sectionActuBlock1Img svg{
    width: 50px;
    height: 50px;
}
.sectionActuBlock1Text{
    background-color: rgba(234, 235, 233, 1.0);
    padding: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.sectionActuBlock1Text p:nth-child(1){
    font-weight: 600;
    width: 100%;
}
.sectionActuBlock1Text p:nth-child(2){
    color: rgba(0, 0, 0, 0.4);
    padding-top: 10px;
}
.sectionActuBlock1Text button{
    border: none;
    margin-top: 20px;
    color: white;
    font-size: 13px;
    padding: 4px 30px 4px 30px;
    background-color: rgba(15, 106, 71, 1.0);
    /*background-color: rgba(56, 76, 14, 1.0);*/
}
.actusPlus{
    text-align: center;
}
.actusPlus a{
    padding: 10px 0px 0px 0px;
    color: rgba(251, 196, 74, 1.0);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (min-width: 640px){
    .sectionActuBlock1{
      
    }
    .sectionActuBlock2{
    }
}

/* ANIMATION SECTION ACTU */

.sectionActuBlock1, .sectionActuBlock2 {
  opacity: 0;
}
.animate__animated{
  opacity: 1;
  --animate-duration: 1s;
}

.sectionActuBlock1{
    animation-delay: 0s;
}
.sectionActuBlock2{
    animation-delay: 0.5s;
}

/* FIN ANIMATION SECTION ACTU */



/* ===== FIN SECTION ACTUALITES ===== */






/* ===== SECTION INFOS CAMPAGNE ===== */

.sectionInfosCampagne{
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1772314362/Design_Sans_Titre_-_1_-_Modifi%C3%A9_ssna0x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;      
    width: 100%;
    height: 100%;
    padding: 80px 70px 120px 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "sectionInfosCampagneDiv1 sectionInfosCampagneDiv1 sectionInfosCampagneDiv1";
    column-gap: 40px;
}
.containInfosBlock1{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.containInfosBlock3{
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sectionInfosCampagneDiv1 h1, .sectionInfosCampagneDiv2 h1, .sectionInfosCampagneDiv3 h1{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 40px;
}
.sectionInfosCampagneDiv2 h1 span{
    color: rgba(15, 106, 71, 1.0);
    color: rgba(56, 76, 14, 1.0);
    color: rgba(251, 196, 74, 1.0);
    color: rgba(18, 76, 63, 0.8);
}
.sectionInfosCampagneDiv3 h1{
    color: rgba(15, 106, 71, 1.0);
    color: rgba(56, 76, 14, 1.0);
    color: rgba(251, 196, 74, 1.0);
    color: rgba(18, 76, 63, 0.8);
}
.containInfosBlock1 svg{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}
.containInfosBlock1 .containInfosImg{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 60px 0px 60px 0px;
}
.containInfosBlock1 .containInfosBtn, .containInfosBlock3 .containInfosBtn{
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 30px 20px 30px;
}
.containInfosBlock1 .containInfosBtn button, .containInfosBlock3 .containInfosBtn button{
    border: none;
    background-color: rgba(15, 106, 71, 1.0);
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    padding: 10px 0px 10px 20px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
}
.containInfosBtn button:hover{
    background-color: rgba(249, 161, 12, 1.0);
    transition: 0.2s;
}
.containInfosBtn a{
    color: white;
    text-decoration: none;
}
.containInfosBlock1 .containInfosBtn button span svg, .containInfosBlock3 .containInfosBtn button span svg{
    width: 20px;
    height: 20px;
    color: white;
}

.containInfosBlock3 .containInfosAgenda1, .containInfosBlock3 .containInfosAgenda2{
    display: flex;
    column-gap: 15px;
    padding: 20px 20px 0px 30px;
}
.containInfosBlock3 .containInfosAgenda1{
    padding-bottom: 30px;
}

.containInfosAgenda1 svg, .containInfosAgenda2 svg{
    width: 45px;
    height: 45px;
    color: rgba(15, 106, 71, 1.0);
    color: rgba(249, 161, 12, 1.0);
}

/* ANIMATION SECTION INFOS CAMPAGNE */

.sectionInfosCampagneDiv1, .sectionInfosCampagneDiv2, .sectionInfosCampagneDiv3{
  opacity:0;
}
.animate__animated{
  opacity:1;
  --animate-duration: 2s;
}

.sectionInfosCampagneDiv1{
    animation-delay: 0s;
}
.sectionInfosCampagneDiv2{
    animation-delay: 0.5s;
}
.sectionInfosCampagneDiv3{
    animation-delay: 1s;
}

/* FIN ANIMATION */


/* ===== FIN SECTION INFOS CAMPAGNE ===== */


/* ===== FOOTER ===== */
/* voir fichier footer.css */
/* ===== FIN FOOTER ===== */
