
    /* Réinitialisation et styles généraux */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }
    body {
      font-family: Arial, sans-serif;
      background-color: #F2F2F2;
    }
    img, embed, object, video {
      max-width: 100%;
      /* width: 100%; */
      height: auto;
    }
	  
	.visuel img {
  display: block;
}  
	  
	  .sticky-booking:hover {
	cursor: pointer !important;	}
	
	.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
	.clearfix {display: inline-block;}
	* html .clearfix {height: 1%;}
	.clearfix {display: block;} 
	  
    header { position: relative; background: #000; color: #fff}
	.border_noir {border: 1px solid black;}  
    .slogan { position: absolute; top: 10px; right: 30px; text-align: right; }
    .tresgros { font-size: 3.5em; font-weight: 700; }
    .gros { font-size: 2.5em; font-weight: 500; }
    .demigros { font-size: 2em; font-weight: 500; }
    .demigros2 { font-size: 1.5em; font-weight: 400; }
	.demigros3 { font-size: 1.3em; font-weight: 300; }  
	.small { font-size: 1em; font-weight: 300; }  
    .center { text-align: center; }
	.tright, .trightpamob { text-align: right; } 
	.tleft { text-align: left; }   
    .blanc { color: #fff; }
    .bandeau { position: relative; width: 100%; }
    .margtop80 { margin-top: 80px; }
	.margtop60, .margtop60pasmob { margin-top: 60px; }  
	.margbot60, .margbot60pasmob { margin-bottom: 60px; }   
    .margtop40pasmob, .margtop40 { margin-top: 40px; }
	.margtop70 { margin-top: 70px; }   
	.margtop80 { margin-top: 80px; }  
    .margtop100 { margin-top: 100px; }
	.margtop100- { margin-top: -100px; }  
    .margtop120 { margin-top: 120px; }
    .margleft20, .margleft20pasmob { margin-left: 20px; }
	.margright20, .margright20pasmob, .margright20pasmob2 { margin-right: 20px; }  
    .margtop20 { margin-top: 20px; }
	.margbot20 { margin-bottom: 20px; }  
	.margbot40 { margin-bottom: 40px; }  
	.marg20 {margin: 20px;}  
	.marg40 {margin: 40px;}  
	.pad20 {padding: 20px;}   
    .normal { font-size: 1em; }
	.normal2 { font-size: 0.9em; font-weight: 300;}  
    .margright50pasmob { margin-right: 120px; }
	.fondblanc {background: #fff;}  
	.bookinghome {position : absolute; width: 100%; bottom :80px; display: flex; justify-content: center; align-items: center;   z-index: 1000;   } 
	.justify {text-align: justify;}  
	  
	.bookbouton, .bookboutonrose  {display: flex; width: 220px; z-index: 1000; text-align: center;}
	.bookbouton a {background: #000; color: white; padding: 10px 15px; font-size: 1.1em; cursor: pointer; border-radius: 5px; border : solid 1px white; width: 100%; text-decoration: none;}
	.bookboutonrose a {background: #d5007f; color: white; padding: 10px 15px; font-size: 1.1em; cursor: pointer; border-radius: 5px; border : solid 1px white; width: 100%; text-decoration: none;}  
	.bookboutonrose a:hover {background: #a0005f;}
	.rosenew {color: #d5007f;}  
	  .gras {font-weight: bold;}  
	  
	  
	.icone-titre {display: flex; align-items: center;}  
	  
	.w48, .w48bis {position : relative; float: left; width: 48%; margin-left: 1.95%; }  
	.w33 {position : relative; float: left; width: 33%; margin-left: 0.5%; }  
	.arrondi {border-radius: 5px;} 
	.arrondi10 {border-radius: 10px;}   
	.arrondi_bas {border-radius: 0px 0px 5px 5px;}    
	.arrondi_haut {border-radius: 5px 5px 0px 0px;}   
	.u {text-decoration: undeline;}  
	.noir {color: #000;}   
    .w100flex, .w100flex2 {display: flex;justify-content: center;align-items: center;width: 100%;}
    .visuel img { width: 100%; max-width: 100%; height: auto; }
	.w100n { position: relative; float: left; width: 100%; }  
    .w100 { position: relative; text-align: center; width: 100%; }
	.w100f { position: relative; float: left; text-align: center; width: 100%; }  
	.w100flexc { display: flex; text-align: center; width: 100%; justify-content: space-between; flex-direction: column;}   
    .w80 { position: relative; text-align: center; width: 80%; margin-left: 10%; margin-right: 10%; float: left; }
	.w80n { position: relative; width: 80%; margin-left: 10%; margin-right: 10%; float: left; }  
    .w70resp { position: relative; text-align: center; width: 80%; margin-left: 10%; margin-right: 10%; float: left; }
	.w70respn { position: relative; width: 80%; margin-left: 10%; margin-right: 10%; float: left; }  
	.w70normal { position: relative; text-align: center; width: 70%; margin-left: 15%; margin-right: 15%; float: left; }  
	.w60 { position: relative; text-align: left; width: 60%; margin-left: 0%; margin-right: 0%; float: left; }
	.w40 { position: relative; text-align: left; width: 36%; margin-left: 2%; float: left; }
	.w60r { position: relative; text-align: right; width: 60%; margin-left: 0%; margin-right: 0%; float: right; }
	.w40r { position: relative; text-align: right; width: 36%; margin-right: 2%; float: right; }	  
    .maxwidth1200 { max-width: 1200px; }
    .maxwidth1000 { max-width: 1000px; }
	  .mheight100 {min-height: 100px;}  
	  .minw220 {min-width: 220px;} 
	  .fondnoir {background: #000;}   
	  .fondblanc {background: #fff;} 
	  .zindex10000 {z-index: 10000;}  
	  .mob100 {position: relative; float: left;} 
	  
	  
.pages { position: relative; float: left; width: 96%; margin-left: 2%; margin-top: 20px; margin-bottom: 20px;}
.pagenb { padding: 5px 10px 5px 10px; background: #000000; border-radius: 10px; color: #fff; margin: 5px; line-height: 25px; height: 25px;}
.pagenb a { color: #fff; text-decoration:none; display: block; margin: 5px; line-height: 20px; padding: 5px; }
.pagecour { padding: 5px 10px 5px 10px; background: #d5007f; color: #fff; margin: 5px;  font-weight: bold;  border-radius: 10px; line-height: 25px; height: 25px;}	  

#nvg { position: relative; float: left; font-size: 0.9em ; line-height: 25px ; padding:3px; margin-top: 5px; margin-left: 0px; background: #f2f2f2; border-radius: 5px; height: 25px;}
#nvg ul { list-style-type:none; display:inline;}
#nvg li { list-style-type:none; float:left; color: #000; margin-right: 5px; }
#nvg a:link { float:left; font-weight: normal; color: #000; margin-right: 5px;}
#nvg a:visited { color: #000; }	 	  
	  
.listedest, .listedest5 { float: left; padding: 0; margin-top: 40px; margin-bottom: 20px; font-size: 1em; color: #fff; list-style-type: none; width: 100%; }
.listedest li, .listedest5 li { float: left; margin-top: 7px; margin-bottom: 7px; margin-left:2%; text-align: justify; line-height: 30px; height: 30px; width: 22.95%; background:#000; border-radius: 5px;}
.listedest li:hover, .listedest5 li:hover { background:#d5007f;}
.listedest li a, .listedest5 li a { color: #fff ; display: block; margin-left: 10px; text-decoration: none; } 
	  
.listedest2, .listedest3, .listedest4 { float: left; padding: 0; margin-bottom: 10px; font-size: 0.9em; color: #000; list-style-type: none; width: 96%; background-color: #fff; margin-left: 2%; margin-right: 2%;}
.listedest2 li, .listedest3 li { float: left; margin-top: 5px; margin-bottom: 5px; margin-left:2.5%; text-align: justify; line-height: 30px; height: 30px; width: 47%; background:#000; border-radius: 5px; font-size: 1em;}
.listedest2 li:hover, .listedest3 li:hover { background:#d5007f;}
.listedest2 li a, .listedest3 li a{ color: #fff ; display: block; margin-left: 5px; text-decoration: none;}	  

.listedest6 { float: left; padding: 0; margin-bottom: 10px; font-size: 0.9em; color: #000; list-style-type: none; width: 96%; margin-left: 2%; margin-right: 2%;}
.listedest6 li { float: left; margin-top: 5px; margin-bottom: 5px; margin-left:2.5%; text-align: justify; line-height: 30px; height: 30px; width: 47%; background:#000; border-radius: 5px; font-size: 1em;}
.listedest6 li:hover { background:#d5007f;}
.listedest6 li a{ color: #fff ; display: block; margin-left: 5px; text-decoration: none;}		  
	  
	  
.liste_ligne { font-size: 1em; color: #000000; list-style-type: none; width: 94%; margin-left: 2.7%; margin-right: 2.7%;}
.liste_ligne li { margin-bottom: 20px; margin-top: 10px; list-style-position: inside; text-align: justify; line-height: 17px; display: list-item; border-radius: 10px; border: solid 1px black; padding: 20px; background: #fff;}
.liste_ligne li a { color: #000000 ; text-decoration: underline ;} 
	  
.liste_ligne2 { font-size: 1em; color: #000000; list-style-type: none; width: 94%; margin-left: 2.7%; margin-right: 2.7%; }
.liste_ligne2 li { list-style-position: inside; text-align: justify; line-height: 25px; display: list-item;  }
.liste_ligne2 li a { color: #000000 ; text-decoration: underline ;} 	  
	  
.listelettre { float: left; padding: 0; margin-bottom: 10px; font-size: 1em; color: #fff; list-style-type: none; width: 96%; margin-left: 2%; }
.listelettre li { float: left; margin-top: 5px; margin-bottom: 5px; margin-left:2%; text-align: justify; width: 5%; background:#000; border-radius: 3px; font-weight: bold; text-align: center;}
.listelettre li:hover { background:#ee3e9e;}
.listelettre li a { color: #fff ; display: block; padding: 5px 5px 5px 5px;}

  /* Bouton sticky sur le côté droit */
  .sticky-booking {
    position: fixed;
    top: 30%;
    right: 0%;
    transform: translateY(-50%);
    background: #d5007f; /* Même couleur que .boutonbookrose */
    color: #fff;
    padding: 15px;
    border: 1px solid white;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    font-size: 1.1em;
    z-index: 10000;
    transition: background 0.3s ease;
  }
  .sticky-booking:hover {
    background: #a0005f;
  }
	  
	  
	  
	  
    /* Carousel */
    .carousel-container {
      position: relative;
      width: 90%;
      max-width: 1250px;
      padding: 0 50px; /* espace pour les boutons */
      overflow: hidden;
    }
    .carousel-wrapper {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE/Edge */
      scroll-snap-type: x mandatory;
    }
    .carousel-wrapper::-webkit-scrollbar {
      display: none; /* Chrome/Safari */
    }
    .product, .product2, .product3 {
      flex: 0 0 auto;
      width: 300px; /* Desktop */
      background: white;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      scroll-snap-align: center;
	border: 1px solid #ccc;	
    }
	  
	  
.product3 {width: 100%;}	  
	  
.product2 {width: 100%; /* Desktop */}	  
	  
    .product img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .product h2, .product h3 {
      font-size: 1.2em;
      margin: 10px 0;
    }
    .product p {
      font-size: 0.9em;
      color: #555;
      margin-bottom: 15px;
    }
    .product button {
      background: #000;
      color: white;
      border: none;
      padding: 10px 15px;
      font-size: 1em;
      cursor: pointer;
      border-radius: 5px;
      width: 100%;
    }
    .product button:hover {
      background: #1f1f1f;
    }
    /* Boutons de navigation du carousel */
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.6);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 24px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background 0.3s ease;
    }
    .carousel-btn:hover {
      background: rgba(0, 0, 0, 0.8);
    }
	.bouton-car {color: #fff; text-decoration: none; with: 100%;} 
    .prev { left: 10px; }
    .next { right: 10px; }

    /* Top Bar (affichée en desktop) */
    .top-bar {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      background: #fff;
      color: black;
      padding: 10px 20px;
      font-size: 14px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 11000;
    }
    .top-bar a { color: black; }
    .phone-number { font-weight: bold; margin-right: 10px; }
    .user-login {
      color: white;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .user-login i { margin-right: 10px; }
	  

    /* Navigation */
    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #000;
      padding: 30px;
      height: 80px;
      width: 100%;
      position: fixed;
      top: 0px;
      left: 0;
      transition: all 0.3s ease-in-out;
      /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
      z-index: 10000;

		font-size: 1.3em;
    }
    /* Pour la version desktop, seuls le logo et le menu (ul) sont affichés */
    .menu-toggle { display: none; }
    .mobile-icons { display: none; }
    .logo {color: black; font-size: 20px; font-weight: bold; transition: all 0.3s ease-in-out; margin-left: 50px; z-index: 11000;}
    nav ul {
      list-style: none;
      display: flex;
      gap: 15px;
      margin-right: 50px;
    }
    nav ul li a {
      text-decoration: none;
      color: #f2f2f2;
      font-size: 15px;
      transition: 0.3s;
    }
    nav ul li a:hover {
      color: #fff;
    }
	  
    .boutonlire, .boutonlire2 { background: #fff; color: #000; border: none; padding: 10px 15px; font-size: 1em; cursor: pointer; border-radius: 5px; min-width: 100px; text-decoration: none;	
    }
	.boutonlire2 {background: #000; color: #fff;}  
    .boutonlire:hover { background: #f2f2f2;}	
	.boutonlire2:hover { background: #d5007f;}
	  
	  
footer {
  background-color: #000;       /* Fond noir */
  color: #fff;                  /* Texte en blanc */
  padding: 20px 0;
  text-align: center;
  clear: both;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo img {
  max-width: 150px;  /* Ajustez selon la taille souhaitée */
  margin-bottom: 10px;
}

.footer-social a {
  color: #fff;
  margin: 0 10px;
  font-size: 24px;   /* Taille des icônes */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #ccc;       /* Optionnel : couleur au survol */
}
	  
/* Styles pour la liste de liens */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.footer-links li {
  display: inline;
  margin: 0 10px;
}

.footer-links li a {
  color: #fff;         /* Liens en blanc */
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #ccc;
}	  
	  
	  @media (max-width: 1400px) { 	.w60 { position: relative; text-align: left; width: 50%; margin-left: 0%; margin-right: 0%; float: left; }
	.w40 { position: relative; text-align: left; width: 46%; margin-left: 2%; float: left; }
	.w60r { position: relative; text-align: right; width: 50%; margin-left: 0%; margin-right: 0%; float: right; }
	.w40r { position: relative; text-align: right; width: 46%; margin-right: 2%; float: right; }
	
	.margtop1400 {margin-top: 10px}
	.bookinghome {bottom :60px;   } 	  
	  }		  
	  
	  @media (max-width: 1200px) { .logo {margin-left: 0px;} nav ul {margin-right: 20px;} .margright50pasmob { margin-right: 100px; } 	.tresgros { font-size: 2.5em; } .gros { font-size: 1.8em; } .bookinghome {bottom :50px;   } .w48 {width: 76%; margin-left: 12%; margin-right: 12%;} .w48bis {width: 96%; margin-left: 2%; margin-right: 2%;} .margtop40mob	{margin-top: 40px;}  .w70normal {width: 80%; margin-left: 10%; margin-right: 10%;} .listedest5 li { margin-left:2.5%; width: 47%; }}	  
	  
	  
	  
@media (max-width: 1024px) {

	
  /* Agrandir la zone cliquable du hamburger */
  .menu-toggle {
    flex: 0 0 auto;
    padding: 10px; /* Permet d'élargir la zone cliquable */
	padding-right: 0px;  
  }
  /* Centrer le logo en utilisant l'espace restant */
  .logo {
    flex: 1;
    text-align: center;
  }
  .mobile-icons {
    flex: 0 0 auto;
  }

      /* Masquer la top bar en mobile */
      .top-bar { display: none; }

      /* Réajustement de la nav */
      nav {
        top: 0;  /* Calée en haut de la page */
        padding: 10px 20px;
      }
      /* Réorganisation des éléments dans la nav en mobile :
         Ordre de gauche à droite : hamburger, logo, icônes téléphone & connexion */
      nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
		z-index: 10000;  
      }
      /* Affichage du menu toggle en mobile */
      .menu-toggle { 
        display: flex; 
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
	flex: 0 0 auto;
    padding: 0px; /* Permet d'élargir la zone cliquable */ 
	padding-left: 0px;
	padding-right: 0px;	  
      }
      .menu-toggle div {
        width: 25px;
        height: 3px;
        background: white;
        transition: 0.3s;
      }
      /* Centrage du logo */
      .logo {
        flex: 1;
        text-align: center;
    margin-left: 0; /* Supprimez toute marge négative */  
		  
      }
      /* Affichage des icônes téléphone & connexion */
      .mobile-icons {
        display: flex;
        gap: 15px;
      }
      .mobile-icons a {
        color: #fff;
        font-size: 1.1em;
      }
      /* Le menu déroulant (ul) en mobile */
      nav ul {
        position: absolute;
        top: 80px;
        left: 0;
        background: #000;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
		gap: 0px;  
      }
      nav ul.active {
        max-height: 500px;
      }
      nav ul li {
        width: 100%;
        text-align: center;
		  margin-bottom: 10px;
		  margin-left: 10px;
		  margin-top: 5px;
		  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
		  line-height: 20px;
      }
      /* Ajustements du carousel en mobile */
      .carousel-container {
        width: 100%;
        padding: 0 30px;
      }
      .product {
        width: 250px;
      }
      .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.4);
      }
      .w70resp, .w80, .w70respn, .w80n {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        float: left;
      }
		
	.margtop100 { margin-top: 80px; }	
	.tresgros { font-size: 2.5em; }
    .gros { font-size: 1.8em; }	
	.w60, .w60r { position: relative; text-align: left; width: 90%; margin-left: 5%; float: left; }
	.w40, .w40r { position: relative; text-align: left; width: 90%; margin-left: 5%; float: left; }		
	.margleft20pasmob {margin-left: 0px;}	
	.margtop60pasmob {margin-top: 0px;}	
	.margtop60mob { margin-top: 60px; } 	
	.margright20pasmob { margin-right: 0px; }  
	.margtop1400 {margin-top: 40px}	
	.w70normal {width: 98%; margin-left: 1%; margin-right: 1%;}
	.w100flex2 {flex-direction: column;}
	
	.trightpamob { text-align: left; } 
    }
	  
    @media (max-width: 800px) {
		.listedest li { margin-left:2.5%; width: 47%; }
		.w48 {width: 96%; margin-left: 2%; margin-right: 2%;} 
      .margright50pasmob { margin-right: 50px; }
      .tresgros { font-size: 2.5em; }
      .gros { font-size: 1.8em; }
      .demigros { font-size: 1.8em; font-weight: 500; }
	.bookinghome	{bottom: 30px;}
	.slogan { position: absolute; top: 10px; left: 30px; text-align: left; }	
	.footer-links li {display: block; margin-top: 20px;}
	.demigros3 { font-size: 1.2em; font-weight: 300; } 	
		
    }
    @media (max-width: 600px) {
      .demigros2 { font-size: 1.2em; font-weight: 400; }
      .margright50pasmob { margin-right: 0; }
      .tresgros { font-size: 1.5em; }
      .gros { font-size: 1.3em; }
      .demigros { font-size: 1.5em; font-weight: 500; }
		.margtop40pasmob { margin-top: 20px; }
		.margtop100mob { margin-top: 140px; }
		.listedest5 li, .listedest6 li { width: 94%; margin-left: 3%; margin-right: 3%; }
		.listelettre li { margin-left:3%; width: 7%; }
	    
		.sticky-booking {
    top: auto;
    bottom: 110px;
    right: 0;
    left: auto;
    width: auto; /* ou définissez une largeur fixe ex: width: 220px; */
    transform: none;
    border-radius: 10px 0 0 10px;
    padding: 15px;
    text-align: center;
		
    }
	  
     @media (max-width: 440px) {
      .demigros2 { font-size: 1.1em; font-weight: 300; }
	.listedest li a, .listedest2 li a, .listedest5 li a { margin-left: 5px; } 
	.listedest2 li { width: 94%; margin-left: 3%; margin-right: 3%; } 	 
		 
    }

     @media (max-width: 400px) {
		.bookinghome	{bottom: -220px; flex-direction: column; margin-left: 0;}
		.bookbouton {margin-bottom: 15px; margin-left: 0px;}	
		 .margtopmob100 {margin-top: 120px;} 
		.listelettre li { margin-left:5%; width: 10%; } 
		 .mob100 {position: relative; float: left; width: 100%; text-align: center; margin-bottom: 40px;} 
		 .margright20pasmob2 { margin-right: 0px; }  
    }	  

	  

	
ins.adsbygoogle[data-ad-status="unfilled"] {display: none !important;}