.titresection
{
  display: flex;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.60);
    font-size: 2.5rem;
    font-family: fontetitre,Helvetica,Arial,sans-serif;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
}
.tarif {
    font-size: 1rem;
    font-family: font1,Helvetica,Arial,sans-serif;
    color: #3e993f;
    display: flex;
    background-color: transparent;
    width: 100%;
    
    
}
.designation, .coupe {
    display: flex;
    background-color: transparent;
    color: black;
    font-size: 1.8rem;
    font-family: fontetitre,Helvetica,Arial,sans-serif;
    width: 100%;
    
    margin-bottom: 1px;

}
.coupe {font-size: 1.5rem;}
.picture
{
    display: flex;
    width: 250px;
    border: 2px  #3e993f solid;
    border-radius: 5px;
}
.containertaille 
{
  display: flex;
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
  min-height: 36px;
  width: 100%;
  background-color: transparent;
  padding: 5px;
  gap:13px;
  margin-top: 10px;
}

.taille{
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width:  40px;
  width: fit-content;
  height: 20px;
  font-family: font1,Helvetica,Arial,sans-serif;
  font-size: 0.8rem;
  color: gray;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
}



a {
  text-decoration: none;
  color: inherit;
}
.quantite
{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 17px;
  height: 17px;
  background-color: rgb(242, 161, 40);
  font-family: font1,Helvetica,Arial,sans-serif;
  font-size: 0.6rem;
  border-radius: 16px;
  color: white;
  text-align: center;
  opacity: 100%;
  
  
}
.nostock
{opacity: 0%;}

.enstock
{background-color: #8dc7b0;
  color : white}
  
  .containerarticle, .containerarticlehorizontal
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 260px;
    margin-bottom: 25px;
    gap:1px;
    padding: 5px;
    border-bottom: #8dc7b0 2px solid;
  
}
.containerarticlehorizontal
{border: none;
margin-bottom: 2px;}

.main
{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    background-color: #f6f1ef;
    overflow-x : hidden;
    overflow-y: scroll;
    
}
.horizontal
{
  flex-direction: row;
  justify-content: start;
  align-items: start;
  overflow-y: hidden;
  overflow-x: scroll;
  border: none;
  
  
}
.small
{font-size: 1.0rem;
width: 200px;}

body
{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.btn{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: #8dc7b0 solid 2px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #8dc7b0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  cursor: pointer;
}

.blockinput
{
  display: flex;
  width: 100%;
  flex-direction: row;
  font-family: font1,Helvetica,Arial,sans-serif;
  font-size: 1.1rem;
}
.label
{
  display: flex;
  width: 45px;
  text-align: left;
  margin-right: 5px;
  font-family: font1,Helvetica,Arial,sans-serif;
  font-size: 1.1rem;
  align-items: center;
}
.input, input
{
  display: flex;
  width: 70%;
  font-size: 1.1rem;
  text-align: center;
  justify-content: center;
}
input
{
  width: 90%;
  border-radius: 3px;
  border: 1px solid #3e993f;
}
.minus,.plus
{
  display: flex;
  border: 1px black solid;
  width: 40px;
  font-size: 2rem;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
.minus
{
  background-color: rgba(255, 0, 0, 0.5);
}

.plus
{background-color: rgba(127, 255, 212, 0.5);}

/* 📲 Tablette et plus */
@media (min-width: 768px) {
  .main {
    width: 80%;
  }
}

/* 💻 Desktop et plus */
@media (min-width: 1024px) {
  .main {
    width: 70%;
  }
}
