/* Styles généraux pour toutes les tailles d'écran */
.header {
  position: sticky;
  top: 0;
  background: #eeee;
  z-index: 100;
  padding: 5px;
  display: flex;
  flex-direction: row;
}

#btnwat{
  bottom: 0;
  right: 0; 
  margin-left: 15px;
  margin-bottom: 15px;
  z-index: 100;
  padding: 5px;
  display: flex;
  flex-direction: row;
  height: 150px; 
  width: 150px;
  background-image: url('img/waicon.png');
  background-size: cover;
}

body {
  margin: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.montserrat-1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:100 ;
  font-style: normal;
}


.pics {
  width: 100%;
  height: auto;
}

#logo {
  width: 60%;
  align-items: center;
}

#cart {
  width: 40px;
  position: relative;
  visibility: hidden;
}

#cartxt {
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 15px;
  padding-top: 4px;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

#chapeau {
  margin: 10px;
  text-align: center;
  font-size: 22px;
}

#galerie {
  display: flex;
}

#seconde {
  display: flex;
  flex-direction: column;
}


.container {
  position: relative;
  float: left;
  margin: 10px;
}

.checkbox {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 20%;
  width: 20%;
  opacity: 80%;
}

#pointitre {
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

ul {
  padding: 0;
  margin: 0;
  clear: both;
}

li {
  list-style-type: none;
  list-style-position: outside;
  padding: 2px;
  float: left;
}

#poinombre {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[class="pointe"]:not(:checked),
input[class="pointe"]:checked {
  position: absolute;
  left: -9999%;
}

input[class="pointe"]+label {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-radius: 50;
  border: 1px solid white;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 2px;
}

input[class="pointe"]:checked+label {
  border: 1px solid white;
  border-radius: 50;
  color: rgba(0, 0, 0, 0.5);
  margin: 5px;
  background-color: white;
}

input[class="pointus"]:not(:checked),
input[class="pointus"]:checked {
  position: absolute;
  left: -9999%;
}

  input[class="pointus"]+label {
    pointer-events:none;
    opacity: 50%;
    height: 42px;
    width: 42px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-size: 30;
    text-align: center;
    border-radius: 50px;
    border: 3px solid white;
    color: white;
    background-color: rgba(255, 255, 255, 0);
  }
  
  input[class="pointus"]:checked+label {
    pointer-events:none;
    opacity: 50%;
    height: 42px;
    width: 42px;
    padding: 10px;
    border: 3px solid white;
    font-size: 30;
    vertical-align: middle;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
  }

.libelle {
  font-size: 13px;
  color: #555555;
}

#renseignements {
  margin-left: 15px;
}

.title_order{
  font-weight: bolder;
  font-size: 40px;
  margin: 20px;
}

input[type=text] {
  width: 100%;
  padding: 12px 25px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

#txt_infos{
  visibility: hidden;
}

input[type=submit] {
  width: 95%;
  height: 75px;
  background-color: #79bef7;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

button{
  width: 150px;
  height: 50px;
  background-color: #79bef7;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#merci{
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#deli{
  font-family: 'Montserrat', sans-serif;
  width: 550px;
  height: auto;
}

.ligne{
  width: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.cate{
  height: 200px;
  display: flex;
  flex-direction: row;
  margin-top: 7px;
  margin-bottom: 2px;
  padding-left: 50px;
  padding: 15px;
  font-size: 75px;
  align-items: end;
}

#cate_ico{
  height: 100%;
  margin: 20px;
}

.cate_sand{
  font-weight: lighter;
  font-size: 40px;
}

.cate_label{
  font-weight: bolder;
}

.diapo{
  flex: 65%;
  height: 700px;
  display: flex;
  flex-direction: column;
}

.cmd{
  flex: 35%;
  height: 700px;
  color: white;
  padding-left: 20px;
}

.nompaire{
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 15px;
}

.prix{
  font-size: 60px;
  font-weight: light;
  margin-bottom: 15px;
}

.phint{
  margin-bottom: 15px;
  font-size: 22px;
}

.sizes{
  margin-right: auto;
}

.addcart{
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 40px;
  border: 3px solid white;
  border-radius: 20px;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
}

.slider {
  width: 100%;
  height: 700px;
  position: relative;
}

.slider img {
  width: 100%;
  height: 700px;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

.slider img:first-child {
  z-index: 1;
}

.slider img:nth-child(2) {
  z-index: 0;
}

.navigation-button {
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

.dot {
  height: 45px;
  width: 45px;
  margin: 30px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.active,
.dot:hover {
  background-color: #717171;
  z-index: 10;
}

.img_order{
  height: 150px;
  width: auto;
}

#tbl_panier{
  width: 100%;
  font-size: 25px;
  border: none;
}

th{
  height: 70px;
  background-color: #f2f1f1;
  border-bottom: solid 1px f2f1f1;
}

.qty_sand{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-direction: row;
}

.qte_sandale{
  text-align: center;
}

.prix_sandale{
  text-align: center;
}

.nom_sandale{
  font-weight: bold;
  padding-left: 10px;
}

.suppr{
  height: 30px;
  width: 30px;
}

.delete_sandale{
  text-align: center;
  font-size: 13px;
}

#ligne_total{
  font-weight: bolder;
  height: 60px;
  color: white;
  background-color: black;
  margin-top: 15px;
  margin-bottom: 15px;
  border:solid 1px black ;
}

.hint{
  margin: 30px;
  font-style: italic;
}

.rond{
  height: 30px;
  background-color: #f2f1f1;
  cursor: pointer;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 15px;
  vertical-align:middle;
}

.txt_thanks{
  font-family: 'Montserrat', sans-serif;
}

#anitche{
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  margin: 15px;
  font-weight: bolder;
}

#txt_anitche{
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  margin: 15px;
}

#btn_retour{
  font-family: 'Montserrat', sans-serif;
  width: 250px;
  margin: 15px;
  font-size: 18px;
}

#logo_thanks{
  width: 250px;
  height: auto;
  margin-top: 20px;
}

/* Styles spécifiques pour les écrans jusqu'à 768px de large (mobile) */
@media (min-width:20em) {
  /* Ajustements pour les écrans mobiles */

  #cart {
      height: 100%;
      width: auto;
      position: relative;
      margin-right: 7px;
  }

  #cartxt {
    height: 100%;
    margin: auto;
    position: absolute;
    font-size: 20px;
  }

  #chapeau {
      font-size: 40px;
  }

  .checkbox {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    opacity: 80%;
  }

  #pointitre {
    font-size: 20px;
  }

  .column {
      flex: 100%;
  }
  
  input[class="pointe"]+label {
    height: 42px;
    width: 42px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-size: 30;
    text-align: center;
    border-radius: 50px;
    border: 3px solid white;
    color: white;
    background-color: rgba(255, 255, 255, 0);
  }
  
  input[class="pointe"]:checked+label {
    height: 42px;
    width: 42px;
    padding: 10px;
    border: 3px solid white;
    font-size: 30;
    vertical-align: middle;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
  }
  
    input[class="pointus"]+label {
    pointer-events:none;
    opacity: 50%;
    height: 42px;
    width: 42px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-size: 30;
    text-align: center;
    border-radius: 50px;
    border: 3px solid white;
    color: white;
    background-color: rgba(255, 255, 255, 0);
  }
  
  input[class="pointus"]:checked+label {
    pointer-events:none;
    opacity: 50%;
    height: 42px;
    width: 42px;
    padding: 10px;
    border: 3px solid white;
    font-size: 30;
    vertical-align: middle;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
  }

  .libelle {
    font-size: 22px;
  }

  input[type=text] {
    width: 98%;
    padding: 10px 10px;
    margin: 8px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
  }

  input[type=email] {
    width: 98%;
    padding: 10px 10px;
    font-family: 'Montserrat', sans-serif;
    margin: 8px;
    font-size: 30px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
  }

  textarea {
    width: 98%;
    height: 150px;
    font-family: 'Montserrat', sans-serif;
    margin: 8px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 30px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
  }
  
  #btn_order {
    width: 98%;
    background-color: #79bef7;
    height: 100px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    color: white;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 50px;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0; 
    visibility: hidden;
  }

  #conforder {
    width: 98%;
    background-color: #79bef7;
    height: 90px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    color: white;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    z-index: 100;
    bottom: 0;
    left: 0; 
  }

}
