


@media (max-width: 600px) { 
  .is_width_60{
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .titre_scroll{
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) { 
  .travel_section{
    padding: 4% 2% 8% 2%;
  }
  .travel_resp{
    border-radius: 30px;
    margin-top: 10%;
  }
}





.fitler{
  justify-content: start!important;
}
.filtre_pel{
  width: 60%;
}
.hidden{
    position: absolute;
    left: -9999px;
}
#div_in{
  padding-bottom: 3%;
}

#derniere_minute{
  width: 95%;
  display: flex;
  padding: 4% 2% 4% 2%;
  gap: 5%;
}
#left_derniere{
  width: 45%;
}
#right_derniere{
  width: 50%;
  position: relative;
  overflow: hidden;
}
#right_derniere img{
  transition: transform 0.5s ease;
}
#right_derniere:hover img{
  transform: scale(1.1);
}
#nos_voyages{
  width: 95%;
  margin: 0 auto;
  margin-top: 5%;
}
#text_nos_voyages{
  width: 80%;
}



@media (max-width: 850px) { 
  #derniere_minute{
    flex-direction: column-reverse;
  }
  #left_derniere{
    width: 100%;
    margin-top: 4%;
  }
  #right_derniere{
    width: 100%;
    height:320px;
  }
}
@media (max-width: 768px) { 
  #text_nos_voyages{
    width: 100%;
  }
}

@media (max-width: 500px) { 
  #pel_choice{
    text-align: center;
  }
  .filtre_pel{
    justify-content: center!important;
    margin-left: 2.5%;
    width: 95%;
  }
  #nos_voyages{
    text-align: center;
  }
  #derniere_minute{
    padding: 4% 2% 12% 2%;
  }
}




