main { background-color: #e2e2e2; }

.article {
	width:calc(100vw - 520px);
}

.article-content {
	width:100%;
	border: 14px solid #646664;
	background: #FFF;
	border-radius: 10px;
	padding: 14px;	
}

.article-fiche {
	display:flex;
	flex-direction:row;
	gap:60px;
	width:100%;
	margin-top:40px;
}

			/*	Start carousel images	*/

.article-images .main-pic { overflow:hidden; text-align: center; }

.article-images {
	position:relative;
	display:flex;
	flex-direction:column;
	width:100%;
	max-width:480px;
	height:fit-content;
}

/*
.article-images .img-mid:hover {
	-moz-transform:scale(1.02);
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
}
*/

.article-images .img-mid {
	display:flex;
	width:100%;
	height:100%;
	object-fit:contain;
/*	transition:all 0.3s ease;	*/
}

.article-images .thumbnails {
	margin:25px;
	display:flex;
	gap:15px;
	overflow-x:scroll;
	overflow-y:hidden;
	z-index: 2;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.article-images .thumbnails::-webkit-scrollbar { display: none; }

.article-images .thumbnails img { height:48px; }

.article-images .thumbnails::-webkit-scrollbar {
	display:block !important;
	background-color:var(--gris-clair2);
	scroll-snap-type:mandatory;
}

.article-images .thumbnails::-webkit-scrollbar-thumb {
	display:block !important;
	background-color:var(--gris-clair);
}

.article-images .tn_arrows {
	position:absolute;
	width:100%;
	bottom:40px;
	padding:0 8px;
	color:#a3a3a3;
	display:flex;
	justify-content:space-between;
	cursor:pointer;
}

.article-images #arrowDebut {
	display:inline-block;
	font-style:normal;
	position:relative;
	width:1em;
	height:1em;
	border-left:0.2em solid grey;
	border-top:0.2em solid grey;
	transform:rotate(-45deg);
}

.article-images #arrowFin {
	display:inline-block;
	font-style:normal;
	position:relative;
	width:1em;
	height:1em;
	border-right:0.2em solid grey;
	border-top:0.2em solid grey;
	transform:rotate(45deg);
}

			/*	End carousel images	*/

/*	Start Article Infos	*/

.article h1 {
	text-transform: uppercase;
	margin-bottom: 12px;
	overflow: hidden;
	color: #666466;
	font-size: 29px;
	font-weight: 600;
}

.article-infos .reference {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 13px;
}

.article-infos .brand {
  font-size:12px;
  font-weight:600;
  line-height:1.8;
}

.en_stock,
.en_commande,
.indisponible {
  padding:5px;
  font-size:9px;
  font-weight:600;
  display:none;
}

.currentStatus { display:block; }

.statut_article .en_stock { width:fit-content; background-color:var(--enStock); }
.statut_article .en_commande { width:fit-content; background-color:var(--enCommande); }
.statut_article .indisponible { width:fit-content; background-color:var(--indisponible); }

.article-price-title {
	margin-top:37px;
	font-size:14px;
	font-weight:400;
}

.article-price {
	margin-top:10px;
	font-size:23px;
	font-weight:600;
	color:var(--color0);
}

.article-previous {
	font-size:18px;
	line-height:1;
	text-decoration:line-through red 2px;
	height:18px;
}

.article-infos .article__taille {
	margin-top:10px;
	padding-left:7px;
	height:24px;
	font-size:11px;
	font-weight:700;
	background-color:#e2e2e2;
}

			/*	Start RAL	*/

.Ral_Declinaisons {
	position:relative;
	z-index:1;
	max-width: 310px;
}

.Ral_Declinaisons p { background-color:transparent; }

.Ral_Declinaisons p input {
	font-size:12px;
	font-weight:500;
	height:24px;
	text-transform:uppercase;
	text-align:center;
	background-color:#f5f5e6;
}

.RAL {
	border:none !important;
	display:inline-block;
	width:95px;
}

a.RAL_Link {
	text-align:center;
	line-height:1.8;
	color:#fff !important;
	text-shadow:1px 1px 1px #000;
}

#Masquer { display:none; }

.Ral_Nuancier {
	position:absolute;
	display:none;
	overflow-y:scroll;
	width:100%;
	height:300px;
	margin-bottom:20px; 
	background-color:#fff;
	border:2px solid white;
	box-shadow:-2px 2px 2px #e2e2e2;
}

.Ral_Active { border:2px solid red !important; }

			/*	End RAL	*/

			/*	Start Ajout Panier */

.article-fiche .ajout_panier form {
	display: flex;
	margin: 15px 0 30px 0;
	padding: 5px;
	height: 38px;
	width: 231px;
	background-color: var(--gris-clair);
	position: relative;
}

.article-fiche .ajout_panier form input {
	width: 35px;
	height: 28px;
	text-align: center;
	color: var(--txtblanc);
	background-color: var(--gris-fonce3);
	font-size: 1.1rem;
	margin-right: 30px;
}

.article-fiche .ajout_panier form input:focus { outline: 1px solid var(--color13); }

.article-fiche .ajout_panier form button {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 5px;
	background: #666466;
	text-transform: uppercase;
	font-weight: 550;
	font-size: 12px;
	color: #fff;
	gap: 5px;
}

.article-fiche .add_to_basket img { height: 20px; }

/* **********************fleches panier ***********************/
.article-fiche .ajout_panier input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.article-fiche .ajout_panier input::-webkit-outer-spin-button,
.article-fiche .ajout_panier input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.article-fiche .ajout_panier .fleches {
  position: absolute;
  cursor: pointer;
  gap: 6px;
  width: fit-content;
  height: 28px;
  left: 35px;
  top: 19px;
  transform: translateY(-50%);
  background-color: transparent;
}

.article-fiche .ajout_panier .fleches div {
  width: 30px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gris-fonce3);
}

.article-fiche .ajout_panier .fleches img {
  width: 20px;
  height: 9px;
}

.article-fiche .ajout_panier .fleches div:active { margin: 1px -1px -1px 1px; }

.article-fiche .ajout_panier .fleches div:hover { filter: brightness(.9); }


			/*	End Ajout Panier

			/*	MSC	*/
.article-fiche .article_contact div {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--color0);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	cursor:pointer;
}


/*	----------------	Produit description	------------------- */

.article-details { margin-top:40px; width: calc(100vw - 520px); max-width:100%; }

.article-details img { max-width:100%; }
.article-details iframe { max-width:100%; } /* Youtube */

.article-details .details-switchs-bar {
	display: flex;
	text-align: center;
	border-bottom: 3px solid var(--gris-fonce4);
}

.article-details .switch {
	font-size: 15px;
	font-weight: 600;
	padding: 18px 20px;
	text-transform: uppercase;
}

.article-details .switch.active {
	color: var(--color11);
	background-color: var(--gris-fonce4);
}

.article-details .switch {
	color: var(--color0);
	background-color: var(--gris-clair)
}

.details {
	grid-area: details;
	padding: 25px 15px;
	font-size: 14px;
	display: none;
	white-space: normal;
}

.show_details { display: block; }


/*  JB Template Description */


.article-details .details { display:none; padding:10px; }
.article-details .details.show_details { display:block !important; }

.article-details .details .desc__third { width:100%; overflow:hidden; display:flex; }
.article-details .details .desc__gauche { width:260px; border:none; padding:10px; }
.article-details .details .desc__centre { width:calc(100% - 260px - 280px); border:none; padding:10px; }
.article-details .details .desc__droite { width:280px; border:none; padding:10px; }

.article-details .details .desc__gauche .left-tent {
	line-height: 0.8;
}

.article-details .details .desc__gauche .left-tent .sizes-title { margin:15px 0; font-weight:bold; }

.article-details .details .desc__gauche .left-tent p {
	margin:7px 0;
	padding:0;
}

.article-details .details .desc__gauche .size-title {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-size:14px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
}

.article-details .details .tent-schema { width:fit-content; overflow:hidden; }

.article-details .details .tent-schema .tent-heights { display:flex; justify-content: space-between; margin-top:10px;  margin-bottom:10px; }

div.desc__droite img { display:inline-block; max-width:100%; }

/*
@media screen and (max-width:1300px) {
  .article-details .details { display:block !important; }
  
  .desc__gauche {
	   margin-top:auto !important;
	}
}
*/

/* --------------MEDIA QUERIES-------------- */

.mobile-title { display:none; }

@media screen and (max-width:1400px) {
	.catalogue-main { margin: 0 auto; padding:20px; }
	
	.catalogue-content {
		flex-wrap: wrap;
	}

	.article { width:100%; }
	.article-details {width:100%; }

	.promo-list { display:block; width:100%; }
	.promotionals { display:flex; flex-wrap: wrap; gap:20px; }
	.promotionals .promotionals-item { margin-bottom: 0px; }
	
	.details-content .products { width:100%; }
	
}

@media screen and (max-width:1280px) {
	.article-images { max-width:400px; }

	.article-details .details .desc__third { width:100%; overflow:hidden; display:block; }
	.article-details .details .desc__gauche { width:100%; border:none; padding:10px; }
	.article-details .details .desc__centre { width:100%; border:none; padding:10px; }
	.article-details .details .desc__droite { width:100%; border:none; padding:10px; }


	.left-tent {
		display:flex;
		flex-direction:column;
		width:fit-content;
		gap:20px;
		align-items:start;
		justify-content:start;
	}

	.left-tent .bloc {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		width:fit-content;
		gap:20px;
		align-items:center;
		justify-content:start;
	}
}

@media screen and (max-width:982px) {
	.article-infos h1 { display:none; }
	.mobile-title { display:block; text-align:center; }
	.details { padding:15px !important; max-width:100%; }
}

@media screen and (max-width:840px) {
	.article-fiche {
		flex-direction:column;
		align-items:center;
		justify-content: center;
	}

	.article-images { width:calc(100% - 40px); }
}

@media screen and (max-width:680px) {
	.details-switchs-bar { display:flex; flex-direction:column; }
}

@media screen and (max-width:530px) {
	.details-content .products { justify-content: center; }
}

@media screen and (max-width:350px) {
	.article-content { border: none; }
}
