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


/*
.login {
	overflow:hidden !important; 
	width:240px !important; 
	margin:0 !important; 
	padding:10px !important; 
	background:#FFF !important; 
}

.login form {
	width:100%;
	margin:0 auto;
	padding:0;
}

.login form:hover, 
.login form label:hover, 
.login form input:hover, 
.login form span:hover,
.login a:hover,
.login form a button:hover {
	background:#FFF;
}

.login label {
	display:block; width:100%; overflow:hidden; padding:0; border:none; margin-bottom:10px;
}
*/

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

/*
.login input {
	clear:both;
	border: 1px solid #000;
	padding: 3px;
	width: 100%;
	font-weight: 400;
	background-color:#FFF;
	margin-top: 5px;
}

.login button, .login button:hover {
	font-size: 14px;
	padding: 5px 16px;
	color: white;
	background-color: #7EBAA9;
	margin: 0 0 10px 0;
	width: 100%;
	text-align:center;
}

.login a {
	width:100%;
	margin: 0 10px 10px 0;
	padding:0;
	background-color: #FFF !important;
}

.login a button, .login a button:hover {
	padding-top:10px;
	background-color: #B55C57 !important;
	margin: 0 10px 0 0;
}
*/


.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;
}

/* 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;}