*{
  box-sizing: border-box;
  margin:0;
  padding: 0;
}

.tooltip{
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: blue;
}

.tooltiptext{
  visibility: hidden;
  width: 100%;
  background-color: #ea73ab;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding-top:6px;
  padding-bottom: 6px;
  position: absolute;
  z-index: 1;
  bottom: -50px; /* position au-dessus du lien */
  left:0;
  transform: translateX(0%);
  opacity: 0;
  transition: opacity 0.3s;
}

.largeurplus{
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  z-index: 2;
  left: -50px;
  width:140%;
}

.tooltip:hover .tooltiptext{
  visibility: visible;
  opacity: 1;
}

.port-size{
  font-size: 20px;
}

body{
    background-image: url(images/fond.png);
}

@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.formulaire-contact {
  position: relative;
  padding-bottom: 8%; /* Espace pour le bouton */
}

.bouton-submit {
  background-color: #0074D9;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;  
  right: 5%;
  bottom: 7%;  
  padding: 12px 32px;;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.bouton-submit:hover {
  background-color: #005fa3;
}

.erreur {
  color: red;
  text-align: center;
}

.success {
  color: green;
  text-align: center;
}

html, body {
    overflow-x: hidden;
}

@media  screen and (max-width:532px){   /*////////////////////////////////////////////////////////////////// */

body{
  width:100%;
  font-family: sans-serif;
  background-size: cover;  
}  

.header-nav{
  display:flex;
  justify-content: space-between;
  background-image: linear-gradient(rgba(238,83,150),rgba(1,131,172));  
  background-size: cover;  
  width: 100%;
  height: 65px;    
}  

.image-menu{
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 3px;  
}

/* Sidenav menu */

.sidenav{    
  height: 100%;
  width: 275px;    
  position: fixed;
  z-index: 2;
  top: 0;
  left: -275px;
  background-color: #ea73ab;
  padding-top: 60px; 
  padding-right: 25px; 
  transition: left 0.5s ease;
}
  
.sidenav ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
  
/* Sidenav menu links */

.sidenav a{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}
  
.sidenav a:hover{
  color: #0183AC;
}

body.active .sidenav{
  left: 0;
}
  
/* Close btn */

.sidenav .close{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
  
.burger-icon span{
  display: block;    
  width: 35px;
  height: 5px;
  background-color: #013059;
  margin: 10px 10px;
  border-radius: 20%;
}
  
a .burger-icon:hover span{
  background-color: white;
}

.burger-top{
  margin-top: 15px;    
}

#sidenav-overlay{
  display: none;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(44, 53, 61, .7);
}

body.active #sidenav-overlay{
  display: block;
}

.kalnia-glaze-titre{  
  font-weight: 500;  
  font-size: 1.4rem;
  color: white;  
}

h1{  
  text-align: left;
  margin-top: 5%;
  margin-left: 5px;
  z-index: 0;
}

.accroche-accueuil{
  width:100%;
  background-color: white;
  border-radius: 15px;
  padding: 20%;
  /* margin: 5%; */
}

.titre-gallerie{
  color: #025378;
}

main{
  width: 100%;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  /* background-color: white;
  border-radius: 15px; */
}

.image-parcours{
  max-width: 80%;
  height: auto;
  margin: 10%;
  border-radius: 10px;
}

.texte-parcours{
  color: #0183AC;  
}

.texte-parcours h1{
  color: #025378;
  text-align: center;
}

.slide-from-top {
  opacity: 0;
  transform: translateY(-100px);
  animation: slideDown 1s ease-out forwards;
}

.p1-parcours{
  text-align: center;
  width: 70%;
  margin: auto;
  margin-top: 5%;
}

.slide-in {  
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 1s ease-out forwards;
}

.slide-in h1{
  padding-top: 2%;
  padding-bottom: 4%;
}

.slide-in p{
  padding-bottom: 4%;
}

.p2-parcours{
  text-align: justify;
  margin: 15% 9% 10% 9%;
}

.slide-from-bottom {
  opacity: 0;
  transform: translateY(100px);
  animation: slideUp 1s ease-out forwards;
}

.marge{
  margin:5% 2% 5% 2%;
  text-align: left;    
}

.main-introduction{
  margin:60px 15% 70px 15%;
  background-color: white;
  border-radius: 10px;      
}

.introduction{
  margin-top: 50px;
  margin-left: 0;
  margin-bottom: 5%;        
} 
    
.introduction h2{
  color: #025378;
}

.introduction p{
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  color: #0183AC;
  text-align: center;
}

.slide-in {
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 1s ease-out forwards;
}

.introduction-image img{
  margin:8% 15% 15% 15%;
  max-width: 100%;  /* Limite la taille de l’image */
  width: 70%;       
  height: auto;
  display: inline-block;
  border-radius: 15px;
}

.image-hover:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.services{
  background-color: white;
  border-radius: 15px;
  width: 70%;
  padding:5%;
  margin-left: 15%;
  margin-right: 15%;
}

.prestations{
  font-size: 35px;
  color: #EE5396;
  text-align: center;
  margin-bottom: 0;
}

.p-color{
  font-size: 17px;
  color: #ea73ab;
  text-align: center;
}
  
.conteneur-card-belly{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: inline-block;
}

.client-belly{
  color: #025378;
  font-weight: bold;
  padding-bottom: 2%;
  text-align: center;
}

.marge-belly-card{
  padding-left: 5%;
  padding-right: 5%;
}

.marge-belly-card-2{
  text-align: center;
}

.boite-box-conteneur-card{  
  width: 80%; 
  margin-left: 10%;
  margin-right: 10%; 
  color:#0183AC;
  text-align: center;  
}
  
.boite-box-conteneur-card h2{  
  color: #025378;
}

.boite-box-conteneur-card h1{  
  color: #025378;
}
    
.box-conteneur-card{   
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center;   */
}
    
.conteneur-card{
  display: flex;  
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  width: 100%;
  height: 100%;  
}

.card-photo{
  flex: 0 0 auto;
  width: 85%;
}

.image-ongles-accueil{
  width: 100%;        
  border-top-left-radius: 5%;
  border-top-right-radius: 5%; 
  vertical-align: middle;  
}
      
.card-text{  
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 85%;
  background-color: white;   
  padding: 20px;
  margin: 0;
  margin-bottom: 15%;   
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;    
}

.flex1{
  flex: 0 0 auto;
}

.flex2{
  flex: 1 1 auto;
}

.flex3{
  flex: 0 0 auto;
}
  
.card-text h3{
  color: #025378    
}
 
.card-text a{  
  color: #ea5e9b;  
  text-decoration: none;
}
  
.card-text a:hover{
  color: #ed328a;
}

.accroche-accueuil{
  width: 80%;
  background-color: white;
  padding: 3.1% 2% 0.1% 2%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 2%;
  border-radius: 15px;
  text-align: center;
}

.accroche-accueuil h1{
  color: #025378;
}

.accroche-accueuil p{
  margin-top: 3%;
  color: #0088cc;
}

.pied-de-page{
  background-color: #0183AC;
  color: white;
  height: 140px;    
}

.pied-de-page p{
  padding-top: 5%;
  text-align: center;
}

.pied-de-page :nth-child(1){
  padding-top: 7%;
}

.pied-de-page a{
  text-decoration: none;
  color: white;
  margin-left: 2%;
  margin-right: 2%;
}

.pied-de-page a:hover{    
  color: rgb(233, 231, 231);
  text-decoration: underline;
}

.bouton-contact{
  padding: 6%;
  margin-top: 3%;
}

.bouton-contact a:link, .bouton-contact a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 14px 25px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
  
.bouton-contact a:hover, .bouton-contact a:active{
  background-color: #EE5396;
} 

.bouton-belly{
  width: 80%;
  margin:auto;
  margin-top: 8%;   
  margin-bottom: 5%;
  /* padding: 5%; */
}

.bouton-belly a:link, .bouton-belly a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 5% 5%;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 150%;
}

.bouton-belly a:hover, .bouton-belly a:active{
  background-color: #EE5396;
}

.bouton-contact-parcours{  
  width: 90%;
  margin: 8% 15% 8% 15%;
  padding: 10%;
}

.conteneur-parcours{
  width: 80%;
  margin-top: 15%;
  background-color: white;
  border-radius: 15px;
}

.bouton-contact-parcours a:link, .bouton-contact-parcours a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 5% 6%;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
  
.bouton-contact-parcours a:hover, .bouton-contact-parcours a:active{
  background-color: #EE5396;
}

.conteneur-produits{
  background-color: white;
  border-radius: 15px;
  width: 90%;
  padding: 8%;
  margin: 5%; 
  margin-top: 10%; 
}

.conteneur-texte-produits{    
  margin-left: 0;
}

.conteneur-texte-produits {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.conteneur-texte-produits.visible {
  opacity: 1;
  transform: translateY(0);
}

.titre-h4-produits{
  color: #025378;
}

.para-produits{
  margin-top: 2%;
  color: #0183AC;
  text-align: left;
  word-spacing: 0;
}

.conteneur-img-produits img{
  margin-top: 30px;
  max-width: 100%;       /* Limite la taille de l’image */
  height: auto;
  display: block;
  border-radius: 15px;
}

/* ---------- Formulaire ---------- */

body form {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  padding: 1rem;
}

main form {
  max-width: 700px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

main h1.form {
  margin-bottom: 2rem;
  margin-top: 0;
  margin-left: 0;
  font-size: 2rem;
  color: #ea73ab; 
  text-align: center;  
}

form div {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #0088cc;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/* ---------- Bouton ---------- */

/* .container_submit {
  *text-align: center;
} */

/* input[type="submit"] {
  background-color: #0088cc;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #006fa3;
}

.bouton-submit {
  right: 10px;
  bottom: 10px;
  padding: 10px 16px;
  font-size: 16px;
} */

.formulaire-contact {
  padding-bottom: 18%;
}

.bouton-submit {
  right: 8%;
  bottom: 4%;
  padding: 8px 18px;
  font-size: 0.9rem;
}

/* ---------- Messages ---------- */

.erreur {
  background-color: #ffdddd;
  color: #a00;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #ffaaaa;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.valide {
  background-color: #ddffdd;
  color: #006600;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #88cc88;
  text-align: center;
  font-weight: bold;
}

.notValide {
  background-color: #ffe6e6;
  color: #990000;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #ffaaaa;
  text-align: center;
  font-weight: bold;
}

main {
  padding: 1rem;
}

input[type="submit"] {
  width: 100%;
}

.message-centre {
    text-align: center;
    margin-top: 20px;
}

/* - - - - - galerie images - - - - -  */

body {
  margin: 0;
  font-family: Arial, sans-serif;  
}

h2 {
  text-align: center;
  padding: 20px;
  margin-top: 4%;
  margin-bottom: 3%;
  color: #333;
}

.galerie {
  background: #f8f8f8;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  width: 90%;   
  padding: 30px; 
  max-width: 1200px;
  margin: auto;
  margin-bottom: 10%;
}

.galerie img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s;
}

.galerie img:hover {
  transform: scale(1.05);
}

/* Lightbox styles */
.lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox.active1 {
  visibility: visible;
  opacity: 1;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;  
}

.lightbox .close1,
.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}

.lightbox .close1 {
  top: 30px;
  right: 40px;
  font-size: 40px;
  transform: none;
}

.lightbox .prev {
  left: 30px;
}

.lightbox .next {
  right: 30px;
}

.lightbox .close1:hover,
.lightbox .prev:hover,
.lightbox .next:hover {
  color: #ccc;
}


html, body {
    overflow-x: hidden;
}
}

/*////////////////////////////////////////////////////////////////// */

@media screen and (min-width:533px) and (max-width:1022px){   

body{    
  width:100%;
  font-family: sans-serif;
  background-size: cover;
}

.header-nav{
  display:flex;
  justify-content: space-between;
  background-image: linear-gradient(rgba(238,83,150),rgba(1,131,172));  
  background-size: cover;  
  width: 100%;
  height: 80px; 
}  
  
.image-menu{
  width: 65px;
  height: 60px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 3px;  
}

.kalnia-glaze-titre{
  text-align: center;
  margin-top: 18px;
  margin-left: 7px;
  z-index: 0;
  font-size: 2.2rem;
  color: white;
}
  
/* Sidenav menu */

.sidenav{    
  height: 100%;
  width: 275px;    
  position: fixed;
  z-index: 2;
  top: 0;
  left: -275px;
  background-color: #ea73ab;
  padding-top: 60px; 
  padding-right: 25px; 
  transition: left 0.5s ease;
}
    
.sidenav ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
    
/* Sidenav menu links */

.sidenav a{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}
    
.sidenav a:hover{
  color: #0183AC;
}
  
body.active .sidenav{
  left: 0;
}
    
/* Close btn */

.sidenav .close{
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
    
.burger-icon span{
  display: block;    
  width: 50px;
  height: 6px;
  background-color: #013059;
  margin: 16px 15px;
  border-radius: 10px;
}
    
a .burger-icon:hover span{
  background-color: white;
}
 
.burger-top{
  margin-top: 15px;    
}
  
#sidenav-overlay{
  display: none;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(44, 53, 61, .7);
}

body.active #sidenav-overlay{
  display: block;
}

.box{
  background-color: white;
  border-radius: 15px;
  width: 70%;
  margin: auto;
  margin-top: 10%;
  padding-top: 3%;
}

.image-parcours{
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 10%;      
  border-radius: 10px;
}

.texte-parcours{
  color: #0183AC;  
  width: 80%;
  margin: auto;
  padding-bottom: 5%;  
}

.texte-parcours h1{
  color: #025378;
  text-align: center;
}

.slide-from-top {
  opacity: 0;
  transform: translateY(-100px);
  animation: slideDown 1s ease-out forwards;
}



.p1-parcours{
  text-align: center;
  margin-top: 5%;
}

.slide-in {
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 1s ease-out forwards;
}

.p2-parcours{
  text-align: justify;  
  margin: auto;
  margin-top: 7%;
  margin-bottom: 7%;
}

.marge{
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  text-align: justify;
}

.marge-belly-card{
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;    
}

.marge-belly-card-2{
  padding-bottom: 2%;  
}

.client-belly{
  color: #025378;
  font-weight: bold;  
}

.client-belly p{
  padding-bottom: 5%;
}  

.main-introduction{  
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-direction: row-reverse; */
  width: 80%;
  margin: 60px 10% 100px 10%;
}

.introduction{
  flex: 1 1 auto;
  padding: 5%;
  
} 
    
.introduction h2{
  color: #025378;
  text-align: left;    
  padding-left: 3%;
  margin-left: 3%;
}

.introduction p{ 
  color: #0183AC;
  text-align: left;
  padding-left: 3%;
  margin-left: 3%;
}

.slide-in {
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 1s ease-out forwards;
}

.introduction-image{
  max-width: 400px;
  width: 40%;
  flex: 0 0 auto;
  padding: 5%;
  padding-left: 0%;
}

.introduction-image img{    
  max-width: 100%;       /* Limite la taille de l’image */
  height: auto;
  display: block;
  border-radius: 15px;
}

.image-hover:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.prestations{
  font-size: 40px;
  color: #025378;
  text-align: center;
}

.services{
  margin-bottom: 5%
}

.p-color{
  margin-top: 2%;
  font-size: 22px;
  color: #0183AC;
  text-align: center;
}
    
.boite-box-conteneur-card{  
  width: 80%; 
  margin-left: 10%;
  margin-right: 10%; 
  color:#0183AC;
  text-align: center;  
}
  
.boite-box-conteneur-card h2{  
  color: #025378;
}

.boite-box-conteneur-card h1{  
  color: #025378;
}
    
.box-conteneur-card{   
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center;   */
}
    
.conteneur-card{
  display: flex;  
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  width: 50%;
  height: 100%;  
}

.card-photo{
  flex: 0 0 auto;
  width: 65%;
}

.image-ongles-accueil{
  width: 100%;        
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  vertical-align: middle;   
}
      
.card-text{  
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 65%;
  background-color: white;   
  padding: 20px;
  margin: 0;
  margin-bottom: 15%;   
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;    
}

.flex1{
  flex: 0 0 auto;
}

.flex2{
  flex: 1 1 auto;
}

.flex3{
  flex: 0 0 auto;
}
  
.card-text h3{
  color: #025378    
}
 
.card-text a{  
  color: #ea5e9b;  
  text-decoration: none;
}
  
.card-text a:hover{
  color: #ed328a;
}

.accroche-accueuil{
  width: 70%;
  background-color: white;
  padding: 3.1% 2% 0.1% 2%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 2%;
  border-radius: 15px;
  text-align: center;
}

.accroche-accueuil h1{
  color: #025378;
}

.accroche-accueuil p{
  margin-top: 3%;
  color: #0088cc;
}
  
.pied-de-page{
  background-color: #0183AC;
  color: white;
  height: 15%;
  margin-top: 5%;    
}
  
.pied-de-page p{
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
}
  
.pied-de-page :nth-child(1){
  padding-top: 7%;
}
  
.pied-de-page a{
  text-decoration: none;
  color: white;
  margin-left: 2%;
  margin-right: 2%;
}
  
.pied-de-page a:hover{    
  color: rgb(233, 231, 231);
  text-decoration: underline;
}
  
.bouton-contact{
  padding: 6%;
  width: 100%;
  margin: auto;
  margin-top: 5%;
}
  
.bouton-contact a:link, .bouton-contact a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 14px 25px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;  
}
    
.bouton-contact a:hover, .bouton-contact a:active{
  background-color: #EE5396;  
}

.bouton-belly{    
  padding-right: 3%;
  padding-left: 3%;
  margin: 10%;
}

.bouton-belly a:link, .bouton-belly a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 2% 4%;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 150%;
}

.bouton-belly a:hover, .bouton-belly a:active{
  background-color: #EE5396;
}

.bouton-contact-parcours{  
  width: 40%;
  padding-right: 3%;
  padding-left: 3%;
  margin: 10% 30% 10% 35%;
}

.bouton-contact-parcours a:link, .bouton-contact-parcours a:visited{
  background-color: #ea73ab;
  color: white;  
  padding: 5% 7%;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
  
.bouton-contact-parcours a:hover, .bouton-contact-parcours a:active{
  background-color: #EE5396;  
}

.conteneur-produits{
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-direction: row-reverse; */
  width: 90%;
  margin: 60px 5% 100px 5%;
}

.conteneur-texte-produits{  
  flex: 1 1 auto;
  padding: 5%;
}

.conteneur-texte-produits {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.conteneur-texte-produits.visible {
  opacity: 1;
  transform: translateY(0);
}

.titre-h4-produits{
  color: #025378;
  text-align: left;    
  padding-left: 3%;
  margin-left: 3%;
}

.para-produits{
  color: #0183AC;
  text-align: left;
  padding-left: 3%;
  margin-left: 3%;
}

.conteneur-img-produits{
  max-width: 400px;
  width: 50%;
  flex: 0 0 auto;
  padding: 5%;
  padding-left: 0%;
}

.conteneur-img-produits img{
  max-width: 100%;       /* Limite la taille de l’image */
  height: auto;
  display: block;
  border-radius: 15px;
}

/* ---------- Formulaire ---------- */

body form {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  padding: 1rem;
}

main form {
  max-width: 700px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

main h1.form {
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 0;
  font-size: 2rem;
  color: #ea73ab; 
  text-align: center;  
}

form div {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #0088cc;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/* ---------- Bouton ---------- */

/* .container_submit {
  text-align: center;
} */

/* input[type="submit"] {
  background-color: #0088cc;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #006fa3;
} */

.formulaire-contact {
  padding-bottom: 12%;
}

.bouton-submit {
  right: 6%;
  bottom: 4%;
  padding: 10px 24px;
  font-size: 0.95rem;
}

/* ---------- Messages ---------- */

.erreur {
  background-color: #ffdddd;
  color: #a00;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #ffaaaa;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.valide {
  background-color: #ddffdd;
  color: #006600;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #88cc88;
  text-align: center;
  font-weight: bold;
}

.notValide {
  background-color: #ffe6e6;
  color: #990000;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #ffaaaa;
  text-align: center;
  font-weight: bold;
}

main {
  padding: 1rem;
}

input[type="submit"] {
  width: 100%;
}

.message-centre {
    text-align: center;
    margin-top: 20px;
}

/* - - - - - galerie images - - - - -  */

body {
  margin: 0;
  font-family: Arial, sans-serif;  
}

h2 {
  text-align: center;
  padding: 20px;
  margin-top: 4%;
  margin-bottom: 3%;
  color: #025378;
}

.galerie {
  background: #f8f8f8;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  padding: 50px;
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.galerie img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s;
}

.galerie img:hover {
  transform: scale(1.05);
}

/* Lightbox styles */

.lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox.active1 {
  visibility: visible;
  opacity: 1;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;  
}

.lightbox .close1,
.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}

.lightbox .close1 {
  top: 30px;
  right: 40px;
  font-size: 40px;
  transform: none;
}

.lightbox .prev {
  left: 30px;
}

.lightbox .next {
  right: 30px;
}

.lightbox .close1:hover,
.lightbox .prev:hover,
.lightbox .next:hover {
  color: #ccc;
}


html, body {
    overflow-x: hidden;
}
}

 /*////////////////////////////////////////////////////////////////// */

@media screen and (min-width:1023px){  

body{    
  width:100%;
  font-family: sans-serif;
  background-size: cover;
}

.header-nav{
  display:flex;
  justify-content: space-between;
  background-image: linear-gradient(rgba(238,83,150),rgba(1,131,172));  
  background-size: cover;
  height: 120px;
}  
  
.image-menu{
  width: 95px;
  height: 90px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 5px;  
}

.kalnia-glaze-titre{
  text-align: center;
  margin-top: 2%;
  margin-left: -40px;
  z-index: 0;
  font-size: 340%;
  color: white;    
}
  
/* Sidenav menu */

.sidenav{    
  height: 100%;
  width: 275px;    
  position: fixed;
  z-index: 2;
  top: 0;
  left: -275px;
  background-color: #ea73ab;
  padding-top: 60px; 
  padding-right: 25px; 
  transition: left 0.5s ease;
}
    
.sidenav ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
    
/* Sidenav menu links */

.sidenav a{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}
    
.sidenav a:hover{
  color: #0183AC;
}
  
body.active .sidenav{
  left: 0;
}
    
/* Close btn */

.sidenav .close{
  position: absolute;
  top: 0%;
  right: 25px;
  font-size: 36px;
}
    
.burger-icon span{
  display: block;    
  width: 50px;
  height: 6px;
  background-color: #013059;
  margin: 15% 25%;
  border-radius: 10px;
} 

a .burger-icon:hover span{
  background-color: white;
}
  
.burger-top{
  margin-top: 69%;
  margin-left: -115%;    
}
  
#sidenav-overlay{
  display: none;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(44, 53, 61, .7);
}
  
body.active #sidenav-overlay{
  display: block;
}

.marge{
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  text-align: justify;
}

.box{
  width: 70%;  
  margin:auto; 
  margin-top: 4%;      
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-radius: 15px;
}

.image-parcours{
  max-width: 70%;  
  height: auto;  
  margin: 8%;
  margin-left: 15%;
  border-radius: 15px;
}

.texte-parcours{
  color: #0183AC;  
  margin-right: 7.5%;
  margin-top: 6%;       
}

.texte-parcours h1{
  color: #025378;
  text-align: center;
}

.slide-from-top {
  opacity: 0;
  transform: translateY(-100px);
  animation: slideDown 1s ease-out forwards;
}

.p1-parcours{
  text-align: center;
  margin-top: 4%;
}

.slide-in {
  color: #0088cc;
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 1s ease-out forwards;
}

.p2-parcours{
  text-align: justify;
  margin-top: 9%; 
  margin-bottom: 10%;
}

.slide-from-bottom {
  opacity: 0;
  transform: translateY(100px);
  animation: slideUp 1s ease-out forwards;
}

.client-belly{
  color: #025378;
  font-weight: bold;
  margin-top: 4%;
  padding-bottom: 2%;
}

.main-introduction{  
  display: flex;          /* Active Flexbox */
  align-items: center;    /* Aligne les éléments verticalement au centre */
  flex-direction: row-reverse;    
  gap: 50px;              /* Espacement entre les deux divs */
  margin: 100px 15% 100px 15%;
  background-color: white;
  border-radius: 15px;
  padding: 3%;       
}

.introduction div{
  margin-top: 6%;
  width:70%;
} 
    
.introduction h2{
  color: #025378;
  text-align: center;  
}

.introduction p{
  margin-top: 4%;
  color: #0183AC;
  text-align: center;  
}

.introduction-image img{
  max-width: 200px;       /* Limite la taille de l’image */
  height: auto;
  display: block;
  border-radius: 15px;
}

.image-hover:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.introduction-image div{
  width: 30%;
}

.prestations{
  font-size: 35px;
  font-weight: bold;
  color: #025378;
  text-align: center;
}

.services{
  margin-bottom: 5%;
}

.p-color{
  margin-top: 2%;
  font-size: 22px;
  color: #0183AC;
  text-align: center;
}

.boite-box-conteneur-card{  
  width: 100%;
  
  color:#0183AC;
  text-align: center;  
}
  
.boite-box-conteneur-card h2{  
  color: #025378;
}

.boite-box-conteneur-card h1{  
  color: #025378;
}
    
.box-conteneur-card{   
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center;   */
}
    
.conteneur-card{
  display: flex;  
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  width: 25%;
  height: 100%;  
}

.card-photo{
  flex: 0 0 auto;
  width: 80%;
}

.image-ongles-accueil{
  width: 100%;        
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  vertical-align: middle;   
}
      
.card-text{  
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 80%;
  background-color: white;   
  padding: 20px;
  margin: 0;   
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;    
}

.flex1{
  flex: 0 0 auto;
}

.flex2{
  flex: 1 1 auto;
}

.flex3{
  flex: 0 0 auto;
}
  
.card-text h3{
  color: #025378    
}
 
.card-text a{  
  color: #ea5e9b;  
  text-decoration: none;
}
  
.card-text a:hover{
  color: #ed328a;
}
 
.accroche-accueuil{
  width: 70%;
  background-color: white;
  padding-top: 3.1%;
  padding-bottom: 0.1%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 2%;
  border-radius: 15px;
  text-align: center;
}

.accroche-accueuil h1{
  color: #025378;
}

.accroche-accueuil p{
  margin-top: 3%;
}

.marge-belly-card{
  font-size: 1.2rem;
  height: 70%;
  margin-left: 4%;
  margin-right: 4%;
  text-align: center;
}
 
.pied-de-page{
  background-color: #0183AC;
  color: white;  
  height: 250px;  
}

.pied-de-page-accueil {
  margin-top: 8%;
}
  
.pied-de-page p{
  padding-top: 4%;  
  text-align: center;
}
  
.pied-de-page :nth-child(1){
  padding-top: 4%;
}
 
.pied-de-page a{
  text-decoration: none;
  color: white;
  margin-left: 2%;
  margin-right: 2%;
}
  
.pied-de-page a:hover{    
  color: rgb(233, 231, 231);
  text-decoration: underline;
}
  
.bouton-contact{
  padding: 0%;
  margin-top: 5%;
  margin-bottom: 9%;
}
  
.bouton-contact a:link, .bouton-contact a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 1% 3%;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 150%;
}
    
.bouton-contact a:hover, .bouton-contact a:active{
  background-color: #EE5396;
}

.titre-gallerie {
  color: #025378;
}

.bouton-belly{
  padding: 0%;  
  margin-top: 2%;
  margin-bottom: 5%;
}

.bouton-belly a:link, .bouton-belly a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 1% 3%;
  margin-top: 2%;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 150%;
}

.bouton-belly a:hover, .bouton-belly a:active{
  background-color: #EE5396;
}

.bouton-contact-parcours{ 
  font-size: 150%; 
  width: 30%;
  margin: 4% 43% 8% 43%;
}

.bouton-contact-parcours a:link, .bouton-contact-parcours a:visited{
  background-color: #ea73ab;
  color: white;
  padding: 5% 7%;
  border-radius: 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
  
.bouton-contact-parcours a:hover, .bouton-contact-parcours a:active{
  background-color: #EE5396;
}

.conteneur-produits{
  display: flex;          /* Active Flexbox */
  align-items: center;    /* Aligne les éléments verticalement au centre */
  flex-direction: row-reverse;    
  gap: 50px;              /* Espacement entre les deux divs */
  margin: 100px 10% 100px 10%;
  background-color: white;
  border-radius: 15px;
  padding: 3%;
}

.conteneur-texte-produits{  
  margin-left: 0;
}

.conteneur-texte-produits {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.conteneur-texte-produits.visible {
  opacity: 1;
  transform: translateY(0);
}

.titre-h4-produits{
  font-size: 1.3rem;
  color: #025378;
}

.para-produits{
  margin-top: 2%;
  color: #0183AC;
  text-align: justify;
  word-spacing: 0;
}

.conteneur-img-produits img{
  max-width: 350px;       /* Limite la taille de l’image */
  height: auto;
  display: block;
  border-radius: 15px;
}

/* ---------- Formulaire ---------- */

body form {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  padding: 1rem;
}


main form {
  max-width: 700px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

main h1.form {
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 0;
  font-size: 2rem;
  color: #ea73ab; 
  text-align: center;
}

form div {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #0088cc;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/* ---------- Bouton ---------- */

.container_submit {
  text-align: center;
}

/* input[type="submit"] {
  background-color: #0088cc;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #006fa3;
} */

/* ---------- Messages ---------- */

.erreur {
  background-color: #ffdddd;
  color: #a00;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #ffaaaa;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.valide {
  background-color: #ddffdd;
  color: #006600;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #88cc88;
  text-align: center;
  font-weight: bold;
}

.notValide {
  background-color: #ffe6e6;
  color: #990000;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #ffaaaa;
  text-align: center;
  font-weight: bold;
}

main {
  padding: 1rem;
}

input[type="submit"] {
  width: 100%;
}

.message-centre {
    text-align: center;
    margin-top: 20px;
}

/* - - - - - galerie images - - - - -  */

body {
  margin: 0;
  font-family: Arial, sans-serif;  
}

h2 {
  text-align: center;
  padding: 20px;
  margin-top: 4%;
  margin-bottom: 3%;
  color: #333;
}



.galerie {
  background: #f8f8f8;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  padding: 50px;
  max-width: 1200px;
  margin: auto;
}

.galerie img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.3s;
}

.galerie img:hover {
  transform: scale(1.05);
}

/* Lightbox styles */

.lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox.active1 {
  visibility: visible;
  opacity: 1;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;  
}

.lightbox .close1,
.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}

.lightbox .close1 {
  top: 30px;
  right: 40px;
  font-size: 40px;
  transform: none;
}

.lightbox .prev {
  left: 30px;
}

.lightbox .next {
  right: 30px;
}

.lightbox .close1:hover,
.lightbox .prev:hover,
.lightbox .next:hover {
  color: #ccc;
}  

html, body {
    overflow-x: hidden;
}
}

.boite-texte-politique{
  color: #5bbdeb;
  width: 90%;
  margin: auto;
  margin-top: 5%;  
  margin-bottom: 5%;
  padding:2% 5% 5% 5%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
}

.titre-politique-h2{  
  color:#125677;
  text-align: center;
}

.titre-politique-h3{  
  color:#18719d;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
}

.p-texte-politique{
  text-align: center;  
  color: #5bbdeb;
}

