@charset "UTF-8";
/* CSS Document */

* {box-sizing:border-box;}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	width:auto;
	margin:0;
	padding:0;
	width: 100%;
	height:auto; 
    color: #0d1215;
    font-size: 15px;
    line-height: 17px;
}

body.modal-open header {
	padding-right: 20px;
}
.btn {
	background-color: #2d2f33;
	font-size: 12px;
	/* border-radius: 40px; */
	color: #fff;
	height: 45px;
	letter-spacing: 2px;
	padding: 0px 30px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 10px 0px 0px 0px;
}
.btn-small {
	font-size: 10px;
    background-color: #2d2f33;
    height: 35px;
	padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    color: #fff;
}
.btn-small:hover, .btn:hover {
	color: #fff;
}
.btn:focus {
	box-shadow: none;
}
img {
	border: none;
}
.container {
	max-width: 1350px;
	padding: 10px;
	margin: 0 auto;
}
a.chevron {
	cursor: pointer;
}
.breadcrumb {
    background: none;
}
a, a:hover {
    text-decoration: inherit;
    color: inherit;
}
.cb {
    clear: both;
}
/* COULEURS */
.box-shadow {
    background-color: rgba(255, 255, 255,1);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.black {
	color: #2d2f33;
}
.bg_black {
	background: #2d2f33;
}
.white {
	color: #fff;
}
.bg_white {
	background: #fff;
}
.green {
	color: #37426a;
}
.green-bg {
	background: rgb(234, 244, 238);
}
.green2-bg {
	background: rgb(70 150 102);
}
.yellow {
	color: #dda853;
}
.yellow-bg {
	background: #dda853;
}
.blue {
	color: #37426a;
}
.blue-bg {
	background: #37426a;
}
.red {
	color: #C1001F;
}
.red-bg {
	background-color: #C1001F;
}
.grey-bg {
	background-color: #E2E2E2;
}
.light-grey-bg {
	background-color: #f2f2f2;
}
.letter-spacing {
	letter-spacing: 2px;
}
.border-2px {
	border-width: 2px !important;
}
.border-radius {
	border-radius: 20px;
}
.roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-bold, .bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.title-with-line {
	position: relative;
    padding-left: 49px;
}
.title-with-line::before {
	position: absolute;
    content: '';
    width: 40px;
    height: 6px;
    display: flex;
    background-color: #dda853;
    left: 0px;
    top: 50%;
    transform: translateY(-3px);
}
.cursor-pointer {
	cursor: pointer;
}
/* HEADER */
.sub-head {
	font-size: 12px;
}
header {
	/* position: fixed;
	z-index: 30000; */
	position: relative;
	width: 100%;
	transition: .2s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	padding-top: 0px;
	height: 155px;
	background-color: rgba(255, 255, 255,1);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	padding: 0;
}
header .logo img {
	width: 230px;
	transition: .5s;
}
.input-search {
	background-color: #f2f2f2;
    height: 45px;
    /* border-radius: 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px 0px 20px;
}
.input-search input {
	border: 0px;
	background: none;
	min-width: 340px;
	height: 100%;
	outline: 0;
}
.input-search input[type=submit] {
	background-color: #2d2f33;
    font-size: 12px;
    /* border-radius: 40px; */
    color: #fff;
    height: 35px;
    letter-spacing: 2px;
	margin-left: 10px;
	min-width: 50px;
}
.input-search input::placeholder {
	color: #000;
	font-size: 12px;
}
header .section-right a {
	border-bottom: 4px solid #f2f2f2;
    height: 45px;
    /* border-radius: 40px; */
    padding: 0px 15px;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    transition: .4s;
}
header .section-right a:hover, header .section-right a.active {
	background-color: #f2f2f2;
}
header .section-right img {
}
header.menu-scroll .logo img {
	width: 50px;
}
header nav.main {
	position: absolute;
    height: 55px;
    bottom: -27px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
	z-index: 100;
}
header nav .main-content {
    background-color: #37426a;
	color: #fff;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	padding: 0px 0px 0px 20px;
}
header nav .main-content .tel {
	font-size: 18px;
	display: flex;
	align-items: center;
}
header nav .main-content .tel span {
	margin-top: 2px;
}
header nav.main .menu {
	height: 100%;
}
header nav.main .nav_main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
	padding-right: 30px;
}
header nav.main .nav_main:first-of-type {
	padding-right: 20px;
}
header nav.main .link_sub_menu {
	display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
	position: relative;
    width: 100%;
    text-align: center;
}
header nav.main .nav_main:hover .sub_menu {
    display: flex;
}
header .panier {
	position: relative;
}
header .panier .dot {
	position: absolute;
    left: 28px;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: red;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}
div.sub_menu {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
	width:100%;
    max-width: 1330px;
    background-color: #fff;
    padding: 20px 10px;
    margin: 0 auto;
    z-index: 999999;
	color: #000;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	justify-content: flex-start;
}
div.sub_menu.sub_menu_2 {
	padding: 20px;
}
header nav a {
	margin: 0px 10px;
	transition: .5s;
}
header nav a:hover, header nav a.active {
	color: #f2f2f2;
}
header nav a.active {
	border-bottom: 3px solid #f2f2f2;
}
header img.white {
	display: inline-block;
}
header img.black {
	display: none;
}	
header.menu-scroll img.black, header.bg_white img.black {
	display: inline-block;
}
header.menu-scroll img.white, header.bg_white img.white {
	display: none;
}
header.menu-scroll .button_container {
	top:30px;
}


header.menu-scroll, header.bg_white {
	color: #000000;
	background-color: #fff;
}
/* MENU RESPONSIVE */
.button_container {
	position: absolute;
	right: 5%;
    top: 60px;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 2000;
	transition: opacity .25s ease;
	transition: .3s;
}
.button_container.active {
	position: fixed;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	z-index: 2000;
}
.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.button_container.active span {
	background: #000000;
}
.button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	z-index: 2000;
}
header .button_container span {
	background: #000;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
}

header.menu-scroll .button_container span, header.bg_white .button_container span {
	background: #000;
}
header #cart {
	position: relative;
	cursor: pointer;
}
header #cart .dot {
	position: absolute;
	top: -10px;
	right: 10px;
	background-color: #C1001F;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay {
	position: fixed;
	background: #fff;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 1000;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
	right: 0px;
}
.overlay.open li {
	animation: fadeInRight .5s ease forwards;
	animation-delay: .35s;
	letter-spacing: .2rem;
}
.overlay.open li:nth-of-type(2) {
	animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
	animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
	animation-delay: .50s;
}
.overlay .logo {
	border-right: 1px solid #6a696b;
	padding-right: 90px;
	margin-right: 90px;
}
.overlay nav {
	position: relative;
	font-size: 25px;
	line-height: 25px;
	text-align: left;
}
.overlay nav .coordonnees {
	font-size: 17px;
	line-height: 30px;
	text-align: left;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay ul li {
	display: block;
	position: relative;
	opacity: 0;
	margin-bottom: 20px;
}
.overlay ul li a {
	position: relative;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	transition: .6s;
	font-weight: 100;
}
.overlay a {
	transition: .6s;
}
.overlay ul li a:hover, .overlay a:hover {
	color: #37426a;
}
.overlay ul li a.active {
	color: #37426a;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}

/* Firefox */
.ajouter_produit_quantite input[type=number] {
  -moz-appearance: textfield;
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



/* FOOTER */
footer {
	height: auto;
	border-top: 2px solid #fff;
	padding: 40px;
	font-size: 13px;
}
footer .tel, .page.contact .tel {
	height: 35px;
	border-radius: 35px;
	background-color:#f2f2f2;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 7px;
}
footer .mail {
	
}
footer .adresse {
	font-size: 14px;
}
footer h2 {
	font-size: 55px;
}
footer a.footer-link {
	border: 1px solid #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
}
footer nav a {
	margin: 5px 0px;
	transition: .3s;
}
footer nav a:hover {
	color: #37426a;
}
footer .title {
	font-size: 11px;
}


.grecaptcha-badge {
	opacity: 0;
}


.link_rounded {
	font-size: 17px;
	text-transform: uppercase;
	padding: 2px 10px 0px 10px;
	min-height: 35px;
	border-radius: 20px;
	border: 1px solid #fff;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
	color: #fff;
	letter-spacing: 1px;
}
.link_rounded.black, .moment-tag {
	border: 1px solid #000000;
	color: #000000;
}
.link_rounded:hover {
	background-color: #000000;
	border: 1px solid #37426a;
	color:#37426a;
}


/* HEADER */
@media screen and (max-width:1250px) {
	.container {
		/* max-width: 1000px; */
	}
}
@media screen and (max-width:991px) {
	
	header .logo img {
		width: 140px;
	}
	.button_container {
		right: 25px;
        top: 35px;
	}
	.container {
	}
	footer {
		height: auto;
		padding: 30px 0px;
	}
	header .section-right a {
		border: 0;
	}
}
@media screen and (max-width:768px) {
	header {
		height: 95px;
		padding: 0px 60px 0px 10px;
	}
	header .section-right a {
		height: 35px;
		padding: 0px 10px 0px 0px;
		font-size: 12px;
		line-height: 14px;
		margin: 0;
	}
	header .section-right a img {
		/* width: 13px !important; */
	}
	footer .border-right {
		border-right: 0px !important;
	}
	header .panier .dot {
		left: 13px;
	}
}
@media screen and (max-width:576px) {
	.link {
		width: 90%;
	}
	footer h2 {
		font-size: 30px;
	}
}

/* Make the image fully responsive */
.carousel-inner img {
	height: auto;
}
.carousel-indicators{
	display:inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	position:static;
	direction: rtl;
}
@media screen and (max-width:992px){
.carousel-indicators{
	display: inline-flex;
	direction: inherit;
	height: auto;
	width: 100%;
	max-width:800px;
	overflow-x: auto;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	overflow-y: hidden;
	justify-content: normal;
	margin-bottom:20px;
}
.carousel-inner{
	margin-left:0!important;
}
.carousel-inner img{
	width:100%;
}
}
/* width */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
.item{
/* margin-bottom:10px;
margin-left: 10px;
cursor:pointer;
*/
	margin-bottom:10px;
}
.item.active img{
/* border:1px solid red; */
	opacity:1;
}
.item img {
	border:1px solid transparent !important;
	opacity:0.5;
	transition:0.5s;
}
.item:hover img{
	opacity:1;
}

@media screen and (max-width: 992px) {
	.content{
		position:static;
	}
}
@media screen and (min-width: 880px) and (max-width: 1199px) {
	.carousel-inner{
		margin-left: 20px;
	}
	.content{
		position: static;
	}
}
@media screen and (min-width: 576px) and (max-width: 879px) {
	.carousel-inner{
		margin-left: 50px;
	}
	.content{
		position: static;
	}

}