/* Commun */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
body {
	font-size:14px;
}
.bodymarge body {padding-right: calc(50% - 1000px); padding-left: calc(50% - 1000px); /*background-color: #e0e0e0;*/ background-color: #fff;}
.bodymarge #slide {background-color:transparent; max-width: 1200px; margin: 0 auto;min-height: 367px;}
.bodymarge .tablette #slide {min-height: 367px;}
.bodymarge header {width: 2000px; left: 50%; margin-left: -1000px; }
@media screen and (max-width: 1617px) {
.bodymarge header {width: 100%;left: 0px; margin-left: inherit;}
	}
#content {position: relative; /*background: linear-gradient(#f5f5f5, #fff);*/ }
#bandeau2 {
    clear: both;
    background-image: url("/layout/img/fond_bandeau_2.png");
    background-repeat: repeat-x;
    height: 20px;
	background-position: center bottom;
}
.scrolled #bandeau2 {display: none;}
.accueil #bandeau2 {
	height: 0;
}


.accueil #content {padding-top:160px;}
body #content{padding-top:175px;background-color: #fff; margin-top: 0px; transition: all 250ms;;}

body #content.ecommerce{padding-top:165px;}
body.scrolled #content{padding-top:70px; margin-top: 0px; transition: all 250ms;}

@media screen and (max-width: 900px) {
body #content{margin-top: 0px;}
body.scrolled #content{}
	}
@media screen and (max-width: 400px) {
body #content{margin-top: 0px;}
	}
/*Font*/
h1, h2, h3, h4, h5, h6, .titre, footer .toggle > ul > li:first-child {font-family: 'Source Sans Pro', sans-serif;}
footer .toggle > ul > li:first-child 
input[type=submit], .nom {font-family: 'Roboto', sans-serif;}

h1 {font-size: 40px;
color: #e74f13;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding: 30px 0;
}
.slide h1 {font-size: 2.571em; text-transform: uppercase; color:#fff; line-height: 70px; padding: 0 0 0 0; max-width: 600px; width: 100%;}
.slide.catalogue h1{color: #fff;}
.slidesimple {height: 360px; background:url(/images/slide_page_defaut.jpg) no-repeat center center; background-size:cover;}
h1.bloc_titre {padding: 30px 0 15px; text-align:center;}
h1 em,  h2 em{font-style: normal; color: #000; font-weight: 300; display:block;}
h1 strong {font-weight: 700; color: #2f5aa9;}

h2 {position: relative;font-size: 1.7em;font-weight: 300;line-height: 45px;color: #77787b;padding: 20px 0 10px;z-index: 1; font-family: 'Open Sans', sans-serif;}
.accueil h2 {font-weight: 700;}
h2 b{font-weight: 700; color: #9c9a8c; }

.fondfonce h2 {font-weight: 700;}
.fondgris h2 {text-align: center; color: #262626; padding: 10px 0 30px;}
[id*="bloc_"] h1 + h2 {padding: 0 0 30px;}
h3 {font-family: 'Roboto Condensed', sans-serif; position:relative; font-size: 1.6em; color: #9d9fa1; font-weight: 400; line-height: 32px; text-align: center; text-transform: uppercase; z-index: 1;padding: 20px 0 20px 0;}
h1 + h3 {padding: 0px 0 60px;}
h4 {font-weight: 300; font-size: 1.429em; color: #9c9a8c; padding: 0 0 10px 0; line-height: 30px; margin: 0 0 0 0; text-transform: uppercase; }
h4 strong{font-weight: 700; }
h2+h3{ text-align: left; padding: 0 0px 0 50px; font-weight: 300;}



p, li, div, before, after, td {
	font-family: 'Source Sans Pro', sans-serif;
	color: #333132;
	font-weight: 300;
	
	}
blockquote p{font-weight: 300; text-decoration: none; color: #9c9a8c;}
[id*="bloc_"] p, [id*="bloc_"] li, .texte p, .texte li, [id*="bloc_"] p { 
    font-size: 16px;
    color: #414042;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;

}
.texte ul {
    margin: 10px 20px 20px 35px;
}
.texte li {
	margin: 0;
	list-style-image: url("/layout/img/puce_orange_texte.png");
}


[id*="bloc_"] p {padding-bottom: 10px;}
p b, .texte li b, p strong, .texte li strong, li strong {font-size: 16px;
color: #e74f13;
font-family: 'Open Sans', sans-serif;
font-weight: 400;}
a {
	text-decoration: none;
	font-weight: 500;
	}
a:hover {
	text-decoration: none;
	}
[id*="bloc_"] p a {
	padding: 4px 28px;
	text-decoration: none;
	color:#000;
	border:1px solid #000;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
	display: inline-block;
	font-size:1em;
}
[id*="bloc_"] a:hover {text-decoration:none;}
.texte .centre, footer .centre, .slide .centre, #recherche .centre, #slide .centre, [id*="bloc_"] .centre, .clemiss > .centre {
	margin: 0 auto;
	max-width: 1004px;
	width: 96%;
	position: relative;
	}
[id*="bloc_"] {background-color: #fff; margin : 0 auto;}

p.bouton a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 575px) {
h1, #slide h1 {
	font-size: 2em;
	line-height: 34px;
	}
h1 strong {
	font-size: 0.9em;
	}
h2 {
	font-size: 2.571em;
	line-height: 30px;
	}
[id*="bloc_"] p, [id*="bloc_"] li, .texte li {
	font-size: 1.07em;
	line-height: 24px;
	}
.texte .centre, .slide .centre, #recherche .centre, #slide .centre, [id*="bloc_"] .centre {
	width: 100%;
	padding-right:20px;
	padding-left:20px;
	}
[id*="bloc_"] h1 em:before, [id*="bloc_"] h2 em:before {
	width: 75px;
	height: 75px;
	top: -20px;
	left: -30px;
	}

	}
.center {
	text-align: center;
	}
.texte p.alerte {
	color: #ff0000;
	}
.texte li ul li  {
	font-size: inherit;
	}

.texte p a:hover {
	text-decoration: none;
	}
.texte li p{
	font-size: inherit;
	}

.texte.clemiss a:hover {
	text-decoration: none;
	}
.texte {
    width: 100%;
    max-width: 1004px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 70px;
}

.texte img.align_d {
    float: right;
    margin: 20px 50px 30px 50px;
}

.texte p b,
.texte p strong{
    font-size: 16px;
    color: #414042;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.texte p span.orange {
    font-size: 20px;
    color: #e74f13;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-right: 6px;
}

/*CMS*/
p:empty {
	display:none;
	}
[id*="bloc_"].iframe {
	margin: 0 0 0 0;
	}

[id*="bloc_"] {padding: 20px 0; position: relative; overflow:hidden;}
[id*="bloc_"].blocslide {padding: 0 0;}

.texte.mentions {
	padding-bottom: 80px;
	}
.texte.contact.merci {padding-bottom: 400; padding-top: 50px;}
.texte.contact.merci h1{text-align: center;}
p.envoye span {
    color: #fff;
	background-color: #bd0000;
	text-transform: uppercase;
    font-size: 1.20em;
	padding: 10px 20px 8px 20px;
	margin: 0px auto 40px auto;
	font-weight: 500;
	}
.clemiss > .centre h1 {
	max-width: 100%;
}
.clemiss > .ariane {
	max-width: 1200px;
	margin: 0 auto;
	color: #e6e7e8;
	font-size: 0.93em;
	padding: 75px 0 25px 90px;
}
.clemiss > .ariane a{
	color: #ffffff;
	font-size: 1em;
	font-weight: 300;
}
.clemiss > .ariane span{
	color: #ffffff;
	font-size: 1em;
	font-weight: 300;
}
/*Design system*/	
/*[id*="bloc_"]::before {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 30px;
	height: 100%;
	padding: 5px 0;
	border-right: 2px solid #F00;
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	font-weight:500;
	background-color: #fff;
	}
#bloc_3::before {
	content:'Bloc titre';
	}*/

	
/*Sp�cifique*/
#bloc_13 li {
    margin: 20px 0 20px 40px;
    line-height: 27px;
    list-style-image: url("/layout/img/fleche_liste.png");
}
#bloc_13 .droite img{
	margin: 100px 0px 30px 0px;
   text-align: center;
}

@media screen and (max-width: 575px) {
#bloc_13 .droite img{
		margin:0;
	}
}

#bloc_11 {
	background-image: url("/layout/img/fond_bandeau.jpg");
	background-repeat: repeat-x;
}

#bloc_15 ul {
    background-color: #f2f2f2;
    border: 1px solid #c7d6de;
    border-radius: 4px;
    margin: 10px 20px 20px 20px;
}

#bloc_15 li.titre {
    text-transform: uppercase;
    font-size: 18px;
    color: #7a99ad;
    line-height: 40px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #c7d6de;
    margin: 0 15px 0 15px;
    padding: 10px 0 0 0;
}
#bloc_15 li {
    list-style: none;
}

#bloc_15 li.txt {
    font-size: 15px;
    color: #414042;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin: 0 15px 0 15px;
    text-align: left;
    padding: 15px 0 15px 0;
}

#bloc_15 h2 {
	font-size: 24px;
	color: #77787b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 10px 20px 20px 20px;
	line-height: 35px;
}

#bloc_17 {
	background-color: #dee8ef;
}

#bloc_17 .photo {
	margin-top:18px;
}

#bloc_17 .centre h2 {
    font-size: 21px;
    color: #7a99ad;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 43px;
    vertical-align: middle;
    border-bottom: 1px solid #b6c8d5;
	padding: 0;
	text-align: center;
}

#bloc_17 .centre h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #4c6c81;
    text-align: left;
    margin: 18px 0px 0px 0px;
	padding: 0;
}

#bloc_17 p {
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #414042;
	text-align: left;
	line-height: 25px;
}

/*Ecommere*/
#slide.slide-ecommerce {
	/*height: 600px;
	background:url(/images/slide_ecommerce.jpg) center center;
	background-size: cover;*/
	}
#slide.slide-ecommerce .cadre {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 490px;
    padding: 50px;
    background-color: #201e28;
    margin-left: calc(50% - 600px);
    z-index: 800;
	box-shadow: 1px 1px 12px #555;
}
#slide.slide-ecommerce .cadre li{
    color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.14em;
}
#slide.slide-ecommerce .cadre li p{
    color: #fff;
}
#slide.slide-ecommerce .cadre li:first-child{
    text-transform: uppercase;
}
#slide.slide-ecommerce .cadre li.titre{
	color: #d5b860;
	font-size: 2.85em;
	font-weight: 700;
}
#slide.slide-ecommerce .cadre li.prix{
	padding-bottom: 30px;
	background:url(/images/decor_rectangle.png) no-repeat bottom center;
	margin-bottom: 15px;
}	
#slide.slide-ecommerce .cadre li.bouton em{
    padding: 10px 30px;
    display: inline-block;
    font-size: inherit;
    font-size: 0.9em;
    color: #231f20;
	font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
	margin-top: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c8953c;
    font-family: 'Poppins', sans-serif;
    background: rgb(200,149,60);
    background: -moz-linear-gradient(left, rgba(200,149,60,1) 1%, rgba(224,193,139,1) 52%, rgba(200,149,60,1) 100%);
    background: -webkit-linear-gradient(left, rgba(200,149,60,1) 1%,rgba(224,193,139,1) 52%,rgba(200,149,60,1) 100%);
    background: linear-gradient(to right, rgba(200,149,60,1) 1%,rgba(224,193,139,1) 52%,rgba(200,149,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8953c', endColorstr='#c8953c',GradientType=1 );
}

@media screen and (max-width: 1300px) {
	#slide.slide-ecommerce .cadre {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 490px;
    padding: 50px;
    background-color: #201e28;
    margin-left: 0px;
    z-index: 800;
	box-shadow: 1px 1px 12px #555;
	}
	}
@media screen and (max-width: 950px) {
	#slide.slide-ecommerce .cadre {
    width: 400px;
    padding: 15px;
	}
	}
@media screen and (max-width: 767px) {
	#slide.slide-ecommerce .cadre {
    width: 300px;
	}
#slide.slide-ecommerce .cadre li.titre{
	font-size: 1.9em;
	}	
	}
@media screen and (max-width: 450px) {
#slide.slide-ecommerce .cadre {
    padding: 15px 7.5px;
    left: 20px;
    width: 275px;
	}
#slide.slide-ecommerce .cadre li.titre{
	font-size: 1.7em;
	}
#slide.slide-ecommerce .cadre li.bouton em{
    padding: 5px 20px;
}	
	}
#slide.slide-ecommerce a{
	display: block;
	width: 100%;
	height: 100%;
	}
#ecommerce_panier {
	float: right;
	width: 300px;
	margin-top: 30px;
	}
#ecommerce_panier li{
	display: inline-block;
	width: 50%;
	}
#ecommerce_panier li a{
	padding-top: 40px;
	color: #e2c380;
	font-weight: 600;
	font-size: 1.07em;
	display: block;
	position: relative;
    font-family: 'Poppins', sans-serif;
	}
#ecommerce_panier li:first-child a{
	background: url(/images/icone_ecommerce_compte.png) no-repeat top center;
	}
#ecommerce_panier li:last-child a{
	background: url(/images/icone_ecommerce_panier.png) no-repeat top center;
	}
#ecommerce_panier li a em{
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -15px;
	width: 16px;
	height: 16px;
	background-color: #181717;
	text-align:: center;
	color: #fff;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.8em;
	border-radius: 50%;
	font-style:normal;
	}
.scrolled #ecommerce_panier li a span{
	display: none;
	}
.scrolled #ecommerce_panier {
	float: none;
	position: fixed;
	top: 5px;
	right: 40px;
	width: 100px;
	z-index: 800;
	margin-top: 0px;
	}
@media screen and (max-width: 800px) {
#ecommerce_panier li a span{
	display: none;
	}
#ecommerce_panier {
	float: right;
	width: 100px;
	margin-top: 20px;
	margin-right: 20px
	}
.scrolled #ecommerce_panier li a span{
	display: none;
	}
.scrolled #ecommerce_panier {
	float: right;
	position: inherit;
	top: inherit;
	right: inherit;
	margin-top: 20px;
	}
	}
.bloc_categorie {
	padding: 50px 25px 70px 25px;
	}
.bloc_categorie.fondnoir {
	background-color: #151314;
	background-image: url(/images/fond_paillette_ecommerce_gauche.png), url(/images/fond_paillette_ecommerce_droite.png); 
	background-position: bottom left, top right;
	background-repeat: no-repeat;
	position: relative;
	}
.bloc_categorie.fondnoir:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: -moz-linear-gradient( 0deg, rgb(21,19,20) 0%, rgb(200,149,60) 50%, rgb(21,19,20) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(21,19,20) 0%, rgb(200,149,60) 50%, rgb(21,19,20) 100%);
	}
.bloc_categorie.fondblanc {
	background-color: #f8f8f8;

	}
.bloc_categorie.fondnoir h1, .bloc_categorie.fondnoir h2{
	color: #fff;
	padding-bottom: 50px;
	}
.bloc_categorie.fondblanc h1{
	padding-bottom: 50px;
	}
.listeproduits {
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	}
.listeproduits a {
	width: calc(33.33333333333% - 20px);
	display: block;
	position: relative;
	
	}
a.produit-list .photo {
	display:block;
	}

a.produit-list img{
	width: 100%;
	height: auto;
	}
a.produit-list .nom{
    font-weight: 700;
    font-size: 1.3em;
	}
.bloc_categorie.fondnoir a.produit-list .nom{
	color: #fff;
	}
a.produit-list .prix{
	text-align: center;
	display: block; 
	color: #c8953c;
	font-size: 1.28em;
    font-family: 'Poppins', sans-serif;
	font-weight: 300;
	}
@media screen and (max-width: 900px) {
.bloc_categorie {padding: 40px 10px 50px 10px;}
.listeproduits a {
	width: calc(33.33333333333% - 10px);
	margin: 0 5px 5px 5px;
	display: block;
	}
	span.fonction {
		font-size: 0.8em;
	}
.listeproduits a .nom{
	font-size: 1.1em;
	}
	}
@media screen and (max-width: 575px) {
.bloc_categorie {padding: 40px 10px 50px 10px;}
.listeproduits a {
	/*max-width: 320px;*/
	width: 100%;
	margin: 0 auto 40px auto;
	display: block;
	}
.listeproduits a .nom{
	font-size: 1.1em;
	}
	}
.catalogue.fiche.ecommerce .gauche img{
	border: 1px solid #d7bc6a;
	}
.catalogue.fiche.ecommerce .milieu {
	text-align: left;
	padding: 0 20px;
	}
.catalogue.fiche.ecommerce .milieu h1{
	text-align: left;
	padding: 0 20px;
	font-size: 2.8em;
	padding: 0 0 20px;
	}
.catalogue.fiche.ecommerce .milieu li {
	font-size: 1.42em;
	font-weight: 400;
	}
.catalogue.fiche.ecommerce .milieu.listeavecpuce li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #1f3563;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 12px;
	}
.catalogue.fiche.ecommerce .milieu .mention {
	font-size: 0.94em;
	font-style:italic;
	line-height: 16px;
	}
.catalogue.fiche.ecommerce .milieu em{
	font-size: 0.8em;
	font-style:italic;
	line-height: 16px;
	padding-top: 10px;
	display:block;
	}
.catalogue.fiche.ecommerce .droite{
	background-color: #fff;
	border: 1px solid #c7c8ca;
	border-radius: 10px;
	padding: 25px 20px 30px 20px;
	}
.catalogue.fiche.ecommerce .haut{
	display: flex;
	flex-wrap: wrap; 
	padding: 60px 0 110px;
	}
.catalogue.fiche.ecommerce .haut .gauche, .catalogue.fiche .haut .milieu {
	width: 35%;
	}
.catalogue.fiche.ecommerce .haut .droite {
	width: 30%;
	text-align:left;
	}
.catalogue.fiche.ecommerce #erreur {
	color: #ff0000;
	}
@media screen and (max-width: 900px) {
.catalogue.fiche.ecommerce .haut .gauche, .catalogue.fiche .haut .milieu {
	width: 50%;

	}
.catalogue.fiche.ecommerce .haut .droite {
	width: 100%;
	margin: 30px 0;
	}	
.catalogue.fiche.ecommerce .haut{

	padding: 30px 0 110px;
	}
	}
@media screen and (max-width: 500px) {
.catalogue.fiche.ecommerce .haut .gauche, .catalogue.fiche .haut .milieu {
	width: 100%;
	}
.catalogue.fiche.ecommerce .haut .milieu {
	padding-top: 20px;
	}	

.catalogue.fiche.ecommerce .haut .droite {
	width: 100%;
	}	
	}
.catalogue.fiche.ecommerce .haut .droite .prix {
	font-size: 2.14em;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #c8953c;
	padding-bottom: 20px;
	}
.catalogue.fiche.ecommerce .haut .droite .livraison {
	font-size: 1.28em;
	font-weight: 500;
	padding-bottom: 20px;
	}
.catalogue.fiche.ecommerce .haut .droite input[type=number] {
	border: 1px solid #dadada;
	background-color: #f9f9f9;
	border-radius: 7px;
	width: 60px;
	font-weight: 600;
	color: #000;
	}
.catalogue.fiche.ecommerce .haut .droite input[type=submit]{
	padding: 12px 25px 12px 25px;
    display: block;
    font-size: inherit;
    font-size: 1em;
    color: #231f20;
    font-weight: 600;
    margin: 50px auto 20px auto;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c8953c;
    font-family: 'Poppins', sans-serif;
    background: rgb(200,149,60);
	max-width: 400px;
	width: 100%;
	}
.texte.association {
	border-top: 1px solid #dcddde;
	}
.texte.association h2{
	border-top: 1px solid #dcddde;
	font-size: 2.5em;
	text-align:center;
	padding: 40px 0;
	}




/*Contact*/
.slidesimple {
	height: 300px;
	z-index: 100;
	}
	
#fil_ariane {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	z-index: 800;
	max-width: 1200px;
	}
@media screen and (max-width: 1220px) {
#fil_ariane {
	position: absolute;
	top: 100px;
	left: 20px;
	margin-left: inherit;
	z-index: 800;
	max-width: 100%;
	}
	}


/** PAGE CONTACT **/
.contact .centre >  div {
	margin-bottom:100px;
}

@media screen and (max-width:767px) {
.contact .centre >  div {
	margin-bottom:30px;
}
}
.contact .formulaire-col500 {
    padding: 0px 0;
}

.contact ul.coordonnees li {
	text-align:center;
	margin: 0;
}

.contact ul.coordonnees li:nth-of-type(3){
	margin-bottom: 20px;
}



.contact li.nom,
.contact li.adresse
{
	font-weight: 400;
}

#slide.contact {
	height: 300px; 
	background:url(/images/slide_page_contact.jpg) no-repeat center center; 
	background-size:cover;
}

.contact-2col .centre,
.onvousrappelle .centre{
  margin-top:45px;
	
}

.onvousrappelle .formulaire li span {
    text-align: left;
    display: block;
    font-weight: 600;
    padding-left: 3px;
}

.formulaire li label em {
    text-transform: uppercase;
    font-size: 0.9em;
    font-style: normal;
    color: #9d9fa1;
}


/*.texte.listeproduits.grille.subcat6 a.produit-list{
    width: calc(25% - 37px)
}*/
.listeproduits a {
    width: calc(31.33333333333%);
}
.catalogue .haut.centre {
    display: none;
}
.texte.listeproduits.grille.subcat5 {
    background: #F7F7F7;
}
.texte.catalogue h1 {
    color: #E74F12 !important;
}
.descEquipe {
    position: absolute;
    bottom: 0px;
	height: 72px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    padding: 0 16px;
	display: flex;
	flex-direction: column;
    background: #8e9ca8d9;
	justify-content: center;
}
span.fonction {
    color: white;
	font-size: 0.95em;
    font-weight: 400;
	text-transform: uppercase;
}

.texte.catalogue.liste.liste {
    max-width: 1600px !important;
}
.bas.centre {
    max-width: 1600px !important;
}

.gauche img{
	position: relative;
	z-index: 2;
}
.gauche p:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 3%;
    max-width: 238px;
    max-height: 238px;
    top: 9%;
    border-radius: 4px;
    z-index: 0;
    background: #c6d4de;
    position: absolute;
}
.catalogue.fiche .gauche {
    width: 30%;
}
.catalogue.fiche .droite {
    width: 70%;
}
.catalogue.fiche .droite {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.LnRetour {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1220px) {
	.catalogue.fiche .gauche , .catalogue.fiche .droite {
		width: 100%;
		text-align: center;
	}
	.gauche p:after {
		display: none;
	}
}
@media screen and (max-width: 780px) {
	.catalogue.fiche .gauche , .catalogue.fiche .droite {
		text-align: center;
	}
}

.attente {background-color: #1e3551; padding: 40px; box-sizing:border-box;}
.attente p{color: #fff; font-weight: 600;}
.attente a{color: #fff;}
.attente img.identite{max-width: 700px; width: 100%;}
.attente .mention{color: #ccc; margin-top: 100px; text-align:center;}