html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    overflow-x: hidden;
	_background-color:#999 ;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #fafafa;
}
::-webkit-scrollbar-thumb {
	background: #03508a;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@font-face{
	font-family: Montserrat-Black;
	font-style: normal;
	src: url('fonts/Montserrat-Black.ttf');
}
@font-face{
	font-family: Montserrat-Bold;
	font-style: normal;
	src: url('fonts/Montserrat-Bold.ttf');
}
@font-face{
	font-family: Montserrat-Medium;
	font-style: normal;
	src: url('fonts/Montserrat-Medium.ttf');
}
@font-face{
	font-family: Montserrat-Regular;
	font-style: normal;
	src: url('fonts/Montserrat-Regular.ttf');
}
@font-face{
	font-family: Montserrat-Light;
	font-style: normal;
	src: url('fonts/Montserrat-Light.ttf');
}

@font-face{
	font-family: GothamRounded-Bold;
	font-style: normal;
	src: url('fonts/GothamRounded-Bold.otf');
}
@font-face{
	font-family: GothamRounded-Book;
	font-style: normal;
	src: url('fonts/GothamRounded-Book.otf');
}
@font-face{
	font-family: GothamRounded-Medium;
	font-style: normal;
	src: url('fonts/GothamRounded-Medium.otf');
}
@font-face{
	font-family: GothamRounded-Light;
	font-style: normal;
	src: url('fonts/GothamRounded-Light.otf');
}
.home{
	position: relative;
	width: 100%;
	height: 100vh;
	/* background-image: url('../img/slides/1.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat; */
}
.home .slider{
	width: 100%;
	height: 100%;
}
.slider .owl-carousel,
.slider .owl-carousel .owl-stage-outer,
.slider .owl-carousel .owl-stage,
.slider .owl-carousel .owl-stage .owl-item{
	width: 100%;
    height: 100%;
} 
.slide{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    display: flex;
    justify-content: center;
}
header{
    background-color: rgba(255, 255, 255, 0.4);
	background-color: #fff;
    width: 100%;
	z-index: 99;
	min-height: 109px;
}
.header-top{
	position: relative;
	padding: 0.5rem 1rem;
	_border-bottom: 1px solid #D9D9D9;
}
.header-bottom{
	background-color: #fff !important;
	min-height: 40px;
	position: relative;
	width: 100%;
}
.searchForm{
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}
.searchForm .input-wrapper{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	background-color: rgba(255, 255, 255, 0.4);
	background-color: #edede9;
	border-radius: 100px;
	height: auto;
	
}
.searchForm .input-wrapper input[type="text"]{
	width: 100%;
    color: #9f9f90;
    font-weight: 300;
    border: 1px solid #9f9f90;
    font-size: 0.8rem;
    outline: 0;
	background-color: transparent;
	border: none;
	padding: 0.8rem 0 0.8rem 3rem;
	font-family: Montserrat-Medium;
}
.searchForm .input-wrapper button{
	position: absolute;
	left: 5%;
	top: 35%;
	transform: translate(-35%,-3%);
	color: #141414;
	font-size: 1rem;
	border: none;
}
.nav-icon{
	display: flex;
	align-items: center;
	height: 100%;
}
.nav-icon > li{
	float: left;
}
.nav-icon > li > a{
	display: block;
	font-size: 1.2rem;
	color: #434343;
	color: #042f4f;
	color: #03508a;
	padding: 0 0.75rem;
	position: relative;
}
.nav-icon > li:first-child > a, .nav-icon > li:nth-child(2) > a{
	color: #03508a;
	font-family: GothamRounded-Medium;
	font-size: 0.8rem;
}
.nav-icon > li:first-child > a:hover{
	color: #e91d27;
	text-decoration: underline;
}
.nav-icon > li:last-child > a .nbre{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background-color: #03508a;
	top:-60%;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: GothamRounded-Medium;
	font-size: 0.8rem;
}
.nav-icon > li:last-child > a .nbre span{
	font-family: GothamRounded-Medium;
	font-family: Montserrat-Medium;
	color: #fff;
	font-size: 0.8rem;
}
.menu-site{
	display: block;
	width: 100%;
	height: auto;
	
}
.menu-site > li{
	float: left;
	width: calc(100%/8);
}
.menu-site > li > a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #141414;
	_color: #03508a;
	_color: #fff;
	font-family: Montserrat-Medium;
	font-family: Montserrat-Bold;
	text-transform: uppercase;
	font-size: 0.7rem;
	padding: 0.9rem 0.5rem;
	_font-weight: 600;
	transition: 0.5s;
	position: relative;
}
.menu-site > li > a::after{
	content: "";
	position: absolute;
	right: 0;
	width: 0.1px;
	height: 50%;
	background-color: #999;
}
.menu-site > li:last-child > a{
	background-color: #e91d27;
	color: #fff;
}
.menu-site > li > a:hover,
.menu-site > li > a.active{
	background-color: #e91d27;
	color: #fff;
}
.menu-site > li:last-child > a:hover{
	background-color: #042f4f;
	color: #fff;
}
.submenu{
	background-color: transparent;
	position: absolute;
	top: 100%;
	left: 12%;
	width: 75.5%;
	z-index: 99;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	min-height: 300px;
	border-radius: 20px;
}
.menu-title{
	background-color: #042f4f;
	padding: 1.2rem 2rem;
	font-family: Montserrat-Bold;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.menu-title h2{
	color: #fff;
	font-size: 1.5rem;
}
.submenu > ul {
	position: relative;
	background-color: #fff;
	padding: 1.5rem 1rem;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 100%;
	overflow-y: scroll;
	_height: 500px;
}
.submenu > ul > li{
	margin: 1rem 0;
}
.submenu > ul > li > a{
	display: block;
	font-family: Montserrat-Bold;
	font-size: 0.8rem;
	color: #042f4f;
	transition: 0.3s;
}
.submenu > ul > li > a > span{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0.2rem;
	
}
.submenu > ul > li > a:hover{
	color: #e91d27;
}
.submenu .card:hover{
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.submenu .remise{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #042f4f;
	color: #fff;
	font-family: GothamRounded-Bold;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
}
.avis{
	width: 100%;
	padding: 0.5rem;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	bottom: 21%;
}
.avis .star i{
	color: #03508a;
}
.avis .nbre{
	padding: 0 0.3rem;
	color: #111;
}
.menu-site > li:hover .submenu{
	visibility: visible;
	opacity: 1;
}
.submenu .card{
	border-radius: 20px;
}
.submenu .card a{
	display: block;
	font-family: Montserrat-Bold;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	font-size: 0.8rem;
}
.submenu .card a img{
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.submenu .card .card-body{
	background-color: #042f4f;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-transform: uppercase;
}

.submenu .card a span{
	display: block;
	font-size: 0.6rem;
	
}
#newsArticle{
	position: relative;
	padding: 1rem 0;
}
.title{
	text-align: center;
	position: relative;
	padding: 1rem 0;
}
.title h2{
	font-family: GothamRounded-Bold;
	font-size: 1.8rem;
	color: #03508a;
	position: relative;
	padding: 1rem 0;
}
.title::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	height: 3px;
	width: 6%;
	background-color: #e91d27;
	border-radius: 100px;
}
.title p{
	font-family: Montserrat-Light;
	font-size: 0.8rem;
	color: #03508a;
}
.card{
	border: none;
	transition: 0.5s;
	border-radius: 0;
}

.more{
	display: block;
	padding: 0.9rem 0;
	text-align: center;
	background-color: #03508a;
	font-family: GothamRounded-Bold;
	color: #fff;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
	margin-top: 1rem;
}
.more:hover{
	background-color: #e91d27;
	color: #fff;
}
.dimension{
	font-family: Montserrat-Regular;
	color: #999;
	padding: 0.3rem 0;
}
.libelle{
	font-family: Montserrat-Bold;
	font-family: Montserrat-Medium;
	text-transform: uppercase;
	color: #03508a;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.5rem;
	padding: 0.5rem 0;
}
.offert{
	font-family: Montserrat-Bold;
	text-transform: uppercase;
	color: #ff0000;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.5rem;
	padding: 0.5rem 0;
}
.lib_ep{
	font-family: Montserrat-Bold;
	color: #141414;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
	padding: 0.5rem 0 0.5rem 1rem;
}
.price{
	font-family: Montserrat-Light;
	color: #141414;
	font-size: 1.3rem;
}
.b-price{
	font-family: GothamRounded-Bold;
	color: #042f4f;
}
#newsArticle .card:hover .more{
	visibility: visible;
	opacity: 1;
}
#newsArticle .card:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.grid-wrapper {
    margin: 0 10px 10px;
    display: grid;
    _grid-template-columns: 1fr 1fr 2fr;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(6,1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.grid-wrapper-2 {
    margin: 0 20px 10px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}
.grid-wrapper .items{
	position: relative;
    overflow: hidden;
}
.grid-wrapper .home_push_1 {
    grid-area: 1/1/4/4;
}
.grid-wrapper .home_push_2 {
    grid-area: 1/4/4/7;
}
.grid-wrapper .home_push_3 {
    grid-area: 1/7/4/13;
}
.grid-wrapper .home_push_4 {
    grid-area: 4/1/7/7;
}
.grid-wrapper .home_push_5 {
    grid-area: 4/7/7/10;
}
.grid-wrapper .home_push_6 {
    grid-area: 4/10/7/13;
}
.grid-wrapper .items a img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
	display: block;
}
.grid-wrapper .items a .overlay{
	position: absolute;
	transition: all .6s ease-in-out;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	opacity: 1;
	width: 100%;
    height: 100%;
	z-index: 99;
	_background-color: rgba(3, 80, 138, 0.2);
	background-color: rgba(0, 0, 0, 0.2);
}
.grid-wrapper .items a{
	display: block;
	position: relative;
	overflow: hidden;
}
.grid-wrapper .items .content{
	position: absolute;
	z-index: 99;
	top:80%;
	left: 10%;
	transform: translate(-10%,-80%);
}
.grid-wrapper .items .content h4{
	font-family: GothamRounded-Light;
	color: #fff;
	font-size: 2rem;
	line-height: 2.5rem;
}
.grid-wrapper .items .content h4:nth-child(2){
	font-family: GothamRounded-Medium;
}
.grid-wrapper .items .content span{
	display: inline-block;
	font-family: GothamRounded-Medium;
	color: #fff;
	position: relative;
	padding: 0.3rem 0;
}
.grid-wrapper .items .content span::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #fff;
}
.grid-wrapper .items a:hover .overlay{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.7);
}
.grid-wrapper .items a:hover img{
	transform: scale(1.2);
}
.grid-wrapper-mobile{
	display: none;
}
#faq{
	position: relative;
	padding: 2rem 0;
}
#faq .card a{
	display: block;
	transition: 0.5s;
}
#faq .card a img{
	max-width: 100%;
	height: auto;
}
.desc h4{
	padding: 0.3rem 0;
	font-family: Montserrat-Bold;
	color: #03508a;
	font-size: 1rem;
	line-height: 1.5rem;
}
.desc p{
	font-family: Montserrat-Medium;
	font-family: GothamRounded-Light;
	color: #191919;
	text-align: justify;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.desc span{
	display: inline-block;
	color: #03508a;
	font-family: Montserrat-Bold;
	transition: 0.3s;
	padding: 0.8rem 0;
}
#faq .card a:hover span{
	color: #e91d27;
}
#about-us{
	position: relative;
	padding: 2rem 0;
}
#faq .card a:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
#about-us p{
	font-family: Montserrat-Light;
	font-family: GothamRounded-Light;
	font-size: 0.9rem;
	color: #141414;
	text-align: justify;
	padding: 1rem 0;
	line-height: 1.3rem;
}
.title-sub{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
}
.title-sub h3{
	font-family: GothamRounded-Bold;
	color: #042f4f;
	font-size: 1.3rem;
	padding: 1rem 0;
}
#all{
	position: relative;
	padding: 2rem 0;
}
#all .icon{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #042f4f;
	font-size: 2rem;
	padding-right: 0.8rem;
}
#all .letter{
	display: flex;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	font-family: GothamRounded-Bold;
	text-transform: uppercase;
	font-size: 0.6rem;
	line-height: 1.1rem;
}
footer{
	padding: 3rem 0;
	position: relative;
	background-color: #042f4f;
}
.fixed-top{
	position: fixed;
	top: 0;
}
#product, #bonplan{
	position: relative;
	width: 100%;
}
#product .owl-carousel,
#bonplan .owl-carousel{
	width: 100%;
}
.slider .owl-carousel .owl-nav,
#product .owl-carousel .owl-nav,
#bonplan .owl-carousel .owl-nav,
#slide-video .owl-carousel .owl-nav{
	position: absolute;
	top:50%;
	left: 0;
	right: 0;
}
.slider .owl-carousel .owl-nav > button{
	position: absolute;
	display: block;
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	color: #042f4f;
	font-size: 1.1rem;
	border-radius: 200px;
	width: 40px;
	height: 40px;
}
.slider .owl-carousel .owl-nav > button.owl-prev{
	left: 2%;
}
.slider .owl-carousel .owl-nav > button.owl-next{
	right: 2%;
}
.slider .owl-carousel .owl-nav > button:hover{
	background-color: #042f4f;
	color: #fff;
}
#product .owl-carousel .owl-nav > button,
#bonplan .owl-carousel .owl-nav > button,
#slide-video .owl-carousel .owl-nav > button{
	position: absolute;
	padding: 0.8rem 0.5rem !important;
	display: block;
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	color: #042f4f;
	font-size: 1.1rem;
}
#product .owl-carousel .owl-nav > button.owl-prev,
#bonplan .owl-carousel .owl-nav > button.owl-prev,
#slide-video .owl-carousel .owl-nav > button.owl-prev{
	left: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
#product .owl-carousel .owl-nav > button.owl-next,
#bonplan .owl-carousel .owl-nav > button.owl-next,
#slide-video .owl-carousel .owl-nav > button.owl-next{
	right: 0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
#product .owl-carousel .owl-nav > button:hover,
#bonplan .owl-carousel .owl-nav > button:hover,
#slide-video .owl-carousel .owl-nav > button:hover{
	background-color: #042f4f;
	color: #fff;
}
footer h4{
	font-family: Montserrat-Bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}
.lien{
	display: block;
	padding: 1rem 0;
	
}
.lien > li{
	display: block;
	font-family: Montserrat-Light;
	color: #fff;
	padding: 0.5rem 0;
	font-size: 1rem;
	transition: 0.5s;
	line-height: 1.1rem;
}
.lien > li > a{
	display: block;
	font-family: Montserrat-Light;
	color: #fff;
	padding: 0.1rem 0;
	font-size: 1rem;
	transition: 0.5s;
}
.lien > li > a:hover{
	padding-left: 0.6rem;
}
.social{
	display: block;
	padding: 1rem 0;
	margin-bottom: 4rem;
}
.social > li{
	float: left;
}
.social > li > a{
	display: block;
	color: #fff;
	font-size: 1.3rem;
	padding: 0.5rem 0.6rem;
}
.social > li:first-child > a{
	padding-left: 0;
}
#content{
	position: relative;
	width: 100%;
	padding: 2rem 0;
}
.menu-side h4{
	font-family: GothamRounded-Medium;
	font-size: 1.1rem;
	background-color: #042f4f;
	text-align: center;
	padding: 0.8rem 0;
	color: #fff;
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}
.menu-side > ul{
	position: relative;
}
.menu-side > ul > li > a{
	font-family: GothamRounded-Light;
	color: #042f4f;
	font-size: 1rem;
	transition: 0.3s;
	padding: 0.9rem 0.3rem;
	display: flex;
	border-bottom: 1px solid #dedede;
	text-transform: uppercase;
}
.menu-side > ul > li > a:hover,
.menu-side > ul > li > a.active{
	padding-left: 1rem;
	background-color: #e91d27;
	color: #fff;
}
.empty{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: GothamRounded-Bold;
}

.title-prod{
	color: #042f4f;
	font-family: GothamRounded-Medium;
	font-size: 2rem;
	padding: 0.9rem 0;
	text-transform: uppercase;
}
.title-price{
	color: #e91d27;
	font-family: GothamRounded-Bold;
	font-size: 2.2rem;
}
.place{
	font-family: GothamRounded-Bold;
	padding: 0.6rem 0;
}
.text-prod{
	font-family: GothamRounded-Light;
	text-align: justify;
	font-size: 1rem;
	line-height: 1.3rem;
}
#det-prod select,
#det-prod input{
	font-family: GothamRounded-Light;
	padding: 0.8rem 1rem;
	border:2px solid #ccc;
	outline: none;
}
#det-prod select{
	border-radius: 10px;
}
#det-prod input{
	width: 100%;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.view2{
	background-color: #042f4f;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	font-family: GothamRounded-Medium;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.5s;
}
.view2:hover{
	background-color: #e91d27;
	color: #fff;
}
.view3{
	background-color: #042f4f;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	font-family: GothamRounded-Medium;
	border-radius: 5px;
	transition: 0.5s;
	padding: 0.9rem 0;
}
.view3:hover{
	background-color: #e91d27;
	color: #fff;
}
.list-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.list-item > li{
	display: flex;
	font-family: GothamRounded-Medium;
	color: #042f4f;
	justify-content: center;
	align-items: center;
}
.list-item > li .icon{
	color: #042f4f;
	font-size: 2rem;
}
.list-item > li .text-c{
	padding: 0 0.5rem;
	display: flex;
	flex-direction: column;
}
.epaisseur{
	display: flex;
	flex-direction: row;
	gap: 10;
}
.epaisseur > li{
	margin-right: 10px;
}

.epaisseur > li > a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10;
	background-color: #fff;
	padding: 1rem;
	font-family: GothamRounded-Medium;
	color: #042f4f;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border-radius: 10px;
	transition: 0.5s;
	list-style: none !important;
}
.epaisseur > li > a:hover,
.epaisseur > li > a.selected{
	background-color: #e91d27;
	color: #fff;
}
.comments{
	font-family: GothamRounded-Medium;
}
.thumbnail{
    padding: 0 30px;
    position: relative;
}
.thumbnail .slick-arrow{
    font-size: 34px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.thumbnail .slick-arrow.slick-next{
    left: auto;
    right: 0px;
}
.sm-image{
    margin-right: 15px;
}
.dec-and-review-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dec-and-review-menu > li {
    list-style: none;
    position: relative;
    z-index: 9;
    display: inline-block;
    font-family: GothamRounded-Medium;
}
.dec-and-review-menu > li > a.active, .dec-and-review-menu > li > a:hover {
    color: #042f4f;
    background-color: #f5f5f5;
}
.dec-and-review-menu > li > a {
    font-size: 1.1rem;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    display: block;
    padding: 1rem 3rem;
    border-bottom: 2px solid transparent;
    font-family: GothamRounded-Light;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-review-content-tab {
    border-radius: 20px;
    background-color: #f5f5f5;
    box-shadow: none;
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 5rem 3rem;
    width: 100%;
}
.single-product-description > h2 {
    font-family: GothamRounded-Medium;
    font-size: 1.4rem;
    font-weight: bold;
    color: #042f4f;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.single-product-description > p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #042f4f;
    font-family: GothamRounded-Light;
    text-align: justify;
    margin-bottom: 0.5rem;
}
.review-page-comment h2 {
    font-family: GothamRounded-Medium;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.product-comment-content {
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-left: 80px;
    position: relative;
    padding: 15px 15px 0;
}
.meta{
    font-family: GothamRounded-Medium;
}
.meta > strong {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 31px;
    color: #777;
}
.meta > span {
    font-size: 17px;
    color: #777;
    font-weight: 400;
    line-height: 31px;
}
.description > p {
    font-size: 16px;
    color: #222;
    line-height: 28px;
   font-family: GothamRounded-Light;
}
.comment-form-comment {
    margin-bottom: 10px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
    font-family: GothamRounded-Light;
}
.comment-form-comment textarea {
    border: 1px solid #D5D5D5;
    border-radius: 0;
    height: 200px;
    padding: 10px;
    width: 100%;
    background: #f5f5f5;
    font-family: GothamRounded-Light;
    border-radius: 10px;
}
.review-comment-form-author input, .review-comment-form-email input {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    height: 38px;
    line-height: 38px;
    max-width: 100%;
    width: 300px;
    display: block;
    padding: 0 0 0 10px;
    vertical-align: middle;
    font-family: GothamRounded-Light;
}
.form-button {
    border: none !important;
    height: 42px !important;
    line-height: 40px !important;
    background: #042f4f;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    letter-spacing: .1em;
    line-height: 38px;
    overflow: hidden;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    font-family: GothamRounded-Medium;
}
.rating i.fa:not(:last-child) {
    color: #F9BA48;
}
.comment-reply-title{
    font-family: GothamRounded-Medium;
}
.product-reviews i{
    color: #F9BA48;
}
.list-item{
    display: block;
    position: relative;
}
.list-item > li{
    display: flex;
    flex-direction: row;
    float: left;
    _margin-right: 1rem;
    width: calc(100%/4);
    font-size: 0.6rem;
}
.list-item > li:nth-child(2){
    justify-content: center;
}
.list-item > li:last-child{
    margin-right: 0;
    justify-content: end;
}

.list-item-index{
    display: block;
    position: relative;
}
.list-item-index > li{
    display: flex;
    flex-direction: row;
    float: left;
    _margin-right: 1rem;
    width: calc(100%/3);
}
.list-item-index > li:last-child
{
    margin-right: 0;
    justify-content: end;
}
.list-item-index > li:nth-child(2){
    justify-content: center;
}
.rating {
    display: flex;
    _justify-content: center;
    padding: 0.3rem 0;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 2.5rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #e91d27;
}
.star-cb-group > input:checked ~ label:before, 
.star-cb-group > input + label:hover ~ label:before, 
.star-cb-group > input + label:hover:before {
  content: "★";
  color: #e91d27;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #e91d27;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, 
.star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e91d27;
  text-shadow: 0 0 1px #333;
}
.sub-title{
	font-family: GothamRounded-Medium;
	color: #042f4f;
	font-size: 1.5rem;
}
.sub-sub-title{
	font-family: GothamRounded-Medium;
	color: #e91d27;
	font-size: 1.5rem;
}
#info-prod ul{
	position: relative;
	margin-bottom: 1rem;
}
#info-prod  ul li{
	font-family: GothamRounded-Light;
	padding: 0.3rem 0;
	position: relative;
	padding-left: 0.9rem;

}
#info-prod ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top:50%;
	transform: translate(-50%, 0);
	width: 5px;
	height: 5px;
	background-color: #444;
	border-radius: 50px;
}
.trophee{
	font-family: GothamRounded-Bold;
	color: #e91d27;
	color: #b59304;
	font-size: 0.9rem;
}
.trophee i{
	color: #b59304;
}
#text {
    padding: 2rem 0;
}
#text span.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    color: #b59304;
    border: 2px solid #b59304;
    padding: 2rem;
    border-radius: 50%;
}
#text h1 {
    color: #042f4f;
    padding: 0.5rem 2rem;
    font-family: Montserrat-Light;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 3.4rem;
    line-height: 3.5rem;
    letter-spacing: 1.5px;
}
#text h1 {
    color: #042f4f;
    padding: 0.5rem 2rem;
    font-family: Montserrat-Light;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 3.4rem;
    line-height: 3.5rem;
    letter-spacing: 1.5px;
}
#text h1.ss {
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    font-size: 2.25rem !important;
    letter-spacing: 0 !important;
}
#ins_c input[type="text"],
#ins_c input[type="password"],
#login_c input[type="password"],
#login_c input[type="text"],
#updateUser input[type="text"],
#updateUser input[type="password"],
.surmesure input[type="text"],
.surmesure input[type="number"]{
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	padding: 0.8rem 1rem;
	border-radius: 10px;
	font-family: GothamRounded-Light;
}
.surmesure textarea{
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	padding: 0.8rem 1rem;
	border-radius: 10px;
	font-family: GothamRounded-Light;
	min-height: 20vh;
}
.form-check{
	display: flex;
}
.btn-send{
	border: none;
	border-radius: 10px;
	transition: 0.5s;
	background-color: #e91d27;
	width: 100%;
	padding: 1rem 0;
	color: #fff;
	font-family: GothamRounded-Medium;
}
.btn-send:hover{
	background-color: #03508a;
}
#contact-us{
	position: relative;
	width: 100%;
	padding: 4rem 0;
}
#ins_c h4,
#login_c h4{
	font-family: GothamRounded-Bold;
	color: #03508a;
	font-size: 1.5rem;
}
.noty_bar{
	border: none;
	padding: 0.2rem 0.7rem;
}
.noty_text{
	font-family: GothamRounded-Medium;
}
.noty_type_Error{
	background-color: #e91d27;
	color: #fff;
}
.noty_type_Success{
    background-color: #2a9d8f;
    text-align: center !important;
    color: #fff;
}
.relative{
	position: relative;
}
.icons{
	position: absolute;
	top:50%;
	right: 6%;
	transform: translate(-5%,-50%);
	color: #ccc;
}
#res_inc{
	position: relative;
}
#res_inc:after{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #03508a;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
  background-color: #e91d27;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
  background-color: #042f4f;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
#overlayer-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.success {
    background-color: #57cc99;
    padding: 1rem 0;
    color: #001219;
    font-family: GothamRounded-Medium;
    text-align: center;
    border-radius: 10px;
    font-size: 1.3rem;
}
.success span {
    color: #001219;
    font-family: GothamRounded-Medium;
}
.m-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.show-ctn{
    visibility: visible !important;
    opacity: 1 !important;
}
#loader{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.titre_p{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: GothamRounded-Bold;
	color: #042f4f;
	font-size: 1.5rem;
	padding: 1rem 0;
}
#panier_c .card-body{
	background-color: #F5F5F5;
	padding: 2rem;
}
.nbre_art{
	color: #042f4f;
	font-family: GothamRounded-Light;
	font-size: 1rem;
}
.total{
	color: #042f4f;
	font-family: GothamRounded-Bold;
	font-size: 1.2rem;
}
.cmd{
	display: flex;
	padding: 1.3rem 0;
	font-family: GothamRounded-Light;
	background-color: #042f4f;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: 0.5s;
	text-transform: uppercase;
}
.cmd:hover{
	background-color: #e91d27;
	color: #fff;
}
.cart-items li{
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #eee;
}
.cart-items li:first-child{
	border-top: 1px solid #eee;
}
.cart-items li:nth-child(even){
	background-color: #f5f5f5;
}
.product-image{
	width: 125px;
	padding: 1rem;
}
.product-info{
	width: 40%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.product-name{
	color: #042f4f;
	font-family: GothamRounded-Medium;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.product-car{
	font-family: GothamRounded-Light;
	color: #999;
	font-style: italic;
	font-size: 0.8rem;
	padding: 0.2rem 0;
}
.product-qty{
	width: 8%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-qty input{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-family: GothamRounded-Medium;
	padding: 1rem;
	text-align: center;
	border-radius: 5px;
}
.product-remove{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}
.product-remove a{
	color: #e91d27;
	font-size: 1.4rem;
}
.shopping{
	font-family: GothamRounded-Medium;
	color: #042f4f;
	transition: 0.5s;
}
.shopping:hover{
	text-decoration: underline;
	color: #042f4f;
}
#formAchat{
	width: 100%;
}
#formAchat input{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: GothamRounded-Medium;
    padding: 0.8rem;
    _text-align: center;
    border-radius: 5px;
}
#formAchat select{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: GothamRounded-Medium;
    padding: 0.8rem;
    _text-align: center;
    border-radius: 5px;
}
#mon-compte .card-body{
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex: 1;
}
#mon-compte .card-body a{
	display: block;
	font-family: GothamRounded-Medium;
	color: #042f4f;
	font-size: 1.2rem;
	text-transform: uppercase;
}
#mon-compte ul{
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
#mon-compte ul li{
	width: calc(100%/5);
	background-color: #F5F5F5;
}
#mon-compte ul li a{
	display: flex;
	padding: 2rem;
	justify-content: center;
	align-items: center;
	font-family: GothamRounded-Medium;
	text-transform: uppercase;
	flex-direction: column;
	color: #042f4f;
	font-size: 1rem;
	line-height: 1.5rem;
	transition: 0.5s;

}
#mon-compte ul li a i{
	font-size: 1.8rem;
}
#updateUser h4{
	font-family: GothamRounded-Medium;
	text-align: center;
	font-size: 1.4rem;
}
.page-title{
	font-family: GothamRounded-Bold;
	font-size: 1.8rem;
	color: #042f4f;
	position: relative;
	display: inline-block;
	padding: 0.8rem 0;
	text-transform: capitalize;
}
.page-title:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #e91d27;
	left: 0;
	border-radius: 100px;
}
.title-c{
	background-color: #F7F7F7;
	padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.title-c h4:nth-child(2):after{
	background-color: transparent;
}
.title-c p{
	font-family: GothamRounded-Medium;
	text-align: center;
	padding: 0.8rem 0;
	font-size: 1.1rem;
	line-height: 1.3rem;
}
.subtitle-page{
	font-family: GothamRounded-Book;
	font-size: 1.8rem;
	color: #042f4f;
	position: relative;
	display: inline-block;
	padding: 0.8rem 0;
	text-transform: uppercase;
}
.couleur{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.couleur > li{
	padding: 0 !important;
}
.couleur > li > a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 1rem;
	font-family: GothamRounded-Medium;
	color: #042f4f;
	_box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border-radius: 100px;
	transition: 0.5s;
	list-style: none !important;
	border: 5px solid #eee;
}
.couleur > li:before{
	content: '' !important;
	width: 0 !important;
    height: 0 !important;
}
.couleur > li > a.selected{
	border-color: #e91d27;
}
.product-info a{
	font-family: GothamRounded-Medium;
	color: #042f4f;
}
.form-input{
	display: flex;
	flex-direction: column;
}
.surmesure label{
	display: flex;
	padding: 0.5rem 0;
	_text-transform: capitalize;
}
.surmesure span{
	display: flex;
	font-family: GothamRounded-Medium;
	color: #042f4f;
	padding: 0 0.3rem;
}
.surmesure h4{
	font-family: GothamRounded-Medium;
	color: #042f4f;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.form-check-label{
	padding: 0.3rem 0.5rem !important;
}
.required{
	color: #e91d27 !important;
}

#achat .card-title{
	font-family: GothamRounded-Medium;
	color: #042f4f;
	text-align: center;
}
#achat .card-body{
	font-family: GothamRounded-Bold;
	text-align: center;
}
#condition{
    _padding: 5rem 0;
}
#condition .card{
    border: none;
}
#condition h4{
    font-family: GothamRounded-Bold;
    color: #141414;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
#condition p{
    font-family: GothamRounded-Light;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: justify;
}
#condition h5{
    font-family: GothamRounded-Medium;
    color: #141414;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    padding: 0.8rem 0;
}
#contact .lien li,
#contact .social li a{
	color: #444;
}
#contact h4 {
    font-family: Montserrat-Bold;
    color: #042f4f;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0.8rem 0;
}
.favoris{
	font-family: GothamRounded-Medium;
	color: #042f4f;
	transition: 0.3s;
}
.favoris:hover{
	text-decoration: underline;
	color: #042f4f;
}
.commentaire{
	padding: 0.9rem 0;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 1.5rem;
}
.commentaire h4{
	font-family: GothamRounded-Medium;
	color: #042f4f;
	font-size: 1rem;
}
.commentaire p{
	font-family: GothamRounded-Light;
	font-size: 1rem;
}
#video{
	width: 100%;
	height: 100vh;
}
.responsive-menu-show{
	display: block;

}
.responsive-menu{
	display: none;
}
.img-ctn{
	width: 100%;
	height: 380px;
}
/*.responsive-menu{
	position: absolute;
	left: -100%;
}*/
.category{
	color: #e91d27;
    font-family: GothamRounded-Bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.5rem 0;
}
.old_price{
	display: inline-block;
	padding-left: 0.4rem;
	font-size: 1rem;
	text-decoration: line-through;
	font-family: GothamRounded-Bold;
	color: #e91d27;
}
.relative{
	position: relative;
}
.remise{
	position: absolute;
	left: 10%;
	top: 10%;
	transform: translate(-10%,-10%);
	background-color: #e91d27;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: GothamRounded-Bold;
	color: #fff;
	font-size: 1.1rem;
}
.map{
	width: 100%;
	min-height: 500px;
}

#boutique .card{
	background-color: #042f4f;
	color: #fff;
	transition: all;
	transition-duration: 0.5;
}

#boutique .card h3{
	font-family: GothamRounded-Bold;
	padding: 0.5rem 0;

}

#boutique .card span{
	font-family: GothamRounded-Medium;
	color: #042f4f;
}

#boutique a{
	display: block;
	transition: all;
	transition-duration: 0.5s;
}
#boutique .card:hover{
	background-color: #e91d27;
}
.voir{
	display: block;
	font-family: GothamRounded-Bold !important;
	color: #e91d27 !important;
	padding: 0.8rem 0;
}
#mapModal .modal-title{
	font-family: GothamRounded-Bold;
	color: #042f4f;
	font-size: 1.1rem;
}
#mapModal .modal-body iframe{
	width: 100% !important;
}
#mapModal .modal-body{
	padding: 0 !important;
}
.texte{
	font-family: GothamRounded-Medium;
	color:#999;
}
.p_s{
	font-family: GothamRounded-Medium;
	color: #fff;
}
.p_s i{
	font-size: 2rem;
	padding-right: 0.5rem;
}
.article-title{
	font-family: GothamRounded-Medium;
	color: #042f4f;
	font-size: 1.1rem;
	line-height: 1.3rem;
	padding: 1rem 0;
}
.lien_article{
	display: inline-block;
	padding: 0.8rem 1.5rem;
	background-color: #e91d27;
	border-radius: 10rem;
	color: #fff;
	font-family: GothamRounded-Bold;
	font-size: 0.8rem;
	transition: 0.5s;
}
.lien_article:hover{
	color: #fff;
	background-color: #042f4f;
}
.img_co{
	width: 100%;
	margin:auto;
}
.img_co img{
	margin: auto;
}
.img_co h2{
	color: #042f4f;
	font-family: GothamRounded-Bold;
	font-size: 2rem;
	padding: 1rem 0;
	line-height: 2.2rem;
}
.img_co .desc p{
	text-align: justify;
	font-family: Montserrat-Regular;
	font-size: 1.1rem;
	padding: 0.5rem 0;
}
.img_co .desc p a{
	color: #e91d27;
	font-family: GothamRounded-Bold;
}
.tt{
	font-family: GothamRounded-Light;
	color: #042f4f;
	padding: 0 1rem;
	font-size: 1.1rem;
}
.recent{
	font-family: Montserrat-Bold;
	font-size: 1.2rem;
	padding: 5rem 0 0.5rem 0;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 1.5rem;
}
.hidden{
	display: none;
}
.slider-for-img{
	width: 100%;
	height: 600px;
}
.slider-for-img > .slick-list,
.slider-for-img > .slick-list > .slick-track{
	height: 100%;
}
