
.bloc-accueil{
display: flex;
justify-content: center;
}


.container-photo-accueil{
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
    max-width: 1400px;
}

#left-photo-accueil{
    width: 25vw;
    max-width: 350px;
    border-radius: 10px;
    transition: 0.7s;
}

#center-photo-accueil{
    width: 30vw;
    max-width: 450px;
    border-radius: 10px;
    transition: 0.7s;
}

#right-photo-accueil{
    width: 25vw;
    max-width: 350px;
    border-radius: 10px;
    transition: 0.7s;
}

.choice-slider{
    display: flex;
    justify-content: center;
    gap: 20px;
}

#first-choice{
    height: 20px;
    width: 20px;
    border-radius: 250px;
    background: black;
    cursor: pointer;
}

#second-choice{
    height: 20px;
    width: 20px; 
    border-radius: 250px;
    background: grey;
    cursor: pointer;
}

#third-choice{
    height: 20px;
    width: 20px;
    border-radius: 250px;
    background: grey;
    cursor: pointer;
}

.container-paralax {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
  }
  
  .accueil-paralax-1 {
    background-image: url('./assets/image/Accueil/imageParallax.jpg');
    background-size: auto 120%;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px; 
  }

.accueil-presentation {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto;
  }
  
  .image-container {
    width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .image-container img {
    max-width: 100%;
    max-height: 100%;
  }


.accueil-presentation-text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   margin: 3% 3% 0 3%;
   background: linear-gradient(0.5turn, #cccccc79,  #ffffff35);
}


.description-yoan{
font-family: "HandoReg";
font-size: 1.3rem;
padding: 0 5% 0 21%;
    color: #6f553e;
    line-height: 1.5;
}

.signature-yo-art{
    text-align: right;
    font-family: "Michland";
    font-size: 2.5rem;
    color: #6f553e;
    margin-right: 5%;
    transform: translateY(30px);
}

.accueil-presentation-text::after{
    font-family: "SteelFish";
    color: #90735a;  
    content: "Yoan Polion";
    position: absolute;
    font-size: 5rem;
    left: -100px;
    top: 10px;
    font-weight: bold;
    letter-spacing: 3px;
}

.accueil-presentation-text::before{
    content: "";
  background-image: url('./assets/image/Accueil/imageProfilSecondaire.jpg');
  background-size: cover;
  width: 20vw;
  height: 20vw;
  display: inline-block;
  position: absolute;
  left: -20%;
  bottom: 0;
  border: 10px solid white;
  border-radius: 2500px;
}

.accueil-presentation-text>h4{
    padding: 120px 0 80px 5%;
    font-family: "SteelFish";
    color: #90735a;
    letter-spacing: 3px;
    font-size: 2rem;
    
}

.container-main-bandeau-prestation{
    position: relative;
}

.container-second-bandeau-prestation{
display: flex;
clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 20%);
background: linear-gradient(0.15turn, #4772b8bd, #4772b8, #4772b8ba);
height: 34vw;
margin-top: 80px;

}

.bloc-text-bandeau-prestation{
    width: 40%;
    padding-top: 7%;
    padding-bottom: 3%;
    color: white;
    font-family: "HandoReg";
    letter-spacing: 3px;
    font-size: 2vw;
    text-align: center;
    line-height: 1.3;
    transform: translateX(-30px);
}

.bloc-text-bandeau-prestation>span{
    font-family: "SteelFish";
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 6px;
}

.bloc-photo-bandeau-prestation{
    width: 60%;

}

.bloc-photo-bandeau-prestation>img{
    max-width: 40%;
    max-height: 40%;
    position: absolute;
    bottom: 20%;
    left: 35%;
    border-radius: 25px;
    border: 2px solid white;
}

.container-main-bandeau-prestation::after{
    content: "";
    background-image: url('./assets/image/Accueil/imageBandeauTransitionDroite.jpg');
    background-size: cover;
    width: 16vw;
    height: 22vw;
    display: inline-block;
    position: absolute;
    right: 5%;
    bottom: 10%;
    border-radius: 25px;
    border: 2px solid white;
}

.container-main-bandeau-prestation::before{
    content: "";
    background-image: url('./assets/image/Accueil/imageBandeauTransitionMilieu.jpg');
    background-size: cover;
    width: 17vw;
    height: 21vw;
    display: inline-block;
    position: absolute;
    right: 25%;
    top: -3%;
    border-radius: 25px;
    z-index: 1;
    border: 2px solid white;
}

.accueil-choose-experience{
display: flex;
flex-direction: column;
align-items: center;
padding: 0 15%;
text-align: center;
padding-top: 50px;
}

.accueil-choose-experience>h3{
    font-family: "SteelFish";
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 3px;
    word-spacing: 10px;
    font-size: 4rem;
}

.accueil-choose-experience>p{
max-width:900px;
font-family: "HandoReg";
line-height: 1.7;
letter-spacing: 1px;
font-size: 1.2rem;
font-weight: lighter;
}

.container-list-experience{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0 3%;
    margin-bottom: 50px;
}

.container-list-experience>div{
width: 300px;
height: 400px;
position: relative;
margin: 30px 20px;
border-radius: 15px;
cursor: pointer;
}

.container-list-experience>div>p{
    bottom: 0;
width: 100%;
text-align: center;
    position: absolute;
    font-family: "SteelFish";
    letter-spacing: 3px;
    font-size: 2.5rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
}

.experience-mariage, .experience-communion, .experience-shooting, .experience-projet{
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(30px);
}

.experience-evf {
    background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  transform: translateY(30px);
}

.experience-mariage:hover, .experience-evf:hover, .experience-communion:hover, .experience-shooting:hover, .experience-projet:hover{
transform: scale(1.1);
}

.experience-mariage{
    background-image: url('./assets/image/Accueil/imageExperienceMariage.jpg');
}

.experience-evf{
    background-image: url('./assets/image/Accueil/imageExperienceEvf.jpg');
}

.experience-communion{
    background-image: url('./assets/image/Accueil/imageExperienceCommunion.jpg');
}

.experience-shooting{
    background-image: url('./assets/image/Accueil/imageExperienceShooting.jpg'); 
}

.experience-projet{
    background-image: url('./assets/image/Accueil/imageExperiencePro.jpg'); 
}

.container-main-bandeau-phrase-transition{
    position: relative;
}
.container-second-bandeau-phrase-transition{
display: flex;
clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 20%);
background: linear-gradient(0.15turn, #f33333a9, #f33333e2, #f33333a9);
height: 23vw;
margin-top: 60px;
align-items: center;
}

.bloc-text-bandeau-phrase-transition{
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    color: white;
    font-family: "SteelFish";
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 4vw;
    text-align: center;
    line-height: 1.3;
    transform: translateX(30px);
}

.bloc-text-bandeau-phrase-transition>span{
    font-family: "Allenoire";
    font-size: 4vw;
}

.bloc-photo-bandeau-phrase-transition{
    width: 60%;
}

.container-second-gallery-photo{
position: relative;
margin-top: 50px;
}

.container-second-gallery-photo:first-child{
    border: 1px solid;
    display: flex;
}

.photo-gallery-left{
    display: flex;
    justify-content: center;
    padding: 30px;
    align-items: center;
    transform: translateX(-30px);
}

.photo-gallery-right{
    display: flex;
    justify-content: center;
    padding: 30px;
    align-items: center;
    transform: translateX(30px);
}

#photo-gallery-1>div:first-child>img{
    width: 100%;
    max-width: 800px;
    border-radius: 50px;
    border: 30px solid white;
}

#photo-gallery-2>div:last-child>img{
    width: 100%;
    max-width: 550px;
    border-radius: 50px;
    border: 30px solid white;
}

#photo-gallery-3>div:first-child>img{
    width: 100%;
    max-width: 550px;
    border-radius: 50px;
    border: 30px solid white;
}

#photo-gallery-4>div:last-child>img{
    width: 100%;
    max-width: 700px;
    border-radius: 50px;
    border: 30px solid white;
}

#photo-gallery-5>div:first-child>img{
    width: 100%;
    max-width: 800px;
    border-radius: 50px;
    border: 30px solid white;
}

#photo-gallery-6>div:last-child>img{
    width: 100%;
    max-width: 550px;
    border-radius: 50px;
    border: 30px solid white;
}

#photo-gallery-1>div:last-child,
#photo-gallery-2>div:first-child,
#photo-gallery-3>div:last-child,
#photo-gallery-4>div:first-child,
#photo-gallery-5>div:last-child,
#photo-gallery-6>div:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

#photo-gallery-1>div:last-child{
    background: rgba(55, 155, 255, 0.1);
    max-width: 500px;
    width: 50%;
    border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; 
}

#photo-gallery-2>div:first-child{
    background: rgba(209, 213, 0, 0.12);
    max-width: 500px;
    width: 50%;
    border-top-left-radius: 100px;
  border-bottom-left-radius: 100px; 
}

#photo-gallery-3>div:last-child{
    background: rgba(11, 213, 0, 0.1);
    max-width: 500px;
    width: 50%;
    border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; 
}

#photo-gallery-4>div:first-child{
    background: rgba(213, 0, 0, 0.08);
    max-width: 500px;
    width: 50%;
    border-top-left-radius: 100px;
  border-bottom-left-radius: 100px; 
}

#photo-gallery-5>div:last-child{
    background: rgba(255, 255, 0, 0.2);
    max-width: 500px;
    width: 50%;
    border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; 
}

#photo-gallery-6>div:first-child{
    background: rgba(103, 8, 8, 0.1);
    max-width: 500px;
    width: 50%;
    border-top-left-radius: 100px;
  border-bottom-left-radius: 100px; 
}

#photo-gallery-1>div>p:nth-child(1),
#photo-gallery-2>div>p:nth-child(1),
#photo-gallery-3>div>p:nth-child(1),
#photo-gallery-4>div>p:nth-child(1),
#photo-gallery-5>div>p:nth-child(1),
#photo-gallery-6>div>p:nth-child(1){
    font-family: "Cinzel";
    font-size: 1.4rem;
    word-spacing: 3px;
    font-weight: bold;
    margin: 0;
}

#photo-gallery-1>div>p:nth-child(2),
#photo-gallery-2>div>p:nth-child(2),
#photo-gallery-3>div>p:nth-child(2),
#photo-gallery-4>div>p:nth-child(2),
#photo-gallery-5>div>p:nth-child(2),
#photo-gallery-6>div>p:nth-child(2){
    font-family: "Michland";
    font-size: 2rem;
    margin: 10px 0;
}

#photo-gallery-1>div>p:nth-child(3),
#photo-gallery-2>div>p:nth-child(3),
#photo-gallery-3>div>p:nth-child(3),
#photo-gallery-4>div>p:nth-child(3),
#photo-gallery-5>div>p:nth-child(3),
#photo-gallery-6>div>p:nth-child(3){
    font-family: "Cinzel";
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0;
}


[class*="reveal-"]{
    opacity: 0;
  }

  .reveal-visible-vertical{
    opacity: 1;
    transform: translateX(0);
    transition: 1.5s;
  }

  .reveal-visible-horizontal{
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s;
  }


/* =========== RESPONSIVE ============ */



@media screen and (max-width: 1000px){
    .accueil-presentation-text::before {
        display: none;
    }

    .image-container img {
display: none;
}

.image-container{
    width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('./assets/image/Accueil/imageProfilPrincipal.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

#photo-gallery-1>div>p:nth-child(1), #photo-gallery-2>div>p:nth-child(1), #photo-gallery-3>div>p:nth-child(1), #photo-gallery-4>div>p:nth-child(1), #photo-gallery-5>div>p:nth-child(1), #photo-gallery-6>div>p:nth-child(1){
    font-size: 1.2rem;
}

#photo-gallery-1>div>p:nth-child(2), #photo-gallery-2>div>p:nth-child(2), #photo-gallery-3>div>p:nth-child(2), #photo-gallery-4>div>p:nth-child(2), #photo-gallery-5>div>p:nth-child(2), #photo-gallery-6>div>p:nth-child(2){
    font-size: 1.6rem;
    margin: 0;
}
}


@media screen and (max-width: 900px){

.description-yoan{
font-size: 1.2rem;
padding: 0 5% 0 10%;
line-height: 1.7;
}

.bloc-photo-bandeau-prestation{
display: none;
}

.container-main-bandeau-prestation::before{
width: 21vw;
height: 29vw;
right: 32%;
    top: -10%;
}

.container-main-bandeau-prestation::after{
    width: 21vw;
    height: 29vw;
    bottom: -5%;
}

.bloc-text-bandeau-prestation{
    width: 50%;
    font-size: 3vw;
    padding-right: 5%;
    padding-left: 20px;
}

.container-second-bandeau-prestation{
    align-items: center;
}

.bloc-text-bandeau-prestation>br{
    display: none;
}

.accueil-choose-experience>h3{
    font-size: 3rem;
}

.container-list-experience>div{
    width: 200px;
    height: 280px;
}

.container-second-bandeau-phrase-transition{
    justify-content: center;
}

.bloc-text-bandeau-phrase-transition{
    font-size: 5vw;
    padding: 0 5%;
}

.bloc-text-bandeau-phrase-transition>br{
display: none;
}


#photo-gallery-1, #photo-gallery-3, #photo-gallery-5{
    flex-direction: column-reverse;
}

#photo-gallery-2, #photo-gallery-4, #photo-gallery-6{
    flex-direction: column;
} 

#photo-gallery-1>div:last-child, #photo-gallery-2>div:first-child, #photo-gallery-3>div:last-child, #photo-gallery-4>div:first-child, #photo-gallery-5>div:last-child, #photo-gallery-6>div:first-child{
max-width: none;
width: 90%;
border-radius: 0;
margin-top: 30px;
}

}

@media screen and (max-width: 700px){

    .container-main-bandeau-prestation::before{
        display: none;
    }

    .container-main-bandeau-prestation::after{
        width: 30vw;
        height: 39vw;
        bottom: -5%;
        right: 10%;
    }

    .bloc-text-bandeau-prestation{
        font-size: 4vw;
        width: 60%;
    }

    .container-list-experience>div>p{
        font-size: 2.2rem;
    }

    .container-second-bandeau-phrase-transition{
        height: 40vw;
      }

      .bloc-text-bandeau-phrase-transition{
font-size: 6vw;
      }
}

@media screen and (max-width: 500px) {
    .accueil-paralax-1{
        height: 300px;
        background-size: auto 100%;
        background-attachment: initial;
        background-position-y: 0px
          }

          .accueil-presentation-photo>.image-container{
            min-height: 500px;
          }

          .description-yoan{
            font-size: 1rem;
          }

          .accueil-presentation-text::after{
            font-size: 4rem;
          }

          .accueil-presentation-text>h4{
padding: 120px 0 20px 5%;
          }

          .accueil-choose-experience>p{
            font-size: 1rem;
          }

          .container-list-experience>div{
            height: 220px;
            width: 160px;
          }

          .container-list-experience>div>p{
font-size: 2rem;
          }
          

}