/*
Noir : #000000
Gris : #141414
Rouge : #921E30
Vert : #234535
*/


/* GENERIQUE */
body{
	font-family:'Brandon';
	font-weight:400;
	font-style:normal;
	font-size : 16px;
	color:#141414;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	/*font-family: 'Prospectus', serif;*/
	font-family:'Brandon';
	font-weight: 500;
	font-style:normal;
	text-transform:none;
	color: #000;
	font-size: 1.2em;
}
.titre h1,
.titre h2,
.titre h3,
.titre h4,
.titre h5,
.titre h6{
	margin-bottom : 1em;
}
h1,
.h1{
	font-size : 32px;
	text-align:center;
	position:relative;
}
h2,
.h2{
	font-size : 20px;
}
h3,
.h3{
	font-size : 18px;
}
h4,
.h4{
	font-size : 16px;
}

a{
	color: #234535;
}
a:hover{
	color: #921E30;
}
.btn{
	font-family: 'Prospectus', serif;
	font-size: 1.2em;
    font-weight: bold;

    border-color: #234535;
    background: #234535;
	text-decoration:none;
}
.btn:hover{
	background: #141414;
}
mark {
    background: #234535;
    color: #fff;
    padding: 0 5px;
}
#content li:before {
    color: #141414;
}
body .swiper-pagination-bullet {
	background: #fff;
    opacity: 1;
    position: relative;
    margin: 0 8px !important;
    padding: 0px;
}
body .swiper-pagination-bullet:before {
    content: "";
    border: 1px solid transparent;
    display: block;
    height: 20px;
    width: 20px;
    margin: -6px 0px 0 -6px;
    border-radius: 50%;

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body .swiper-pagination-bullet-active:before {
	border-color:#921E30;
}

.grecaptcha-badge{
	visibility:hidden;
}

/* HEADER */
#navigation {
    background-color: #fff;
	text-transform: uppercase;

	font-family: 'Prospectus', serif;
	font-size: 1.2em;

    font-weight: bold;
	z-index: 9999;
}
#navigation > div{
	-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#navigation .navbar-header{
	-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	text-align:center;
}
#navigation .navbar-header #logo {
    margin: auto;
    max-width: 275px;
	width:100%;
    padding: 15px 0;
}
#rs_header{
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#rs_header li,
#menu_client li{
	display: inline-block;
    vertical-align: middle;
}
#menu_client li:first-child{
	margin-right : 25px;
}
#rs_header li a,
#menu_client li a{
	display:inline-block;
	vertical-align: middle;
	text-decoration:none;
	padding:0 10px;
}
#menu_client li:first-child a{
	color:#921E30;
}
#rs_header li a i{
	font-size:22px;
}
#rs_header li a img,
#menu_client li a img{
    display: inline-block;
    vertical-align: middle;
    width:25px;
}
#menu_client{
	-webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	text-align:right;
}
#menu_client_compte a span,
#menu_client_cart a span{
	display:none;
}
#menu_client_cart i{
    position: relative;
}
#menu_client_cart i:after{
	content: attr(data-number-item);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-10%, -75%);
    background: #fff;
    border: 1px solid;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}
#menu_client_cart i.i0_item:after{
	display:none;
}

#navigation .hidden_navItem {
	display: none !important;
}


#navigation #conteneur_menu_secondaire > ul#rs_header > li#search_field{
	width: 100%;
	padding-left: 8px;
}
#navigation #conteneur_menu_secondaire > ul#rs_header > li#search_field a.recherche{
	display: inline-flex;
  /* flex-direction: row-reverse; */
	flex-direction: row;
  margin-top: 20px;
	padding-left: 0;
}
#navigation #conteneur_menu_secondaire > ul#rs_header > li#search_field a.recherche:before{
	font-family:fontawesome;
	content:"\f002";
	font-size: 19px;
  color: #234535;
	font-weight:normal;

  transform: rotate(90deg);
  display: block;

  /* margin-left: 7px; */
	margin-right: 7px;

	-moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#navigation #conteneur_menu_secondaire > ul#rs_header > li#search_field a.recherche:hover:before{
	color: #921E30;
}
#navigation #container-menu-header{
	border-bottom : 2px solid;

    font-family: 'Brandon';
    font-weight: 700;
}
#navigation #container-menu-header > ul {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;

	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    position: relative;
}
#navigation #container-menu-header > ul > li.menu-item-has-children {
    /*position: unset;*/
}
#navigation #container-menu-header > ul li.menu-item-has-children ul {
    left: 50%;
    min-width: 200px;
    margin-top: 0px;
    background: #efefef;
    transform: translate(-50%,0);
	z-index: 999;
}
#navigation #container-menu-header > ul li.menu-item-has-children ul.subhover {
    display: block;
}
#navigation #container-menu-header > ul li.menu-item-has-children ul.subclose {
    display: none;
}
#navigation #container-menu-header > ul > li:after{
	display:none;
}
#navigation #container-menu-header > ul > li:hover {
    background-color: inherit;
}
#navigation #container-menu-header > ul li:hover > a,
#navigation #container-menu-header > ul li.current-product-ancestor > a,
#navigation #container-menu-header > ul li.current-product-parent > a {
    color: #921E30;
}
#navigation #container-menu-header > ul > li > a {
    padding: 15px 20px 25px;
	font-size:16px;
	text-align:center;
}
#navigation #container-menu-header > ul > li.recherche{
	-webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#navigation #container-menu-header > ul > li.recherche a{
	font-size: 0;
    color: transparent;
    /*
	width: 32px;
    padding: 0;
    display: block;
    height: 50px;
	*/
}

#navigation #container-menu-header > ul > li li.tous,
#navigation #container-menu-header > ul > li.blog,
#navigation #container-menu-header > ul > li.facebook,
#navigation #container-menu-header > ul > li.instagram,
#navigation #container-menu-header > ul > li.pros{
	display:none;
}

#navigation #container-menu-header > ul li.menu-item-has-children > a:after{
	display:none;
}
#navigation #container-menu-header > ul > li li a {
	font-size:16px;
	text-align: center;
    display: block;
}

/* FOOTER */
#rassurance{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    margin: 0 auto;
	padding : 20px 0;
	border-top : 2px solid;
}
#rassurance li{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

	padding : 0 15px;
	text-align:center;
	font-weight:bold;
    text-indent: 0;
	text-transform:uppercase;
	font-size: 1em;
    line-height: 1.2em;
}
#rassurance li:before{
	display:none;
}
#rassurance li i,
#rassurance li img{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	color: #000;
	/*
	font-size: 1.5em;
	*/
	font-size: 2.5em;
	width:50px;
}
#rassurance li span{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	margin-left : 25px;
	font-family: 'Prospectus', serif;
}
#rassurance li label{
	display:block;
	font-weight:normal;
	text-transform:none;

	font-family: 'Brandon';
	font-size: 0.9em;
}
#bloc_nl_footer{
	text-align:center;
}
#bloc_nl_footer #bloc_nl_footer_texte{
	margin-right :25px;
}
#bloc_nl_footer #bloc_nl_footer_texte span{
    font-weight: bold;
	font-family: 'Prospectus', serif;
	font-size: 1.5em;
}
#bloc_nl_footer #bloc_nl_footer_form{
	max-width: 550px;
    margin: 0 auto 40px;
    font-size: 0.9em;
	line-height: 1.3em;
}
#bloc_nl_footer #bloc_nl_footer_form  p.sib-email-area{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#bloc_nl_footer #bloc_nl_footer_form input{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	max-width: 300px;
    margin: auto;
    text-align: center;
    height: auto !important;
    padding: 12px 30px 8px !important;
	background-color: #921E30;
}
#bloc_nl_footer #bloc_nl_footer_form .notice_rgpd a{
	font-family: 'Brandon';
	font-size: 1em;
}
form#sib_signup_form_1 p.sib-alert-message-warning {
    background-color: #234535;
    border-color: #141414;
    color: #fff;
}

#footer {
	position:relative;
    background: #141414 url(../images/bg_footer.jpg) no-repeat center center / cover;
	padding: 50px 0 20px;
}
#footer:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(33,33,33,0.60);
}
#footer > *{
	position:relative;
}
#footer a{
    font-family: 'Prospectus', serif;
    font-size: 1.2em;
}
#footer #back-top {
    position: fixed;
}
#footer_container_menus {
    display: block;
}
#footer #footer_colonne1{
    text-align: center;
    margin: 10px auto;
    padding: 20px 0;
    border: 1px solid rgba(255,255,255,0.2);
    border-width: 1px 0;
}
#footer #footer_colonne1 li{
	display:inline-block;
	vertical-align: middle;
    font-size: 1em;
}
#footer #footer_colonne1 li a{
	padding : 0 15px;
	text-decoration:none;
}
#footer #footer_colonne1 li a:hover{
	text-decoration:underline;
}
#footer #signature {
    font-size: 1em;
	margin: 30px auto 0;
}
#footer #signature a{
	font-family:'Brandon';
	font-size: 1em;
}

#bloc_recherche{
	display:none;
	width : 100%;
    max-width: 600px;
    padding: 34px 50px;
	text-align:center;
}
#bloc_recherche form > div{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	padding-top : 15px;
}
#bloc_recherche #s{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	margin: 0;
    width: auto !important;
    height: auto !important;
    text-align: center;
}
#bloc_recherche #searchsubmit{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

	display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 50px;
    margin: 0 auto;
    text-transform: uppercase;
    outline: 0;

	font-family: 'Prospectus', serif;
	font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #234535;
    background: #234535;
	color:#fff;

	-moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#bloc_recherche #searchsubmit:hover{
    background-color: #013c48;
}

/* DIVERs */
#content {
    font-size: 18px;
}
.section_intro_generique{
    padding: 15px 0 0;
}
.section_intro_generique ~ .section_pricipale{
	padding-top: 5px;
}

@media (max-width: 1400px) {
}
@media (max-width: 1199px) {
	#navigation #container-menu-header > ul > li > a {
		padding: 15px 15px 25px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	h1,
	.h1 {
		font-size: 28px;
	}
	#navigation #container-menu-header > ul > li > a {
		padding: 15px 14px 25px;
		font-size: 14px;
	}
	#navigation #container-menu-header > ul > li.recherche a {
		font-size: 0;
		color: transparent;
		padding-top: 25px;
		padding-bottom: 0;
	}
	#navigation #container-menu-header > ul li:first-child ul {
		left: 0%;
		transform: none;
	}
	#navigation .navbar-header {
		-webkit-flex: 0 0 24%;
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
	}
	#rs_header,
	#menu_client{
		-webkit-flex: 0 0 38%;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
	}
	#menu_client li:first-child {
		margin-right: 15px;
	}

	#rassurance li span {
		margin-left: 10px;
	}
}
@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 26px;
	}
	#navigation {
		font-size: 1em;
		position:relative;
	}
	#rassurance li {
		padding: 0 10px;
		font-size: 13px;
	}
	#rs_header li,
	#menu_client #menu_client_pros{
		display:none;
	}
	#navigation #container-menu-header .navbar-toggle{
		display: block;
		position: absolute;
		top: 28px;
		width: 60px;
		text-align: center;
	}

	#navigation #container-menu-header > ul {
		position: absolute;
		display: block;
		width: 100%;
		left: 0;
		text-align: center;
		box-shadow: none;
		background: #f9f9f9;
	}
	#navigation #container-menu-header #show-menu:checked ~ ul {
		/* height: calc( 100vh - 104px ); */
		border-top: 1px solid #999;
		padding: 20px;
		/* overflow: auto; */
	}
	#navigation #container-menu-header > ul > li > a {
		padding: 10px 0px;
		font-size: 14px;
	}
	#navigation #container-menu-header > ul > li.recherche{
		border-top: 1px solid #999;
	    margin-top: 10px;
	}
	#navigation #container-menu-header > ul > li.recherche a {
	    font-size: 14px;
		color: #141414;
		width: auto;
		height: auto;
		padding: 10px 0;
		background-size: 20px auto;
		background-position: 35%;
	}
	#navigation #container-menu-header > ul > li.recherche a:before{
		display:none;
	}
	/*
	#navigation #container-menu-header > ul > li li.tous,
	#navigation #container-menu-header > ul > li.blog,
	#navigation #container-menu-header > ul > li.facebook,
	#navigation #container-menu-header > ul > li.instagram,
	#navigation #container-menu-header > ul > li.pros{
		*/
	#navigation #container-menu-header > ul > li{
		display: block !important;
	}

	#navigation #container-menu-header > ul li.menu-item-has-children:hover ul {
		display: none;
	}
	#navigation #container-menu-header > ul li.menu-item-has-children ul.subhover {
		display: block;
		left: auto;
	    transform: none;
		background: none;
	    margin-top: 0;
		margin-bottom: 15px;
	}
	#navigation #container-menu-header > ul li.menu-item-has-children ul li {
		padding: 0;
		border-bottom: 0px solid #999;
		font-size: 14px;
	}
	#navigation #container-menu-header > ul > li li a {
		font-size: 13px;
		padding : 3px 0;
	}

	#rs_header li a,
	#menu_client li a{
		font-size : 24px;
	}
}
@media (max-width: 643px) {
	h1,
	.h1 {
		font-size: 24px;
	}
	#navigation #container-menu-header > ul > li.recherche a {
		background-position: 25%;
	}
	#rs_header,
	#menu_client{
		-webkit-flex: 0 0 105px;
		-ms-flex: 0 0 105px;
		flex: 0 0 105px;


		font-size : 1.5em;
	}
	#navigation .navbar-header {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	#rs_header li a span,
	#menu_client li a span{
		display:none;
	}
	#navigation #container-menu-header .navbar-toggle {
		top: 35px;
	}
	#rassurance {
	    display: block;
	}
	#rassurance li {
		padding: 10px 15px;
		font-size: 16px;
	}
	#rassurance li span {
		-webkit-flex: 0 1 170px;
		-ms-flex: 0 1 170px;
		flex: 0 1 170px;
	}
	#bloc_recherche form > div{
		display:block;
	}
	#bloc_recherche #s {
		width: 100% !important;
	    margin-bottom: 15px;
	}

}
@media (max-width: 359px) {
}
