
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html, body {
  
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

*{
  font-family: "Playfair Display", serif;
}

/* ****************HEADER ,NAVBAR ************* */

.navbarMobile{
  display: none;
}

.showNav{
  display: block;
}

#header{
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 20px 15px;
  background: #fff; 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  z-index: 999;
  position: sticky;
   /*navbar fix*/
  top: 0;
  left: 0;
}

#header .logo{
  width: 70px;
  height: 40px; 
}

#navbar{
  display: flex;
  align-items: center;
  justify-content: center;  
}

#navbar li {
  list-style: none;
  padding: 0 13px;
  position: relative;
}

#navbar li a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: black;
  transition: 0.3s ease;
}

#navbar li a:hover,
#navbar li a.active {
  color: #f19917;
}

#navbar li a.active::after,
#navbar li a:hover::after{ 
  content: "";
  width: 30%;
  height: 2px;
  background: #f19917;
  position: absolute;
  bottom: -4px;
  left: 20px; 
}

#navbarMobile ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

#mobile{
  display: none;
  align-items: center;
}

/* **************** ACCEUIL, HOME ************* */

#hero{
  background-image: url(/public/img/img-erreur.jpg);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50% 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; 
}

.heroo {
  margin-bottom: 20%;
  padding: 0 20px;
  background: #ffffff5e;
  padding: 20px;
  margin-left: 30px;
}

.heroo{
  margin-bottom: 20%;
  padding: 7px 20px;
}

#hero h1{
  color: #f19917; 
  font-weight: bold;
}

#hero h2, #hero h3, #hero p{  
  margin-bottom: 0px;
  color: #000;
  font-weight: bold;
}

#hero button{
background-color: #f19917;
color: white;
border: 0;
border-radius: 4px;
 /*  top right bottom left */
padding: 10px 32px 10px 32px;
background-repeat: no-repeat;
cursor: pointer;
font-weight: 700;
font-size: 15px; 
margin-top: 20px;
}

.container1 h1{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #f19917;
}

.container1 button, .container2 button{
  border-radius: 4px;
  background-color: #f19917;
  color: white;
  border: 0;
  padding: 10px 32px 10px 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.homeLink{
  display: block;
  text-align: center;
}

.container1 p, .container2 p{
  margin-top: 20px;
  font-weight: bold;
}

.containerSacamain{
  margin-top: 20px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.containerSacamain a {
  flex: 1;             
  text-decoration: none;
}

.containerSacamain img {
  width: 100%;         
  height: 550px;  
  object-fit: cover;        
}

.text{
 text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

 /* ******************* SECTION SERVICE ********************* */

 .services {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
  margin-top: 50px;
}

.services h1 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #000;
}

.services-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.service-item {
  padding: 20px;
  width: 250px;
  text-align: center;
}

.service-item i {
  width: 60px;
  height: 60px;   
}

.service-item h2 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
}

.service-item a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.service-item a:hover {
  text-decoration: underline;
}

/* **************** ALL comments/admin ************* */
td a {
    text-decoration: none;
    padding: 4px 20px;
    border: 2px solid #f19917;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
    color: #f19917;
}

.Comment{
  text-align: center;
}

.Comment h2{
  text-align: center;
  padding: 30px;
  font-weight: bold;
  color: #f19917;
  font-style: italic; 
}

.btnTop{
  margin-top: 0px;
}


/* **************** ALL PRODUCT ************* */

.hero{
  width: 100%;
  position: relative;
  background-image: url(/public/img/Banniere7.jpg);
  height: 400px;
  background-size: cover;
  background-position: 50% 45%;
}

.card-text{
  font-weight: 700;
}

.card-price {
padding-bottom: 20px; 
font-weight: 800;
color: #f19917;
}

.deleteForm{
  margin: 20px 0px;
}
/* 

/* **************** Message success ************* */
.text-success{
  color: rgb(19, 139, 6);
}

/* button detail all product */
.btn {
    background-color: #f19917;
    color: white;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 700;
    align-items: center; 
    padding: 7px 70px;
    border-radius: 5px;
    text-decoration: none;
}

/* button modifier all product */
.btnMod a {
  background-color: #f19917;
  color: white;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  align-items: center; 
  padding: 7px 64px;
  border-radius: 5px;
  text-decoration: none;
}

.btnMod {
  margin-top: 30px;
}

/* button supprimer all product */
.btnSupAdmin {
  margin: 18px 0px !important;
  background-color: #f19917;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  align-items: center; 
  padding: 7px 61px;
  border-radius: 5px;
  border: none;
}

.card-body img{
  margin-top: 60px;
  width: 320px;
  height: 300px;
}

.btn:hover { 
    background-color: #f19917;
    color: white;
 }

/* .container{
    display: flex;
    justify-content: space-between;  
}

.container h5{
    text-align: center;
    font-weight: bold;
} */

.cardProduct{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}

/* .banniere{
    width: 50%;
    height: 400px;
    margin-bottom: 50px;
} */



/* ************ PRODUCT ************** */

 h1 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .formAdd{
    margin: 20px 60px;
  }

  .bgg {
    max-width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 50px;
    overflow: hidden;
  }

  .myProduct{
    margin-left: 50px;
  }

  .imgOneProduct{
    display: flex;
    /* justify-content: space-between;   */
    /* column-gap: 30px; */
  }
  
  .bgg p { 
    line-height: 1.4;
    max-width: 80%;
  }

  .bgg img { 
    height: 350px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .description {
    font-style: italic;
    margin-bottom: 30px;
   
  }

  .price{
    font-weight: bold;
    margin-bottom: 30px;

  }

  .star i{
    font-size: 12px;
    color: #f19917;
  }

  .supBtn{
    color: #f19917;
    background: white;
    padding: 2px 5px;
    border: solid;
    border-radius: 4px;
    padding-top: 5px;
    font-size: 15px;
    padding-bottom: 5px;
  }

  .editBtn{
    color: #f19917;
    background: white;
    padding: 5px 10px;
    border: solid;
    border-radius: 4px;
    font-size: 15px;
	  margin: 5px 0px;
  }

   /* autre btn supprimer / modifier */
   button[type="submit"] {
    padding: 7px 14px;
    border: 2px solid #f19917;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
    color: #f19917;
  }

  .bgg a {
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 5px 5px;
    text-decoration: none;
    background: white;
    color: #f19917;
    border: solid;
    border-radius: 4px;
    transition: background 0.3s;
    /* font-family: 'Arial', sans-serif; */
  }

  select {
    padding: 5px 8px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  /* form {
    margin: 20px 15px;
  } */

  .addToCartBtn {
    background: #f19917;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
  }

  /* Animation */

  .plusProductSection{
    display: flex;
    flex-wrap: nowrap;
    animation: defilement 20s linear infinite alternate;
    column-gap: 5%;
  }

  @keyframes defilement {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}
 
.plusProduct img {
  width: 280px;
  height: 250px;

}
  
.plusProduct a{
    width: 280px;
    height: 250px;
 }

.price {
  color: #f19917;
}

.productPlusTitre h1{
    text-align: start;
  }

  
  /* Ajout note */
  .fa-star{
  color: #f19917;
}

  /* commentaire */
  .card-title {
    font-weight: bold;
    margin-top: 40px;
    margin-left: 10px;
  }

  .userComment{
    display: flex;
  }

  /* 1er lettre d'utilisateur qui commente */

 .firstLetter {
  /* Taille du rond */
  width: 50px;        
  height: 50px;
  background-color: #f19917; 
  color: #fff;             
  border-radius: 50%;
  /* Centrer le contenu (la lettre)*/
  display: flex;
  align-items: center;
  justify-content: center;
  /* la taille de la lettre */
  font-size: 1.5rem;
  font-weight: bold;       
  /* en majuscules */
  text-transform: uppercase;
}


/* ************ PANIER ************** */

.heroCart{
  background-image: url(/public/img/banniere3.webp); 
        width: 100%;
        height: 40vh;
        background-size: cover;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        color: white;
}
  
  .cart-container {
    margin-top: 60px !important;
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px; 
  }
  
  
.input {
  width: 25px;
  height: 19px;
  border: solid 2px;
  margin-right: 40px;
  border: 0px;
}

.update-form,
.delete-form {
  display: inline-block;     
}


  /* Table du panier */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  thead {
    background-color: #eee;
  }

  th, td {
    padding: 9px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
  }

  th {
    font-weight: 600;
  }

  tbody tr:hover {
    background-color: #f9f9f9;
  }

  /* Image produit */
  td img {
    border-radius: 4px;
    object-fit: cover;
  }

  .btnAcheter{
    padding: 7px 26px;
    border: 2px solid #f19917;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
    color: #f19917;
    font-weight: bold;
  }

    /* Lien continuer les achats */
    a.continue-link {
      display: inline-block;
      margin-top: 30px;
      padding: 8px 12px;
      background:   #f19917;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      transition: background 0.3s;
      margin-bottom: 20px;
    }
   
    /* Message panier vide */
    .empty-cart {
      text-align: center;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
    }

    .cart-summary{
    margin: 20px 15px;
    }
  
/* ************** FORMULAIRE AJOUT ET MODIF PRODUCT ************** */
  .card h2{
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .mb-3{
   margin-bottom: 20px;
  }


/* ***************CREAT COMMENTAIRE******************* */

  /* zone de text pour modifier commentaire */
  textarea {
    max-width: 100%;
    min-height: 60px;
    margin-bottom: 5px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  /* message d'erreur */
  .text-danger {
    color: #dc3545;
    margin-top: 5px;
    font-size: 0.9rem;
  }

   .formComment {
    margin : 20px 250px; 
    padding-top: 20px;
  }

  /* ******************* INSCRIPTION ********************* */
  .cardForm{
    margin:20px 100px;
  }
  .containerInscription{
    width: 35%;
    margin: 40px auto;
  }

  .formLabel {
    font-weight: bold;
    margin-top: 15px;
    display: block;
    text-align: start;
    margin-left: 60px;
    
  }

  .cardForm {
    margin-top: 20px;
    margin: 20px 20px;
  }

  .formInscription h2{
    text-align: center;
    margin-bottom: 30px;
    color: #f19917;
    font-weight: bold;
    font-style: italic;
  }
  
  .cardForm h2 {
    text-align: center;
    margin-bottom: 50px;
  }

  .formInsInput{
    width: 70%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;

  }

  .formInscription {
    border: 2px solid #f19917;
    padding: 12px 15px;
    border-radius: 8px;
    text-align: center;
  }

  .cardForm h2{
   text-align: center;
   margin-bottom: 80px;
  }

  .form-label {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}

/* ******************* CONNEXION ********************* */

/* <i class="fa-solid fa-eye-slash" id="hide-password"></i> */
/* <i class="fa-solid fa-eye" id="show-password"></i> */


#hide-password, #show-password {
  position: absolute;
  right: 15%;
  bottom: 21%;
  transform: translateY(-50%);
  cursor: pointer;
}

#hide-password {
  display: none;
} 

#show-password {
  display: inline-block;
}

.mdpContainer{
  position: relative;
  /* width: fit-content; */
}



 /* ******************* FOOTER ********************* */
.footer {
    margin-top: 50px;
    background-color: #ddd;
    padding: 2rem 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    color: black;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    /* gap est plus intuitif que margin ou padding car il s'applique directement entre les éléments, sans toucher à leur taille ou positionnement. */
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo img {
    width: 100px;
    height: 50px;
}

.footer-contact,
.footer-socials {
    text-align: left;
    flex: 1;
    min-width: 200px;
}

.footer-contact h4,
.footer-socials h4 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.footer-contact p,
.footer-socials .social-icons a {
    margin: 0.3rem 0;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    font-size: 17px;
}

.social-icons a {
    display: inline-block;
    margin-right: 0.5rem;
    color: #333;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #f19917;
}

.footer-bottom {
    margin-top: 1rem;
    border-top: 1px solid #fff;
    padding-top: 1rem;
    font-size: 0.8rem;
    color: black;
}

.footer-legal{
    text-decoration:underline;
    font-size: 13px ;
    color: black;  
}


/* ******************* MENTION LEGALE ***************** */
.containerMention {
  width: 80%;      
  margin: 0 auto;        
  text-align: justify;  
}

.containerMention h2{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* ****************** A PROPOS DE NOUS ******************* */

#page-header{ 
  background-image: url(/public/img/banniere2.jpg);
  width: 100%;
  height: 40vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.about-text{
  margin-top: 60px;
  text-align: justify;
  width: 48%;
}

#about-head img{
margin-top: 60px;
width: 50%;
height: auto;
border-radius: 5px;
}

#about-head{
display: flex;
align-items: center;
}

#about-head div {
padding-left: 40px;
padding-right: 15px;

}

#about-app{
text-align: center;
margin-top: 60px;
}

#about-app .video {
width: 70%;
height: 100%;
margin: 30px auto 0 auto;
}

#about-app .video video{
width: 100%;
height: 100%;
border-radius: 5px;
}

.highlight {
  font-weight: bold;
  color: #0066cc;
}

/* ***************** CONTACT ******************** */
#page-head{
  background-image: url(/public/img/banniere3.webp);
  width: 100%;
  height: 40vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: white;
}

#contact-details{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 #contact-details .details {
  width: 40%;
 }

 #contact-details .details h2,
 #form-details form h2 {
  font-size: 26px;
  line-height: 35px;
  padding: 20px 20px;
 }

 #contact-details .details h3{
  font-size: 16px;
  padding: 20px 20px;
}

 #contact-details .details li {
 list-style: none;
 display: flex;
 padding: 10px 20px;
 }

 #contact-details .details li i {
  font-size: 14px;
  padding: 10px;
  margin: 0;
 }

 #contact-details .details li p {
  margin: 0;
  font-size: 14px;
  padding: 10px;
 }

 #contact-details .map{
  width: 55%;
  height: 400px;
 }

 #contact-details .map iframe{
  width: 95%;
  height: 100%;
 }
 
 .form-contact{
    width: 200px;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;

 }

.btnEnvoye {
    color: #f19917 !important;
    background: white;
    padding: 5px 12px;
    border: solid;
    border-radius: 4px;
    padding-top: 10px;
    font-size: 15px;
}

 #form-details form{
  width: 51%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
 }

 .form-control{
  width: 50vh;
  padding: 12px 15px;
  outline: none;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
 }


 #form-details form button {
  background-color: white;
  color: black;
 }

 #form-details .people div{
  margin-top: 20px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
 }

 #form-details .people div img{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
 }

 #form-details .people div p {
  margin: 0;
  font-size: 13px;
  /*espace entre les p*/
  line-height: 25px;  
 }

 #form-details .people div p span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
 }

 #form-details{
  display: flex;
  justify-content: space-between;
  padding: 80px;
  margin: 30px;
  border: 2px solid #e1e1e1;
 }

 

/* **************** CGV ******************* */

.cgv-container {
  max-width: 800px;      
  margin: 0 auto;        
  padding: 2rem;         
  line-height: 1.6;      
  color: #333;    
}

/* **************** PAGE SUCCESS **************** */

.success-container {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #e6e6e6;
  }

  .success{
    text-align: center;
    color: #f19917;
  }

  .btnSuccess {
    background-color: #f19917;
    color: white;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 10px 50px;
    border-radius: 5px;
    text-decoration: none;  
    margin-top: 50px;
  }

/* ****************** PAGE D'ERREUR ****************** */

.error-container {
background-image: url(/public/img/img-erreur.jpg);
height: 100vh;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
flex-direction: column;
}

.error{
  text-align: center;
  color: #f19917;
}

.btnError {
  background-color: #f19917;
  color: white;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 50px;
  border-radius: 5px;
  text-decoration: none;  
}

/* **************** PAGE COMPTE **************** */

.btnUser{
  color: #f19917;
  background: white;
  padding: 5px 5px;
  border: solid;
  border-radius: 4px;
  padding-top: 10px;
  font-size: 15px;
  margin: 5px;
}

@media screen and (max-width:698px) {

  /* ****************** NAVBAR *******************  */

  #header{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 10px 0px;
    background: #fff; 
    width: 100%;
  }
 
  #mobile{
  display: block; 
  }

  #navbar{
  display: none;
  }

  #mobile {
    display: block;
    margin-left: 50px;
    margin-right: 20px;
 }

 #navbarMobile ul li{
  text-decoration: none;
 }

 #navbarMobile ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
 }

 #navbar a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.3s ease;
}

#navbar a:hover {
  color: #f19917; 
}



#navbarMobile li {
  margin: 10px 0;
}

#navbarMobile a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

#navbarMobile a:hover {
  color: #f19917;
}

#navbarMobile #close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

#bar {
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

  /* **************** PAGE D'ACCEUIL ************* */

  #hero  {
  background-image: url(/public/img/img-erreur.jpg);
  height: 60vh;
  width: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  justify-content: center;
  }

  #hero h1, #hero h2, #hero h3, #hero p{
    font-size: 20px;
    margin-bottom: 0px;
  }

  #hero h2, #hero h3, #hero p{
    color: white;
  }

  .heroo{ 
      margin-bottom: 20%;
      padding: 0 20px;
      background: #ffffff5e;
      padding: 20px;
      margin-left: 30px;
  }

  .heroo h1{
    text-align: start;
  }
  
  #hero h1, #hero h2, #hero h3, #hero p{
    font-size: 14px;
    margin-bottom: 0px;
  }

  .container1 button, .container2 button {
    color: white;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #hero button {
    padding: 5px 16px 5px 16px;
  }

  .containerSacamain {
    margin-top: 20px;
    width: 100%;
    display: inline;
    margin: 0 auto;
    padding: 0;  
  }

.containerSacamain img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.text{
  font-size: 0.6rem;
  margin-left: 7px;
}

/* ************** SERVICE **************** */

.services-container {
  flex-wrap: wrap;
}

/* ************** FOOTER **************** */

.footer-contact, .footer-socials {
  text-align: left;
  margin-left: 15px;
  flex: 1;
  min-width: 200px;
}

/* ************** ALL PRODUCT **************** */

.hero{
  background-position: 19% 45%;
}

.heroText p, .heroText h2 {
  color: #000 !important;
  text-align: center;
}

.card-body img {
  width: 290px;
}

/* ************** A PROPOS **************** */

#about-head {
flex-direction: column;
width: 100%;
}

#about-head img {
  margin-top: 30px;
  width: 90%;
  height: auto;
  margin: 10px 10px;
}

#about-head div {
  padding-left: 0px;
  width: 90%;
  margin: 10px 10px;
}

/* ************** CONTACT **************** */

#contact-details .details {
  width: 100%;
}

#contact-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#contact-details .details h2, #form-details form h2 {
  font-size: 23px; 
  line-height: 30px;
  padding: 20px 20px;
}

#form-details {
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  margin-top: 40px;
}

.form-control {
  width: 200px;
  margin: 0 auto;
}

.cart-container {
  margin-top: 60px !important;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0px;
  border-radius: 8px;
}

/* ************** PANIER **************** */

.table-panier {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  overflow-x: scroll;
}

.input{
  margin-bottom: 10px;

}

.supBtn{
  margin-top: 7px;
}

 
/* ************** PRODUCT **************** */
.imgOneProduct{
  flex-direction: column;
}

.bgg {
  width: 85%;
}

.myProduct{
  margin-left: 10px;
}

.plusProduct {
  width: 250px;
}
.bgg img {
  height: 150px;
  width: 150px; 
}

.plusProduct a {
  width: 150px;
  height: 150px;
}

button[type="submit"] {
    margin-top: 30px; 
    padding: 6px;
  } 

  .form-control {
    width: 220px;
    margin: 0 auto;
}

.formComment {
  margin: 20px 10px;
}

/* ************** FOOTER **************** */

.footer-contact, .footer-socials {
  text-align: left;
  margin-left: 15px;
  flex: 1;
  min-width: 300px;
}

.footer {
  width: 90%;
}
.droit{
  font-size: 7px;
}

/* *************** FORMULAIRE AJOUT PRODUCT ****************** */
  .formAdd {
    margin: 20px 10px;
    width: 100%;
  }

  .btnMod{
    margin-top: 30px;
  }

  /* *************** INSCRIPTION ****************** */

  .containerInscription {
    width: 85%;
    margin: 40px auto;
}

#hide-password, #show-password {
  right: 40px;
}

/* *************** REVIEW ****************** */
.btnTop{
  margin-top: 0px !important;
}
	
	 /* Animation */

  .plusProductSection{
    display: flex;
    flex-wrap: nowrap;
    animation: defilement 7s linear infinite alternate;
    column-gap: 5%;
  }

  @keyframes defilement {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

}

@media screen and (max-width:998px) {

  .delete-form {
    display:block;
    text-align: end;
    margin-top: 5px;
    }

    .update-form {
    display: flex;
      }

      #navbar li {
        padding: 0px 10px;
        } 

        .containerInscription {
          min-height: 59vh;
        }
        .input {
          width: 35px;
        margin-top: 16px;
        }
	#form-details {
       padding: 20px; 
}
        
}












  
















 
  






  



      







