.photoslider {
    height: 48vw; 
    width:100vw;
    background-size:cover;
    background-repeat: no-repeat;
    flex: none;
    background-position:center;
    


    
}

.photoslider.one {
    background-image: url(images/slidermain/1.jpg);
}

.photoslider.two {
    background-image: url(images/slidermain/2.jpg);
   
}

.photoslider.three {
    background-image: url(images/slidermain/3.jpg);

}

.js-slider {  
    height:48vw; 
    width:auto;
    overflow: hidden;
    margin-top:120px;

}

.js-photos {
    display: flex;
    position: relative;
    left: -100vw;
    transition: left 0.6s ease-out;
}

form{
    padding:15px 30px 15px 30px;
    display:flex;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:30px;
}

.searchBar{
    padding-left:20px;
    background-color: #FFFFFF;
    display:flex;
    width:500px;
    align-items:center;
    margin-right:0;

}

input{
    font-size:1.3rem;
    font-family: 'Montserrat', sans-serif;
    padding:10px;
    border:0px;
    
}

.search{
    width:470px;
    height:50px;
}

.search:focus-visible{
  outline:solid 2px black;
}

label{
    margin:0px 20px 0px 50px;
    font-size:1.3rem;
}

select{
    font-family: 'Montserrat', sans-serif;
    width:250px;
    font-size:1.3rem;
    padding:10px;
    border:0px;
}

.filtre{
    font-family: 'Montserrat', sans-serif;
    font-size:1.3rem;
    padding:10px 10px 10px 10px;
    border:0px;
    transition: all 0.3s ease-in-out;
}

.filtre:hover{
    color:#000000;
}

.description {
    font-family: 'Montserrat', sans-serif;  /* Conserve la police initiale */
    font-size: 1.2rem;                      /* Taille de police légèrement augmentée */
    line-height: 1.6;                       /* Hauteur de ligne légèrement augmentée pour une bonne lisibilité */
    font-weight: 300;                       /* Poids de la police léger pour un aspect moderne */
    position: absolute;                     /* Position absolue */
    width: 85%;                             /* Largeur légèrement augmentée */
    max-width: 700px;                       /* Limite maximale de largeur augmentée */
    color: #333;                            /* Couleur du texte sombre mais douce */
    background-color: #fff;                 /* Fond blanc pur pour un aspect épuré */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Ombre légère pour une profondeur subtile */
    padding: 30px;                          /* Padding augmenté pour un espacement cohérent */
    border-radius: 15px;                    /* Bords légèrement plus arrondis */
    left: 50%;                              /* Centre horizontalement */
    top: 50%;                               /* Centre verticalement */
    transform: translate(-50%, -50%);       /* Ajuste pour centrer parfaitement */
    text-align: left;                       /* Texte aligné à gauche pour un style classique */
}



.action{
    display:flex;
    position:relative;
    bottom:6vw;;
}

.callto{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: bold; 
    font-weight: 700;
    text-transform: uppercase; 
    margin:auto;
    color:white;

  
}



.propositions{
    font-weight: bold;
    font-weight: 600;
    font-size: 1.2rem;
    color:#000000;
    background-color:#CDC5B5;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px;
}

.blocimg{ 
    width:22vw;
    height:15vw;
    margin-right:auto;
    margin-left:auto;
    margin-top:0;
    margin-bottom:0;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    flex: none;
}

.text{
    display:flex;
    flex-direction:column;
}
.nomGOT{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin-top:10px;
    margin-bottom:0;
    color:#010b12;
}

.nomGOT{
    color:white;
}
  
.vraiNom{
    margin:0;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.enSavPlus{
    font-size:0.7rem;
    align-self:flex-end;
    color: #010b12;
  }
  
  .prixContainer{
    display:flex;
    justify-content:flex-end;
    margin-right:20px;
    
  
  }
  
  .prix1{
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom:0;
  }
  
  .avion{
    width: 30px;
    height: 30px;
    transform: rotate(51.58deg);
  
  }
  



 
  .js-sliderCarte {
    overflow: hidden;
    width:79vw;
    margin:auto;
  }
  
  .cartesContainer {
    display: flex;
    gap:2vw;
    position: relative;
    left:-81vw;
    
  } 

  .miniFicheDest {
    display: flex;
    flex-direction: column;
    align-items: center;                     /* Centre le contenu horizontalement */
    justify-content: center;                 /* Centre le contenu verticalement */
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;                             /* Utilise la pleine largeur disponible */
    max-width: 400px;                        /* Largeur maximale définie */
    height: auto;                            /* Hauteur automatique pour s'ajuster au contenu */
    padding: 20px;                           /* Padding équilibré pour une mise en page aérée */
    margin: 20px auto;                       /* Centre horizontalement avec espacement vertical */
    border-radius: 15px;                     /* Bords plus arrondis pour un aspect doux */
    background-color: #fff;                  /* Fond blanc pur pour un aspect épuré */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombre légère pour ajouter de la profondeur */
    border: 1px solid #e0e0e0;               /* Bordure subtile pour une délimitation nette */
    overflow: hidden;                        /* Empêche le débordement du contenu */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation fluide pour les interactions */
}

.miniFicheDest:hover {
    transform: translateY(-5px);             /* Légère élévation au survol */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Ombre plus prononcée au survol */
}


.sliderTotal{
    display:flex;
    justify-content:space-between;
    margin:50px;
}

.lienImg{
    text-decoration:none;
    transition:all 0.3s ease-in-out;
}

.lienImg:hover{ 
    filter:brightness(1.3);
}

.flecheGauche,.flecheDroite{
    z-index:100;
}


.divLienTout{
    display:flex;
    justify-content: flex-end;
    margin-right:30px;
}

.lienTout{
    color:#010b12;
    padding:20px;
    transition:all 0.3s ease-in-out;
}

.lienTout:hover{
    font-weight:bold;
}



.nouveauteContainer{
    padding:15px 30px 15px 30px;
    margin-bottom:50px;
}

.descrNouveaute{
    font-weight:normal;
}

.js-btn-decale-gauche {
    position: absolute;
    right:10px;
    top:50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: beige;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    cursor: pointer;
  }
  .arrowMode{
    width: 15px;
    height: 15px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer;
    top:15vw;
  }


  .arrowMode.droite{
    transform: rotate(135deg);
    right:20px;
  } 

  .arrowMode.gauche{
    left:20px;
  } 

@media(max-width:1212px){
    .nomGOT{
        font-size:1.2rem;
    }
}


@media(max-width:1165px){ 
   

.searchBar{
    width:400px;    
}

input{
    font-size:1rem; 
}
.search{
    width:470px;
    height:40px;
}

label{
    font-size:1rem;
}

select{
    width:20vw;
    font-size:1rem;
}

.filtre{
    font-size:1rem;
   
}

.loupe{
    width:25px;
}
}
@media(max-width:1150px){
    .nomGOT{
        font-size:1rem;
    }

    .vraiNom{
        font-size:0.7rem;
    }

    .prix1{
        font-size:0.8rem;
    }


}






@media(max-width:1024px) {    
    .description{
        font-size:0.8rem;
    }
    .callto{
        font-size:1.4rem;
    }

    .nomGOT{
        font-size:0.8rem;
    }

    .vraiNom{
        font-size:0.6rem;
    }

    .enSavPlus{
        font-size:0.6rem;
    }

    .miniFicheDest{
        height:28vw;
    }

    .descrNouveaute{
        font-size:0.8rem;
        margin-top:0;
    }

    .nouveaute{
        margin-bottom:0;
    }

    .nomGOT2{
        font-size:1rem;
    }



    .js-slider{
        margin-top:80px;
    }
}

@media(max-width:940px){
    .sliderTotal{
        margin:20px;
    }
}


@media(max-width:935px){ 
   

    .searchBar{
        width:300px;    
    }
    
    input{
        font-size:0.7rem; 
    }
    .search{
        width:470px;
        height:40px;
    }
    
    label{
        font-size:0.7rem;
        margin: 0px 12px 0px 20px;
    }
    
    select{
        width:150px;
        font-size:0.7rem;
    }
    
    .filtre{
        font-size:0.7rem;
        
    }

    .loupe{
        width:20px;
    }
    }

@media(max-width:880px){
    .description{
      font-size:0.7rem;
      line-height:20px;
    }
    .callto{
        font-size:1rem;
    }
}

@media(max-width:820px){
    .miniFicheDest{
        height:32vw;
    }

    .sliderTotal{
        margin:15px;
    }

    .vraiNom{
        line-height:1.5;
        margin:7px;
    }

   
}

@media(max-width:750px){

    .vraiNom{
        line-height:1.5;
        margin:0px;
    }

    .enSavPlus{
        display:none;
    }


    .nomGOT2{
        font-size:0.6rem;
        padding:15px;
    }

   
}

@media(max-width:680px){
    .nouveaute{
        font-size:0.8rem;
    }

    .descrNouveaute{
        font-size:0.6rem;
    }

   
}

@media(max-width:640px){
    .js-sliderCarte {
       width:70vw;
      }

    .miniFicheDest{
        width:70vw;
        height: 48vw;
    }

    .blocimg{
        width:67vw;
        height:35vw;
    }

    .prixContainer{
        display:none;
    }

    .cartesContainer{
        left:-216vw;
        gap:2vw;
    }

    .select{
        height:10px;
    }

    .arrowMode{
        top:22vw;
    }
}
@media(max-width:600px){
    .description{
      font-size:0.5rem;
      width:50vw;
      left:40vw;
      top:18vw;
      line-height: 20px;
    }
    
    .callto{
     font-size:0.8rem;
    }

}





@media(max-width:510px){
    .description{
        line-height:15px;
        top:20vw;
    }

    .slogg{
        bottom:10vw;
    }
}

@media(max-width:440px){
    .description{
        width:60vw;
        left:30vw;
        font-size:0.5rem;
        top:22vw;
    }

    .miniFicheDest{
        height:52vw;
    }

    .sliderTotal{
        margin:10px;
    }

    .arrowMode{
        width: 10px;
        height: 10px;
        border-top: 1px solid black;
        border-left: 1px solid black;
    }

    .arrowMode.droite{
     right:10px;
    }
    .arrowMode.gauche{
       left:10px;
    }

}



@media(max-width:380px){
    .searchBar{
        width:230px;
    }

    .search{
        font-size:0.5rem;
    }
}
