/*-DETAIL PRODUIT-*/

.icone_plus{
	width : 20px;
}

#retour{
	display : inline-block;
	margin-top : 10px;
	margin-bottom : 10px;
	cursor : pointer;
}

.bouton_retour a{
	color : white;
}

.bouton_retour{
	margin-top : 15px;
	margin-bottom : 15px;
}

#detail-produit{
	display : flex;
}

#titre-produit-mobile{
	display : none;
	font-weight : bold;
	color : #00ADD8;
	font-size : 18px;
	margin-bottom : 10px;
}

#prix-mobile, .prix-mobile{
	display : none;
	font-size : 20px;
	color : #00ADD8; 
}

.valeur_container_mobile{
display : none;	
}

#images-produit{
width : 45%;	
display : flex;
align-items : center;
background-color : #e7e7e7;
margin-right : 50px;
}

.image_detail_produit{
object-fit : contain;	
height : 390px;
}

.image_detail_container{
	width : 80%;	
	cursor : pointer;
	display: flex;
    justify-content: center;
}

.defilement_image_icone_container{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content : center;
    background-color : #e7e7e7;
    width : 10%;
    margin-right: 15px;
    margin-left: 15px;
}

.defilement_image_icone{
	width : 40px;
	cursor : pointer;
}

.image_detail_container_modal{
	width : 80%;	
	display: flex;
    justify-content: center;
}

.defilement_image_icone_container_modal{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content : center;
    width : 10%;
    margin-right: 15px;
    margin-left: 15px;
}

.defilement_image_icone_modal{
	width : 50px !important;
	height : 55px !important;
	cursor : pointer;
	
}




#infos-produit{
width : 50%;	
}

#titre-produit{
	font-weight : bold;
	color : #00ADD8;
	font-size : 18px;
	display : block;
	margin-bottom : 10px;
	text-transform: uppercase;
}

#description-produit{
	font-size : 16px;
}

.tarif {
	display : block;
}

ul.tarif-repartition {
	list-style-type: none;
	padding-left: 0px;
}

ul.tarif-repartition li {
	display: block;
}

.choisir_taille{
	font-size : 16px;
	color : #00ADD8;
	display : block;
	margin-bottom : 10px;
}

#tailles-container{
	display : flex;
	justify-content : space-between;
	width : 70%;
	margin-bottom : 20px;
}

#tailles{
	width : 70%;
}

.texte_haut{
	font-size : 16px;
	color : #00ADD8;
	display : block;
	margin-bottom : 10px;
}

.texte_bas{
	font-size : 16px;
	color : #00ADD8;
	display : block;
	margin-bottom : 10px;
}

#texte-haut-container{
	display : flex;
	justify-content : space-between;
	width : 70%;
	margin-bottom : 20px;
}

#texte-bas-container{
	display : flex;
	justify-content : space-between;
	width : 70%;
	margin-bottom : 20px;
}

.icone_livraison{
	width : 50px;
}

.livraison_container{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width : 61%;
    margin-bottom : 20px;
}

.livraison_offerte{
	display : block;	
}

.commander_container{
	display : flex;
	align-items : center;
	margin-bottom : 20px;
}

.conditions_generales_container{
	display : flex;
	margin-bottom : 20px;
}

#conditions-generales{
	display : block;
	margin-right : 10px;
}

.conditions_generales_lien, .votre_boutique_lien{
	color : #00ADD8;
	cursor:pointer;
}


.valeur_container{
	/*display : flex;*/
	align-items: center;
	justify-content: center;
	/*width : 50%;*/
}

.valeur_point_container{
	display : flex;	
	align-items: center;
}
.valeur_euro_container{
	display : flex;	
	align-items: center;
}
#prix, .prix, .tarif-repartition-mo{
	font-size : 20px;
	color : #00ADD8;
	margin-left: 7px;	
}
#pointsEuros_euros{
	font-size : 20px;
	color : #00ADD8;
	display : inline; 	
}
.icone_check{
	width : 40px;
	display : block;
	margin-right : 10px;
}
#points_euros{
	font-size:20px;
	display:inline;
}
#points, .tarif-repartition-pt{
	font-size : 20px;
	margin-right : 10px;
	color : #94c120;	
	margin-left: 10px;
}

#pointsEuros_point{
	font-size : 20px;
	color : #00ADD8; 
	display : inline;
	margin-right : 10px;
	color : #94c120;	
}

#points-mobile{
	font-size : 20px;
	color : #00ADD8; 
	color : #94c120;	
	margin-right : 7px;
}

#ou, .tarif-repartition-ou {
	margin-right : 10px;
	margin-left : 10px;
	font-size : 20px;
}

.tarif-repartition-et {
	font-size : 20px;
}

#commander-btn{
    background: #94c120;
    border-radius: 20px !important;
   /* margin-left: 60px;*/
}
/*-POP UP COMMANDE-*/
#main-container{
	position : relative;
}

#pop-up{
	display : none;
	border : 2px solid #94c120;
	width : 45%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding : 1%;
    border-radius : 20px;
    background-color: white;
}

#pop-up-public{
	display : none;
	border : 2px solid #94c120;
	width : 40%;
	position: absolute;
    top: 210px;
    right: 0;
    padding : 2%;
    border-radius : 25px;
    background-color: white;
}


.opacity_container{
	opacity:1;
}
.top_popup{
	display : flex;
	justify-content : space-between;
}
.titre_close_popup_container{
	width : 85%;
	display: flex;
    align-items: center;
}
.titre_popup{
	display : block;
	color : #00ADD9;
	font-size : 17px;
}
#close-popup{
	width : 10%;
	text-align: center;
	cursor : pointer;
	font-size : 30px;
}

.close_pop_public_container{
	display : flex;
	justify-content : flex-end;
}

#close-popup-public{
	display : inline;
	cursor : pointer;
	font-size : 30px;
}

#texte-popup{
	display : block;
	margin-bottom : 10px;
	color : black;	
}

#texte-popup-public{
display : block;
	margin-bottom : 10px;
	color : black;	
}

#btn-popup-container{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display : flex;
	justify-content : space-evenly;
}

#btn-popup-container-public{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display : flex;
	justify-content : space-evenly;
}

.btn_commande{
	display : block;
	background-color :  #94c120;
	color : white;
	padding : 5px 10px 5px 10px;
	border-radius : 8px;
	margin-right: 5px;
	cursor : pointer;
	width: 100px;
}
#annuler{
	display : block;
	background-color :  #ffc000;
	color : white;
	padding : 5px 10px 5px 10px;
	border-radius : 8px;
	cursor : pointer;
}

/*-POP UP ETAT-*/
#popup-etat-erreur{
display : none;
width : 20%;
position: absolute;
top: 230px;
right: 100px;
padding : 3px 10px 3px 10px;
border-radius : 10px;
background-color : #ed8c00;
}

#popup-etat-succes{
display : none;
width : 20%;
position: absolute;
top: 230px;
right: 100px;
padding : 3px 10px 3px 10px;
border-radius : 10px;
background-color : #cedf9b;
}

.texte-popup-etat{
	width : 85%;
	color : black;
	font-size : 12px;
}

.close_popup_etat{
	width : 10%;
	text-align: center;
	cursor : pointer;
	font-size : 30px;
}

.lien_boutique{
	color :#00ADD9; 
	
}


/*-MODAL-*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  height : 800px;
  object-fit : contain;
}



/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}




@media (max-device-width: 800px) { 	
	/*-DETAIL PRODUIT-*/
	#detail-produit{
		display : block;
	}
	
	#titre-produit{
		display : none;
	}

	.tarif {
		display : flex;
	}

	ul.tarif-repartition {
		list-style-type: none;
	}

	ul.tarif-repartition li {
		display: inline-flex;
	}

	#btn-popup-container{
		display: flex;
		flex-flow: row wrap;
	}

	#btn-popup-container li {
		margin-bottom: 10px;
	}

	.valeur_container{
		display : none;
	}
	
	.valeur_point_container_mobile{
		display : flex;
	}
	
	.valeur_container_mobile{
		display : block;
		justify-content : flex-end;
	}
	
	#titre-produit-mobile{
		display : block;
	}

	#prix-mobile, .prix-mobile{
		display : block;
	}
	
	#images-produit{
		width : 100%;
	}
	
	#infos-produit{
		width : 100%;
	}
	#tailles-container{
	width : 80%;
	flex-wrap : wrap;
	}
	
	.taille{
	padding: 10px;
    text-align: center;
    width: 26%;
    display: block;
    margin-bottom: 5px;
	}
	
	.livraison_container{
	width : 100%;
	}
	
	.icone_livraison{
	margin-right : 15px;
	}
	
	.commander_container{
	justify-content : center;
	}
	
	#commander-btn{
    margin-left: 0px;
	}
	#tailles{
	width : 100%;
	}
	.icone_check{
	width : 25px;
	height:25px;
	}
	#points-mobile {
	font-size : 20px;
	margin-right : 7px;
	}
	#ou-mobile{
	font-size : 20px;
	margin-right : 7px;
	}
	#description-produit{
	margin-top : 20px;
	font-size : 14px;
	}
	/*-POP UP-*/
	#pop-up{
		width : auto;
		right : auto;
		top : 600px !important;
		position:absolute;
		padding: 2%;
	}
	
	#pop-up-public{
		width : auto;
		right : auto;
		top : 600px !important;
	}

	#pop-up{
		display : none;
		border : 2px solid #94c120;
		width : 90%;
		position: absolute;
		top: 150px;
		right: 0;
		padding : 2%;
		border-radius : 20px;
		background-color: white;
	}
	
	#pop-up-public{
		display : none;
		border : 2px solid #94c120;
		width : 90%;
		position: absolute;
		top: 210px;
		right: 0;
		padding : 2%;
		border-radius : 25px;
		background-color: white;
	}
	
	#popup-etat-erreur{
		width : auto;
		top : 500px;
		right : auto;
	}
	
	#popup-etat-succes{
		width : auto;
		top : 500px;
		right : auto;
	}
	
	.modal-content {
  		height : 450px;
	}
	
	
}





/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}