
#conteneur-details {
	background-color: white;
	padding:20px;
	margin-right:25px;
	box-sizing: border-box;
	margin-top:0px;
}

.nom_tirage {
  position: relative;
  width: 100%;
  background-color: #555;
  padding: 10px;
  color:#fff;
  font-size: 1.4em;
	font-weight: 300;
	margin-top:0px;
}

.titre_description {
  font-weight: 600;
}

.titre_choix_taille {
    font-weight: 600;
    margin-top:20px;
}

.choix_taille {
  padding:10px;
  background-color: #cfcfcf;
  margin:10px;
  width:auto;
  max-width:150px;
}

.choix_taille a {
	color:black;
}

.choix_taille_on {
  padding:10px;
  background-color: gold;
  margin:10px;
  width:auto;
  max-width:150px;
}

.choix_taille_on a {
	color:black;
}

#prix {
    font-size: 1.6em;
    margin-top:20px;
    margin-bottom:20px;
}

.ajout_panier {
  background-color: #000;
  color:#fff;
  padding:10px 20px;
  max-width: 180px;
  text-align: center;
  margin-bottom: 20px;
}

.conteneur_details {
  position: relative;
  background-color:white;
  box-sizing: border-box;
  width:100vw-250px;
  margin-top:38px;
  margin-left:310px;
  margin-right:50px;
  padding:25px;
}

.colonne_gauche {
  width:50%;
}

.photo_presentation {
    width:100%;
}
.photo_presentation IMG {
  width:100%;
  max-width: 1000px;
}

.autres_vues {
  display: flex;
  gap:10px;
  margin-top:15px;
  flex-wrap: wrap;
}

.autres_vues IMG {
  height:100px;
  border:1px solid #cfcfcf;
}

.colonne_droite {
  width:50%;
}

.haut_details {
  margin-top:20px;
  display: flex;
  gap:20px;
}


#description_produit {
	margin-top:25px;
}





.action_tirage a {
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #000;
  color: #000;
  margin: 0 -.50rem;
  padding: 0 .50rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.action_tirage a:hover {
  box-shadow: inset 100px 0 0 0 #000;
  color: white;
}


	.autres_tirages {
		margin-top:80px;
		background-color:#555;
		color:white;
		font-size:1.1em;
		padding:15px;
	}


  .tirages {
    position: relative;
    background-color:white;
    box-sizing: border-box;
    width:100vw-250px;
    margin-top:38px;
    margin-left:310px;
    margin-right:50px;
    padding:25px;
  }
  .tiragescontainer {
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:15px;
    margin-top:50px;
  }
  .tirage_liste {
    position: relative;
    width:24%;
    text-align: center;
    margin-bottom:50px;
  }
  .tirage_liste IMG {
    width:100%;
    max-width:450px;
    margin-bottom:15px;
  }
  .nom_tirage_liste {
      text-transform: uppercase;
      margin-bottom:7px;
  }
  .prix_tirage {
    margin-bottom: 7px;
  }


  .tirage {
    position: relative;
  }
  .over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
  }

  .tirage:hover .over {
     opacity: 1;
   }

   .btn_produit_lie {
    background-color: #000;
    color: #fff;
    padding: 8px 30px;
    margin-top: 10px;
   }


   @media only screen and (max-width:1600px) {
     .tirage_liste {
       width:32%;
       text-align: center;
       margin-bottom:50px;
     }
   }





   @media only screen and (max-width:1350px) {
     .tirage_liste {
       width:48%;
       text-align: center;
       margin-bottom:50px;
     }
   }




   @media only screen and (max-width:900px) {



    .colonne_gauche {
      width:100%;
    }
  
    .colonne_droite {
      width:100%;
    }
  
    .haut_details {
      margin-top:20px;
      display: flex;
      gap:20px;
      flex-direction: column;
    }
  
    .autres_vues {
      display: flex;
      gap:5px;
      margin-top:15px;
    }
  
    .autres_vues IMG {
      height:80px;
      border:1px solid #cfcfcf;
    }
  
    .choix_taille {
      padding: 12px;
      background-color: #cfcfcf;
      margin: 5px;
      width: auto;
      max-width: 150px;
      font-size: 1em;
  }
  .choix_taille a {
    color:black;
  }
  
  .choix_taille_on {
    padding:12px;
    background-color: gold;
    margin:5px;
    width:auto;
    max-width:150px;
  }
  
  .choix_taille_on a {
    color:black;
  }
  
  
  
  }




		@media only screen and (max-width:640px) {

			#conteneur-details {
			    background-color: white;
			    padding: 5px;
					width: 100%;
			    box-sizing: border-box;
			    margin-top: 10px;
			}

			.nom_tirage {
				    position: relative;
				    width: 100%;
				    background-color: #555;
				    padding: 8px;
				    color: #fff;
				    font-size: 1.2em;
				    font-weight: 400;
				    margin-top: 0px;
				    box-sizing: border-box;
				}

			.offre_promo {
				width:100%;
			}

			.autres_vues {
		    display: flex;
		    gap: 5px;
		    margin-top: 15px;
		    flex-wrap: wrap;
		    flex-direction: row;
			}

			.haut_details {
		    margin-top: 80px;
		    display: flex;
		    gap: 20px;
		    flex-direction: column;
			}

			.tiragescontainer {
		    position: relative;
		    display: flex;
		    flex-direction: row;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    gap: 15px;
		    margin-top: 20px;
			}

			.tirage_liste {
		    width: 100%;
		    text-align: center;
		    margin-bottom: 30px;
			}

			.autres_tirages {
				margin-top:30px;
				background-color:#555;
				color:white;
				font-size:1em;
				padding:5px;
			}

      .texte-promo-prix {
        color: #fff;
        background-color: darkred;
        padding:10px;
        border-radius: 50px;
        font-size: 0.8em;
        width:50px;
        height:50px;
        line-height: 50px;
        margin:auto;
      }
      
      .prix-promo {
        color:firebrick;
        margin: auto;
        margin-top: 15px;
        text-align: center;

      }

      .prix-barre {
        margin-top: 15px;
        color:#555;
        text-decoration: line-through;
        font-size: 0.8em;
        text-align: center;
      }

		}


    















   @media only screen and (max-width:480px) {

    .button {
      padding: 15px;
      background: white;
      text-align: center;
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 200;
      position: relative;
      will-change: transform;
      width: 100%;
    }

    .tirage_liste IMG {
      width: 80%;
      margin-bottom: 15px;
  }
  
  }




  button {
    border: none;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
  }


  .psuedo-text {
    color: #fff;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline;
    height: auto;
    font-size: 1rem;
    transition: 0.25s ease-in;
    transition-delay: 0.1s;
    font-weight:200;
  }

  .button {
    padding: 10px 90px;
    background: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;
    position: relative;
    will-change: transform;
  }

  .button-mat {
    color: #fff;
    border: 0px transparent;
    transition: 0.3s ease-in-out;
    transition-delay: 0.35s;
    overflow: hidden;
  }
  .button-mat:before {
    content: "";
    display: block;
    background: gold;
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  }
  .button-mat:hover .psuedo-text {
    color: #000;
  }
  .button-mat:hover {
    color: transparent;
  }

  .btn-achat {
    background: #000;
  }
  .btn-achat:before {
    transform: translate(-120%, -50%) translateZ(0);
  }
  .btn-achat:hover:before {
    transform: translate(-45%, -34%) translateZ(0);
  }

  .etoiles_avis {
    margin-bottom:20px;
  }

  .offre_promo {
    width:495px;
  }
  .offre_promo IMG {
    width:100%;
  }