main.homepage { padding: 0 45px; margin-bottom:45px; }

@media screen and (max-width:450px){
    main.homepage { padding: 0 30px; }
}

main.contact { padding: 0 45px; margin-bottom:45px; }

@media screen and (max-width:450px){
    main.contact { padding: 0 30px; }
}

main.basket { padding: 0 45px; margin-bottom:45px; }

@media screen and (max-width:450px){
    main.basket { padding: 0 30px; }
}

@media screen and (max-width: 1370px) {
	#menuDeroulant1 ul.niv-1, #menuDeroulant1 ul.niv-2, #menuDeroulant1 ul.niv-3, #menuDeroulant1 ul.niv-4 { border: none; gap:10px; }

	#menuDeroulant1 .dd-content li a { line-height: 1; }
}

.cursor-pointer { cursor: pointer; }
header .container-login { background-color:#FFF; color:#000; }

.btn_default {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #392D2B !important;
	background-color: #E2E2E2;
	padding: 5px;
}

.promotionals-item form { text-align:center; }
.promotionals-item .btn_default { width:100%; }

#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);
}

#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);
}

.article__details .details { display:none; padding:10px; }
.article__details .details.show_details { display:block !important; }

div.desc__third { width:100%; overflow:hidden; display:flex; }
div.desc__gauche { width:25%; border:none; padding:10px; }
div.desc__centre { width:50%; border:none; padding:10px; }
div.desc__droite { width:25%; border:none; padding: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;
	}
  
}

.article__prix-TTC.previous {
  text-decoration: line-through red 2px;
  margin-bottom: 5px;
}

.entete__categories.compte.dd-content form .check-vert {
	width:100%; display:flex;
	align-items:center;
}

.input-checkmark {
	height: 12px;
	width: 12px;
	border: 1px solid #D42DC3);
}

.serie {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
}


/* Verify */

input[type="text"].Verify {
	display:block;
	width:0;
	height:0;
	border:none;
	margin:0;
	padding:0;
}

/* SAV */
#sav-html li { margin-bottom:15px; }
#sav-html li br { margin-bottom:5px; }
#sav-html a { background:transparent !important; line-height:5px; }
#Service_Txt { color:#A52A2A; font-weight: bold; }
#Service_Txt.d-none { display:none; }

/* Cookies */

#cookieNotice {
	width:100%;
	position:fixed;
	bottom:0px;
	box-shadow:0px 0 10px 0 #000000;
	background:#000000;
	z-index:9999;
	text-align:center;
	color:#E5E5E5;
	padding:10px;
	vertical-align:middle;
	cursor:pointer;
}

#cookiesClose {
	padding:5px;
	background:#000;
	color:#E5E5E5;
	border:1px solid #E5E5E5;
	border-radius:5px;
}

#cookiesClose:hover {
	background:#E5E5E5;
	color:#000;
}


/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/

#backtotop{z-index:999;display:inline-block;background-color:#A8A8A8;color:#000;position:fixed;visibility:hidden;bottom:10px;right:18px;width:36px;height:36px;line-height:36px;font-size:16px;text-align:center;opacity:.2;}
#backtotop i{display:block;width:100%;height:100%;line-height:inherit;color:#000;}
#backtotop.visible{visibility:visible;opacity:.5;}
#backtotop:hover{opacity:1;cursor:pointer;}