


/* */
#second_section{
  width: 95%;
  margin: 0 auto;
  padding: 0% 2% 8% 0%;
}
#div_in{
  position: absolute;
  width: clamp(330px, 38%, 706px);
  height:auto;
  right: 2.5%;
  top: -20%; /* base fixe */
  padding: 4% 2% 4% 2%;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(30%);
  will-change: transform, opacity;
}
.div_in_appear{
  opacity: 1!important;
  transform: translateY(-20%)!important;
}
#plus_in_second{
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.plus_sec{
  flex: 1 1 33.33%;
  padding: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: clamp(30px, 3vw, 60px);
}
#promess_plus_second{
  width: 55%;
}
#partir{
  width: 55%;
}



@media (max-width: 830px) { 
  #plus_in_second, #promess_plus_second{
    width: 100%;
  }
  #div_in{
    position: relative;
    margin-top: 5%;
    right: auto;
    margin-left: auto;
    width: 70%;
    display: none;
  }
  #partir{
    width: 90%;
  }
}


/* 📱 Mobile */
@media (max-width: 500px) { 
  #plus_in_second{
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .plus_sec{
    justify-content: center;
    align-items: center;
    font-size: 25px;
  }
  #partir{
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #promess_plus_second{
    text-align: center;
    margin-left: 0;
  }
  #second_section{
    background-color: #f1f0ec;
    border-radius: 30px;
    padding: 8% 2% 12% 2%;
    margin-top: 10%;
    width: 95%;
  }
  #second_section .little_marg{
    margin-top: 5%!important;
  }
}













/* */
.travel_section{
  width: 95%;
  margin: 0 auto;
}
.fitler{
  display: flex;
  flex-wrap: wrap;
  gap:2%;
  row-gap: 15px;
  width: 100%;
  justify-content: end;
  align-items: center;
}
.filtering{
  cursor: pointer;
  transition: color 0.5s ease,
  opacity 1s ease;
}
.filtering:hover{
  opacity: 1;
  color : #39653a;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 3 colonnes */
  gap: clamp(16px, 2vw, 42px);
  row-gap: clamp(20px, 3%, 50px);
  width: 100%;
  margin: 0 auto;
}
.item_grid{
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pict{
  width: 98%;
  margin-left: 1%;
  margin-top: 5%;
  height: clamp(160px, 18vw, 400px);
  position: relative;
  overflow: hidden;
  transform: scale(0.95);
}
.pict_inner {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  transform: scale(0.95);
  display: block; 
}
.pict_inner3 {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;

  display: block; 
}
.pict img{
  transition: transform 0.5s ease;
}
.pict_inner_scale{
  transform: scale(1);
}
.pict:hover img {
  transform: scale(1.1);
}
.info{
  width: 90%;
  margin-left: 5%;
}
.btn_grid{
  position: relative;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 6%;
  padding-bottom: clamp(20px, 4vh, 40px);
}
.titre_info{
  padding-top: 3%;
}
.info_sec{
  width: 100%;
}
.info_sec .ic_text{
  gap:8px!important;
}
.place{
  position: absolute;
  right: 5%;
  top:8%;
  justify-content: center;
  align-items: center;
  color:white;
  display: flex;
  gap:8px;
  white-space: nowrap;
}
.circle{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(15, 182, 15);
}
.price{
  position: absolute;
  bottom: 3%;
  right: 5%;
}


@media (max-width: 800px) {
  .grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .grid_res{
      grid-template-columns: repeat(3, 1fr)!important;
  }
  .pict{
    height: 200px;
  }
}
@media (max-width: 768px) {
  .fitler{
    justify-content: start;
  }
}
@media (max-width: 500px) { 
  .grid {
      width: 98%;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      row-gap: 40px;
  }
  .item_grid_resp{
    display: none;
  }
  .center_resp{
    text-align: center;
  }
  .fitler{
    justify-content: center;
    gap:10px;
    color:black!important;
  }
  .resp{
    display: none;
  }
}





/* */
#presentation_container{
  width: 95%;
  margin: 0 auto;
  padding: 4% 2% 6% 2%;
  position: relative;
  display: flex;
}
.titre_presentation{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.side{
  width: 15%;
  position: relative;
}
.middle{
  width: 70%;
}
#container_btn{
  width: 60%;
  margin: 0 auto;
}
.insquare{
  position: absolute;
  opacity: 0.3;
  width: clamp(60px, 40%, 150px);
  aspect-ratio: 1 /1;

}
#square1{
  left:5%;
}
#square2{
  top:30%;
  left:42%;
}
#square3{
  top:50%;
  left:-5%;
}
#square4{
  top:80%;
  left:12%;
}
#square5{
  top:0%;
  left:40%;
}
#square6{
  top:20%;
  left:5%;
}
#square7{
  top:50%;
  left:60%;
}
#square8{
  top:70%;
  left:10%;
}
#presentation_container_resp{
  display: none;
}
@media (max-width: 800px) { 
  .side{
    display: none;
  }
  .middle{
    width: 100%;
  }
  #presentation_container{
    padding: 4% 2% 8% 2%;
  }
}
@media (max-width: 500px) { 
  #presentation_container{
    display: none;
  }
  #presentation_container_resp{
    display: block;
  }
  .displa_mob{
    display: none;
  }
}








/* SECTION 3*/

/* */
.bandeau{
  height: auto;
  width: 95%;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding: 4% 2% 8% 2%;
}

#bandeau_left{
  width: 40%;
  padding: 4% 2% 0 0%;
  position: relative;
}
#bandeau_right{
  width: 60%;
  padding: 0.5% 0% 0.5% 6%
}
.attract_sur_mesure{
  position: relative;
  width: 100%;
  display: flex;
  gap:2%;
  row-gap: clamp(15px, 1vh, 20px);
  flex-wrap: wrap;
}
#square_info{
  width: 23%;
  height: 40%;
  position: absolute;
  right: 35%;
  bottom: -9%;
}


@media (max-width: 1024px) {
  #square_info{
    width: 150px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 36%;
  }
  #bandeau_right{
    width: 55%;
  }
  #bandeau_left{
    width: 45%;
  }
}
@media (max-width: 850px) { 
  .bandeau{
    flex-direction: column-reverse;
  }
  #bandeau_right{
    width: 100%;
    padding: 0%;
    height: 320px;
  }
  #bandeau_left{
    width: 100%;
    margin-top: 2%;
    padding-right: 0;
  }
  #square_info{
    width: 150px;
    height: auto;
    aspect-ratio: 1 / 1;
    right: 2%;
    top:200px;
    bottom: auto;
  }
  .attract_sur_mesure{
    position: relative;
    margin-top: 5%!important;
  }
}
@media (max-width: 768px) { 
  #square_info{
    width: 120px;
    top: 240px;
  }
}
@media (max-width: 600px) { 
  #bandeau_left{
    margin-top: 4%;
  }
}
@media (max-width: 500px) { 
  #square_info{
    width: 100px;
  }
  .attract_sur_mesure{
    justify-content: center;
    gap:20px;
  }
  .bandeau{
    padding-top: 4%;
  }
}















/* TESI SECTION */


/* */
#avis_container{
  width: 95%;
  margin: 0 auto;
  padding: 4% 2% 4% 2%;
}
#container_titre{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.container_flex1{
  display: flex;
  gap:2%;
  justify-content: center;
  align-items: center;
}
.grid_testi {
  gap: 2%;
  row-gap: 20px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.item_grid_testi{
  height: auto;
  width: 20%;
  cursor: pointer;
  position: relative;
  padding-bottom: 5%;
  padding-top: 1%;
  min-height: 220px;
}
.are_center{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.circle_testi{
  width: clamp(50px, 6vw, 120px);
  height: clamp(50px, 6vw, 120px);
  border-radius: 50%;
  overflow: hidden;
  margin-top: 7%;
}
.nom_testi{
  margin-top: 4%;
}
.text_testi{
  width: 100%;
  text-align: center;
  padding: 4%;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .item_grid_testi{
    width: 25%;
  }
}
@media (max-width: 850px) { 
  #container_titre{
    width: 90%;
  }
}
@media (max-width: 768px) { 
  #container_titre{
    width: 85%;
  }
  .grid_testi {
    gap:20px;
  }
}
@media (max-width: 650px) { 
  #container_titre{
    width: 95%;
  }
  .item_grid_testi{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 600px) { 
  .grid_testi {
    width: 98%;
  }
  .item_grid_testi{
    width: 100%;
    min-height: 350px;
  }
  .circle_testi{
    width: 80px;
    height: 80px;
  }
  .text_testi{
    font-size: 14px;
    width: 90%;
  }
  #grid_test{
    display: none;
  }
}


























/* */
#titre_pourquoi{
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#container_pourquoi{
  position: relative;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.are_center_ic{
  justify-content: center;
  align-items: start;
}
.grid_pourquoi {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 42px);
  row-gap: clamp(20px, 3%, 50px);
  width: 80%;
  margin: 0 auto;
  gap:50px;
  row-gap: 40px;
}
.item_pk{
  text-align: center;
  justify-content: start;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 4%;
}
@media (max-width: 1350px) { 

  .grid_pourquoi .ic_text{
    flex-wrap: wrap;
    row-gap:5px;
    width:auto;
    white-space: inherit;
  }
}
@media (max-width: 1000px) { 
  .grid_pourquoi{
    width: 100%;
  }
}
@media (max-width: 768px) { 
  #container_pourquoi, #titre_pourquoi{
    width: 85%;
  }
}
@media (max-width: 650px) { 
  #container_pourquoi, #titre_pourquoi{
    width: 95%;
  }
}
@media (max-width: 600px) { 
  .grid_pourquoi{
    grid-template-columns: 1fr;
  }
  .grid_pourquoi{
    width: 100%;
  }
}



























/* */
#section_pel{
  width: 98%;
  height: clamp(400px, 65vh, 616px);
  margin: 0 auto;
  margin-top: 2%;
  overflow: hidden;
}
#video_pel{
  object-position: 0% 100%;
}
.spirit{
  padding: 4% 2% 8% 2%;
  width: 95%;
}
#questce{
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
}
#quest_in{
  display: flex;
  width: 100%;
  gap: 0%;
}
#quest_in_left{
  width: 55%;
  padding: 3%;
}
#quest_in_right{
  width: 45%;
  padding: 3%;
}

@media (max-width: 1440px) { }

@media (max-width: 1200px) { 
  #section_pel{
    height: 400px;
  }
}

@media (max-width: 850px) { 
    #section_pel{
    height: 320px;
  }
}

@media (max-width: 800px) {
  #quest_in_left{
    width: 70%;
  }
  #quest_in_right{
    width: 30%;
  }
}

@media (max-width: 650px) { 
  #quest_in_right{
    display: none;
  }
  #quest_in_left{
    width: 100%;
  }
}

@media (max-width: 500px) { 
  #section_pel{
    margin-top: 4%;
  }
}












/* */
#section_last{
  width: 95%;
  margin: 0 auto;
  padding: 4% 2% 4% 2%;
  text-align: center;
}
#last_travel{
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: start;
}
#last_trav_pict{
  filter: brightness(1.1);
  object-position: 0% 35%;
}
#container_pictures{
  width: 85%;
  aspect-ratio: 22 / 8;
  position: relative;
  min-height: clamp(250px, 30vh, 400px);
}
#container_last{
  position: absolute;
  right: 4%;
  bottom: 0; /* base fixe */
  transform: translateY(40%); /* débordement visuel */

  width: clamp(350px, 28%, 531px);
  padding: 2%;
  padding-top: 3%;
  padding-bottom: 3%;
}
#container_little_pict{
  width: 60%;
  position: relative;
  display: flex;
  gap:3%;
}
#text_last{
  width: 50%;
}
.little_pict{
  width: clamp(80px, 7vw, 100px);
  height: 100%;
  cursor: pointer;
  transition: transform 1s ease;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.little_pict:hover{
  transform: scale(1.1);
}
@media (max-width: 1100px) {
  #last_travel{
    display: block;
  }
  #last_trav_pict{
    margin-left: 0;
  }
  #container_pictures,
  #container_little_pict{
    width: 100%;
  }
  #container_last{
    margin-top: 0;
    transform: translateY(-10%);
  }
  .little_pict{
    width: clamp(100px, 15vw, 300px);
  }
}

@media (max-width: 1024px) { 
  #container_last{
    position: relative;
    margin-top: 4%;
    width: 100%;
    background-color: inherit!important;
    box-shadow: none!important;
    right: auto;
    transform: translateY(0);
  }
}
@media (max-width: 850px) { 
  #container_pictures{
    height: 320px;
  }
}
@media (max-width: 500px) { 
  #titre_last{
    text-align: center;
  }
  #text_last{
    width: 100%;
    text-align: center;
  }
}
















/* */
#quest_freq{
  height: auto;
}
.quest_center{
  width: 100%;
  padding: 5%;
  padding-top: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.item{
  width: 100%;
  margin: 0 auto;
}
.title{
  cursor: pointer;
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.text_content{
  transition: transform 0.4s ease;
  transform: translateY(100%);
}
.marg_content{
  height: 2vh;
  min-height: 20px;
}
.container_btn_center{
  width: 50%;
  margin-left: 0 auto;
  text-align: center;
}

@media (max-width: 800px) {
  .are_not_fully{
    width: 100%;
  } 
}






