@import url('reset.css');
@import url('variable.css');
@import url('color.css');
@import url('police.css');



body {
  background: url("/images/background-home-desktop.webp");
  background-size: contain;
  max-width: 100%;
  display: block;
  background-repeat: no-repeat;
  font-family: 'poppins';
}

.hero{
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: left;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    align-items: center;
}

.hero h1{
    
    font-weight: 700;
    font-size: 64px;
    color: white;
    line-height: 1.2;
}

.hero p{
    text-align: justify;
    width: 88%;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 60px;
}

.reserver h3 {
  font-size: 45px;
}

.maintenant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  padding-left: 80px;
  
}

.btn-hero{
    display: flex;
    flex-direction: row;
    gap: 70px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    width: 60%;
    padding: 0;
}

.btn-hero a{
    width: 100%;
}

.button1 {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 50px;
    color: black;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.25);
}



.presentation{
    margin-top: 850px;
}

/* ===== IMAGE ===== */
.image {
  width: 560px;
  object-fit: cover;
}

/* ===== TEXTE ===== */
.texte {
  width: 45%;
}

.texte h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}

.texte p {
  font-weight: 400;
  line-height: 1.6;
  font-size: 17px;
  max-width: 615px;
  /* margin-bottom: 35px; */
}

.boutonimage{
    background-color: #2448B6;
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 250px;
    height: 50px;
    box-shadow: 
     0px 5px 15px 1px rgba(0, 0, 0, 0.35),        /* drop shadow */
     inset 0 4px 4px rgba(255, 255, 255, 0.18),   /* haut */
     inset 0 -4px 4px rgba(0, 0, 0, 0.25),  /* bas */
     inset 4px 0 4px rgba(255, 255, 255, 0.07),   /* gauche */
     inset -4px 0 4px rgba(255, 255, 255, 0.05);  /* droite */
    border-radius: 5px;
    border: none;
}


.sectionPresentation{
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.sectionPresentationImage{
  width: 40%;
}

.rightImage{
  text-align: right;
}

.textLeft{
  padding-left: 40px;
}
.sectionPresentationText{
  width: 60%;
  align-self: center;
}
.imagePresentation{
  max-width: 560px;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.shadowLeft1{
  box-shadow: -20px -20px 1px #2448B6;
}

.shadowRight1{
  box-shadow: 20px -20px 1px #00BFFF;
}

.shadowLeft2{
  box-shadow: -20px -20px 1px #B2DBFF;
}

.shadowRight2{
  box-shadow: 20px -20px 1px #00238C;
}

@media screen and (max-width:1600px) {
   .sectionPresentationImage{
      width: 50%;
    }
    .sectionPresentationText{
      width: 50%;
    }
    .presentation{
      margin-top: 550px;
    }
    .btn-hero{
      display: flex;
      flex-direction: row;
      gap: 70px;
      color: white;
      font-weight: 600;
      font-size: 18px;
      width: 60%;
      padding-left: 5%;
    }
    .hero h1{
      font-size: 64px;
  }
}

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

    body {
      background: url("/images/1400.webp");
      background-size: contain;
      max-width: 100%;
      display: block;
      background-repeat: no-repeat;
      font-family: 'poppins';
    }

    .hero h1{
      font-size: 54px;
  }

   .sectionPresentationImage{
      width: 90%;
      margin: 0 auto;
    }

    .btn-hero{
      display: flex;
      flex-direction: row;
      gap: 70px;
      color: white;
      font-weight: 600;
      font-size: 18px;
      width: 80%;
      padding-left: 5%;
    }

    .sectionPresentationText{
      width: 90%;
      margin: 0 auto;
    }
    .imagePresentation{
      margin: 0 auto;
      display: block;
    }
    .rightImage{
      order:-1;
      margin: 30px 0;
    }
    .leftImage{
      margin: 30px 0;
    }

    .sectionPresentation{
      padding-bottom:50px;
    }

    .presentation{
      margin-top: 650px;
    }

    .btn-hero a{
      width: 100%;
  }
}


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

    body {
      background: url("/images/1300.webp");
      background-size: contain;
      max-width: 100%;
      display: block;
      background-repeat: no-repeat;
      font-family: 'poppins';
    }

    .hero p {
      min-width: 100%;
    }

    .presentation{
    margin-top: 650px;
  }
  }

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

  body {
    background: url("/images/900.webp");
    background-size: contain;
    max-width: 100%;
    display: block;
    background-repeat: no-repeat;
    font-family: 'poppins';
  }

  .hero p{
      color:white;
      margin-top: 20px;
      margin-bottom: 30px;
  }
    .presentation{
    margin-top: 450px;
  }

  .sectionPresentation {
    margin-top: 50px;
  }

  .btn-hero {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

 
    
}



@media screen and (max-width:850px) {
  body {
    background: url("/images/700.webp");
    background-size: contain;
    max-width: 100%;
    display: block;
    background-repeat: no-repeat;
    font-family: 'poppins';
  }

  .button1 {
    display: flex;
    justify-content: center;
    font-size: 11px;
    height: 30px;
    align-items: center;
    text-align: center;
  }

   .btn-hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
   }



.hero h1 {
 max-width: 100%;
  font-size: 25px;
  margin-bottom: 0;
}

.hero p {
  font-size: 13px;
  margin-top: 10px;
  max-width: 80%;
}
}

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

  body {
    background: url("/images/400.webp");
    background-size: contain;
    max-width: 100%;
    display: block;
    background-repeat: no-repeat;
    font-family: 'poppins';
  }
  .imagePresentation{
    width: 100%;
    margin: 0;
  }

  .presentation{
    margin-top: 250px;
    margin-bottom: 50px;
  }
   
  
  .button1 {
    display: flex;
    justify-content: center;
    font-size: 11px;
    height: 30px;
    align-items: center;
    text-align: center;
  }

   .btn-hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
   }



.hero h1 {

  font-size: 25px;
  margin-bottom: 0;
}

.hero p {
  font-size: 13px;
  margin-top: 10px;
}





/* IMAGE 1 */
/* ===== SECTION ===== */
.sectioninverse1 {
  flex-direction: row-reverse;  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
  margin-bottom: 40px;
  margin-top: 40px;
  background-color: transparent;
  max-width: 100%;  
  padding-top: 20px;  
}

.sectioninverse1 > *:not(.imagedefond1) {
  position: relative;
  z-index: 2;
}


.sectioninverse1 .contenu {
  flex-direction: row-reverse;  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* ===== CARRÉ DÉCORATIF ===== */
.imagedefond1 {
  position: absolute;
  top: 0px;
  left: 61.5%;  /* aligné avec le conteneur central */
  width: 550px;
  height: 470px;
  background: url("/images/Rectangle1.webp")
}






/* IMAGE 2 */ 
/* ===== SECTION ===== */
.section2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
  margin-top: 40px;
  margin-bottom: 40px;

  /* Bande grise sur toute la largeur */
  background-color: #f6f6f6;   /* gris clair sur toute la section */

  /* Centrage du contenu */
  max-width: 100%;             /* la section occupe toute la largeur */
  padding-top: 20px;            /* espace vertical */
}

/* ===== CONTENEUR INTERNE ===== */
.section2 > *:not(.imagedefond2) {
  position: relative;
  z-index: 2;
}

/* Pour limiter la largeur du contenu interne */
.section2 .contenu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* ===== CARRÉ DÉCORATIF ===== */
.imagedefond2 {
  position: absolute;
  top: 0px;
  left: 35px;  
  width: 550px;
  height: 470px;
  background: url("/images/Rectangle2.webp");
}











/* IMAGE 3 */
/* ===== SECTION ===== */
.sectioninverse3 {
  flex-direction: row-reverse;  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
  margin-bottom: 40px;
  margin-top: 40px;

  /* Bande grise sur toute la largeur */
  background-color: transparent;   /* gris clair sur toute la section */

  /* Centrage du contenu */
  max-width: 100%;             /* la section occupe toute la largeur */
  padding-top: 20px;            /* espace vertical */
}

/* ===== CONTENEUR INTERNE ===== */
.sectioninverse3 > *:not(.imagedefond3) {
  position: relative;
  z-index: 2;
}

/* Pour limiter la largeur du contenu interne */
.sectioninverse3 .contenu {
  flex-direction: row-reverse;  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* ===== CARRÉ DÉCORATIF ===== */
.imagedefond3 {
  position: absolute;
  top: 0px;
  left: 61.5%;  /* aligné avec le conteneur central */
  width: 550px;
  height: 470px;
  background: url("/images/Rectangle3.webp");
}







/* IMAGE 4 */ 
/* ===== SECTION ===== */
.section4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 150px;
  margin-top: 40px;
  margin-bottom: 40px;

  /* Bande grise sur toute la largeur */
  background-color: #f6f6f6;   /* gris clair sur toute la section */

  /* Centrage du contenu */
  max-width: 100%;             /* la section occupe toute la largeur */
  padding-top: 20px;            /* espace vertical */
}

/* ===== CONTENEUR INTERNE ===== */
.section4 > *:not(.imagedefond4) {
  position: relative;
  z-index: 2;
}

/* Pour limiter la largeur du contenu interne */
.section4 .contenu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* ===== CARRÉ DÉCORATIF ===== */
.imagedefond4 {
  position: absolute;
  top: 0px;
  left: 35px;  /* aligné avec le conteneur central */
  width: 550px;
  height: 470px;
  background: url("/images/Rectangle4.webp")
}

.reserver{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
    text-align: left;
    width: 100%;
    margin: 0 auto;  
    padding: 0;
    gap: 0;
}

.maintenant {
  padding-left: 30px;
}

.maintenant h3{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}

#mainEvent {
  margin-top: 50px;
  margin-bottom: 100px;
}

}


.reserver {
  margin-top: 120px;
  margin-bottom: 80px;
}