@font-face {
	font-family: 'MontSerrat Regular';
	src: url('../Typos/Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'MontSerrat Bold';
	src: url('../Typos/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Lato Regular';
	src: url('../Typos/Lato-Regular_0.ttf');
}

@font-face {
	font-family: 'Lato Light';
	src: url('../Typos/Lato-Light_1.ttf');
}

@font-face {
	font-family: 'Lato Bold';
	src: url('../Typos/Lato-Bold.ttf');
}

@font-face {
	font-family: 'Lato LightItalic';
	src: url('../Typos/Lato-LightItalic.ttf');
}

html, body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}



body {
	background-color: #fff;
}

#bloc_deja_inscrit {
	margin-top: 45px;
}

#bloc_deja_inscrit h2, #bloc_nouveau_client h2 {
	font-family: "Lato Bold";
	font-size: 30px;
	color: #5B281A;
	text-transform: uppercase;
}

.bloc_produit {
	display: inline-block;
}

.nav-item {
	flex-basis: auto !important;
}

#bloc_erreur_dimension {
	margin-left:25px;
}

#bloc_cgv {
	background-color: #EDEBE3;
	padding: 25px;
	margin-top: 20px;
	margin-left: 0px !important;
}

.titre_commande {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
}

#bloc_cgv a {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	text-decoration: none;
}

/**** ENTETE DE PAGE ***/
header {
	height: 175px;
	background-color: #fff;
}

#forgot_password {
	background-color: #5B281A !important;
	color: #fff !important;
	padding: 50px;
	border-radius: 10px;
}

#resultat_recherche {
	height: auto;
	position: absolute;
	z-index: 999999;
	width: 100%;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	max-width: 451px;
	margin-top: -6px;
	padding: 25px;
	display: none;
}

.texte_resultat_recherche a {
	text-decoration: none;
	color: #5B281A;
}

.texte_resultat_recherche a:hover {
	color: #E7A14D;
}

#voir_plus_resultats {
	border: 1px solid #5B281A;
	padding: 15px;
	color: #5B281A;
	text-transform: uppercase;
}

#voir_plus_resultats a {
	text-decoration: none;
	color: #5B281A;
	width: 100%;
	height: 100%;
	display: inline-block;
}

input[name='btn_valider'] {
	border-color: #5B281A;
	background-color: #5B281A;
	margin-top: 20px;
}

#voir_plus_resultats:hover {
	background-color: #E7A14D;
	color: #fff;
}

#voir_plus_resultats:hover a {
	color: #fff;
}

/*** ENTETE DU MENU ***/
#contenu_page {
	flex-grow: 1;
	margin: 0;
	padding: 0;
}

/*#logo-menu {
	width: 200px;
	max-height: 100%;
	padding: 20px;
}*/

#logo-menu {
	width: auto;
	height: 100%;
	padding: 20px;
}

#entete-menu {
	background-color: #5B281A;
	float: right;
	height: 75px;
}

#lien_site_commu {
	background-color: #E7A14D;
	height: 70%;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	padding-top: 11px;
	margin-right: 50px;
	text-transform: uppercase;
	font-family: "MontSerrat Regular";
	font-size: 21px;
	width: 100%;
}

#lien_site_commu img {
	height: 35px;
	margin-left: 20px;
}

form[name='form-recherche'] {
	padding-left: 25px;
	padding-right: 25px;
}

form[name='form-recherche'] input[type='text'] {
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .375rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: 20px;
}

#bloc_lien_site a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: inline-block;
}

#menu_tousnosproduits a {
	border: 2px solid transparent;
}

#menu_tousnosproduits img {
	width: 7px;
	rotate: 90deg;
	margin-left: 10px;
	vertical-align: middle;
}

#bloc_quoi_de_neuf {
	font-family: "MontSerrat Regular";
	font-size: 21px;
	color: #fff;
	padding-top: 20px;
	text-transform: uppercase;
	text-align: center;
}

#bloc_quoi_de_neuf a {
	text-decoration: none;
	color: #fff;
}

#img_quoi_de_neuf {
	height: 25px;
	padding-right: 10px;
}
/*** FIN ENTETE DU MENU ***/

/*** MENU ***/
#menu {
	padding-top: 25px;
	padding-left: 25px;
	max-height: 120px;
}

#menu_panier {
	font-family: "MontSerrat Bold";
	font-size: 19px;
	color: #5B281A;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
	border: 2px solid #5B281A;
	height: 60px;
	position: relative;
	top: -10px;
	padding-top: 10px;
	transition: color 400ms, background-color 400ms;
	width: 200px;
}

#btn_reinitialiser {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	width: auto !important;
	min-width: 100%;
}

#btn_annuler_creation {
	background-color: #ce4343 !important;
}

#titre_deja_connecte {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
	color: #5B281A;
}

#nom_deja_connecte {
	font-family: "Lato Regular";
	font-size: 30px;
	color: #252525;
}

#btn_deconnexion2 {
	padding-bottom: 25px;
}

#btn_deconnexion a {
	font-family: "Lato Regular";
	font-size: 30px;
	text-decoration: underline;
	color: #252525;
}

#btn_deconnexion a:hover {
	color: #E7A14D;
}

#btn_deconnexion2 a {
	font-family: "Lato Regular";
	font-size: 30px;
	text-decoration: underline;
	color: #252525;
}

#btn_deconnexion2 a:hover {
	color: #E7A14D;
}

.chevron_orange {
	color: #E7A14D;
}

#menu_panier:hover {
	background-color: #5B281A;
	color: #fff;
	transition: color 400ms, background-color 400ms;
	width: 200px;
}

#menu_panier img {
	padding-left: 25px;
	vertical-align: text-top;
	position: relative;
	top: -15px;
}

#panier_vide {
	text-align: center;
}

#texte_continuer_achats {
	font-family: "Lato Bold";
	font-size: 20px;
	color: #5B281A;
	text-transform: uppercase;
	height: 50px;
	margin-top: 30px;
}

/*** PAGE SUR MESURE ***/
#titre_surmesure {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#bloc_image_dimension img {
	max-width: 100%;
}

.image_grand img {
	width: auto;
	height: 250px;
}

#bloc_dimension {
	width: 100%;
	background-color: #EDEBE3;
	padding: 25px;
	height: auto;
	overflow: hidden;
}

#titre_dimension {
	font-family: "Lato Bold";
	font-size: 20px;
	color: #252525;
	text-transform: uppercase;
	padding: 0;
}

form[name='form_dimension'] input[type='number'] {
	font-family: "Lato LightItalic";
	font-size: 19px;
	color: #5B281A;
	border: 1px solid #5B281A;
	max-width: 600px;
	padding: 10px;
	margin-top: 10px;
}

form[name='form_dimension'] input[type='number']::placeholder {
	font-family: "Lato LightItalic";
	font-size: 19px;
	color: #5B281A;
}

form[name='form_dimension'] input[type='button'] {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	max-width: 400px;
	border: 0 none;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.btn_ajouter_panier2 {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	max-width: 400px;
	border: 0 none;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 11px;
	max-height: 50px;
  	line-height: 15px;
}

.prix_dimension {
	font-family: "Lato Bold";
	font-size: 48px;
	color: #252525;
	padding: 0;
}

.image_grand {
	padding: 0;
	margin: 0;
}

.image_petit {
	padding: 0;
	margin: 0;
	margin-top: 10px !important;
}

.image_petit img {
	max-width: 100%;
	height:150px;
	cursor: pointer;
}

.input_qte_produit_detail_produit {
	margin-left: 35px;
}

#bloc_description_surmesure h1, #bloc2_description_surmesure h1 {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 25px;
}

#bloc_description_surmesure, #bloc2_description_surmesure {
	padding: 0;
}

#bloc2_description_surmesure {
	padding-bottom: 100px !important;
}

#bloc2_description_surmesure h1 {
	margin-top: 0px !important;
}

.bloc_texte_surmesure {
	font-family: "Lato Regular";
	font-size: 20px;
	color: #252525;
	font-weight: 400;
}

.bloc_texte_surmesure a {
	text-decoration: underline;
	color: #252525 !important;
}

.bloc_texte_surmesure a:hover {
	color: #E7A14D !important;
	transition: color 400ms, background-color 400ms;
}

#bloc_remarque {
	background-color: #EDEBE3;
	padding: 25px;
}

.img_remarque {
	max-width: 50px;
	margin-right: 15px;
}

.img2_remarque {
	max-width: 100%;
	vertical-align: text-top;
}

#bloc_texte_remarque {
	font-family: "Lato Regular";
	font-size: 20px;
	color: #252525;
	font-weight: 400;
	padding-top: 25px;
}

#bloc_texte_remarque a {
	text-decoration: none;
	color: #5B281A;
	padding: 0;
}

#bloc_texte_remarque a:hover {
	color: #E7A14D;
}

#titre_remarque {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
}
/*** FIN PAGE SUR MESURE ***/

#texte_continuer_achats a {
	text-decoration: none;
	color: #5B281A;
	padding: 0;
}

#texte_continuer_achats img {
	width: 40px;
	padding-right: 25px;
	position: relative;
	top: -2px;
}

#img_panier_vide img {
	max-width: 100%;
}

#texte_panier_vide {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	padding-top: 20px;
	padding-bottom: 30px;
}

#btn_continuer_achats {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

#btn_continuer_achats a {
	text-decoration: none;
	color: inherit;

}

#texte_connection_panier {
	font-family: "Lato Regular";
	font-size: 26px;
	color: #252525;
	margin-top: 100px;
}

.texte_panier {
	display: inline-block;
	margin-top: 3px;
	vertical-align: top;
}

.texte_panier a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.image_panier {
	display: inline-block;
	background-image:url("../img/picto-panier-marron.png");
	width: 51px;
	height: 51px;
	position: relative;
	top: -10px;
	background-repeat: no-repeat;
}

#menu_panier:hover .image_panier {
	background-image: url("../img/picto-panier-menu.svg");
	width: 40px;
	background-repeat: no-repeat;
	position: relative;
	top: -5px;
	margin-left: 5px;
}

#menu_panier:hover a {
	color: #fff !important;
}

#menu_panier a:hover {
	border-bottom: 2px solid transparent !important;
}

.navbar .nav-item a {
	font-family: "MontSerrat Bold";
	font-size:18px;
	color: #5B281A;
	border-bottom: 2px solid transparent;
}

.navbar .nav-item a:hover {
	border-bottom: 2px solid #E7A14D;
}

#navbarSupportedContent .nav-item ul li:first-child{
	text-align: left;
}
#navbarSupportedContent .nav-item ul li:last-child{
	text-align: right;
}
#navbarSupportedContent .nav-item ul li:first-child,nav#menu1 ul li:last-child{
	flex-grow:0;
	min-width:80px;
}

.sp-dropdown {
	background-color: #edebe3;
	height: auto;
	position: absolute;
	top: 76px;
	z-index: 99;
	display: none;
	float: left;
}

.sp-dropdown-inner {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  	padding: 20px;
}

.sp-dropdown-inner::before {
	width: 0px;
	content: "";
	height: 0px;
	border: 20px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #edebe3;
	margin: auto;
	position: relative;
	top: -61px;
	left: -80px;
}

.list-dropdown a {
	text-align: left;
}

.sp-dropdown ul {
	padding: 0px;
}

.sp-dropdown li {
	list-style: none;
}

.sp-dropdown a {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding: 8px 0;
	cursor: pointer;
	color: #5B281A;
	text-transform: capitalize;
}

.sp-dropdown a:hover {
	color: #E7A14D;
}

.sp-dropdown > .arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    
    > * {
        margin: 0 -50px;
    }
}

.sp-dropdown > .arrow-up {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	color: #edebe3;
	margin-top: -30px;
    
    &::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #edebe3;
		transform: rotate(-45deg);
		transform-origin: 0 0;
		width: 100px;
		height: 70px;
    }
}
/*** FIN MENU ***/
/**** FIN ENTETE DE PAGE ***/

.photo_supplementaire img {
	max-width: 100%;
}

#btn_adresse_hors_zone_geo {
	font-family: "Lato Regular";
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	border: 1px solid #E7A14D;
	border-radius: 0em;
	padding: 16px 50px;
	cursor: pointer;
	font-size: 12px;
	color: #E7A14D;
	margin-left: 25px;
}

#btn_adresse_hors_zone_geo a {
	text-decoration: none;
	color: #E7A14D !important;
}

/*** CONTENU DE LA PAGE ***/
.texte-accueil {
	font-family: Lato Bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px black;
}

.bloc_encart {
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	min-height: 800px;
}

#bloc_encarts {
	padding-top: 25px;
	padding-bottom: 130px;
	background-color: #EDEBE3;
}

.chevron-gauche-blanc {
	display: none;
}

#bloc_encart1 {
	background-color: #5B281A;
}

#bloc_encart3 {
	background-color: #6D8F5D;
}

#bloc_produits_slider {
	display: inline-flex;
	flex-direction: initial;
	width: 100%;
}

.bloc_produit {
	display: inline-block;
}

#nbTotalProduit {
	display: none;
}

.titre_encart {
	font-family: "Lato Bold";
	font-size: 53px;
	text-align: center;
	text-transform: uppercase;
}

.titre_encart1, .titre_encart3 {
	color: #fff;
}

.titre_encart2 {
	color: #5B281A;
}

.image_encart1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.image_encart1 img {
	max-width: 100%;
	max-height: 250px;
}

.titre2_encart2 {
	font-family: "Lato Regular" !important;
	font-size: 28px !important;
	color: #5B281A;
}

.texte_encart2 {
	font-family: "Lato Regular" !important;
	font-size: 20px !important;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sous_titre_bloc_encart {
	font-family: "Lato Bold";
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}

#broadcrumb {
	padding: 0;
	padding-top: 25px;
	display: none;
}

#broadcrumb a {
	text-decoration: none;
	color: #252525;
}

#broadcrumb a:hover {
	color: #E07A0B;
	transition: color 400ms, background-color 400ms;
}

.slider_encart3 {
	margin-top: 30px;
}

.btn_bloc_encart {
	font-family: "Lato Regular";
	font-size: 25px;
	color: #fff;
	border: 1px solid #fff;
	padding-top:10px;
	padding-bottom: 10px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.btn_bloc_encart a {
	text-decoration: none;
	color: #fff;
	height: 100%;
	width: 100%;
	display: inline-block;
}

#bloc_encart1 .btn_bloc_encart {
	background-color: #5B281A;
}

#bloc_encart1 .btn_bloc_encart:hover {
	background-color: #3D160D;
	color: #FFF;
	transition-duration: 0.1s;
}

#bloc_encart1 .btn_bloc_encart:hover a {
	color: #FFF;
}

.cookiesBtn__link {
	background: #EDEBE3 !important;
	border: 1px solid #EDEBE3 !important;
	color: #252525 !important;
}

.cookiesBtn__link:hover {
	background: #E7D5B7 !important;
	border: 1px solid #E7D5B7 !important;
	color: #252525 !important;
}

.btn_bloc_encart:hover {
	background-color: #5D774D;
	color: #FFF;
	transition-duration: 0.1s;
}

.btn_bloc_encart:hover a {
	color: #FFF;
}

#bloc_orange {
	background-color: #E7A14D;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-bottom: 25px;
}

#etoile-orange {
	margin-top: -68px;
	text-align: center;
}

#etoile-orange img {
	width: 300px;
	margin: 0 auto;
}

.titre_bloc_orange {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #fff;
	padding-top: 20px;
	text-transform: uppercase;
}

.contenu_bloc_orange {
	font-family: "Lato Regular";
	font-size:25px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contenu_bloc_orange a {
	text-decoration: underline;
	color: #fff;
}

.arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    
    > * {
        margin: 0 20px;
    }
}

.arrow-wrapper2 {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 100px;
	position: relative;
    
    > * {
        margin: 0 20px;
    }
}

.arrow-down {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	color: #E7A14D;
	margin-top: -30px;
    
    &::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #E7A14D;
		transform: rotate(-45deg);
		transform-origin: 0 0;
		width: 100px;
		height: 70px;
    }
}

.arrow-down2 {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	color: #edebe3;
	margin-top: -100px;
    
    &::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #edebe3;
		transform: rotate(-45deg);
		transform-origin: 0 0;
		width: 100px;
		height: 70px;
    }
}

.arrow-down3 {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	color: #6D8F5D;
	margin-top: -100px;
    
    &::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #6D8F5D;
		transform: rotate(-45deg);
		transform-origin: 0 0;
		width: 100px;
		height: 70px;
    }
}

#texte-bloc-orange {
	padding: 0;
	margin: 0;
}

.chevron {
	font-size: 50px;
	color: #fff;
	font-family: "Lato Bold";
	margin-top: 23% !important;
	margin: 0;
	padding: 0 !important;
}

.chevron img {
	cursor: pointer;
}

.image {
	margin: 0 !important;
	padding: 0 !important;
}

.image img {
	width: 90%;
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.produit {
	background-color: #EDEBE3;
	height: auto;
	cursor: pointer;
	padding: 20px;
	margin-top: 20px;
	border: 3px solid transparent;
}

.produit:hover {
	border: 3px solid #E7A14D;
}

.produit a {
	text-decoration: none;
}

.image_produit {
	height: 330px;
}

.nom_produit {
	font-family: "Lato Bold";
	font-size: 21px;
	color: #5B281A;
	text-transform: uppercase;
	height: 100px;
}

.btn_voir_produit {
	background-color: #5B281A;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn_voir_produit a {
	height: 100%;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

#bloc_mon_panier {
	background-color: #5B281A;
	padding: 25px;
	min-height: 330px;
}

.nom_mon_panier {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}

.nom_mon_panier img {
	margin-right: 10px;
	width: 40px;
	vertical-align: initial;
}

.contenu_panier {
	font-family: "Lato Regular";
	font-size: 20px;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
}

.contenu_panier .nb_article {
	font-family: "Lato Bold";
	font-size: 31px;
}

.btn_voir_panier {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	max-width: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.btn_voir_panier a {
	text-decoration: none;
	color: #fff;
}

#bloc_deja_client {
	background-color: #EDEBE3;
	padding: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-top: 50px;
	padding-bottom: 0px;
}

/*** BLOC TOTAL PANIER ***/
#bloc_deja_connecte {
	background-color: #EDEBE3;
	padding: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-left: 0px;
}

#bloc_total_panier {
	background-color: #EDEBE3;
	padding: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px !important;
}

.soustotal_panier {
	font-family: "Lato Regular";
	font-size: 25px;
	color: #252525;
}

#btn_valider_commande {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

#btn_valider_commande a {
	text-decoration: none;
	color: #fff;
	height: 100%;
	width: 100%;
	display: inline-block;
}

#bloc_livraison {
	background-color: #6D8F5D;
	color: #fff;
	padding: 25px;
	margin-top: 20px;
	margin-left: 0px !important;
}

#img_livraison img {
	max-width: 80px;
}

#intitule_livraison {
	font-family: "Lato Bold";
	font-size: 25px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	padding-top: 15px;
}

#montant_livraison {
	font-family: "Lato Regular";
	font-size: 25px;
	color: #fff;
	padding-top: 10px;
}

#panier_rempli {
	margin-top: 25px;
}

#titre_panier_rempli {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
}

.nb_prix_ttc {
	font-family: "Lato Bold";
	font-size: 25px;
	color: #5B281A;
}

.produit_panier_rempli:first-child {
	border: 1px solid transparent;
}

.produit_panier_rempli {
	border-top: 1px solid #5B281A;
	padding-top: 20px;
	padding-bottom: 20px;
}

.image_panier_rempli img {
	height: auto;
	max-width: 100%;
}

.texte_panier_rempli {
	font-family: "Lato Regular";
	font-size: 19px;
	color: #252525;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 25px;
}

.prix_panier_rempli {
	font-family: "Lato Bold";
	font-size: 25px;
	color: #252525;
}

.supprimer_panier_rempli img {
	max-width: 100%;
	width: 25px;
	cursor: pointer;
	margin-top: 10px;
}

.btn_panier_rempli {
	font-family: "Lato Regular";
	font-size: 28px;
	color: #5B281A;
	border: 1px solid #5B281A;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	text-align: center;
}

.btn_panier_rempli:hover {
	background-color: #E7D5B7;
	color: rgb(91, 40, 26);
}

.btn_panier_rempli a {
	text-decoration: none;
	color: #5B281A;
	width: 100%;
	height: 100%;
	display: inline-block;
}

#btn_vider_panier {
	font-family: "Lato Regular";
	font-size: 28px;
	color: #5B281A;
	text-decoration: underline;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
}

#btn_vider_panier:hover {
	color: #E7A14D;
	transition: color 400ms, background-color 400ms;
}

#btn_vider_panier img {
	max-width: 100%;
	width: 25px;
	position: relative;
	top: -3px;
	right: 10px;
}

#btn_vider_panier a {
	font-family: "Lato Regular";
	font-size: 28px;
	color: #5B281A;
	text-decoration: underline;
}
/*** FIN BLOC TOTAL PANIER ***/

.texte_deja_client {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.texte_remember {
	font-family: "Lato Regular";
	font-size: 20px;
	color: #000;
}

input[name='btn_se_connecter'] {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
}

form[name="form-deja-client"] .password-icon {
	display: flex;
	align-items: center;
	position: relative;
	top: -43px;
	left: 93%;
	transform: translateY(-50%);
	width: 20px;
	color: #333;
	transition: all 0.2s;
}

form[name="form-deja-client"] .password-icon:hover {
  cursor: pointer;
  color: #ff4754;
}

form[name="form-deja-client"] .password-icon .fa-eye-slash {
  display: none;
}

form[name='form-deja-client'] input[type='text'], input[type='password'] {
	display: inline-block;
	background: #EDEBE3;
	padding: 0.6em;
	border: 1px solid #5B281A;
	border-radius: 0em;
	font-size: 100%;
	vertical-align: middle;
	margin-bottom:10px;
	min-width:100%;
	margin-bottom:20px;
}

form[name='form-deja-client'] input[name='btn_connexion'] {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1x solid transparent;
}

form[name='form-deja-client'] input[name='btn_connexion']:hover {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #5B281A;
}

form[name='adresse_facturation'] input[type='text'], input[type='password'], select {
	display: inline-block;
	background: #fff;
	padding: 0.6em;
	border: 1px solid #5B281A;
	border-radius: 0em;
	font-size: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
	min-width: 100%;
	margin-bottom: 20px;
}

form[name='adresse_facturation'] input[name='btn_continuer'] {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #fff;
	cursor: pointer;
	font-size: 100%;
	color: #5B317C;
	height: 58px;
}

form[name='adresse_facturation'] input[name='btn_continuer']:hover {
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #E7A14D;
	cursor: pointer;
	font-size: 100%;
	color: #fff;
}

form[name='adresse_livraison'] input[type='text'], input[type='password'] {
	display: inline-block;
	background: #fff;
	padding: 0.6em;
	border: 1px solid #5B281A;
	border-radius: 0em;
	font-size: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
	min-width: 100%;
	margin-bottom: 20px;
}

form[name='adresse_livraison'] input[name='btn_continuer'] {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #fff;
	cursor: pointer;
	font-size: 100%;
	color: #5B317C;
}

form[name='adresse_livraison'] input[name='btn_continuer']:hover {
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #E7A14D;
	cursor: pointer;
	font-size: 100%;
	color: #fff;
}

form[name='methode_livraison_paiement'] input[type='text'], input[type='password'] {
	display: inline-block;
	background: #fff;
	padding: 0.6em;
	border: 1px solid #5B281A;
	border-radius: 0em;
	font-size: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
	min-width: 100%;
	margin-bottom: 20px;
}

form[name='methode_livraison_paiement'] input[name='btn_continuer'] {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #fff;
	cursor: pointer;
	font-size: 100%;
	color: #5B317C;
}

form[name='methode_livraison_paiement'] input[name='btn_continuer']:hover {
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #E7A14D;
	cursor: pointer;
	font-size: 100%;
	color: #fff;
}

.adresse {
	background-color: #fff;
	color: #5B281A;
	padding: 20px;
	cursor: pointer;
	border: 2px solid transparent;
}

.adresse:hover {
	border: 2px solid #E7A14D;
}

.adresse_actif {
	border: 2px solid #E7A14D;
}

#produits_recap_commande {
	background-color: #EDEBE3;
	color: #fff !important;
	padding: 25px;
	border-radius: 10px;
}

#qte_recap_commande {
	font-family: "Lato Bold";
	font-size: 25px;
	color: #252525;
	margin-top: 55px;
}

#btn_passer_commande {
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #fff;
	cursor: pointer;
	font-size: 100%;
	color: #5B317C;
	text-align: center;
	margin-top: 25px;
}

#btn_passer_commande:hover {
	border: 1px solid #5B281A;
	border-radius: 0em;
	padding: 16px 50px;
	background: #E7A14D;
	cursor: pointer;
	font-size: 100%;
	color: #fff;
}

#prix_total_recap_commande {
	font-family: "Lato Bold";
	font-size: 25px;
	color: #252525;
	margin-top: 55px;
}

#bloc_adresse_new {
	display: none;
}

.form_deja_client a {
	color: #000;
	font-family: "Lato Regular";
	font-size: 20px;
}

#bloc_nouveau_client, #bloc_adresse_facturation, #bloc_adresse_livraison {
	background-color: #EDEBE3;
	padding: 25px;
	padding-top: 25px;
	margin-top: 20px;
}

#titre_nouveau_client {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#btn_nouveau_client {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

#btn_nouveau_client a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
}

form[name='creer_compte'] input[type='text'], form[name='creer_compte'] input[type='password'] {
	display: inline-block;
	background: #EDEBE3;
	padding: 0.6em;
	border: 1px solid #5B281A;
	border-radius: 0em;
	font-size: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
	min-width: 100%;
}

form[name='creer_compte'] input[name='btn_continuer'] {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid transparent;
}

form[name='creer_compte'] input[name='btn_continuer']:hover {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #5B281A;
}

input[type='radio'] {
	font: inherit;
	color: #E7A14D !important;
	width: 1em;
	height: 1em;
	border: 1px solid #E7A14D !important;
	border-radius: 50%;
	-moz-appearance: initial !important;
	position: relative;
	top: 6px !important;
	margin-right: 10px !important;
}

input[type="radio"]:checked::before {
	content: "\f111";
	font-family: FontAwesome;
	left: 5px;
	position: absolute;
	top: 1px;
	color: #fff;
	z-index: 9999;
	font-size: 8px;
}

/*** HISTORIQUE DES COMMANDES ***/
#table-historique table, #table-historique td, #table-historique tr {
	border: 2px solid #5B281A;
	padding: 10px;
}

#table-historique td {
	text-align: center;
}

#table-historique th {
	background-color: #5B281A;
	text-align: center;
	color: #fff;
}
/*** HISTORIQUE DES COMMANDES ***/

input[type='radio']::after {
    width: 20px !important;
    height: 20px !important;
    border-radius: 90px;
	left:-1px !important;
    position: relative;
    background-color: #fff !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #5B281A !important;
	top: -3px !important;
}

input[type='radio']:checked::after {
    width: 20px !important;
    height: 22px !important;
    border-radius: 90px;
    position: relative;
    background-color: #5B281A !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #5B281A !important;
	top: -3px !important;
}

input[type="checkbox"] {
	font: inherit;
	color: #5B281A !important;
	width: 1em;
	height: 1em;
	border: 1px solid #5B281A !important;
	border-radius: 50%;
	-moz-appearance: initial !important;
	position: relative;
	top: 6px !important;
	margin-right: 10px !important;
}

input[type="checkbox"]::after {
    width: 20px !important;
    height: 22px !important;
	left:-1px !important;
    position: relative;
    background-color: #fff !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #5B281A !important;
	top: -3px !important;
}

input[type="checkbox"]:checked::before {
	content: "\f00c";
	font-family: FontAwesome;
	left: 2px;
	position: absolute;
	top: -3px;
	color: #fff;
	z-index: 9999;
	font-size: 15px;
}

input[type="checkbox"]:checked::after {
    width: 20px !important;
    height: 22px !important;
    position: relative;
    background-color: #E7A14D !important;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #E7A14D !important;
	top: -3px !important;
}

#btn_creer_compte {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	width: auto !important;
	min-width: 100%;
}

#btn_annuler_creation {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	width: auto !important;
	min-width: 100%;
}

.separateur {
	height: 1px;
	width: 100%;
	background-color: #5B281A;
	margin-top: 20px;
}

#bloc_vert {
	background-color: #6D8F5D;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-bottom: 25px;
}

#bloc_vert a {
/*	text-decoration: underline;*/
	color: #fff;
}

.entete_contact h1 {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
}

#bloc_vert_produit {
	background-color: #6D8F5D;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-bottom: 50px;
	padding-top: 50px;
}

#bloc_vert_produit a {
	text-decoration: underline;
	color: #fff;
}

#bloc_vert_produit a:hover {
	color: #E7A14D;
}

#etoile-vert {
	margin-top: -72px;
	text-align: center;
}

#etoile-vert img {
	width: 300px;
	margin: 0 auto;
}

#image_bloc_vert img {
	width: 100%;
	margin-top: 20px;
}

#titre_bloc_vert {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #fff;
	padding-top: 20px;
	text-transform: uppercase;
}

#texte_bloc_vert {
	font-family: "Lato Light";
	font-size: 31px;
	color: #fff;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;	
}

#btn_bloc_vert {
	background-color: #E7A14D;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	padding-top: 11px;
	margin-right: 50px;
	text-transform: uppercase;
	font-family: "MontSerrat Regular";
	font-size: 21px;
	padding-left: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
 
/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}
 
/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}

#btn_bloc_vert img {
	height: 35px;
	margin-left: 20px;
	width: auto;
	position: relative;
}

#btn_bloc_vert a {
	text-decoration: none;
}

#bloc_produits {
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
}

#produits {
	margin: 0;
	padding: 0;
}

#btn_archive {
	background-color: #E7A14D;
	font-family: "Lato Regular";
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 260px;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
}

#btn_archive a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	color: #fff;
}

.h1_commande {
	font-family: Lato regular;
	font-size: 30px;
	color: #5B281A;
	text-transform: uppercase;
}

.image_produit img {
	height: auto;
	max-width: 100%;
}

#panier {
	margin: 0;
	padding: 0;
	margin-top: 20px !important;
}

#btn_retour_403 a {
	height: 100%;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

/*** EXPOSITIONS ***/
#bloc_titre_expositions {
	font-family: "Lato Regular";
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	background-color: #6d8f5d;
	box-shadow: 0 0 0 0 #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#bloc_titre_expositions img {
	width: 50px;
	padding-right: 25px;
}

.exposition {
	background-color: #edebe3;
	box-shadow: 0 0 0 0 #FFFFFF;
	padding: 20px;
	margin-bottom: 25px;
}

.img-exposition img {
	max-width: 45%;
}

.titre-exposition {
	font-family: "Lato Regular";
	font-weight: 700;
	font-size: 30px;
	color: #5B281A;
}

.description-exposition, .description-exposition p, .description-exposition h2 {
	font-family: "Lato Regular";
	font-weight: 400;
	font-size: 20px;
	color: #252525;
}

.btn-lien-exposition {
	font-family: "Lato Regular";
	font-size: 22px;
	margin-top: 25px;
	color: rgb(91, 40, 26);
	border: 1px solid #5B281A;
	width: 350px;
	max-width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

a.historique-commande {
	text-decoration: none;
	background-color: rgb(91, 40, 26);
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #fff !important;
	text-align: center;
}

.btn-lien-exposition a {
	text-decoration: none;
	color: rgb(91, 40, 26);
	display: inline-block;
	width: 100%;
	height: 100%;
}

.btn-lien-exposition:hover {
	background-color: #E7D5B7;
	color: rgb(91, 40, 26);
}

#bloc_titre_article_page_article {
	color: #5B281A;
	background-color: transparent;
	font-family: Lato;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 44px;
	margin-top: 25px;
}
/*** FIN EXPOSITIONS ***/


/*** PAGE PRODUIT ***/
#categorie_produit {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
}

#filtre_produit {
	background-color: #5B281A;
	margin: 0;
	padding: 0;
	padding-left: 15px !important;
	padding-top: 15px !important;
	padding-right: 15px !important;
	margin-top: 50px;
	max-height: 700px;
}

.input_qte_produit {
	margin-top: 12px;
	padding: 0;
}

/*.input_qte_produit_panier_rempli {
	margin-top: 50px;
}*/

#cookies-policy .cookies__category input:checked + .cookies__box::after {
	background: #5B281A !important;
}

#cookies-policy .cookies__details {
	color: #5B281A !important;
}

.prix_panier_rempli, .supprimer_panier_rempli {
	margin-top: 50px;
	text-align: center;
}

.input_qte_produit input {
	width: 50px;
	height: 39px;
	padding: .375em .75em;
	border: 1px solid #5B281A;
	-moz-appearance: textfield;
	color: #000;
	margin-left: 39px;
	z-index: 9999;
	top: 39px;
	position: relative;
	color: #252525;
	text-align: center;
}

.input_qte_produit input:focus-visible {
	text-decoration: none;
	border: 1px solid #5B281A;
	outline: none;
}

.number__controls {
	position: relative;
	height: 39px;
}

.qfup {
	position: relative;
	height: 100%;
	top: 0;
	width: 2.5em;
	line-height: 100%;
	left: 83px;
	border: 1px solid #5B281A;
  	color: #fff;
}

.qActive {
  	background: #5B281A !important;
  	color: #fff !important;
}

.qfup:hover {
	background-color: #5B281A;
	color: #fff;
}

.qfup2 {
	position: relative;
	height: 100%;
	top: 0;
	width: 2.5em;
	line-height: 100%;
	left: 83px;
	border: 1px solid #5B281A;
	background: #fff;
	color: #5B281A;
}

.qfup2:hover {
	background-color: #5B281A;
	color: #fff;
}

.qfdown {
	position: relative;
	height: 100%;
	width: 2.5em;
	line-height: 100%;
	border: 1px solid #5B281A;
	background: #fff;
	left: -44px;
}

.qfdown:hover {
	background-color: #5B281A;
	color: #fff;
}

.qfdown2 {
	position: relative;
	height: 100%;
	width: 2.5em;
	line-height: 100%;
	border: 1px solid #5B281A;
	background: #fff;
	left: -44px;
}

.qfdown2:hover {
	background-color: #5B281A;
	color: #fff;
}

#contenu_produit {
	margin-top: 50px;
}

#titre_filtre {
	font-family: "Lato Bold";
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
}

#titre_filtre img {
	width: 70px;
	padding-right: 25px;
	vertical-align: bottom;
	position: relative;
	top: -12px;
}

.bloc_filtre {
	margin: 0;
	padding: 25px;
	background-color: #fff;
	margin-top: 30px !important;
}

.titre_bloc_filtre {
	font-family: "Lato Bold";
	font-size: 30px;
	color: #5B281A;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.choix_bloc_filtre input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-border-radius: 4px;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 1px solid #5B281A;
	vertical-align: sub;
}

.choix_bloc_filtre input[type='checkbox']:checked {
	background: #E7A14D;
	margin:0px;
	position: relative;

	&:before {
		font-family: "FontAwesome";
		content: '\f00c';
		display: block;
		color: #fff;
		font-size: 13px;
		position: absolute;
		padding-left: 3px;
	}
}

.nom_choix_bloc_filtre {
	font-family: "Lato Regular";
	font-size: 24px;
	color: #252525;
	position: relative;
	top:3px;
}

.produit {
	background-color: #edebe3;
	border: 3px solid #fff;
	pdding: 10px;
}

.produit-pagination {
	position: relative;
	left: 20px;
	top: 200px;
}

.produit-pagination img {
	cursor: pointer;
}

#produit-prec {
	left: 20px;
}

#produit-prec img {
	max-width: 50px;
}

#produit-suiv {
	right: 20px;
}

#produit-suiv img {
	max-width: 50px;
}

.titre_categorie_produit {
	font-family: "Lato Bold";
	font-size: 29px;
	color: #5B281A;
	text-transform: uppercase;
}

.titre_categorie_produit a {
	text-decoration: none;
	color: #5B281A !important;
}

.image_categorie_produit img {
	max-width: 100%;
	margin-top: 20px;
}

.prix_produit {
	font-family: "Lato Bold";
	font-size: 30px;
	color: #5B281A;
}

.unite_prix {
	font-family: "Lato Regular";
	font-size: 20px;
	color: #252525;
}

.total_ttc {
	font-family: "Lato Bold";
	font-size: 29px;
	color: #5B281A;
	padding-left: 10px;
	position: relative;
	top: 10px;
}

.btn_ajouter_panier {
	background-color: #5B281A;
	font-family: "Lato Regular";
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0 none;
	cursor: pointer;
	border: 2px solid transparent;
	margin-top: 20px;
	max-height: 50px;
  	line-height: 15px;
}

.btn_ajouter_panier:hover {
	background-color: #fff;
	border: 2px solid #5B281A;
	color: #5B281A;
	transition: color 400ms, background-color 400ms;
}

.btn_ajouter_panier:hover a {
	color: #5B281A;	
}

.btn_ajouter_panier a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: inline-block;
	color: #fff;
}
/*** FIN PAGE PRODUIT ***/

/*** FAQ ***/
#bloc_titre_faq {
	font-family: "Lato Regular";
	color: #5B281A;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0px;
	margin-top: 25px;
}

#bloc_titre_faq img {
	width: 50px;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

#bloc_gauche_faq {
	margin: 0;
	padding: 0;
}

#bloc_droite_faq_mobile, #bloc_droite_faq_ordinateur {
	color: #252525;
	padding: 0;
	padding-bottom: 25px;
	padding-left: 25px;
}

#bloc_sejourner, #bloc_communaute {
	display: none;
}

#bloc_texte_faq {
	margin-bottom: 25px;
}

.titre_faq_actif {
	background-color: rgb(68, 95, 56) !important;
}

.titre_vert_faq {
	font-family: "Lato Regular";
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgb(109, 143, 93);
	color: #fff;
	margin-top: 25px;
	padding: 10px;
	cursor: pointer;
}

.titre_vert_faq:hover {
	background-color: rgb(68, 95, 56);
}

.soustitre_vert_faq {
	font-family: "Lato Regular";
	text-transform: uppercase;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #5B281A;
	background: #EDEBE4;
	color: rgb(91, 40, 26);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	cursor: pointer;
	margin-top: 25px;
}

.contenu_vert_faq {
	font-family: "Lato Regular";
	font-size: 16px;
	color: #252525;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #EDEBE4;
	padding-bottom: 25px;
	padding-top: 25px;
	display: none;
}

.icone-plus {
	color: rgba(91, 40, 26, 0.2);
	font-size: 60px;
	float: right;
	position: relative;
	top: -5px;
}
/*** FIN FAQ ***/

/*** MENTIONS LEGALES ***/
#contenu_page_mentions h1 {
	color: #5B281A;
	font-family: "Lato Regular";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 44px;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bloc_mentions h2 {
	color: #5B281A;
	font-family: "Lato Regular";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bloc_mentions .texte_mentions {
	color: #252525;
	font-family: "Lato Regular";
	font-size: 16px;
	padding-bottom: 30px;
}

.bloc_mentions a {
	text-decoration: none;
	color: #5B281A;
	transition: color 400ms, background-color 400ms;
}

.bloc_mentions a:hover {
	color: #E7A14D;
}

#bloc_vert_mentions {
	font-family: "Lato Regular";
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #6d8f5d;
	color: white;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
	margin-top: 20px;
}

#bloc_vert_mentions > .col-4 {
	padding: 20px;
}

#bloc_vert_mentions b {
	color: #fff;
}
/*** FIN MENTIONS LEGALES ***/

/*** FIN CONTENU DE LA PAGE ***/

/*** FOOTER ***/
footer {
	background-color: #5B281A;
}

footer .img_footer img {
	width: 90%;
	padding-left: 25px;
	padding-top: 100px;
	padding-bottom: 25px;
}

.bloc_footer {
	margin-top: 25px;
}

.bloc_footer a {
	font-family: "Lato Regular";
	font-size: 18px;
	color: #fff;
	line-height: 10px;
	transition: color 400ms, background-color 400ms;
}

.bloc_footer a:hover {
	color: #E7A14D;
	transition: color 400ms, background-color 400ms;
}

.titre_footer {
	font-family: "Lato Bold";
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.titre_footer2 {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.titre_footer1 {
	border-left: 4px solid #E07A0B;
	padding-left: 10px;
}

.texte_footer {
	font-family: Lato Regular;
	font-size: 18px;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

.texte1_footer {
	font-family: Lato Regular;
	font-size: 18px;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px
}

#bloc_haut_footer {
	padding-bottom: 25px;
}

#bloc-bas-footer {
	background-color: #3D160D;
	color: #fff;
	text-align: center;
	height: auto;
	line-height: 50px;
	padding: 0px !important;
	margin: 0px !important;
}

#bloc-bas-footer a {
	text-decoration: underline;
	font-size: 20px;
	font-family: "Lato Regular";
	color: #fff;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

#bloc-bas-footer a:hover {
	color: #E7A14D;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

#bloc_handicap {
	font-family: Lato Regular;
	font-size: 18px;
	color: #fff;
}

#bloc_handicap img {
	height: 75px;
}
/*** FIN FOOTER ***/

/*** MENU RESPONSIVE ***/
.burger-icon {
	width: 50px;
	cursor: pointer;
	position: relative;
	float: right;
	margin-top: 40px;
}

.burger-icon:hover > span {
	background-color: #E7A14D;
}

.burger-icon > span {
	display: block;
	height: 2px;
	background-color: #000000;
	margin: 10px 0;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.offcadenas-overlay {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	display: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#content_menu_responsive {
	z-index: 999;
	position: absolute;
	background-color: #fff;
	float: right;
	right: 0px !important;
	width: 70%;
	top: 0px !important;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: fixed;
	display: none;
}
/*** FIN MENU RESPONSIVE ***/

/*** RESPONSIVE ***/
.btn_menu_responsive {
	background-color: #5B281A;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: color 400ms, background-color 400ms;
}

.btn_menu_responsive a {
	text-decoration: none;
	color: inherit;
}

#contenu_page_horaire h1 {
	color: #5B281A;
	font-family: Lato;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 44px;
}

.bloc_texte_horaire {
	font-family: "Lato Regular";
	font-size: 16px;
	color: #252525;
	padding-bottom: 25px;
}

#contenu_page_contact h1 {
	color: #5B281A;
	font-family: "Lato Regular";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 44px;
}

#bloc_article_similaire {
	background: #edebe3;
	display: block;
	width: 100%;
	padding: 20px 30px !important;
	color: #fff;
	font-family: "Lato Regular";
	padding-bottom: 100px !important;
	padding: 0;
	margin: 0;
}

/*#bloc_article_similaire a {
	color:#5B281A;
}

#bloc_article_similaire a:hover {
	color: #fff;
}*/

#bloc_orange_contact {
	background: #e7a14d;
	display: block;
	width: 100%;
	padding: 20px 30px;
	color: #fff;
	font-family: Lato;
	margin: 30px auto;
}

#bloc_orange_contact a {
	text-decoration: none;
	color: #fff;
}

#etoile-bloc-article-similaire {
	margin-top: -89px;
	text-align: center;
}

#etoile-bloc-article-similaire img {
	width: 300px;
	margin: 0 auto;
}

#titre_produit_similaire {
	font-family: "Lato Bold";
	font-size: 40px;
	color: #5B281A;
	text-transform: uppercase;
	padding-top: 25px !important;
	padding: 0;
	margin: 0;
}

#bloc_produits_similaires {
	margin-top: 25px;
}

.produit_similaire {
	padding: 20px;
	background-color: #fff;
	border: 20px solid #edebe3;
}

.titre_similaire {
	font-family: "Lato Bold";
	font-size: 30px;
	color: #5B281A;
	text-transform: uppercase;
	padding-top: 25px;
	word-wrap: break-word;
}

.img_similaire img {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 85%;
}

.btn_voir_nos_produits {
	background-color: #5B281A;
	font-family: "Lato Regular";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border: 0 none;
	cursor: pointer;
	transition: color 400ms, background-color 400ms;
	border: 2px solid transparent;
}

.btn_voir_nos_produits:hover {
	background-color: #fff;
	border: 2px solid #5B281A;
	color: #5B281A;
	transition: color 400ms, background-color 400ms;
}

.btn_voir_nos_produits:hover a {
	color: #5B281A;
}

.btn_voir_nos_produits a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.bloc_article_indisponible {
	background-color: rgba(109,143,93,0.6);
	text-align: center;
	font-family: "Lato Bold";
	font-size: 32px;
	text-transform: uppercase;
	position: absolute;
	margin-top: 20px;
	color: #fff;
}

#bloc_categorie_produits {
	margin: 0;
}

#bloc_titre_article {
	background: #edebe3;
	display: block;
	width: 100%;
	padding: 20px 30px;
	color: #fff;
	font-family: "Lato Regular";
	margin: 30px auto;
}

#bloc_titre_article a {
	color:#5B281A;
}

#bloc_titre_article a:hover {
	color: #fff;
}

.btn_menu_responsive:hover {
	border: 2px solid #5B281A;
	background-color: #fff;
	color: #5B281A;
	transition: color 400ms, background-color 400ms;
}

#fermeture-menu-responsive {
	font-size: 30px;
	color: #000;
	cursor: pointer;
}

#bloc_handicap .texte_handicap {
	padding-left: 30px;
}

#bloc_expositions {
	padding: 0;
	margin: 0;
}

#bloc_exposition {
	padding: 0;
	margin: 0;
}

#bloc_qdn {
	padding-top: 25px;
	padding-bottom: 25px;
}

.texte-quoi-de-neuf {
	padding-top: 10px;
}

.image_article_exposition img {
	max-width: 100%;
	width: 350px;
}

.description_article_exposition {
	font-family: "Lato Regular";
	font-size: 16px;
	color: #252525;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}

.description_article_exposition h2 {
	font-family: Lato Bold;
	color: #5B281A;
	text-transform: uppercase;
}

.description_article_exposition h3 {
	font-family: Lato Bold;
	font-size: 38px;
	color: #5B281A;
	text-transform: uppercase;
}

.description_article_exposition a {
	font-family: "Lato Regular";
	font-size: 16px;
	color: #252525;
	text-align: left;
}

.description_article_exposition a:hover {
	color: #E7A14D;
}

#bloc_menu_panier a {
	text-decoration: none;
}

@media all and (min-width: 0px) {
	#menu, #entete-menu {
		display:none;
	}

	#panier {
		padding-bottom: 100px !important;
	}

	#bloc2_description_surmesure {
		padding-top: 20px !important;
	}
	
	.btn_voir_nos_produits {
		font-size: 20px;
	}

	.img_similaire {
		height: 150px;
	}

	.description_article_exposition h2 {
		font-size: 35px;
	}
	
	#image_accueil {
		height: 300px;
		background-size: cover;
		background-position: top center;
	}

	.texte-accueil {
		padding-top: 15% !important;
	}

	#btn_adresse_hors_zone_geo {
		height: 128px;
	}

	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 800px;
	}

	.titre_similaire {
		font-size: 15px;
    	height: auto;
	}

	.titre_categorie_produit {
		font-size: 20px;
	}

	.texte-accueil {
		font-size: 35px;
	}

	.btn_ajouter_panier {
		font-size: 15px;
	}

	.bloc_article_indisponible {
		font-size: 20px;
	}

	#btn_vider_panier {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.btn_panier_rempli {
		margin-top: 20px;
	}

	#bloc_dimension {
		margin-left: 0px;
		margin-top: 25px;
		max-height: max-content;
	}

	.prix_dimension {
		padding-left: 0px !important;
	}

	.input_qte_produit {
		padding-left: 0px !important;
	}

	.btn_ajouter_panier2 {
		margin-left: 0px;
	}

	form[name='form_dimension'] input[type='button'] {
		margin-top: 25px;
		margin-left: -12px;
	}

	form[name="form_dimension"] input[type="number"] {
		width: 100%;
	}

	#titre_surmesure {
		margin-top: 25px;
	}

	#bloc_remarque {
		margin-left: 0px;
		margin-top: 25px;
	}

	.texte-exposition {
		padding-left: 0px;
		padding-top: 25px;
	}

	.titre_encart {
		font-size: 43px;
	}

	#fermeture-menu-responsive {
		display: inline-flex;
	}

	#menu_responsive {
		display: inline-block;
	}

	.nav-item:hover {
		color:#E7A14D;
	}

	#menu_panier {
		width: 200px;
		margin: 0 auto;
	}

	form[name='form-recherche'] input[type='text'] {
		margin-top: 0px;
	}

	#btn_bloc_vert {
		font-size: 12px;
		padding-top: 25px;
		margin: 0;
		padding-left: 15px;
	}

	#btn_bloc_vert img {
		top: -7px;
	}

	#bloc_droite_faq_mobile, #bloc_droite_faq_ordinateur {
		padding-left: 0px;
	}

	.total_ttc {
		top: 53px;
		position: relative;
		font-size: 20px;
		left: 10px;
	}

	.qfdown2 {
		top: -39px;
		left: 0px;
	}

	.input_qte_produit input {
		left: -20px;
	}

	.number__controls {
		left: -20px;
	}

	.input_qte_produit2 input {
		left: 0px !important;
	}

	.number__controls2 {
		left: 0px !important;
	}
}

@media all and (min-width:384px) {
	.qfdown2 {
		top: 0px;
		left: -44px;
	}
}

@media all and (min-width:410px) {
	.qfdown2 {
		top: 0px;
		left: -44px;
	}
}

@media all and (min-width: 576px) {
	.bloc_article_indisponible {
		font-size: 23px;
	}

	.texte-accueil {
		font-size: 65px;
	}

	.btn_ajouter_panier {
		font-size: 15px;
	}

	.total_ttc {
		top: 43px;
		position: relative;
		font-size: 20px;
		left: -40px;
	}
}

@media all and (min-width: 621px) {
	.qfdown {
		top: 0px;
		left: -44px;
	}

	.qfdown2 {
		top: 0px;
		left: -44px;
	}
}

@media all and (min-width: 768px) {
	.bloc_article_indisponible {
		font-size: 25px;
	}

	#bloc2_description_surmesure {
		padding-top: 100px !important;
	}

	.titre_similaire {
		height: 100px;
	}
	
	.btn_voir_nos_produits {
		font-size: 14px;
	}

	.img_similaire {
		height: 350px;
	}
	
	#image_accueil {
		height: 300px;
	}

	.description_article_exposition h2 {
		font-size: 40px;
	}

	.texte-accueil {
		padding-top: 8% !important;
	}

	.btn_ajouter_panier {
		font-size: 15px;
	}

	.total_ttc {
		top: 53px;
		position: relative;
		font-size: 20px;
		left: 0px;
	}

	#btn_adresse_hors_zone_geo {
		height: 58px;
	}
}

@media all and (min-width: 910px) {
	.total_ttc {
		position: relative;
		font-size: 20px;
		left: -190px;
	}

	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 800px;
	}
	
	#image_accueil {
		height: 435px;
	}
}

@media all and (min-width: 992px) {
	.bloc_article_indisponible {
		font-size: 15px;
	}

	.btn_ajouter_panier {
		font-size: 15px;
	}

	.total_ttc {
		top: -35px;
		position: relative;
		font-size: 20px;
		left: 150px;
	}

	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 750px;
	}
}

@media all and (min-width: 1140px) {
	#bloc_droite_faq_mobile, #bloc_droite_faq_ordinateur {
		padding-left: 25px;
	}

	#panier {
		padding-bottom: 0px !important;
	}

	#panier {
		margin-left: 20px;
	}

	.btn_ajouter_panier {
		font-size: 14px;
	}

	.bloc_article_indisponible {
		font-size: 20px;
	}

	.sp-dropdown {
		width: 320px;
  		margin-left: 30px;
	}

	#btn_vider_panier {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.btn_panier_rempli {
		margin-top: 0px;
	}

	.offcadenas-overlay {
		display: none !important;
	}

	.btn_ajouter_panier2 {
		margin-left: 25px;
	}

	#bloc_dimension {
		margin-left: 25px;
		margin-top: 0px;
		max-height: 150px;
	}

	.prix_dimension {
		padding-left: 25px !important;
	}

	.input_qte_produit {
		padding-left: 0px !important;
	}

	form[name='form_dimension'] input[type='button'] {
		margin-top: 10px;
		margin-left: 25px;
	}

	form[name="form_dimension"] input[type="number"] {
		width: 68%;
	}

	#titre_surmesure {
		margin-top: 0px;
	}

	#bloc_remarque {
		margin-left: 25px;
		margin-top: 0px;
	}

	.texte-exposition {
		padding-left: 25px;
		padding-top: 0px;
	}

	#fermeture-menu-responsive {
		display: none;
	}

	.titre_encart {
		font-size: 53px;
	}

	#menu, #entete-menu {
		display:inline-flex;
	}

	#menu_responsive {
		display: none;
	}

	form[name='form-recherche'] input[type='text'] {
		margin-top: 20px;
	}

	#lien_site_commu {
		font-size: 12px;
	}

	.navbar .nav-item a {
		font-size: 12px;
	}

	#btn_bloc_vert {
		font-size: 12px;
		padding-top: 20px;
		margin: 0;
		margin-top: 10px !important;
		margin-right: 50px !important;
		padding-top: 11px;
		font-size: 21px;
	}

	#btn_bloc_vert img {
		top: 0px;
	}

	#btn_bloc_vert {
		width: 400px;
		max-width: 100%;
	}

	.total_ttc {
		position: relative;
		font-size: 20px;
		left: 135px;
		font-size: 15px;
	}

	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 750px;
	}
}

@media all and (min-width:1200px) {
	.total_ttc {
		position: relative;
		font-size: 20px;
		left: 140px;
		top: -32px;
		font-size: 15px;
	}

	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 960px;
	}
}

@media all and (min-width:1400px) {
	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 900px;
	}
}

@media all and (min-width: 1545px) {
	.sp-dropdown {
		width: 320px;
		margin-left: 50px;
	}

	#lien_site_commu {
		font-size: 21px;
	}

	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 760px;
	}
}

@media all and (min-width: 1645px) {
	#filtre_produit {
		padding-bottom: 25px !important;
		max-height: 700px;
	}
}
/*** FIN RESPONSIVE ***/