/* MENU SCROLL */
/* HOMEPAGE */
.homepage section.carousel {
	height: 600px;
	width: 95%;
	display: flex;
	background: #f3f3f3;
	position: relative;
	margin-left: 2.5%;
}
.owl-carousel-home {
	width: 100%;
	height: 100%;
}
.owl-carousel-home .owl-dots {
	position: absolute;
    bottom: 10px;
    left: 11%;
	display: flex;
}
.owl-carousel-home .owl-dots .owl-dot {
	width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    background: #fff;
	margin: 0px 0px 0px 5px;
}
.owl-carousel-home .owl-dots .owl-dot.active {
    background: #dda853;
}
.owl-carousel-home .item {
	width: 100%;
	height: 100%;
}
.owl-carousel-home .img-content {
	height: 100%;
	width: 100%;
	display: flex;
}
.owl-carousel-home .description {
	transform: translateY(-50%);
	width: 35%;
	background-color: #fff;
	padding: 40px;
	position: absolute;
	right: 0px;
	top: 50%;
}
.owl-carousel-home .description .title {
	font-size: 30px;
	line-height: 35px;
	margin-bottom:40px;
	padding-right: 65px;
	position: relative;
}
.owl-carousel-home .description .title::after {
	background-color: #dda853;
	content: '';
	display: flex;
	position: absolute;
	bottom: -20px;
	left: 0px;
	width:40px;
	height:6px;
}
.owl-carousel-home .description p {
	font-size: 14px;
}
.owl-carousel-home .btn-plus {
	position: absolute;
	bottom: 0px;
	height: 80px;
	right: 18%;
	background: #dda853;
	width: 20%;
	margin-right: -79px;
}
.owl-carousel-home .btn-plus-left {
	color: #fff;
	height: 80px;
	padding: 0px 20px;
	width: 100%;
    flex: 1;
	font-size: 12px;
}
.owl-carousel-home .btn-plus-right {
	background: #fff;
	width: 80px;
	height: 80px;
}
.owl-carousel-home .item, .owl-carousel.owl-carousel-home.owl-drag .owl-item, .owl-carousel.owl-carousel-home .owl-stage, .owl-carousel.owl-carousel-home .owl-stage-outer {
	height: 100%;
}



/* BLOC RECHERCHE STYLÉ */
.block-search {
	background-color: #37426a;
	color: #fff !important;
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	display: flex;
	height: 145px;
	position: relative;
	width: 32%;
	margin-bottom: 10px;
}
.block-search .left {
	width: 45%;
	padding: 20px;
}
.block-search .right {
	width: 55%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-end;
}
.block-search .font {
	font-size: 16px;
    margin-bottom: 5px;
}
.block-search .font2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
}
.block-search .ico {
	position: absolute;
	left: 10px;
	top: 10px;
	transition: .3s;
}
.block-search:hover .ico {
	transform: rotate(45deg);
	top: 20px;
	left: 50%;
}
/* BLOC BOUTIQUE STYLÉ */
.block-boutique {
	position: relative;
	height: 260px;
	width: 16%;
}
.block-boutique.head {
	height: 280px;
	width: 19.5%;
	margin: 0px !important;
}
.block-boutique .mask, .block-guide .mask {
	position: absolute;
	background: linear-gradient(#00000000, #000000b0);
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: flex-end;
	text-align: center;
	padding-bottom: 35px;
}
.block-boutique.head .mask, .block-guide.head .mask {
	padding-bottom: 25px;
}
.block-boutique .mask .btn-see, .block-guide .mask .btn-see {
	background-color: #dda853;
	padding: 10px 20px;
	opacity: 0;
	visibility: hidden;
	display: none;
	text-align: center;
	font-size:11px;
	color: #fff;
	transition: .3s;
	margin-top: 10px;
}
.block-boutique .mask:hover .btn-see, .block-guide .mask:hover .btn-see  {
	opacity: 1;
	visibility: visible;
	display: block;
}
.block-boutique h3 {
	color: #fff;
	font-size: 18px;
	transition: .3s;
	margin-bottom: 0px;
}
.homepage h1 {
	font-size: 2rem;
}
.homepage section.trouver label {
	margin-bottom: 0px;
    background: #dda853;
    border-radius: 40px;
    padding: 0px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-right:8px;
}
.homepage section.trouver h2, .homepage section.surdemande h2 {
	font-size: 30px;
}
.homepage section.boutique {
	background: #f2f2f2;
}
.homepage section.boutique h2 {
	font-size: 14px;
	text-transform: uppercase;
}
.homepage section.surdemande .edilkamin {
	background: #f2f2f2;
	line-height: 25px;
}
.homepage section.surdemande .block {
	min-height: 340px;
}
.homepage section.surdemande  .wrap {
	position: absolute;
	right: 17px;
	top: 17px;
	background: #fff;
	padding: 10px 25px;
	font-size: 11px;
}
.homepage section.surdemande .block-col .head {
	min-height: 240px;
}
.homepage section.surdemande .block, .homepage section.surdemande .block-col {
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
.homepage section.surdemande .block-creer {
	color: #fff;
	line-height: 20px;
}
.liste .path, .fiche .path {
	font-size: 13px;
}
.liste .back, .fiche .back {
	height: 35px;
	background-color: #fff;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	transition: .3s;
	font-size: 14px;
}
.liste .back:hover {
	background-color: #242857;
	color: #fff;
}
.liste .content {
	margin-top: -30px;
}
.liste .content nav a {
	background-color: #f3f3f3;
	min-height: 45px;
	border-radius: 40px;
	margin-top: 10px;
	transition: .3s;
}
.liste .content nav a:hover, .liste .content nav a.active {
	background-color: #242857;
	color: #fff;
}
.liste .content .block {
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 180px;
}
.liste .content .block .img {
	height: 250px;
	display: block;
	width: 80%;
	margin-top: -190px;
}
.liste .content .block .titre, .liste .content .block .prix {
    width: 100%;
    text-align: center;
}
.liste .content .block .titre {
	/* padding-top: 20px; */
	padding-bottom: 10px;
}
.liste .content .add {
	display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 10px 20px;
    background-color: #2d2f33;
    color: #fff;
    margin: 20px auto 10px auto;
    border-radius: 20px;
	transition: .3s;
}
/* TROUVER */
.liste.trouver .content .block .titre {
	padding-bottom: 15px;
}
.liste.trouver .top {
	height: 190px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.liste.trouver .top .name {
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    padding: 20px;
	padding-right: 120px;
}
.liste.trouver .menu-left {
	margin-top: -100px;	
	border-radius: 15px;
	color: #fff;
}
.liste.trouver .content .title {
	background-color: #37426a;
	font-size: 20px;
    line-height: 28px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.liste.trouver .content nav {
	background-color: #fff;
	padding: 17px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.liste.trouver .content .main {
	background-color: #2d2f33;
	border-radius: 10px;
	margin-top: 10px;
}
.liste.trouver .content .main ul {
	padding:0px 20px;
}
.liste.trouver .content .main ul li {
	list-style: none;
}
.liste.trouver .content .main ul li a {
	min-height: auto;
	text-align: left;
    padding: 5px 10px;
	border-radius: 10px;
    margin: 0px 0px 0px 0px;
	font-size: 12px;
	transition: .3s;
}
.liste.trouver .content .main ul li a.active, .liste.trouver .content .main ul li a:hover {
	background: #91c3c2;
}

.liste.trouver .content .main:first-of-type {
	margin-top: 0px;
}
.liste.trouver .content .main.active {
	background-color: #dda853;
}
.liste.trouver .content nav .main a {
	background: none;
	border-radius: 0px;
}
.liste.trouver .content nav a:first-of-type {
	margin-top: 0px;
}
.liste.trouver .content {
	margin-top: 0px;
}
.liste.trouver .search {
	background-color: #fff;
  
    padding: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
	align-items: center;
}
.liste.trouver .search .input-search {
	margin: 20px 0px;
	padding: 0px 5px 0px 15px;
}
.liste.trouver .search input[type=submit]{
	border-radius: 20px;
	font-size: 11px;
	width: 110px;
}
.liste.trouver .input-search input{
	min-width: 100%;
	max-width: 200px;
}
.liste.trouver .search .top-title {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
}
.liste.trouver .btn-filtre {
	height: 25px;
	padding: 0px 10px;
}
.liste.trouver .btn-filtre2 {
	background: none;
	border: 1px solid #000;
	color: #000;
}
/* FICHE PRODUIT */
.fiche .back {
	background-color: #2d2f33;
	color: #fff;
}
.fiche .content {
	margin-top: -35px;
}
.fiche .liste .content {
	margin-top: 35px;
}
.fiche .content h1 {
	font-size: 26px;
	margin-top: 30px;
}
.fiche.trouver h1 {
	width: 100%;
}
.fiche.trouver .line {
	width: 70px;
	height: 4px;
}
.fiche.trouver .acces-cross {
	width: 250px;
	font-size: 11px;
	color: #fff;
	flex-shrink: 0;
	cursor: pointer;
}
.fiche .content .prix {
	font-size: 20px;
}
.fiche .fiche-quantite {
	width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2d2f33;
    border-radius: 30px;
    color: #fff;
	cursor: pointer;
}
.fiche .middle-price {
	border-left: 4px solid #dda853;
}
.fiche .quantite_produit_fiche_produit {
	margin: 0px 6px;
	height: 30px;
	border-radius: 30px;
	border: none;
	width: 80px;
	text-align: center;
}
.fiche input[type=submit],.fiche button {
	height: 30px;
    border-radius: 30px;
    border: 0px;
    background: #2d2f33;
    font-size: 11px;
    color: #fff;
    margin: 0px 15px;
    padding: 0px 10px;
}
.fiche .description {
	font-size: 14px;
    line-height: 18px;
}
.fiche .description table {
	width: 100% !important;
}
.fiche .btn-media {
	background-color: #2d2f33;
	border-radius: 30px;
	font-size: 11px;
	height: 30px;
	padding: 0px 20px;
	color: #fff;
	margin-top: 10px;
}
.fiche .liste.cross .block {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.fiche .block-media h2 {
	font-size: 30px;
}
.fiche h2 {
	font-size: 1rem;
}
.liste.cross .block .img {
    height: 120px;
    display: block;
    width: 120px;
    flex-shrink: 0;
}
.liste.cross .content .add {
	padding: 5px 10px;
	letter-spacing: 1px;
	font-size: 11px;
}
/* Chrome, Safari, Edge, Opera */
.ajouter_produit_quantite input::-webkit-outer-spin-button,
.ajouter_produit_quantite input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.ajouter_produit_quantite input[type=number] {
  -moz-appearance: textfield;
}


/* TUNNEL DE VENTE */
/* Panier */
.tunnel-top {
	height: 145px;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.tunnel-top .item {
	font-size: 10px;
	background-color:#2d2f33;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 35px;
	color: #fff;
}
.tunnel-top .sep {
	border: 1px solid #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}
.tunnel-top .item.active {
	background-color:#dda853;
}
/* Identification */
.page.identification h2, .page.compte h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.page.identification input[type=text], .page.identification input[type=password], .page.identification select {
	height: 50px;
	background:#f2f2f2;
	border: none;
	border-radius: 5px;
	padding: 0px 15px;
}
.page.identification textarea {
	background:#f2f2f2;
	border: 0px;
	border-radius: 5px;
	min-height: 100px;
	padding:15px;
}
/* Livraison et paiement */
.modification_adresse {
	display: none;
}
.cancel_create {
	cursor: pointer;
}
/* RECHERCHE */
.recherche .block {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	background:#f2f2f2;
	text-align: center;
}
.recherche .block .img {
    height: 120px;
    display: block;
    width: 120px;
    flex-shrink: 0;
}
.recherche .add {
	display: inline-flex;
    width: 120px;
    align-items: center;
    justify-content: center;
    background-color: #2d2f33;
    color: #fff;
    margin: 20px auto 5px auto;
    border-radius: 20px;
    transition: .3s;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 11px;
}

/* QUI SOMMES NOUS */
.qsn section.reassurance {
	background: #f2f2f2;
}
.qsn h1 {
	font-size: 18px;
	text-align: center;
}
.qsn h2 {
	font-size: 14px;
    text-transform: uppercase;
}
.qsn h3 {
	font-size: 18px;
}
.qsn .showroom {
	margin-top: -30px;
}

/* GUIDE ET CONSEILS */
.guides .intro h1, .home-guide h2 {
	font-size: 14px;
}
.guides .intro p, .home-guide p {
	font-size: 14px;
}
.block-guide {
	height: 350px;
	border-radius:20px;
	display: flex;
	position: relative;
	color: #f0f0f0;
}
.block-guide .mask {
	border-radius:20px;
	padding-bottom: 15px;
	color: #fff;
	transition: .4s;
}
.block-guide .mask:hover {
	padding-bottom: 25px;
	color: #fff;
}
/* FAQ */
.faq h1 {
	font-size: 2.5rem;
}
.faq h3 {
	font-size: 18px;
}
.faq h2 {
	font-size:18px;
}


/*
.page.identification select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../images/close.svg') no-repeat right 10px center;
	padding-right: 30px; 
	background-color: #f2f2f2;
}
*/
/* FORMULAIRE DE CONTACT */
#svgContainer {
	max-width: 100%;
	max-height: 100%;
	background-image: linear-gradient(70deg, #f0f0f0 10%, #ffffff 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}


@keyframes outline {
	from {
		stroke-dasharray: 0, 3.1416 * 55px * 2;
	}
	to {
		stroke-dasharray: 3.1416 * 55px * 2, 3.1416 * 55px * 2;
	}
}

#outline {
  animation: .38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

#white-circle {
  animation: .35s ease-in .35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}

#check {
  animation: .34s cubic-bezier(0.65, 0, 1, 1) .8s forwards check; 
  stroke-dasharray: 0, 75px;
}

@keyframes check-group {
  from {
    transform: scale(1);
  }
  
  50% {
    transform: scale(1.09);
  }
  
  to {
    transform: scale(1);
  }
}

#check-group {
  animation: .32s ease-in-out 1.03s check-group;
  transform-origin: center;
}




@media screen and (max-width:1250px) {
	
}
@media screen and (max-width:991px) {
	.page {
		padding-top: 50px;
	}
	.page.qsn {
		padding-top: 0px;
	}
}
@media screen and (max-width:768px) {
	.homepage section.carousel {
		padding-top: 0px;
		height: 430px;
	}
	.owl-carousel-home .owl-dots {
		left: 10px;
		top: 20px;
	}
	.owl-carousel-home .description p {
		font-size: 12px;
	}
	.owl-carousel-home .description .title {
		font-size: 19px;
        margin-bottom: 20px;
        line-height: 21px;
        padding-right: 0px;
	}
	.owl-carousel-home .description .title::after {
		width: 40px;
		height: 3px;
		bottom: -10px;
	}
	.owl-carousel-home .description {
		transform: translateY(-100%);
		width: 92%;
		padding: 20px 20px 0px 20px;
		right: 0px;
		top: 100%;
	}
	.owl-carousel-home .img-content {
		width: 100%;
		margin-left: 0px;
	}
	.homepage section.trouver h2, .homepage section.surdemande h2 {
		font-size: 20px;
		text-align: center;
	}
	.homepage section.boutique h2 {
		text-align: center;
		padding: 0px 50px;
	}
	.block-search {
		width: 100%;
		margin-bottom: 10px;
	}
	.homepage section.trouver label {
		/* display: none; */
        height: 45px;
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
	}
	.input-search {
		width: 100%;
	}
	.input-search input {
		width: auto;
		min-width: auto;
		max-width: 200px;
	}
	.block-boutique {
		width: 49%;
		height: 170px;
	}
	.tunnel-top {
		height: auto;
		padding-top: 10px;
	}
	.cate-filter {
		cursor: pointer;
	}
	.cate-list {
		display: none;
	}
}
@media screen and (max-width:576px) {
	
}
.pagination {
	display: flex;
	justify-content: center;
}
.pagination a {
	width: 25px;
	height: 25px;
	background-color: #e2e2e2;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	font-size: 12px;
}
.pagination a.active {
	background-color: #242857;
	color: #fff;
}


.ui-menu {
    position: absolute !important; /* Force l'apparition sous l'input */
    z-index: 1050; /* Plus haut que Bootstrap dropdowns */
    overflow-x: hidden; /* Pas de débordement horizontal */
    overflow-y: auto; /* Ajoute un scroll si nécessaire */
	background-color: #fff;
	padding: 0px;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}

.ui-menu-item {
    list-style: none; /* Supprime les puces */
    padding: 8px 12px;
    cursor: pointer;
}

.ui-menu-item:hover {
    background-color: #E2E2E2; /* Couleur hover (Bootstrap) */
}
