@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* GENERAL */
html
{
	height : 100%;
	background-color: #ffffff;
}
*
{
	box-sizing : border-box;
	outline : none;
	-webkit-tap-highlight-color : rgba(255, 255, 255, 0);
}
BODY
{
	height : calc(100% - 147px);
	margin : 0;
	font-family: 'Poppins', sans-serif;
	font-size : 14px;
	color : #353535;
	background: linear-gradient(180deg, #f3f3f3 0%, rgba(255, 255, 255, 1) 70%);
	background-color: #ffffff;
}
BODY.popup-open
{
	overflow: hidden;
}
h1:not(.titre-slider > h1)
{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 35px;
	text-align: center;
	position: relative;
	padding: 30px 0 0;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}
h2
{
	font-size: 39px;
  font-family: "Poppins";
  color: rgb(0, 1, 20);
  font-weight: bold;
  padding: 0;
	margin: 0;
}
#highlight h1, #highlight h2
{
	color: #fff;
}
#highlight h3
{
	margin : 0;
	padding : 25px 0 10px;
	text-align : center;
	text-transform : uppercase;
	font-size : 21px;
	font-weight : normal;
	color : #010101;
}
#highlight section
{
	z-index: 1;
	position: relative;	
}
.contentPage h2
{
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	position: relative;
	font-size: 30px;
	color: #40BFE0;
}
.contentPage h3
{
	text-align: left;
	font-size: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #1e1e2d;
}
h3
{
	margin : 5px 0;
	text-align : center;
	font-size : 14px;
	color : #010101;
}
hr
{
	width: 185px;
	margin: 0 auto 20px;
	padding: 0;
	border: 1px solid #000;
}
a
{
	color : #696969;
}
a:active,
a:focus
{
	color : #f62465;
}
.titre-article
{
	font-family: 'Poppins', sans-serif;
}
.pdf_articles
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.pdf_articles > a
{
	flex-basis: calc(100% / 5 - 15px);
	text-decoration: none;
	color: initial;
	padding: 15px;
	border-radius: 20px;
	background-color: #ededed;
	position: relative;
}
.pdf_articles > a:hover
{
	background-color: #000114;
	color: #fff;
}
.pdf_articles > a:hover .texte
{
	color: #fff;
}
.pdf_articles > a .image
{
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background-color: #fff;
}
.pdf_articles > a img
{
	width: 100%;
	height: 100%:;
	object-fit: cover;
}
.pdf_articles .texte
{
	font-size: 14px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	min-height: 45px;
	margin-top: 20px;
}
#mentions h3
{
	text-align: left;
}
#mentions div:not(#mentions h2 > div)
{
	margin-top: 40px;
}
#mentions .button
{
	font-style: normal;
	padding: 10px 30px;
	margin-top: 20px;
	background-color: #000;
	border-radius: 50vh;
	color: #fff;
}
.notification
{
  margin: 20px auto;
	padding: 12px 20px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 100%;
	text-align: left;
}
.notification.validation
{
  background-color: #e4f6e6;
  color: #3abf3d;
}
.notification.erreur
{
  background-color: #f9dddc;
  color: #f76b5b;
}
.notification.information
{
  background-color: #d4e4fb;
  color: #3c8dfb;
}
.notification.alert
{
  background-color: #faf2dd;
  color: #e5b235;
}
.notification.inscription
{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	border-radius: 0 !important;
}
.notification.informationSearch
{
	background-color: #fff;
	color: #000;
}
.cmd_fermees
{
	text-align: center;
	background-color: #fa2727;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.fade-content {
  opacity: 0;
}
@-webkit-keyframes posiLeft
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
@keyframes posiLeft
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
@-webkit-keyframes posiRight
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
@keyframes posiRight
{
	from {transform: translate(0,0);}
	to {transform: translate(0,50px);}	
}
::-webkit-scrollbar
{
  width: 10px;
}
::-webkit-scrollbar-thumb
{
  background-color: #000;
  border-radius:10px;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-thumb:hover
{
  background-color: #000;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-track
{
  background-color: #f1f1f1;
}
/* Style pour le breadcrumb */
ol[itemtype="http://schema.org/BreadcrumbList"]
{
	list-style: none;
	display: flex;
	padding: 10px 0;
}

/* Style pour chaque Ã©lÃ©ment du breadcrumb */
ol[itemtype="http://schema.org/BreadcrumbList"] > li
{
	margin-right: 15px;
	position: relative;
}

/* Ajout d'un style pour le symbole de sÃ©paration â€º */
ol[itemtype="http://schema.org/BreadcrumbList"] > li:not(:last-child)::after
{
	content: "›";
	margin-left: 15px;
}

/* Style pour les liens */
ol[itemtype="http://schema.org/BreadcrumbList"] a
{
	color: #000;
	text-decoration: none;
}

/* Style pour le dernier lien (non cliquable) */
ol[itemtype="http://schema.org/BreadcrumbList"] > li:last-child a
{
	color: #1e1e2d;
	cursor: default;
}
#highlight
{
	padding: 100px 0;
	background-color: #F62465;
	position: relative;
	overflow: hidden;
}
#highlight::before
{
	content: '';
	position: absolute;
	top: -300px;
	right: -100px;
	width: 600px;
	height: 600px;
	background-color: #40BFE0;
	border-radius: 50%;
	box-shadow: 0 0 50px 30px rgba(64, 191, 224, 0.5);
	animation: bouger 2s infinite;
	filter: blur(50px);
	opacity: 0.5;
}
#highlight::after
{
	content: '';
	position: absolute;
	bottom: -300px;
	left: -100px;
	width: 600px;
	height: 600px;
	background-color: #40BFE0;
	border-radius: 50%;
	box-shadow: 0 0 50px 30px rgba(64, 191, 224, 0.5);
	animation: bouger 2s infinite;
	filter: blur(50px);
	opacity: 0.5;
}
#highlight2
{
	padding: 100px 0 140px;
	background-color: #F62465;
	position: relative;
	overflow: hidden;
}
#highlight2 h2
{
	font-size: 50px;
	font-family: "Poppins";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}
#highlight2 h3 {
	font-size: 18px !important;
	font-family: "Poppins" !important;
	color: rgb(5, 119, 189) !important;
	text-transform: uppercase !important;
	line-height: 3.611 !important;
	padding: 0 !important;
	font-weight: initial;
	text-align: center;
}
#highlight2::before
{
	content: '';
	position: absolute;
	top: -300px;
	right: -100px;
	width: 600px;
	height: 600px;
	background-color: #001e4a;
	border-radius: 50%;
	box-shadow: 0 0 50px 30px rgba(0, 30, 74, 0.5);
	animation: bouger 2s infinite;
	filter: blur(50px);
}
@keyframes bouger
{
	0% { transform: translateY(0) scale(1); }
	50% { transform: translateY(5%) scale(1.05) }
	100% { transform: translateY(0) scale(1); }
}

/* CSS BASE */
.center
{
	justify-content : center;
	text-align : center;
}
.middle
{
	display : flex!important;
	align-items : center!important;
}
.middle.center
{
	justify-content : center;
}
.container
{
	display : block;
	position : relative;
	width : 100%;
	margin : 0 auto;
	padding : 0 20px;
	max-width : 1330px;
}
.row
{
	margin : 0 -10px;
	padding : 0;
	font-size : 0;
	list-style : none;
}
.row > *
{
	display : inline-block;
	margin : 0;
	padding : 0 10px;
	font-size : 15px; /*font default*/
	vertical-align : top;
}
.row > .col-1
{
	width : 8.333333%;
}
.row > .col-2
{
	width : 16.666667%;
}
.row > .col-3
{
	width : 25%;
}
.row > .col-4
{
	width : 33.33%;
}
.row > .col-5
{
	width : 41.666667%;
}
.row > .col-6
{
	width : 50%;
}
.row > .col-7
{
	width : 58.333333%;
}
.row > .col-8
{
	width : 66.66%;
}
.row > .col-9
{
	width : 75%;
}
.row > .col-10
{
	width : 83.333333%;
}
.row > .col-11
{
	width : 91.666667%;
}
.row > .col-12
{
	width : 100%;
}
#site
{
	position : relative;
	width : 100%;
	height : 100%;
	margin : 0 auto;
}
@keyframes apparition
{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*HEADER*/
header
{
	z-index : 55;
	position : fixed;
	top : 0;
	right : 0;
	left : 0;
	text-align : right;
	background-color: rgba(0, 0, 0, 1);
	transition: background-color 0.5s ease;
	backdrop-filter: blur(25px);
}
header.accueil
{
	background: rgba(0,0,0,0.6);
	box-shadow: initial;
	backdrop-filter: blur(0px);
}
header.accueil nav ul:not(.btn_action) li a.button
{
	padding: 10px 30px;
	border-radius: 50vh;
/*	transition: background-color 0.5s ease;*/
	color: #000;
}
header.scroll
{
	background-color: rgba(0, 0, 0, 1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
/*	transition: background-color 0.5s ease;*/
}
.top_nav > div
{
	display: flex;
}
.top_nav > div > *
{
	flex-grow: 1;
}
#logo
{
	display: flex;
	align-items: center;
	height: 60px;
	gap: 10px;
}
#logo a
{
	text-decoration: none;
}
#logo a > img
{
	height: 100%;
}
#info_header
{
	display: flex;
	justify-content: right;
	gap: 10px;
}
#info_header > .tel > a, #info_header > .mail > a
{
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #000;
}
#info_header > .tel > a > .picto, #info_header > .mail > a > .picto
{
	padding: 10px 12.5px;
	font-size: 20px;
	background-color: #40BFE0;
	border-radius: 50vh;
	color: #fff;
}
#info_header > .tel > a > .texte > div:first-child, #info_header > .mail > a > .texte > div:first-child
{
	font-weight: 400;
}
#info_header > .tel > a > .texte > div:last-child, #info_header > .mail > a > .texte > div:last-child
{
	color: #000114;
	font-weight: 700;
}
#info_header .input_search
{
	position: relative;
}
#info_header .input_search input
{
	width: 310px;
	border-radius: 10px;
	background-color: #ededed;
	box-shadow: none;
}
#info_header .input_search .btn_search
{
	position: absolute;
	top: 6px;
	right: 5px;
	padding: 10px 14px;
	font-size: 15px;
	background-color: #F62465;
	border-radius: 10px;
	color: #fff;
}
#search-results
{
    display: none;
    position: absolute;
		top: 100%;
		right: 0;
		background-color: #fff;
		border: 1px solid #ccc;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		z-index: 1000;
		max-height: 300px;
		overflow-y: auto;
		width: 40%;
}
#search-results .resultat
{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
#search-results li
{
	list-style: none;
}
#search-results div:last-child
{
    border-bottom: none;
}
#search-results .resultat:hover
{
    background-color: #f5f5f5;
    cursor: pointer;
}
#search-results a
{
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}
#search-results a > div:not(.product)
{
	flex-basis: 100px !important;
}
#search-results .produit_image
{
	position: relative;
	height: 100px;
	width: 100px;
	overflow: hidden;
	background-color: #ededed;
	border-radius: 10px;
}
#search-results .produit_image > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#search-results .produit_image > img.portrait
{
	width: 100%;
}
#search-results .produit_image > img.paysage
{
	height: 100%;
}
#search-results .product
{
	flex-basis: calc(100% - 100px);	
}
#search-results .product > .nom
{
	font-weight: bold;
	font-size: 16px;
	color: #3073ba;
}
#search-results .product .reference
{
	padding: 2px 10px;
	background-color: #c2c2c2;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-style: italic;
	font-size: 11px;
}
/*#search-results .product > .epaisseur > label*/
#search-results .product > .epaisseur
{
	padding: 2px 10px;
	background-color: #e1f1f6;
	display: inline-block;
	border-radius: 5px;
	color: #004a70;
	font-style: italic;
	font-size: 12px;
	margin-top: 7px;
}
#plaque_sur_mesure .etapeProduit
{
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    margin: 0 auto 20px auto;
    padding: 20px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
#plaque_sur_mesure .add_produit
{
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	margin: 0;
	border-radius: 0 !important;
	background-color: #40BFE0 !important;
	color: #fff !important;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
	z-index: 9 !important;
}
#plaque_sur_mesure .add_produit > .prix > span
{
	color: #fff !important;
}
#plaque_sur_mesure .title_etape
{
	text-align: left;
	text-transform: initial;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 21px;
	font-weight: bold;
}
#plaque_sur_mesure .title_etape::before
{
	content: '';
	position: absolute;
	top: 0px;
	left: -36px;
	height: 32px;
	width: 24px;
	background-color: #40BFE0;
	border-radius: 5px;
}
#plaque_sur_mesure p
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	margin-bottom: 25px;
}
#plaque_sur_mesure p:last-child
{
	font-size: 11px;
	line-height: initial;
	margin-top: 10px;
	text-align: justify;
}
#plaque_sur_mesure .button
{
	width: 100%;
	border-radius: 5px;
	background-color: #40BFE0;
	font-size: 16px;
	padding: 15px;
	text-align: center;
	text-transform: initial;
}
#plaque_sur_mesure .dimensions
{
	font-size: 12px;
	margin-bottom: 20px;
}
#plaque_sur_mesure .valeurLongueurCM, #plaque_sur_mesure .valeurLargeurCM, #plaque_sur_mesure .valeurDiametreCM
{
	color: red;
	display: none;
}
#plaque_sur_mesure > div
{
	margin-bottom: 10px;
	position: relative;
}
#plaque_sur_mesure div > ul
{
	display: flex;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	gap: 20px;
}
#plaque_sur_mesure div > ul > li
{
	flex-grow: 1;
	flex-basis: 0;
}
#plaque_sur_mesure div > ul .option
{
  display: flex;
  align-items: center;
  cursor: pointer;
}
#plaque_sur_mesure div > ul .option a
{
	text-decoration: none;
}

#plaque_sur_mesure div > ul .option input
{
  display: none;
}

#plaque_sur_mesure div > ul .option label
{
  width: 100%;
	padding: 15px;
	background-color: #ededed;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease;
	cursor: pointer;
}

#plaque_sur_mesure div > ul .option label img:not(.tooltipImg)
{
	height: 50px;
	width: initial;
	transition: height 0.3s ease;
}

#plaque_sur_mesure div > ul .option input:checked + label
{
  background-color: #c5e1f7;
}
#plaque_sur_mesure .btnAction
{
	display: flex;
	gap: 20px;
}
nav
{
	width: 100%;
}
nav .top_nav
{
	background-color: #fff;
	text-align: left;
	padding: 23px 0;
	transition: all ease 0.3s;
}
nav .bottom_nav
{
	text-align: left;
	border-top: 1px solid #ededed;
	background-color: #fff;
}
nav ul
{
	margin: 0;
	padding: 0;

}
nav ul li
{
	display: inline-block;
	list-style: none;
	padding: 15px 12px;
	position: relative;
	transition: all ease 0.3s;
}
nav ul li a
{
	text-decoration: none;
	color: #290A14;
	font-size: 14px;
	padding: 10px 0px;
	border-bottom: 2px solid transparent;
	font-weight: 500;
	transition: all ease 0.3s;
}
nav ul:not(.raccourci):not(.raccourci_mobile) li.select::before, nav ul:not(.raccourci):not(.raccourci_mobile) li:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #40BFE0;
	border-radius: 0 0 20px 20px;
	transition: all ease 0.5s;
}
nav ul:not(.raccourci) li.select a, nav ul:not(.raccourci) li:hover a
{
	color: #40BFE0 !important;
}
nav .menu
{
	display: flex;
	align-items: center;
}
nav .menu > ul
{
	flex-grow: 1;
}
nav .menu > ul:last-child
{
	text-align: left;
}
.raccourci li
{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.raccourci li > a
{
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #F62465;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	transition: all ease 0.2s;
	font-family: initial;
	padding: 0;
}
.raccourci > li:last-child span
{
	position: absolute;
	top: -7px;
	right: -7px;
	background-color: #40BFE0;
	padding: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: all ease 0.3s;
}
.raccourci.mobile
{
	display: none;
}
.top_nav {
	background-color: #F62465;
	color: #fff;
	font-size: 13px;
	padding: 10px 0
}

.top_nav .flex_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Poppins',sans-serif;
	font-style: italic;
}

.top_nav .rss>ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
	padding: 0;
	margin: 0 0 0 10px
}

.top_nav .rss>ul>li {
	display: inline-block
}

.top_nav .rss>ul>li>a {
	text-decoration: none;
	display: list-item;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #CF1750;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	transition: all ease 0.5s;
	font-family: initial
}

.top_nav .rss>ul>li>a:hover {
	background-color: #fff;
	color: #f62465;
	transition: all ease 0.5s
}

.top_nav .coordonnees>ul>li>a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: initial
}

.top_nav .coordonnees>ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
	padding: 0;
	margin: 0 0 0 20px
}

.top_nav .coordonnees>ul>li {
	display: inline-block;
	margin: 0 10px
}
nav ul li a.button
{
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 50vh;
/*	transition: all 0.5s ease;*/
	color: #000;
	display: inline;
	font-weight: bold;
}
.scroll nav ul:not(.raccourci) li
{
	padding: 15px 12px;
	transition: all ease 0.3s;
}
.scroll nav ul:not(.raccourci) li a
{
	padding: 15px 0px;
	transition: all ease 0.3s;
}
.scroll nav .menu > ul:last-child li > a
{
	width: 40px;
	height: 40px;
/*	line-height: 40px;*/
	font-size: 12px;
	transition: all ease 0.3s;
}
.scroll nav .menu > ul:last-child li:last-child span
{
	width: 15px;
	height: 15px;
	top: -2px;
	right: -2px;
	transition: all ease 0.3s;
}
.scroll nav .top_nav
{
	padding: 10px 0;
	transition: all ease 0.3s;
}
.burger-open nav .toggler_nav .burger
{
	border-top: 5px solid #fff;
}
.burger-open #site
{
	overflow-y: hidden; 
	height: 100vh;
}
.toggler_nav
{
	position: absolute;
	top: 0;
	left: 20px;
	width: 40px;
	max-height: 100px;
	z-index: 1;
	display: none;
	padding: 30px 0 5px 0;
	z-index: 3;
}
.burger
{
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 5px solid #fff;
  width: 100%;
  transition: 0.55s;
  border-radius: 5px;
}
.toggler_nav > span:first-child {
  top: 0;
}
.toggler_nav > span:nth-child(2) {
  top: 13px;
  width: 80%;
}
.toggler_nav > span:last-child {
  top: 27px;
  width: 70%;
}
.burger-open .toggler_nav > .burger:first-child
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 15px;
	transform: rotate(45deg);
	transition: 0.55s 0.5s;
}
.burger-open .toggler_nav > .burger:nth-child(2)
{
	opacity: 0;
}
.burger-open .toggler_nav > .burger:last-child
{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 15px;
	transform: rotate(-405deg);
	transition: 0.55s 0.5s;
}

/*SLIDER ACCUEIL*/
#slider
{
	position: relative;
	width: 100%;
	margin-top: 208px;
	height: 420px;
	overflow: hidden;
}
#slider::after
{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #40BFE0 0%, rgba(64, 191, 224, 0) 100%);
	top: 0;
	left: 0;
	z-index: 0;
}
#slider > .slide-image
{
	height: 100%;
	display: none;
	overflow: hidden;
}
#slider > .slide-prec, #slider > .slide-suiv
{
	position: absolute;
	top: calc(50% + 60px);
	transform: translate(0, -50%);
	font-size: 30px;
	padding: 15px;
	cursor: pointer;
	color: #fff;
	transition: 0.1s;
	user-select: none;
	opacity: 0.6;
	transition: all 0.1s ease;
}
#slider > .slide-prec:hover, #slider > .slide-suiv:hover
{
	opacity: 1;
	transition: all 0.1s ease;
}
#slider > .slide-suiv
{
	right: 0;
}
#slider > .dots
{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 5px;
	cursor: pointer;
}
#slider > .dots > span
{
	display: inline-block;
	width: 30px;
	height: 3px;
	border-top: 3px solid #fff;
	margin: 0 5px;
	opacity: 0.6;
	transition: all 0.1s ease;
}
#slider > .dots > span:hover, #slider > .dots > span.active
{
	opacity: 1;
	transition: all 0.1s ease;
	border-top: 6px solid #fff;
}
#slider > .slide-image .contenu-slider
{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	line-height: 35px;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 65%;
}
#slider > .slide-image .contenu-slider .sous_titre-slider
{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: initial;
	font-size: 18px;
	text-align: left;
	color: #0a8ede;
	line-height: 3.611;
	text-transform: uppercase;
}
#slider > .slide-image .contenu-slider .titre-slider
{
	color: #fff;
	letter-spacing: 2px;
	font-size: 26px;
	line-height: initial;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-transform: initial;
}
#slider > .slide-image .contenu-slider .titre-slider > h1
{
	padding: 0;
	margin: 0;
	color: #fff;
	letter-spacing: 2px;
	font-size: 30px;
	line-height: initial;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-transform: initial;
}
#slider > .slide-image .contenu-slider .titre-slider:not(#slider > .slide-image:first-child .contenu-slider .titre-slider)
{
	text-shadow: 3px 0 15px rgba(0,0,0,1) !important;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 29px;
	align-items: left;
	text-align: left;
	color: #fff;
	line-height: 53px;
}
#slider > .slide-image .contenu-slider .description-slider
{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 17px;
	align-items: center;
	color: #fff;
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
#slider > .slide-image .contenu-slider .description-slider .button
{
	background-color: #CF1750 !important;
	color: #fff;
	text-transform: initial;
	border-radius: 10px;
	transition: initial;
	padding: 5px 60px;
	font-size: 14px;
}
#slider > .slide-image .contenu-slider .description-slider .button:hover
{
	color: #fff !important;
	transition: initial;
	background-color: #F62465 !important;
}
#slider .generateur > h2
{
	text-align: left;
	text-transform: initial;
	padding: 0;
	margin: 0;
	position: relative;
}
#slider .generateur > h2::before
{
	content: '';
	position: absolute;
	top: 0px;
	left: -36px;
	height: 32px;
	width: 24px;
	background-color: #40BFE0;
	border-radius: 5px;
}
#slider .generateur p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#slider .generateur p:last-child
{
	font-size: 11px;
	line-height: initial;
	margin-top: 10px;
	text-align: justify;
}
#slider .generateur .button
{
	width: 100%;
	border-radius: 5px;
	background-color: #40BFE0;
	font-size: 16px;
	padding: 15px;
	text-align: center;
	text-transform: initial;
}
#slider .generateur .dimensions
{
	font-size: 12px;
}
#slider .generateur .dimensions input
{
	background-color: #ededed;
	border-radius: 5px;
	box-shadow: initial;
}
#slider .generateur > div
{
	margin-bottom: 10px;
}
#slider .generateur div > ul
{
	display: flex;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	gap: 20px;
}
#slider .generateur div > ul > li
{
	flex-grow: 1;
	flex-basis: 0;
}
#slider .generateur div > ul .option
{
  display: flex;
  align-items: center;
  cursor: pointer;
}

#slider .generateur div > ul .option input
{
  display: none;
}

#slider .generateur div > ul .option label
{
  width: 100%;
	padding: 15px;
	background-color: #ededed;
	text-align: center;
	border-radius: 5px;
}

#slider .generateur div > ul .option label img
{
	height: 50px;
	width: initial;
}

#slider .generateur div > ul .option input:checked + label
{
  background-color: #c5e1f7;
}
#slider > .slide-image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#slider video, #slider img
{
	transform: scale(1.01);
	width: 100%;
}
.fade
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade
{
	from {opacity: 0.8;}
	to {opacity: 1;}
}
@keyframes fade
{
	from {opacity: 0.8;}
	to {opacity: 1;}	
}

@-webkit-keyframes posi
{
	from {left: 15%;}
	to {left: calc(12% + 8px);}	
}
@keyframes posi
{
	from {left: 15%;}
	to {left: calc(12% + 8px);}	
}

@-webkit-keyframes posiImg
{
	from {right: 15%;}
	to {right: calc(12% + 8px);}	
}
@keyframes posiImg
{
	from {right: 15%;}
	to {right: calc(12% + 8px);}	
}

@-webkit-keyframes zoomin
{
	from {transform: scale(1,1);}
	to {transform: scale(1.2,1.2);}	
}
@keyframes zoomin
{
	from {transform: scale(1,1);}
	to {transform: scale(1.2,1.2);}	
}
.card-pages
{
	display: flex;
	gap: 60px 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.card
{
	border-radius: 20px;
	background: #f9f9f9;
	position: relative;
	padding: 1.8rem;
/*	transition: 0.5s ease-out;*/
	overflow: visible;
	box-shadow: 6px 5px 30px #bebebe, -5px -5px 30px #ffffff;
	border: 1px transparent solid;
}
.card-pages a
{
	flex-basis: 30%;
	text-decoration: none;
}
.card-details
{
	color: black;
}
.card-button
{
	transform: translate(-50%, 125%);
	width: 60%;
	border-radius: 1rem;
	border: none;
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	padding: .5rem 1rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
/*	transition: 0.3s ease-out;*/
	text-align: center;
}
.card .text-title
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.card:hover
{
	border: 1px #000 solid;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.card:hover .card-button
{
	transform: translate(-50%, 50%);
	opacity: 1;
}

/*FORMULAIRE*/
fieldset
{
	margin : 0;
	padding : 0;
	border : 0;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='password'],
select,
textarea
{
	margin: 2px 0;
	padding: 15px;
	outline: none;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	border-radius: 15px;
	border: 1px solid transparent;
	width: 100%;
}
textarea
{
	padding : 6px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='date']:focus,
input[type='password']:focus,
select:focus,
textarea:focus
{
	border : 1px solid #000;
	outline : none;
}
input[type='text']:disabled,
input[type='email']:disabled,
input[type='tel']:disabled,
input[type='number']:disabled,
input[type='date']:disabled,
input[type='password']:disabled,
select:disabled,
textarea:disabled
{
	background-color: #e3e3e3;
	cursor: not-allowed;
}
input.error_form, textarea.error_form, select.error_form
{
	border: 1px solid #f44336;
	font-weight: bold;
	color: #7d7d7d;
}
.quantiteInput::-webkit-inner-spin-button,
.quantiteInput::-webkit-outer-spin-button
{
	-webkit-appearance: none !important;
  margin: 0 !important;
}
.quantiteInput
{
	-moz-appearance: textfield !important;
	display: block;
}
form fieldset
{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
form fieldset > div
{
	flex-basis: calc(50% - 10px);
}
form fieldset.tree > div
{
	flex-basis: calc(100% / 4 - 15px) !important;
}
form fieldset.pointsRelais
{
	background-color: #40BFE0;
	border-radius: 10px;
	padding: 5px;
	gap: 10px;
	justify-content: space-between;
	vertical-align: middle;
}
form fieldset.pointsRelais input
{
	padding: 5px 10px;
}
form fieldset.pointsRelais > div:first-child
{
	flex-basis: 40% !important;
}
form fieldset.pointsRelais > div:nth-child(3)
{
	flex-basis: 18% !important;
}
form fieldset.pointsRelais > div:last-child
{
	flex-basis: 5% !important;
}
form fieldset.pointsRelais #new-address-submit
{
	width: 100%;
	border-radius: 50vh;
	background-color: #ffff;
	font-size: 16px;
	padding: 8px 10px;
	text-align: center;
	text-transform: initial;
	color: #40BFE0;
	border: 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin-top: 0;
}
#pointsRelaisContent h2
{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	text-align: left;
	position: relative;
	color: #40BFE0;
	margin-bottom: 20px;
}
form fieldset > div.double
{
	flex-basis: 100%;
}
form fieldset:not(:first-child) > div
{
	margin-top: 10px;
}
form fieldset textarea
{
	resize: vertical;
}
.checkbox_container {
  width: 51px;
  height: 31px;
  position: relative;
}
.checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9eb;
  border-radius: 16px;
  cursor: pointer;
/*  transition: all 0.2s ease-out;*/
}
.slider {
  width: 27px;
  height: 27px;
  position: absolute;
  left: calc(50% - 27px/2 - 10px);
  top: calc(50% - 27px/2);
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
/*  transition: all 0.2s ease-out;*/
  cursor: pointer;
}
.checkbox:checked + .switch {
  background-color: #34C759;
}
.checkbox:checked + .switch .slider {
  left: calc(50% - 27px/2 + 10px);
  top: calc(50% - 27px/2);
}
#highlight .btn
{
	text-align: center;
}
.button
{
	font-style: normal;
	padding: 10px 30px;
	background-color: #000;
	border-radius: 50vh;
	color: #fff;
/*	transition: all 0.1s ease;*/
	border: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 20px auto 0;
	cursor: pointer;
}
a.button
{
	text-decoration: none;
}
.button:hover, .button_contact:hover, .btn_action > li > a.button:hover
{
	background-color: #F62465 !important;
/*	transition: all 0.5s ease;*/
	color: #fff !important;
}
.button:focus
{
	color: #fff;
}
.button_return
{
	font-style: normal;
	border-radius: 50vh;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #e3e3e3;
	color: #000000;
	font-size: 12px;
	padding: 10px 15px;
	font-weight: bold;
}
a.button_return
{
	text-decoration: none;
}
.button_return:hover, .button_return_contact:hover, .btn_action > li > a.button_return:hover
{
	background-color: #dbdbdb !important;
}
.button_return:focus
{
	color: #fff;
}

/* CAPTCHA */
form>fieldset.uploader>div {
	flex-basis: calc(100% / 3 - 15px)
}

form fieldset.captcha>div {
	flex-basis: initial
}

form fieldset.captcha>div.double {
	flex-basis: 100%
}

form fieldset.captcha>.captcha_container {
	max-width: 50%;
	background-color: #40BFE0;
	font-size: 14px;
	line-height: 1.72;
	color: #bbb;
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border-radius: 10px
}

form fieldset.captcha>.captcha_container input {
	background-color: #fff;
	color: #111b22
}

form fieldset.captcha label {
	color: #fff;
	margin-bottom: 10px
}

form fieldset.captcha .captcha_code {
	display: flex;
	gap: 10px;
	vertical-align: middle;
	justify-content: center;
	margin-top: 10px;
	align-items: center
}

form fieldset.captcha .captcha_code>div:first-child {
	height: 70px
}

input[type="file"] {
	display: none
}

.file-upload-button {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #40BFE0;
	border: 1px solid rgb(255 255 255 / .1);
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease,color 0.3s ease;
	margin-top: 10px
}

.file-upload-button:hover {
	background-color: #F62465;
	color: #fff
}

.file-name {
	display: inline-block;
	margin-left: 10px;
	font-style: italic;
	color: #bbb;
	margin-top: 10px
}

/*CONTENT*/
#content
{
	position: relative;
	min-height: calc(100% - 421px);
	padding: 210px 0 0;
	padding-bottom: 30px;
}

/*ACCUEIL*/
#top_accueil
{
	margin: 0;
}
#bloc-accueil
{
	margin: 20px auto;
	text-align: center;
	width: 50%;
}
#bloc-accueil .box-accueil
{
	height: 200px;
	width: 310px;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
}
#bloc-accueil .box-accueil > a > div
{
	max-height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
#bloc-accueil .box-accueil > a > div > .titre
{
	position: absolute;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	background: linear-gradient(0.49deg, rgba(0, 0, 0, 0.87) 0.43%, rgba(0, 0, 0, 0.31) 50%);
	top: 0;
	height: 100%;
	z-index: 1;
}
#bloc-accueil .box-accueil > a > div > .titre > div:not(.picto)
{
	position: absolute;
	bottom: 25px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #fff;
/*	transition: all ease 0.5s;*/
}
#bloc-accueil .box-accueil > a > div > .titre .picto
{
	padding-bottom: 15px;
	font-size: 50px;
}
#bloc-accueil .box-accueil > a > div > .titre:hover > div
{
	bottom: 35px;
/*	transition: all ease 0.5s;*/
}
#bloc-accueil .box-accueil > a:hover > div > .titre
{
	padding: 87px 0;
/*	transition: padding 0.5s ease;*/
}
#bloc-accueil .box-accueil .img
{
	max-height: 200px;
	height: 200px;
	filter: blur(1.5px);
}
#bloc-accueil .box-accueil .img > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
#gamme
{
	padding: 100px 0 50px;
	position: relative;
	overflow: hidden;
}
#gamme > .rectangle1::before {
	content: '';
	position: absolute;
	top: -150px;
	right: -150px;
	height: 400px;
	width: 400px;
	background-color: #cfe2f5;
	transform: rotate(52deg);
	border-radius: 50px;
	animation-name: bounceEffect;
	animation-duration: 8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
#gamme > .rectangle1::after {
	content: '';
	position: absolute;
	top: -200px;
	right: -50px;
	height: 400px;
	width: 400px;
	background-color: #b8cbe0;
	transform: rotate(72deg);
	border-radius: 50px;
	animation-name: bounceEffect2;
	animation-duration: 8s;
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
#gamme > .rectangle2::before {
	content: '';
	position: absolute;
	bottom: 3%;
	left: -185px;
	height: 300px;
	width: 300px;
	background-color: #cfe2f5;
	transform: rotate(76deg);
	border-radius: 50px;
	animation-name: bounceEffect3;
	animation-duration: 8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
#gamme > .rectangle2::after {
	content: '';
	position: absolute;
	bottom: 10%;
	left: -200px;
	height: 300px;
	width: 300px;
	background-color: #b8cbe0;
	transform: rotate(40deg);
	border-radius: 50px;
	animation-name: bounceEffect4;
	animation-duration: 8s;
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes bounceEffect
{
	0% {
		transform: rotate(52deg) translateY(0);
	}
	50% {
		transform: rotate(52deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(52deg) translateY(0);
	}		
}
@keyframes bounceEffect2
{
	0% {
		transform: rotate(72deg) translateY(0);
	}
	50% {
		transform: rotate(72deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(72deg) translateY(0);
	}		
}
@keyframes bounceEffect3
{
	0% {
		transform: rotate(76deg) translateY(0);
	}
	50% {
		transform: rotate(76deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(76deg) translateY(0);
	}		
}
@keyframes bounceEffect4
{
	0% {
		transform: rotate(40deg) translateY(0);
	}
	50% {
		transform: rotate(40deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(40deg) translateY(0);
	}		
}
.sur_nous
{
	display: flex;
	align-items: center;
	gap: 50px;
	color: #fff;
}
.sur_nous > div
{
	flex-grow: 1;
}
.sur_nous > .texte > h3
{
	font-size: 18px !important;
  font-family: "Poppins" !important;
  color: rgb(5, 119, 189) !important;
  text-transform: uppercase !important;
  line-height: 3.611 !important;
  text-align: left !important;
  padding: 0 !important;
}
.sur_nous > .texte > h2
{
  font-size: 50px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}
.sur_nous > .texte
{
	text-align: justify;
}
.sur_nous > .texte ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.sur_nous > .texte ul li
{
	padding: 5px 0;
}
.sur_nous > .texte ul li::before
{
	content: ""; /* NÃ©cessaire pour le pseudo-Ã©lÃ©ment */
  display: inline-block; /* Pour pouvoir dÃ©finir une largeur et une hauteur */
  border-radius: 50%;
  background-color: #40BFE0;
  width: 12px;
  height: 12px;
  margin-right: 10px; /* Espace entre la puce et le texte */
}
.sur_nous > .texte .button
{
	text-transform: initial;
	font-weight: bold;
	color: #fff;
	background-color: #40BFE0;
}
#selectionProduits
{
	background-color: #eaf0f6;
	padding: 50px 0;
}
#selectionProduits .container > div > .titre_box
{
	flex-basis: 375px;
}
#selectionProduits .container > div > .titre_box h2
{
	text-align: left;
	font-size: 42px;
	padding-bottom: 10px;
}
#selectionProduits .container > div > .titre_box h3
{
	text-align: left;
	color: #87888a;
	font-weight: initial;
}
#selectionProduits .container > div > .titre_box ul
{
	list-style: none;
	padding: 0;
	margin: 40px 0 0;
}
#selectionProduits .container > div > .titre_box ul li:first-child
{
	display: inline-block;
	margin-right: 10px;
}
#selectionProduits .container > div > .titre_box ul li:last-child
{
	display: inline-block;
	margin-left: 10px;
	cursor:pointer;
}
#selectionProduits .container > div > .titre_box ul li > div > span
{
	padding: 14px 15.25px;
	background-color: #40BFE0;
	border-radius: 50vh;
	color: #fff;
	font-size: 20px;
}
#selectionProduits #selection_produits .boxProduit
{
	margin: 0 25px;
	background-color: #ffffff;
	position: relative;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
	border: 2px solid #F62465;
	transition: all 0.3s ease;
}
#selectionProduits #selection_produits .boxProduit:hover
{
	box-shadow: 0px 4px 24px 2px rgba(246, 36, 101, 0.25);
	transition: all 0.3s ease;
}
#selection_produits
{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	margin: 0 auto;
}
#selectionProduits #selection_produits .boxProduit a
{
	text-decoration: none;
	color: initial;
}
#selectionProduits #selection_produits .boxProduit .img
{
	position: relative;
	height: 228px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
#selectionProduits #selection_produits .boxProduit .img img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#selectionProduits #selection_produits .boxProduit .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	padding: 15px 0 0;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#selectionProduits #selection_produits .boxProduit .prix
{
	padding: 10px 0 30px;
	text-align: center;
}
#selectionProduits #selection_produits .boxProduit .prix > span
{
	background-color: #C2F3FF;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: bold;
	color: #F62465;
}
#selectionProduits #selection_produits .boxProduit .btn
{
	right: 0;
	background-color: #F62465;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#contact_accueil
{
	padding: 100px 0;
}
#contact_accueil h2
{
	font-size: 39px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 60px;
}
#contact_accueil input, #contact_accueil textarea
{
	background-color: #F5F5F5;
	border-radius: 10px;
}
#contact_accueil .captcha
{
	justify-content: center;
	margin-top: 40px;
}
#highlight2 .texte
{
	text-align: center;
}
#raccourciHighlight
{
	list-style: none;
	padding: 50px 0 0;
	margin: 0;
	display: flex;
	gap: 50px;
}
#raccourciHighlight > li
{
	flex-grow: 1;
}
#raccourciHighlight .box
{
}
#raccourciHighlight .box a
{
	text-decoration: none;
	color: #fff;
	background-color: #18192a;
	border-radius: 20px;
	padding: 30px;
	display: block;
}
#raccourciHighlight .box .btexte
{
	display: flex;
	gap: 20px;
	align-items: center;
}
#raccourciHighlight .box .btexte > *:last-child
{
	flex-grow: 1;
	text-align: right;
}
#raccourciHighlight .box .btexte > .btn > span
{
	padding: 14px 15.25px;
	background-color: #40BFE0;
	border-radius: 50vh;
	color: #fff;
}
#raccourciHighlight .box:hover > a
{
	box-shadow: 0 0 30px 7px rgba(0, 30, 74, 0.3);
}
#raccourciHighlight .box a:hover .btexte > .btn > span
{
	background-color: #00426b;
}
#raccourciHighlight .box .btexte .picto
{
	color: #54556b;
	font-size: 28px;
}
#raccourciHighlight .box .btexte > .texte > div:first-child
{
	font-size: 17px;
	padding-bottom: 5px;
}
#raccourciHighlight .box .btexte > .texte > div:last-child
{
	color: #54556b;
}
#materiaux
{
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
#materiaux > .rectangle1::before {
	content: '';
	position: absolute;
	top: -150px;
	left: -150px;
	height: 400px;
	width: 400px;
	background-color: #cfe2f5;
	transform: rotate(30deg);
	border-radius: 50px;
	animation-name: bounceEffect4;
	animation-duration: 8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
#materiaux > .rectangle1::after {
	content: '';
	position: absolute;
	top: -200px;
	left: -50px;
	height: 400px;
	width: 400px;
	background-color: #b8cbe0;
	transform: rotate(148deg);
	border-radius: 50px;
	animation-name: bounceEffect3;
	animation-duration: 8s;
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes bounceEffect4
{
	0% {
		transform: rotate(30deg) translateY(0);
	}
	50% {
		transform: rotate(30deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(30deg) translateY(0);
	}		
}
@keyframes bounceEffect3
{
	0% {
		transform: rotate(148deg) translateY(0);
	}
	50% {
		transform: rotate(148deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(148deg) translateY(0);
	}		
}
#materiaux > .rectangle2::before {
	content: '';
	position: absolute;
	bottom: -7%;
	right: -185px;
	height: 360px;
	width: 360px;
	background-color: #cfe2f5;
	transform: rotate(76deg);
	border-radius: 50px;
	animation-name: bounceEffect5;
	animation-duration: 8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
#materiaux > .rectangle2::after {
	content: '';
	position: absolute;
	bottom: 10%;
	right: -200px;
	height: 300px;
	width: 300px;
	background-color: #b8cbe0;
	transform: rotate(40deg);
	border-radius: 50px;
	animation-name: bounceEffect6;
	animation-duration: 8s;
	animation-delay: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes bounceEffect5
{
	0% {
		transform: rotate(76deg) translateY(0);
	}
	50% {
		transform: rotate(76deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(76deg) translateY(0);
	}		
}
@keyframes bounceEffect6
{
	0% {
		transform: rotate(40deg) translateY(0);
	}
	50% {
		transform: rotate(40deg) translateY(3%) translateX(3%);
	}
	100% {
		transform: rotate(40deg) translateY(0);
	}		
}
#materiaux h2
{
	text-align: center;
}
#materiaux .box_materiaux
{
	display: flex;
	gap: 50px;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
#materiaux .box_materiaux a
{
	text-decoration: none;
	color: initial;
}
#materiaux .box_materiaux a > .box
{
	width: 325px;
	margin: 0 auto;
	border: 1px solid transparent;
	background-color: #ececec;
	border-radius: 20px;
	padding: 15px;
}
#materiaux .box_materiaux a:hover > .box
{
	border: 1px solid #40BFE0;
}
#materiaux .box_materiaux a > .box > .img
{
	position: relative;
	height: 250px;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
#materiaux .box_materiaux a > .box > .img img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#materiaux .box_materiaux a > .box > .titre
{
	padding: 15px 0;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
#materiaux .box_materiaux a > .box > .description
{
	text-align: left;
	color: #767676;
}
#materiaux .box_materiaux a > .box > .btn
{
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
#materiaux .box_materiaux a > .box > .btn > *
{
	flex-grow: 1;
}
#materiaux .box_materiaux a > .box > .btn > div:last-child
{
	text-align: right;
}
#materiaux .box_materiaux a > .box > .btn > div:last-child > span
{
	padding: 9px 15.25px;
	background-color: #40BFE0;
	border-radius: 50vh;
	color: #fff;
	font-size: 15px;
}
.display_bloc
{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.display_bloc > .bloc
{
	flex-basis: calc(100% / 4 - 15px);
}
.display_bloc > .bloc > a
{
	background-color: #ededed;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	display: block;
	text-decoration: none;
}
.display_bloc > .bloc > a:hover
{
	background-color: #000114;
	color: #fff;
}
.display_bloc > .bloc a:hover .box_texte > *:first-child
{
	color: #fff;
}
.display_bloc > .bloc .img
{
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.display_bloc > .bloc .img img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.display_bloc > .bloc .box_texte
{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
	min-height: 50px;
}
.display_bloc > .bloc .box_texte > *:first-child
{
	flex-basis: 70%;
	font-size: 15px;
  font-family: "Poppins";
  color: rgb(0, 1, 20);
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
.display_bloc > .bloc .box_texte > *:last-child
{
	flex-basis: 30%;
}
.display_bloc > .bloc a .box_texte > .btn span
{
	padding: 14px 15.25px;
	background-color: #40BFE0;
	border-radius: 50vh;
	color: #fff;
}
#avis
{
	position: relative;
	background-color: #eaf1f7;
	padding: 60px 0;
}
#avis .container .sous-titre-bloc
{
	font-size: 16px;
  font-family: "Poppins";
  color: rgb(118, 118, 118);
  line-height: 1.75;
  text-align: center;
  font-weight: initial;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
}
#avis .container .titre-bloc
{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-transform: initial;
	max-width: 45%;
	padding-top: 0;
	margin: 0 auto;
	color: #1e1e2d;
}
#avis .container .texte-bloc
{
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
	color: #777777;
}
#avis ul
{
	margin: 0 !important;
	padding: 0 !important;
}
#nos_avis
{
	padding: 0;
	margin: 0;
	width: 100%;
	margin: 0 auto;
}
.box-avis
{
	background: #FFFFFF;
	border-radius: 30px;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
	margin: 20px;
	padding: 20px;
	/*margin-top: 65px;
	margin-left: 65px;*/
}
.box-avis .photo
{
	height: 50px;
	width: 50px
}
.box-avis > .texte
{
	text-align: left;
	font-size: 14px;
	min-height: 80px;
	height: 80px;
	overflow-x: auto;
	text-overflow: ellipsis;
	margin-top: 30px;
	color: #777777;
	padding-right: 15px;
}
.box-avis > .date
{
	text-align: right;
	margin-top: 30px;
	color: #979797;
	font-style: italic;
}
.box-avis > .box-top
{
	display: flex;
	width: 100%;
	align-items: center;
	color: #000;
	justify-content: space-between;
}
.box-avis > .box-top > div:first-child
{
	display: flex;
	gap: 20px;
	align-items: center;
}
.box-avis .nom
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.box-avis > div > .nom > span
{
	text-transform: uppercase;
}
.box-avis .score > i
{
	text-align: right;
	font-size: 21px;
	padding-top: 5px;
	color: #FFA800;
}
#avis .button_center
{
	text-align: center;
	margin: 45px auto;
	width: 100%;
}
#avis .button
{
	padding: 10px 30px;
	background-color: #1e1e2d;
	border-radius: 50vh;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.5s;
}
#avis .button:hover
{
	background-color: #000 !important;
	transition: all ease 0.5s;
}
#blog
{
	padding: 60px 0;
	position: relative;
}
#blog .container
{
	max-width: 1170px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#blog .container .contenu-titre h2
{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-transform: initial;
	max-width: 45%;
	padding-top: 0;
	margin: 0 auto;
	color: #1e1e2d;
}
#blog .container .contenu-blog
{
	display: flex;
	gap: 20px;
	margin-top: 35px;
}
#blog .container .contenu-blog > div
{
	flex-basis: calc(100% / 3 - 20px);
	position: relative;
}
#blog .container .contenu-blog > div > a
{
	text-decoration: none;
	max-height: 615px;
	overflow: hidden;
	display: block;
}
#blog .container .contenu-blog > div > a .image
{
	position: relative;
	height: 315px;
	overflow: hidden;
	border-radius: 10px;
}
#blog .container .contenu-blog > div > a .image > div
{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 3;
	padding: 10px 20px;
	background-color: #49a9e2;
	border-radius: 0 20px 20px 0;
	color: #fff;
}
#blog .container .contenu-blog > div > a .image > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blog .container .contenu-blog > div > a .image > img.paysage
{
	height: 100%;
}
#blog .container .contenu-blog > div > a .image > img.portrait
{
	width: 100%;
}
#blog .container .contenu-blog > div > a .titre
{
	font-weight: bold;
	padding: 15px;
	font-size: 22px;
	text-align: left;
	color: #101a2d;
}
#blog .container .contenu-blog > div > a .description
{
	text-align: justify;
	font-size: 15px;
	padding: 0 15px;
	color: #aaaaaa;
}
#blog > div > div:nth-child(3) > div
{
	margin-top: 60px;
	text-align: center;
}
#blog > div > div:nth-child(3) > div > a
{
	text-decoration: none;
}

/*PRODUITS*/
.boxListProduits
{
	display: flex;
	gap: 19px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.boxListProduits > div
{
	flex-basis: calc(100% / 4 - 20px);
	background-color: #ffffff;
	position: relative;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
	border: 2px solid #F62465;
	transition: all 0.3s ease;
}
.boxListProduits > div:hover
{
	box-shadow: 0px 4px 24px 2px rgba(246, 36, 101, 0.25);
	transition: all 0.3s ease;
}
.boxListProduits > div > a
{
	text-decoration: none;
	color: initial;
}
.boxListProduits > div .img
{
	position: relative;
	width: 278px;
	height: 228px;
	overflow: hidden;
	border-radius: 10px;
}
.boxListProduits > div .img img
{
	max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
.boxListProduits > div .img > img.portrait
{
	width: 100%;
}
.boxListProduits > div .img > img.paysage
{
	height: 100%;
}
.boxListProduits > div .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	padding: 15px 0 0;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.boxListProduits > div .prix
{
	padding: 10px 0 30px;
	text-align: center;
}
.boxListProduits > div .prix > span
{
	background-color: #C2F3FF;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: bold;
	color: #F62465;
}
.boxListProduits > div .prix.devis > span
{
	background-color: #f5dbd9;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #a32100;
}
.boxListProduits > div .btn
{
	right: 0;
	background-color: #F62465;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/*GALERIES*/
#galerie-liste
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

#galerie-liste .galerie
{
	width: calc(100% / 3 - 14px);
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	height: 215px;
}

#galerie-liste .galerie img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin: 0 !important;
	padding: 0;
}

#galerie-liste .galerie .box-galerie-contenu
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	color: #fff;
	transition: 0.3s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#galerie-liste .galerie .box-galerie-contenu .galerie-nom
{
	font-size: 20px;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
	text-align: left;
}

#photos-liste
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#photos-liste > li
{
	width: calc(100% / 4 - 15px);
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	height: 215px;
	position: relative;
}

#photos-liste > li img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin: 0 !important;
	padding: 0;
}

#photos-liste > li .show-photos
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	font-size: 35px;
	opacity: 0;
	transition: all ease 0.5s;
}

#photos-liste > li:hover .show-photos
{
	display: block;
	opacity: 1;
	transition: all ease 0.5s;
}

#photos-liste > li:hover > a::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
}
.flexPhotosContent > ul
{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2vmin;
	padding: 0 14px;
}
.flexPhotosContent > ul > li
{
	list-style: none;
	height: 250px;
	flex-grow: 1;
	border-radius: 20px;
	overflow: hidden;
}
.flexPhotosContent > ul > li picture
{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.flexPhotosContent > ul > li picture .titre
{
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	padding: 5px;
	background-color: rgba(255,255,255,0.6);
	color: #000;
	text-align: center;
}
.flexPhotosContent > ul > li img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*PICTURE ARTICLE*/
.picturePage
{
	position: relative;
}
.picturePage > div 
{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.picturePage > div > picture
{
	flex-basis: 307px;
	height: 307px;
}
.picturePage picture a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}
.picturePage picture a >.show-photos {
	display: none;
	animation: apparition 0.5s ease-out;
}
.picturePage picture a >.show-photos>i {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
}
.picturePage picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.picturePage picture a:hover>.show-photos {
	display: block;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / .3);
	backdrop-filter: blur(3px);
	animation: apparition 0.5s ease-out;
	top: 0;
}
.pictureArticle
{
	position: relative;
}
.pictureArticle > div 
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.pictureArticle picture a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.pictureArticle picture a >.show-photos {
	display: none;
	animation: apparition 0.5s ease-out;
}
.pictureArticle picture a >.show-photos>i {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
}
.pictureArticle picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pictureArticle picture a:hover>.show-photos {
	display: block;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / .3);
	backdrop-filter: blur(3px);
	animation: apparition 0.5s ease-out;
	top: 0;
}
@keyframes apparition {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

/*ARTICLES*/
.imagesArticles
{
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 30px 0;
}
.imagesArticles.left
{
	flex-direction: row-reverse;
}
.imagesArticles > div:first-child
{
	flex-basis: 70%;
}
.imagesArticles > div:last-child
{
	flex-basis: 30%;
}

/*BLOG*/
#blogPage h1
{
	margin-top: 45px;
}
#blogPage .lecture
{
	text-align: center;
}
#blogPage .content_blog_timedate
{
	text-align: center;
	color: #cecece;
	font-style: italic;
	font-size: 10px;
}
#blogPage .share_blog
{
	margin: 30px 0 60px;
}
#blogPage .share_blog a
{
	padding: 10px 11.25px;
	background-color: #1e1e2d;
	border-radius: 50vh;
	font-size: 21px;
	color: #fff;
	transition: all ease 0.5s;
}
#blogPage .share_blog a:hover
{
	background-color: #000;
	transition: all ease 0.5s;
}
#blogPage .content_blog_timedate > p
{
	margin: 0;
	padding: 0;
}
#blogPage .content_blog_timedate > p > time
{
	font-weight: bold;
}
#blogPage .content_categorie
{
	text-align: center;
	margin: 10px 0 50px;
}
#blogPage .content_categorie > span
{
	padding: 5px 15px;
	background-color: #f1f1f1;
	border-radius: 10px;
	color: #1e1e2d;
}
#blogPage .content_image
{
	height: 350px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 30px 0;
	border-radius: 10px;
}
#blogPage .content_image a
{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
#blogPage .content_image a > .show-photos
{
	display: none;
}
#blogPage .content_image a:hover > .show-photos
{
	display: block;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(3px);
	animation: apparition 0.5s ease-out;
}
#blogPage .content_image a > .show-photos > i
{
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
}
#blogPage .content_image a > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blogPage .content_image a > img.paysage
{
	height: 100%;
	width: initial;
}
#blogPage .content_image a > img.portrait
{
	width: 100%;
	height: initial;
}
#blogPage .share_blog > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#blogPage .share_blog li
{
	display: inline-block;
}
#blogPage .content_articles_blog h2
{
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	position: relative;
	margin-left: 30px;
}
#blogPage .content_articles_blog h2::before
{
	position: absolute;
	content: '';
	height: 5px;
	width: 20px;
	background-color: #000;
	left: -30px;
	top: 50%;
	transform: translate(0, -50%);
}
#blogPage .content_articles_blog h3
{
	text-align: left;
	font-size: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #1e1e2d;
}
#blogPage .content_articles_blog figure
{
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

#blogPage .content_articles_blog blockquote
{
  font-style: italic;
  margin: 0;
  padding: 0;
}

#blogPage .content_articles_blog blockquote p
{
  margin: 0;
  padding: 10px 0;
}

#blogPage .content_articles_blog figcaption
{
  margin-top: 10px;
  text-align: right;
  font-style: italic;
  color: #777;
}

#blogPage .content_articles_blog cite
{
  font-style: normal;
}
#blogs
{
	padding: 0;
	position: relative;
}
#blogs .container .contenu-titre h2
{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-transform: initial;
	max-width: 45%;
	padding-top: 0;
	margin: 0 auto;
	color: #1e1e2d;
}
#blogs .container .contenu-blog
{
	display: flex;
	gap: 20px;
	margin-top: 35px;
	flex-wrap: wrap;
}
#blogs .container .contenu-blog > div
{
	flex-basis: calc(100% / 3 - 20px);
	position: relative;
}
#blogs .container .contenu-blog > div > a
{
	text-decoration: none;
}
#blogs .container .contenu-blog > div > a .image
{
	position: relative;
	height: 315px;
	overflow: hidden;
	border-radius: 10px;
}
#blogs .container .contenu-blog > div > a .image > div
{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 3;
	padding: 10px 20px;
	background-color: #49a9e2;
	border-radius: 0 20px 20px 0;
	color: #fff;
}
#blogs .container .contenu-blog > div > a .image > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#blogs .container .contenu-blog > div > a .image > img.paysage
{
	height: 100%;
}
#blogs .container .contenu-blog > div > a .image > img.portrait
{
	width: 100%;
}
#blogs .container .contenu-blog > div > a .titre
{
	font-weight: bold;
	padding: 15px;
	font-size: 22px;
	text-align: left;
	color: #101a2d;
}
#blogs .container .contenu-blog > div > a .description
{
	text-align: justify;
	font-size: 15px;
	padding: 0 15px;
	color: #aaaaaa;
}
#blogs > div > div:nth-child(3) > div
{
	margin-top: 60px;
	text-align: center;
}
#blogs > div > div:nth-child(3) > div > a
{
	text-decoration: none;
}

/*TEMOIGNAGE*/
.picture_gm
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.picture_gm > div
{
	height: 50px;
	width: 50px;
}
.picture_gm > div > img
{
	height: 100%;
	width: 100%;
}
.avis_gm
{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
	margin: 60px 0;
}
.avis_gm > div
{
	flex-basis: calc(50% - 20px);
	display: flex;
	align-items: center;
	gap: 20px;
}
.avis_gm > div > div:first-child
{
	flex-basis: 40%;
	box-shadow: 6px 5px 30px #bebebe, -5px -5px 30px #ffffff;
	border-radius: 25px;
	position: relative;
	background-color: #f9f9f9;
	min-height: 200px;
}
.avis_gm > div > div:last-child
{
	flex-basis: 60%;
	padding-left: 35px;
	max-height: 200px;
	overflow-y: auto;
	text-align: justify;
	padding-right: 10px;
}
.avis_gm .nom
{
	z-index: 99;
	font-size: 19px;
}
.avis_gm .note
{
	margin-top: 15px;
	font-size: 17px;
	border-top: 3px solid #cecece;
	padding-top: 10px;
}
.avis_gm .note ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
}
.avis_gm .note ul > li
{
	display: inline-block;
	color: #fbbc04;
}
.avis_gm .photo
{
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(0, -50%);
	height: 80px;
	width: 80px;
}
.avis_gm .photo img
{
	height: 100%;
	width: 100%;
}
.avis_gm .picto
{
	position: absolute;
	bottom: -52px;
	left: 0;
	font-size: 155px;
	color: #efefef;
	z-index: 1;
}
.avis_gm .bloc_info
{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%);
	z-index: 99;
}
.avis_gm_realisation
{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 60px;
}
.avis_gm_realisation > div
{
	flex-basis: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}
.avis_gm_realisation > div > div:first-child
{
	flex-basis: 25%;
	box-shadow: 6px 5px 30px #bebebe, -5px -5px 30px #ffffff;
	border-radius: 25px;
	position: relative;
	background-color: #f9f9f9;
	min-height: 200px;
}
.avis_gm_realisation > div > div:last-child
{
	flex-basis: 75%;
	padding-left: 35px;
	max-height: 200px;
	overflow-y: auto;
	text-align: justify;
	padding-right: 10px;
	font-size: 17px;
}
.avis_gm_realisation .nom
{
	z-index: 99;
	font-size: 19px;
}
.avis_gm_realisation .note
{
	margin-top: 15px;
	font-size: 17px;
	border-top: 3px solid #cecece;
	padding-top: 10px;
}
.avis_gm_realisation .note ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
}
.avis_gm_realisation .note ul > li
{
	display: inline-block;
	color: #fbbc04;
}
.avis_gm_realisation .photo
{
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(0, -50%);
	height: 80px;
	width: 80px;
}
.avis_gm_realisation .photo img
{
	height: 100%;
	width: 100%;
}
.avis_gm_realisation .picto
{
	position: absolute;
	bottom: -52px;
	left: 0;
	font-size: 155px;
	color: #efefef;
	z-index: 1;
}
.avis_gm_realisation .bloc_info
{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%);
	z-index: 99;
}

/*POPUP*/
#popup
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(3px) saturate(0);
}

#popup-background
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
}
#popup iframe
{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#popup img
{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#popup .contenu-popup
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	padding: 15px;
	border-radius: 10px;
}
#popup-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	border-radius: 20px 0 0 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 95px 0px rgba(0, 69, 112, 0.2);
	padding: 25px;
}
#popup-content #points
{
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
}
#popup-content #points > li
{
	position: relative;
}
#popup-content #points > li > label
{
	background-color: #ededed;
	padding: 10px 15px;
	border-radius: 10px;
	position: relative;
	transition: all 0.3s ease;
}
#popup-content #points > li input:checked + label
{
	background-color: #c5e1f7;
	transition: all 0.3s ease;
}
#popup-content #points > li:not(:last-child)
{
	margin-bottom: 10px;
}
#popup-content #points > li label
{
	cursor: pointer;
	display: flex;
	vertical-align: middle;
	gap: 20px;
	justify-content: center;
	padding-left: 20px;
}
#popup-content #points > li .adresse_livraison
{
	width: 300px;
	margin-left: 30px;
}
#popup-content #points input[type="radio"]
{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 15px;
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#popup-content #points .hours table
{
	width: 95%;
	border: none;
	border-collapse: collapse;
	margin: 5px auto 0;
}
#popup-content #points .hours table > tbody > tr:nth-child(odd)
{
	background-color: #ededed;
}
#popup-content #points .hours table > tbody > tr > td
{
	border: none;
}
#popup-content #points .hours table > tbody > tr > td:first-child
{
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
#popup-content #points .distance
{
	margin-top: 10px;
}
.bottom_PointsRelais
{
	margin-top: 35px;
	text-align: center;
}
.bottom_PointsRelais .anlPointsRelais
{
	width: 100%;
	border-radius: 50vh;
	background-color: #40BFE0;
	font-size: 16px;
	padding: 8px 20px;
	text-align: center;
	text-transform: initial;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	margin-top: 0;
}
.bottom_PointsRelais .valPointsRelais
{
	width: 100%;
	border-radius: 50vh;
	background-color: #8cad16;
	font-size: 16px;
	padding: 8px 20px;
	text-align: center;
	text-transform: initial;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	margin-top: 0;
}
#next_img
{
	z-index: 99;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 50px;
}
#prev_img
{
	z-index: 99;
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
	color: #fff;
	font-size: 50px;
}
#close_img_popup
{
	z-index: 99;
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	color: #fff;
	font-size: 30px;
}

@keyframes fadeIn
{
	0% {transform: translate(-50%, -60%); opacity: 0;}
	100% {transform: translate(-50%, -50%); opacity: 1;}
}

/*FORFAITS*/
#forfaits
{
	display: flex;
	margin: 60px 0;
	gap: 17px;
	align-items: flex-start;
}
#forfaits > div
{
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
/*	border-radius: 29px;*/
	flex-basis: calc(100% / 3);
	overflow: hidden;
}
#forfaits > div a
{
	text-decoration: none;
}
#forfaits .box-info
{
	padding: 10px;
	color: #000;
	min-height: 585px;
}
#forfaits .box-info .box-texte ul > li
{
	padding: 10px 0;
}
#forfaits .box-info .box-sous-titre
{
	padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  color: #8d8d8d;
}
#forfaits .box-info .box-titre
{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 0;
	padding-top: 20px;
}
#forfaits .box-prix
{
	text-align: center;
	padding: 15px 0;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 27px;
}

/*DEVIS*/
#devis
{
	display: flex;
	gap: 40px;
	align-items: center;
}
#devis > .recap
{
	flex-basis: 30%;
	background-color: #eac765;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 11px 11px 11px #eeeeee, -11px -11px 11px #fcfcfc;
	color: #fff;
}
#devis .recap h2
{
	padding: 0;
	color: #fff;
	font-size: 19px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
#devis .recap ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#devis .recap ul li.title
{
	font-weight: bold;
	font-size: 17px;
	padding-top: 20px;
}
#devis > .formulaire
{
	flex-basis: 70%;
}
.scrolloff {
  pointer-events: none;
}

/*CATEGORIE BOUTIQUE*/
.bloc_categorie
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.bloc_categorie > *
{
	flex-basis: calc(100% / 5);
	text-decoration: none;
	color: initial;
	border-radius: 10px;
	background-color: #ffffff;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}
.bloc_categorie > *:hover
{
	box-shadow: 0px 4px 24px 2px rgba(246, 36, 101, 0.25);
	transition: all 0.3s ease;
}
.bloc_categorie > a > div > .img
{
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background-color: #fff;
}
.bloc_categorie > a > div > .img > .couleur
{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	gap: 10px;
	padding: 10px;
	width: 100%;
	justify-content: end;
	flex-wrap: wrap-reverse;
}
.bloc_categorie > a > div > .img > .couleur > span
{
	height: 25px;
	width: 25px;
	display: block;
	border-radius: 50vh;
	border: 2px solid #fff;
	box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
}
.bloc_categorie > a > div > .img img:not(.ral)
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bloc_categorie .box_texte > div:first-child
{
	flex-basis: 70%;
}
.bloc_categorie .titre
{
	font-size: 14px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}
.bloc_categorie > a:hover .titre
{
	color: #F62465;
}
.bloc_categorie .box_texte
{
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
	min-height: 50px;
	justify-content: center;
	text-align: center;

	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
}
.bloc_categorie .box_texte .reference
{
	padding: 2px 10px;
	background-color: #c2c2c2;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-style: italic;
	font-size: 11px;
}
.bloc_categorie .btn
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bloc_categorie .btn span
{
	padding: 14px 15.25px;
	background-color: #40BFE0;
	border-radius: 50vh;
	color: #fff;
}

/*PRODUIT*/
#produit_show {
    display: flex;
    gap: 20px;
    align-items: center;
    overflow: hidden;
}
#produit_show > .photos, #produit_show > .information {
    flex-basis: 50%;
    overflow: hidden;
}
#produit_show .photos > .slick_produit {
    position: relative;
    width: 582px;
    height: 582px;
    overflow: hidden;
/*    background-color: #ededed;*/
    border-radius: 20px;
}
#produit_show .slick-slide {
    width: 100%;
    height: 582px;
    display: flex;  /* AjoutÃ© pour permettre le centrage vertical des images */
    align-items: center;  /* Centrage vertical des images */
    justify-content: center;  /* Centrage horizontal des images */
    position: relative;
}
#produit_show .slick-slide img {
	max-width: 80%;
  max-height: 60%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
#produit_show .produit_informations h1
{
	text-align: left;
	color: #40BFE0;
	padding: 0;
	margin: 0;
}
#produit_show .produit_informations .reference
{
	font-style: italic;
	padding-bottom: 20px;
	font-size: 12px;
}
#produit_show .produit_informations select
{
	border: 1px solid #40BFE0;
}
#produit_show .produit_informations label
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	display: block;
	color: #40BFE0;
	padding-bottom: 5px;
}
#produit_show .produit_informations .modele, #produit_show .produit_informations .qte
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#produit_show .produit_informations .information
{
	padding: 30px 0;
}
#produit_show .produit_informations .information > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#produit_show .produit_informations .information > ul > li
{
	display: inline-block;
	padding: 0 20px;
}
#produit_show .produit_informations .information .check
{
	padding: 5px 6.25px;
	background-color: #04bd6c;
	color: #fff;
	border-radius: 50vh;
}
#produit_show .produit_informations .information .uncheck
{
	padding: 5px 6.25px;
	background-color: #fa2727;
	color: #fff;
	border-radius: 50vh;
}
#produit_show .produit_informations .add_produit > .prix
{
	display: inline-flex;
}
#produit_show .produit_informations .add_produit > .prix > span
{
	padding: 15px;
	border-radius: 20px;
	text-align: center;
	color: #40BFE0;
	font-size: 19px;
}
#produit_show .produit_informations .add_produit
{
	text-align: center;
	background-color: #e6e6e6;
	border-radius: 10px;
}
#produit_show .produit_informations .info_produit .add_produit
{
	text-align: right;
}
#produit_show .btn_add_panier
{
	text-align: center;
}
#produit_show .btn_submit_produit
{
	color: #fff;
	width: 100%;
	border-radius: 5px;
	background-color: #40BFE0;
	font-size: 16px;
	text-align: center;
	text-transform: initial;
	padding: 15px;
	display: block;
	border: none;
	margin: 15px 0;
	cursor: pointer;
}
#produit_show .btn_submit_produit:hover
{
	background-color: #F62465;
}
#produit_show .partage_btn
{
	margin-right: 10px;
	line-height: 30px;
	font-weight: 700;
	color: #47494a;
	font-size: 14px;
	margin-top: 20px;
}
#produit_show .partage_btn ul
{
	list-style: none;
	margin: 0;
	padding: 0 15px;
	display: inline-block;
}
#produit_show .partage_btn ul > li
{
	display: inline-block;
}
#produit_show .partage_btn ul > li > a
{
	line-height: 30px;
	text-align: center;
	color: #b4b4b4;
	margin-right: 20px;
	white-space: normal;
	text-indent: 0;
	padding: 0;
}
.flying-item
{
    position: absolute;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    z-index: 1000;
}

/*TABS*/
.tabs {
  width: 100%;
  margin-top: 40px;
}

.tab-headers {
  display: flex;
  justify-content: space-around;
}

.tab-header {
  cursor: pointer;
	padding: 0 0 15px 0;
	margin: 0 30px;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 24px;
	color: #888888;
	border-bottom: 2px solid transparent;
}

.tab-header.active {
  color: #000;
  border-bottom: 2px solid #40BFE0;
}

.tab-content
{
	padding: 30px;
	border: 1px solid #ebebeb;
}

.tab-content .tab {
  display: none;
}

.tab-content .tab.active {
  display: block;
}

/*FOOTER*/
#footer
{
	color : #000000;
	background-color : #EDEDED;
	z-index: -1;
	position: relative;
}
#footer .info
{
	display: flex;
	vertical-align: middle;
}
#footer .info > div
{
	flex-grow: 1;
}
#footer .info > div:last-child
{
	text-align: right;
	color: #000000;
	font-size: 16px;
}
#footer .information_footer
{
	display: flex;
	vertical-align: top;
	gap: 40px;
}
#footer .information_footer > div:first-child
{
	flex-basis: 20%;
}
#footer .information_footer > div
{
	flex-grow: 1;
}
#footer .double
{
	display: flex;
	align-items: center;
}
#footer .double > .icone
{
	padding: 5px 7.25px;
	background-color: #40BFE0;
	color: #fff;
	border-radius: 50vh;
	font-size: 18px;
}
#footer .double > div:not(.icone)
{
	font-size: 16px;
	margin-left: 10px;
}
#footer .info > div:last-child a
{
	padding: 15px;
	background-color: #40BFE0;
	border-radius: 50vh;
	text-decoration: none;
	margin-left: 15px;
	font-weight: 500;
}
#footer .sous_footer > .container > div
{
	display: inline-block;
}
#footer > div
{
	position : relative;
}
#footer > div:first-child
{
	padding: 70px 0 0;
}
#footer > .sous_footer
{
	padding: 10px 0 10px;
}
#footer > div:not(.sous_footer) > div > div
{
	vertical-align: top;
}
#footer .titre-footer
{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 20px;
	color: #000000;
}
#footer .logo > div
{
	margin: 20px 0;
}
#footer .logo > div:first-child
{
  font-size: 21px;
	font-family: "Poppins";
	color: rgb(179, 181, 189);
	line-height: 1.619;
	text-align: left;
	max-width: 75%;
	padding-bottom: 20px;
}
#footer .logo > div:nth-child(2) > span
{
	color: #f62465;
}
#footer .logo > div:nth-child(3) > a
{
	display: flex;
	text-decoration: none;
}
#footer .logo > div:nth-child(3) > a > div:last-child
{
	padding-left: 10px;
}
#footer .lien ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .lien ul li
{
	padding: 5px 0;	
}
#footer .lien ul li a
{
	text-decoration: none;
	color: #000000;
}
#footer a
{
	color : #f62465;
}
#footer #infos_site
{
	padding : 15px 0;
	font-size : 12px;
	text-align: left;
	margin-right: 20px;
}
#footer #infos_complementaires
{
	font-size : 12px;
}
#footer #infos_complementaires ul li a > span
{
	padding: 9px 10px;
	border-radius: 50vh;
	background-color: #1d2130;
	font-size: 17px;
	transition: all ease 0.5s;
	margin-right: 5px;
}
#footer #infos_complementaires ul li a:hover > span
{
	background-color: #fff;
	transition: all ease 0.5s;
}
#footer .contact ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .contact ul > li
{
	padding: 10px 0;
}
#footer .contact ul > li:last-child
{
	padding-top: 20px;
}
#footer .contact ul > li a:not(.button)
{
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
}
#footer #reseau
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer #reseau > li
{
	display: inline-block;
	margin-right: 10px;
}
#footer #reseau > li > a
{
	font-size: 20px;
	background-color: #000;
	padding: 7px;
	border-radius: 50vh;
	width: 40px;
	height: 40px;
	display: block;
	color: #fff;
	transition: all ease 0.5s;
}
#footer #reseau > li > a:hover
{
	background-color: #fff;
	color: #000;
	transition: all ease 0.5s;
}
#footer .information_footer .reseau ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	margin-top: 10px;
}
#footer .information_footer .reseau ul > li:not(:last-child)
{
	margin-right: 20px;
}
#footer .information_footer .reseau ul > li > a
{
	margin-right: 20px;
	text-decoration: none;
}
#footer .information_footer .reseau ul > li > a > span:first-child
{
	text-decoration: none;
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #F62465;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	transition: all ease 0.5s;
	font-family: initial;
}
#footer .information_footer .reseau ul > li > a:hover > span:first-child
{
	background-color: #F62465;
}
#footer .information_footer .reseau ul > li > a > span:last-child {
	font-size: 16px;
	font-family: "Poppins";
	color: #000000;
	line-height: 1.5;
	padding-left: 3px;
}

.hidden {
	opacity: 0;
/*	filter: blur(5px);*/
/*	transform: translateX(-100%);*/
	transition: all 1s;
}

.show {
	opacity: 1;
/*	filter: blur(0);*/
/*	transform: translateX(0);*/
}

/*PANIER*/
.panierBox
{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-content: flex-start;
}
.panierBox > .boxTablePanier
{
	flex-basis: 70%;
}
.panierBox > .boxCoordonnees
{
	flex-basis: 70%;
}
.panierBox > .boxCoordonnees > div
{
	background-color: #ededed;
	padding: 10px 15px;
	border-radius: 10px;		
}
.panierBox > .boxCoordonnees .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 15px;
}
.boxAdresses
{
	flex-basis: 70%;
}
.boxAdresses ul
{
	display: flex;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	gap: 10px;
	flex-wrap: wrap;
}
.boxAdresses ul > li
{
	flex-basis: 100%;
}
.boxAdresses ul .option
{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.boxAdresses ul .option input
{
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.boxAdresses ul .option label
{
	width: 100%;
	padding: 15px;
	background-color: #ededed;
	text-align: justify;
	border-radius: 5px;
	transition: all 0.3s ease;
	padding-left: 60px;
}
.boxAdresses ul .option label > .titreAd
{
	font-weight: bold;
}
.boxAdresses ul .option input:checked + label
{
	background-color: #c5e1f7;
}
.boxAdresses ul .option .editAdresse
{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50vh;
	background-color: #f3f3f3;
	border: 1px solid #cecece;
	text-align: center;
	line-height: 30px;
	color: #696969;
	font-size: 10px;
	transition: all ease 0.2s;
	font-family: initial;
	padding: 0;
}
.boxAdresses ul .option .nom
{
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.boxAdresses ul .option .adresse
{
	color: rgb(102,102,102);
}
.boxAdresses ul .option .telephone
{
	color: rgb(102,102,102);
	padding-top: 10px;
	font-size: 15px;
}
.boxLivraison
{
	flex-basis: 70%;
}
.boxLivraison ul
{
	display: flex;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	gap: 10px;
	flex-wrap: wrap;
}
.boxLivraison ul > li
{
	flex-basis: 100%;
}
.boxLivraison ul .option
{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.boxLivraison ul .option.disabled::before
{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Plus large pour couvrir la div en diagonale */
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; /* Taille des hachures */
  pointer-events: all; /* Permet de ne pas interférer avec les interactions de l'utilisateur */
  opacity: 0.5;
  z-index: 80;
}
.boxLivraison ul .option.disabled::after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ededed;
	opacity: 0.9;
	z-index: 70;
}
.boxLivraison ul .option .overlay_disabled
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99;
	padding: 10px;
	border-radius: 5px;
	background-color: #f9dddc;
	color: #f76b5b;
	width: 70%;
}
.boxLivraison ul .option input
{
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.boxLivraison ul .option label
{
	width: 100%;
	padding: 15px;
	background-color: #ededed;
	text-align: justify;
	border-radius: 5px;
	transition: all 0.3s ease;
	padding-left: 60px;
}
.boxLivraison ul .option label > .titreAd
{
	font-weight: bold;
}
.boxLivraison ul .option input:checked + label,
.boxLivraison ul .option label.checked
{
	background-color: #c5e1f7;
}
.boxLivraison ul .option .editAdresse
{
	position: absolute;
	top: calc(50% + 15px);
	right: 10px;
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50vh;
	background-color: #959595;
	border: 1px solid #cecece;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 15px;
	transition: all ease 0.2s;
	font-family: initial;
	padding: 0;
	transform: translate(0, -50%);
}
.boxLivraison ul .option .nom
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 15px;
}
.boxLivraison ul .option .adresses .nomAdresse
{
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.boxLivraison ul .option .adresse
{
	color: rgb(102,102,102);
}
.boxLivraison ul .option .telephone
{
	color: rgb(102,102,102);
	padding-top: 10px;
	font-size: 15px;
}
.boxLivraison ul .option .notification
{
	font-size: 13px;
	width: initial;
	margin-bottom: 0;
}
.boxLivraison ul .option .prix
{
	position: absolute;
	top: 12.5px;
	right: 12.5px;
	padding: 2px 10px;
	background-color: #8cad16;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}
.boxLivraison ul .option .description
{
	display: flex;
	align-items: center;
	gap: 20px;
}
.boxPaiement
{
	flex-basis: 70%;
}
.boxPaiement ul
{
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	gap: 10px;
	flex-wrap: wrap;
}
.boxPaiement ul > li
{
	flex-basis: calc(100% / 2 - 5px);
}
.boxPaiement ul .option
{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	cursor: pointer;
}
.boxPaiement ul .option input
{
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: -1;
}
.boxPaiement ul .option label
{
	width: 100%;
	padding: 15px;
	background-color: #ededed;
	border-radius: 5px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.boxPaiement ul .option label > .titreAd
{
	font-weight: bold;
}
.boxPaiement ul .option input:checked + label,
.boxPaiement ul .option label.checked
{
	background-color: #c5e1f7;
}
.boxPaiement ul .option .editAdresse
{
	position: absolute;
	top: calc(50% + 15px);
	right: 10px;
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50vh;
	background-color: #959595;
	border: 1px solid #cecece;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 15px;
	transition: all ease 0.2s;
	font-family: initial;
	padding: 0;
	transform: translate(0, -50%);
}
.boxPaiement ul .option .nom
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.boxPaiement ul .option .adresses .nomAdresse
{
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.boxPaiement ul .option .adresse
{
	color: rgb(102,102,102);
}
.boxPaiement ul .option .telephone
{
	color: rgb(102,102,102);
	padding-top: 10px;
	font-size: 15px;
}
.boxPaiement ul .option .notification
{
	font-size: 13px;
	width: initial;
	margin-bottom: 0;
}
.boxPaiement ul .option .prix
{
	position: absolute;
	top: 12.5px;
	right: 12.5px;
	padding: 2px 10px;
	background-color: #8cad16;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}
.boxPaiement ul .option .description
{
	align-items: center;
	text-align: center;
}
.boxPaiement ul .option .description .textPaiement
{
	margin-top: 10px;
}
.panierBox > .boxInfoPanier
{
	flex-basis: 30% !important;
}
.panierBox > .boxInfoPanier > div
{
	background-color: #c5e1f7;
	padding: 10px 15px;
	border-radius: 10px;
	position: sticky;
	top: 220px;
}
.panierBox > .boxInfoPanier > div > .moyensPaiement
{
	display: flex;
	gap: 10px;
	align-items: center;
	background-color: #fff;
	padding: 0 5px;
	justify-content: center;
	border-radius: 5px;
}
.panierBox > .boxInfoPanier > div > .moyensPaiement img
{
	width: 55px;
	display: flex;
}
.panierBox > .boxInfoPanier > div > .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.panierBox > .boxInfoPanier > div > .bloc_panier
{
	margin-top: 15px;
	margin-bottom: 20px;
}
.panierBox > .boxInfoPanier > div > .bloc_panier > div
{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-bottom: 10px;
	align-items: center;
}
.bloc_panier > .code_promotion_recap
{
	margin-top: -12px;
}
.bloc_panier > .code_promotion_recap > div
{
	font-size: 12px;
	font-style: italic;
	color: red;
}
.boxInfoPromo
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #40BFE0;
	padding-top: 10px;
}
.boxInfoPromo .titre
{
	all:unset;
	font-size: 14px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
	display: block;
}
.boxInfoPromo .code_promo input
{
	all:unset;
	width: 100%;
	padding: 7px 15px;
	background-color: #ededed;
	border-radius: 5px;
	box-shadow: initial;
}
.boxInfoPromo .code_promo input[type="submit"]
{
	all:unset;
	width: 100%;
	border-radius: 5px;
	background-color: #40BFE0;
	font-size: 16px;
	padding: 5px 15px;
	text-align: center;
	text-transform: initial;
	color: #fff;
	border: 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.boxInfoPromo .code_promo form
{
	display: flex;
	gap: 10px;
	align-items: center;
}
.boxInfoPromo .code_promo form > input:first-child
{
	flex-basis: 70%;
}
.boxInfoPromo .code_promo form > input:last-child
{
	flex-basis: 30%;
}
.panierBox > .boxInfoPanier > div > .bloc_panier .total
{
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #40BFE0;
}
.panierBox > .boxInfoPanier > div > .bloc_panier .total > div:first-child
{
	font-weight: bold;
}
.panierBox > .boxInfoPanier > div > .bloc_panier .total > div:last-child
{
	font-weight: bold;
	font-size: 20px;
}
.panierBox > .boxInfoPanier > div > .btnPanier > a
{
	width: 100%;
	border-radius: 5px;
	background-color: #40BFE0;
	font-size: 16px;
	padding: 15px;
	text-align: center;
	text-transform: initial;
	color: #fff;
	margin-bottom: 20px;
	border: 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.panierBox .boxArticle
{
	background-color: #ededed;
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 10px;	
	position: relative;
	transition: all 0.2s ease;
}
/*.panierBox .boxArticle:hover
{
	background-color: #c5e1f7;
	transition: all 0.2s ease;
}*/
.panierBox .boxArticle > .produit
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panierBox .boxArticle > .produit > .infoProduit
{
	flex-basis: 70%;
}
.panierBox .boxArticle > .produit > .qte
{
	text-align: center;
}
.panierBox .boxArticle > .produit > .qte > div:first-child
{
	margin-bottom: 10px;
}
.panierBox .boxArticle > .produit > .actionPrice
{
	flex-basis: 15%;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}
.panierBox .boxArticle > .produit > .actionPrice > div:last-child
{
	border: 1px solid #cecece;
	padding: 5px;
	background-color: #f3f3f3;
	gap: 10px;
	margin: 0 auto;
	width: 28px;
	border-radius: 50vh;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	cursor: pointer
}
.panierBox .boxArticle > .produit > .actionPrice > div:first-child
{
	font-size: 18px;
	font-weight: bold;
}
.panierBox .boxArticle > .produit > .infoProduit > .image > div
{
	width: 140px;
	position: relative;
	overflow: hidden;
	height: 140px;
	border-radius: 5px;
}
.panierBox .boxArticle > .produit > .infoProduit > .image img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.panierBox .boxArticle > .produit .infoData
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.panierBox .boxArticle > .produit .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.panierBox .boxArticle > .produit:not(:first-child)
{
	margin-top: 10px;
}
.panierBox .boxArticle > .produit .infoProduit
{
	display: flex;
	gap: 20px;
	align-items: center;
}
.panierBox .boxArticle > .produit .infoProduit .info > .infoData > div
{
	padding: 5px 0;
	background-color: #ededed;
	font-size: 12px;
	border-radius: 5px;
}
.panierBox .boxArticle > .produit .infoProduit label.label_Panier, .dataProduit label.label_Panier
{
	color: #fff !important;
	background-color: #40BFE0 !important;
	display: inline-block !important;
	padding: 2px 6px !important;
	border-radius: 5px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}
.dataProduit label.label_Panier > a
{
	all: unset;
}
.dataProduit label.label_Panier > a > img
{
	display: none;
}
.panierBox .ulPanierGamme
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	justify-content: space-evenly;
}
.panierBox .ulPanierGamme > li
{
	background-color: #c5e1f7;
	padding: 5px;
	border-radius: 10px;
}
.panierBox .ulPanierGamme .color_blue
{
	color: #F62465;
}
.panierBox .ulPanierGamme li > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.panierBox .ulPanierGamme li > ul > li
{
	padding: 2px 0;
}
.clicDataProduit
{
	border: 0;
	background: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	cursor: pointer;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.clicDataProduit > span:not(.chevron)
{
	color: #333;
	pointer-events: none;
	padding-top: 0.0625rem;
	text-decoration: underline;
	margin: 0;
	word-break: break-word;
	font-size: 14px;
	line-height: 1.5;
	padding-right: 5px;
}
.clicDataProduit > .chevron
{
	transition: transform 0.3s ease;
}
.clicDataProduit > .rotate
{
	transform: rotate(-180deg);
	transition: transform 0.3s ease;
}
.clicDataProduit:focus
{
	outline: 2px solid #000 !important;
	outline-offset: 3px;
	border-radius: 2px;
}
.dataProduit
{
	display: none;
	padding: 10px;
	background-color: #f3f3f3;
	margin-top: 15px;
	border-radius: 10px;
	border: 1px dashed #cecece;
}
.dataProduit > div:not(:first-child)
{
	padding-top: 10px;		
}
.dataProduit > div:not(:last-child)
{
	padding-bottom: 10px;
	border-bottom: 1px #cecece dashed;
}
.qte > .contenuQte {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #cecece;
	padding: 10px;
	width: 100px;
	background-color: #f3f3f3;
	gap: 10px;
	margin: 0 auto;
	border-radius: 5px;
}

.qte > .contenuQte > div {
	flex: 1; 
	text-align: center; 
}

.qte > .contenuQte input[type="number"] {
	width: 30px; 
	text-align: center; 
	border: none;
	box-shadow: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
}

.qte > .contenuQte i {
	cursor: pointer; 
}


.fal.fa-plus, .fal.fa-minus {
	font-size: 18px; 
	color: #000; 
}

.progressbar {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	counter-reset: step;
}
.progressbar li {
  list-style: none;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	flex-basis: calc(100% / 5);
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #40BFE0;
}
.progressbar li.active:before {
  border-color: #40BFE0;
} 
.progressbar li.active + li:after {
  background-color: #40BFE0;
}
.panierBoxLivraison
{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-content: flex-start;
}
.panierBoxLivraison > .boxCoordonnees
{
	flex-basis: 70%;
}
.panierBoxLivraison > .boxCoordonnees > div
{
	background-color: #ededed;
	padding: 10px 15px;
	border-radius: 10px;		
}
.panierBoxLivraison > .boxCoordonnees .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 15px;
}
.panierBoxLivraison > .boxInfoPanier
{
	flex-basis: 30% !important;
}
.panierBoxLivraison > .boxInfoPanier > div
{
	background-color: #c5e1f7;
	padding: 10px 15px;
	border-radius: 10px;
	position: sticky;
	top: 220px;
}
.panierBoxLivraison > .boxInfoPanier > div > .moyensPaiement
{
	display: flex;
	gap: 10px;
	align-items: center;
	background-color: #fff;
	padding: 0 5px;
	justify-content: center;
	border-radius: 10px;
}
.panierBoxLivraison > .boxInfoPanier > div > .moyensPaiement img
{
	width: 55px;
	display: flex;
}
.panierBoxLivraison > .boxInfoPanier > div > .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.panierBoxLivraison > .boxInfoPanier > div > .bloc_panier
{
	margin-top: 15px;
	margin-bottom: 20px;
}
.panierBoxLivraison > .boxInfoPanier > div > .bloc_panier > div
{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-bottom: 10px;
	align-items: center;
}
.panierBoxLivraison > .boxInfoPanier > div > .bloc_panier .total
{
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #40BFE0;
}
.panierBoxLivraison > .boxInfoPanier > div > .bloc_panier .total > div:first-child
{
	font-weight: bold;
}
.panierBoxLivraison > .boxInfoPanier > div > .bloc_panier .total > div:last-child
{
	font-weight: bold;
	font-size: 20px;
}
.panierBoxLivraison > .boxInfoPanier > div > .btnPanier > a
{
	width: 100%;
	border-radius: 5px;
	background-color: #40BFE0;
	font-size: 16px;
	padding: 15px;
	text-align: center;
	text-transform: initial;
	color: #fff;
	margin-bottom: 20px;
	border: 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.panierBoxLivraison .boxArticle
{
	background-color: #ededed;
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 10px;	
}
.panierBoxLivraison .boxArticle > .produit
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.panierBoxLivraison .boxArticle > .produit > .infoProduit
{
	flex-basis: 70%;
}
.panierBoxLivraison .boxArticle > .produit > .qte, .panierBoxLivraison .boxArticle > .produit > .actionPrice
{
	flex-basis: 15%;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}
.panierBoxLivraison .boxArticle > .produit > .actionPrice > div:first-child
{
	font-size: 18px;
	font-weight: bold;
}
.panierBoxLivraison .boxArticle > .produit > .infoProduit > .image > div
{
	width: 140px;
	position: relative;
	overflow: hidden;
	height: 140px;
	border-radius: 10px;
}
.panierBoxLivraison .boxArticle > .produit > .infoProduit > .image img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.panierBoxLivraison .boxArticle > .produit > .infoProduit > .image img.paysage
{
	width: initial;
	height: 100%;
}
.panierBoxLivraison .boxArticle > .produit > .infoProduit > .image img.portrait
{
	height: initial;
	width: 100%;
}
.panierBoxLivraison .boxArticle > .produit .infoData
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.panierBoxLivraison .boxArticle > .produit .titre
{
	font-size: 16px;
	font-family: "Poppins";
	color: rgb(0, 1, 20);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.panierBoxLivraison .boxArticle > .produit:not(:first-child)
{
	margin-top: 10px;
}
.panierBoxLivraison .boxArticle > .produit .infoProduit
{
	display: flex;
	gap: 20px;
	align-items: center;
}
.panierBoxLivraison .boxArticle > .produit .infoProduit .info > .infoData > div
{
	padding: 5px 0;
	background-color: #ededed;
	font-size: 12px;
	border-radius: 5px;
}
.panierBoxLivraison .boxArticle > .produit .infoProduit label.label_Panier, .dataProduit label.label_Panier
{
	color: #fff !important;
	background-color: #40BFE0 !important;
	display: inline-block !important;
	padding: 2px 6px !important;
	border-radius: 5px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}
.dataProduit label.label_Panier > a
{
	all: unset;
}
.dataProduit label.label_Panier > a > img
{
	display: none;
}
.panierBoxLivraison .ulPanierGamme
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	justify-content: space-evenly;
}
.panierBoxLivraison .ulPanierGamme > li
{
	background-color: #c5e1f7;
	padding: 5px;
	border-radius: 10px;
}
.panierBoxLivraison .ulPanierGamme .color_blue
{
	color: #F62465;
}
.panierBoxLivraison .ulPanierGamme li > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.panierBoxLivraison .ulPanierGamme li > ul > li
{
	padding: 2px 0;
}
.clicDataProduit
{
	border: 0;
	background: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	cursor: pointer;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.clicDataProduit > span:not(.chevron)
{
	color: #333;
	pointer-events: none;
	padding-top: 0.0625rem;
	text-decoration: underline;
	margin: 0;
	word-break: break-word;
	font-size: 14px;
	line-height: 1.5;
	padding-right: 5px;
}
.clicDataProduit > .chevron
{
	transition: transform 0.3s ease;
}
.clicDataProduit > .rotate
{
	transform: rotate(-180deg);
	transition: transform 0.3s ease;
}
.clicDataProduit:focus
{
	outline: 2px solid #000 !important;
	outline-offset: 3px;
	border-radius: 2px;
}
.dataProduit
{
	display: none;
	padding: 10px;
	background-color: #f3f3f3;
	margin-top: 15px;
	border-radius: 10px;
	border: 1px dashed #cecece;
}
.dataProduit > div:not(:first-child)
{
	padding-top: 10px;		
}
.dataProduit > div:not(:last-child)
{
	padding-bottom: 10px;
	border-bottom: 1px #cecece dashed;
}
.qte > .contenuQte {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #cecece;
	padding: 10px;
	width: 100px;
	background-color: #f3f3f3;
	gap: 10px;
	margin: 0 auto;
	border-radius: 10px;
}

.qte > .contenuQte > div {
	flex: 1; 
	text-align: center; 
}

.qte > .contenuQte input[type="number"] {
	width: 30px; 
	text-align: center; 
	border: none;
	box-shadow: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
}

.qte > .contenuQte i {
	cursor: pointer; 
}


.fal.fa-plus, .fal.fa-minus {
	font-size: 18px; 
	color: #000; 
}

.progressbar {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	counter-reset: step;
}
.progressbar li {
  list-style: none;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	flex-basis: calc(100% / 5);
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #40BFE0;
}
.progressbar li.active:before {
  border-color: #40BFE0;
} 
.progressbar li.active + li:after {
  background-color: #40BFE0;
}
.map
{
	height: 325px;
	border:0;
	width: 100%;
}
.validation_pointrelais
{
	position: absolute !important;
	bottom: 0 !important;
	width: 100% !important;
	text-align: center !important;
	height: 31px !important;
	font-size: 17px !important;
	top: initial !important;
	background-color: green !important;
	margin: 0 !important;
	padding-top: 5px !important;
	right: 0 !important;
	cursor: pointer !important;
}
.content_points
{
	display: flex;
	gap: 20px;
	vertical-align: center;
}
#points-container {
    flex-basis: 70%;
	max-height: 100%;
	height: 350px;
	display: block;
	overflow-y: scroll;
}

#map-container {
    width: 50%;
    height: 350px;
}

#points {
    list-style: none;
    padding: 0;
}

#address-form {
    margin-bottom: 20px;
}
#popup #popup-spin
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 20%;
	color: #fff;
	font-size: 18px;
}
#popup #popup-spin .spinner
{
  border: 4px solid rgba(0, 0, 0, 0.1);
	border-top: 4px solid #40BFE0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}
@keyframes spin
{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


/*ESPACE CLIENT*/
.contenu-espaceclient
{
	max-width: 1200px;
	margin: 0 auto;
}
.contenu-espaceclient input:not(input[type="submit"]), .contenu-espaceclient select
{
	padding: 5px 10px;
	width: 100%;
	max-width: initial;
	border-radius: 0.5rem;
}
.raccourciAccueil-espaceclient
{
	border: 5px solid #e6e6e6;
	border-radius: 10px;
	margin: 0 auto 20px auto;
	padding: 20px;
	position: relative;
}
.raccourciAccueil-espaceclient::before
{
	content: '';
	position: absolute;
	top: 15px;
	left: -16px;
	height: 32px;
	width: 24px;
	background-color: #40BFE0;
	border-radius: 5px;
}
.raccourciAccueil-espaceclient > .titre-espaceclient
{
	text-align: left;
	text-transform: initial;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 25px;
}
.commandesAccueil-espaceclient
{
	background-color: #ededed;
	padding: 10px 10px 10px 10px;
	margin-top: 25px;
	border-radius: 5px;
}
.commandesAccueil-espaceclient .titre
{
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 0 25px 0;
}
.commandesAccueil-espaceclient .titre > div
{
	display: flex;
	gap: 10px;
	font-weight: bold;
	align-items: center;
/*	color: #40BFE0;*/
}
.commandesAccueil-espaceclient .titre > div > div > span
{
	text-decoration: none;
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #40BFE0;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	transition: all ease 0.5s;
	font-family: initial;
}
.commandesAccueil-espaceclient table
{
	border: 1px solid #40BFE0;
}
.commandesAccueil-espaceclient table > thead
{
	background-color: #40BFE0;
	color: #fff;
}
.commandesAccueil-espaceclient table > thead > tr > th
{
	vertical-align: bottom;
	border-bottom: 1px solid #e7edf3;
	border-top: 1px solid #e7edf3;
	text-align: left;
}
.commandesAccueil-espaceclient table.pageCommande
{
	border: 1px solid #40BFE0;
}
.commandesAccueil-espaceclient table.pageCommande > thead
{
	background-color: #40BFE0;
	color: #fff;
}
.commandesAccueil-espaceclient table.pageCommande > thead > tr > th
{
	vertical-align: bottom;
	border-bottom: 1px solid #e7edf3;
	border-top: 1px solid #e7edf3;
	text-align: left;
}
.blocRaccourcisAccueil-espaceclient
{
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.blocRaccourcisAccueil-espaceclient > div
{
	padding: 15px;
	background-color: #ededed;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease;
	width: 250px;
}
.blocRaccourcisAccueil-espaceclient > div:hover, .blocRaccourcisAccueil-espaceclient > div.select
{
	background-color: #c5e1f7;
}
.blocRaccourcisAccueil-espaceclient > div > a, .blocRaccourcisAccueil-espaceclient > div > a:active, .blocRaccourcisAccueil-espaceclient > div > a:focus
{
	text-decoration: none;
	color: #000114;
}
.blocRaccourcisAccueil-espaceclient > div > a .icone
{
	font-size: 30px;
}
.blocRaccourcisAccueil-espaceclient > div > a .titre
{
	color: #F62465;
	font-weight: bold;
}
.tableauTotal
{
	margin-bottom: 1rem;
	margin-top: 10px;
}
.commandesAccueil-espaceclient table
{
	width: 100%;
	color: #212529;
	border-collapse: collapse;
	overflow: hidden;
}
.commandesAccueil-espaceclient table tbody tr:not(:last-child)
{
	border-bottom: 1px solid #e7e7e7;
}
.commandesAccueil-espaceclient table tbody tr.alert
{
	background-color: #f4c22b;
}
.commandesAccueil-espaceclient table tbody tr:hover
{
	background-color: #c5e1f7;
}
.commandesAccueil-espaceclient table th,
.commandesAccueil-espaceclient table td
{
	padding: 0.75rem;
	vertical-align: middle;
}
.commandesAccueil-espaceclient table thead th
{
	vertical-align: bottom;
	border-bottom: 1px solid #e7edf3;
	border-top: 1px solid #e7edf3;
	text-align: left;
}
.commandesAccueil-espaceclient table tbody + tbody
{
	border-top: 2px solid #dee2e6;
}
.commandesAccueil-espaceclient table-striped tbody tr:nth-of-type(odd)
{
	background-color: #c5e1f7;
}
.commandesAccueil-espaceclient table-hover tbody tr:hover
{
	background-color: #c5e1f7;
}
.commandesAccueil-espaceclient table .action_table
{
	width: 0;
	white-space: nowrap;
	text-align: center;
}
.commandesAccueil-espaceclient table .action_table
{
	width: 0;
	white-space: nowrap;
}
.action_btn_table
{
	text-align: center;
}
.commandesAccueil-espaceclient table .btn_table
{
	padding: 8px;
	background-color: #141414;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
}
label.label_paiement
{
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
	border-radius: 50rem;
}
.label_paiement.validation
{
  background-color: #e8fdf8;
  color: #1de9b6;
  border-color: #1de9b6;
	border: 1px solid;
}
.label_paiement.erreur
{
  background-color: #feeceb;
  color: #f44236;
  border-color: #f44236;
	border: 1px solid;
}
.label_paiement.information
{
  background-color: #e6f6fe;
  color: #04a9f5;
  border-color: #04a9f5;
	border: 1px solid;
}
.label_paiement.alert
{
  background-color: #fef9ea;
  color: #f4c22b;
  border-color: #f4c22b;
	border: 1px solid;
}
.boxAdressesEspaceClientContenu
{
	background-color: #ededed;
	padding: 10px 10px 10px 10px;
	margin-top: 25px;
	border-radius: 5px;
}
.boxAdressesEspaceClient
{
	margin-top: 25px;
}
.boxAdressesEspaceClient ul
{
	display: flex;
	list-style: none;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	gap: 10px;
	flex-wrap: wrap;
}
.boxAdressesEspaceClient ul > li
{
	flex-basis: calc(50% - 5px);
}
.boxAdressesEspaceClient ul .option
{
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.boxAdressesEspaceClient ul .addAdresse
{
	color: #fff !important;
	font-weight: bold !important;
	display: flex !important;
	align-items: center !important;
	cursor: pointer !important;
	position: relative !important;
}
.boxAdressesEspaceClient ul .addAdresse > label
{
	width: 100% !important;
	padding: 15px !important;
	background-color: #40BFE0 !important;
	text-align: justify !important;
	border-radius: 5px !important;
	transition: all 0.3s ease !important;
}
.boxAdressesEspaceClient ul .addAdresse a
{
	text-decoration: none;
	color: #fff;
}
.boxAdressesEspaceClient ul .option input
{
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}
.boxAdressesEspaceClient ul .option label
{
	width: 100%;
	padding: 15px;
	background-color: #ededed;
	text-align: justify;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.boxAdressesEspaceClient ul .option label > .titreAd
{
	font-weight: bold;
}
.boxAdressesEspaceClient ul .option .editAdresse
{
	position: absolute;
	top: 10px;
	right: 50px;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50vh;
	background-color: transparent;
	border: 1px solid #40BFE0;
	text-align: center;
	line-height: 30px;
	color: #40BFE0;
	font-size: 10px;
	transition: all ease 0.2s;
	font-family: initial;
	padding: 0;
}
.boxAdressesEspaceClient ul .option .editAdresse:hover
{
	background-color: #40BFE0;
	color: #fff;
	border: 1px solid #40BFE0;
}
.boxAdressesEspaceClient ul .option .supAdresse
{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50vh;
	background-color: transparent;
	border: 1px solid #fa2727;
	text-align: center;
	line-height: 30px;
	color: #fa2727;
	font-size: 10px;
	transition: all ease 0.2s;
	font-family: initial;
	padding: 0;
}
.boxAdressesEspaceClient ul .option .supAdresse:hover
{
	background-color: #fa2727;
	color: #fff;
	border: 1px solid #fa2727;
}
.boxAdressesEspaceClient ul .option .nom
{
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
.boxAdressesEspaceClient ul .option .adresse
{
	color: rgb(102,102,102);
}
.boxAdressesEspaceClient ul .option .telephone
{
	color: rgb(102,102,102);
	padding-top: 10px;
	font-size: 15px;
}
.boxAdressesEspaceClient .titre
{
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 0 25px 0;
}
.boxAdressesEspaceClient .titre > div
{
	display: flex;
	gap: 10px;
	font-weight: bold;
	align-items: center;
/*	color: #40BFE0;*/
}
.boxAdressesEspaceClient .titre > div > div > span
{
	text-decoration: none;
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #40BFE0;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	transition: all ease 0.5s;
	font-family: initial;
}
.infoBtnBox
{
	border: 1px solid #40BFE0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 0.25rem;
}
.infoBtnBox > div
{
	padding: 10px;
	font-size: 13px;
	color: #ffffff;
	border-radius: 0;
}
.infoBtnBox > .buttonDiv:last-child
{
	display: flex;
	gap: 5px;
	background-color: #40BFE0;
}
.infoBtnBox .button
{
	background-color: #ededed;
	border-color: #ededed;
	padding: 0.25rem 0.5rem;
	font-size: 0.765625rem;
	border-radius: 0.2rem;
	text-decoration: none;
	color: #40BFE0;
	margin: 0 5px;
}
.infoBtnBox .button:last-child
{
	margin-right: 0;
}
.infoBtnBox .button:hover, .infoBtnBox .button:focus, .infoBtnBox .button:active
{
	background-color: #b2dbf3;
	border-color: #b2dbf3;
}
.infoCommande .coordonnees_commande
{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}
.infoCommande .coordonnees_facturation, .infoCommande .coordonnees_livraison
{
	border-radius: 0.25rem;
	border: 1px solid #40BFE0;
	color: #212529;	
	flex-basis: 50%;
}
.infoCommande .coordonnees_facturation .contenu_coordonnee, .infoCommande .coordonnees_livraison .contenu_coordonnee
{
	padding: 10px 1rem 10px;
}
.infoCommande .coordonnees_facturation .contenu_coordonnee > div.nom, .infoCommande .coordonnees_facturation .contenu_coordonnee > div.societe, .infoCommande .coordonnees_livraison .contenu_coordonnee > div.nom, .infoCommande .coordonnees_livraison .contenu_coordonnee > div.societe
{
	font-weight: bold;
}
.infoCommande .coordonnees_livraison .contenu_coordonnee .codePickup
{
	color: red;
	font-weight: bold;
}
.infoCommande .coordonnees_facturation > .titre, .infoCommande .coordonnees_livraison > .titre
{
	padding: 10px;
	font-size: 13px;
	margin: 0 0 7px 0;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	background-color: #40BFE0;
	border-radius: 0;
}
.infoCommande .coordonnees_facturation > .titre > div, .infoCommande .coordonnees_livraison > .titre > div
{
	font-weight: initial;
}
#commandeInfo .coordonnees_facturation > .titre span.picto, #commandeInfo .coordonnees_livraison > .titre span.picto
{
	margin-right: 7px;
}
.infoProduits > .titre
{
	padding: 10px;
	font-size: 13px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	background-color: #40BFE0;
	border-radius: 0;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}
.infoProduits .tableauTotal
{  
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
}
.infoProduits table td
{
	padding: 5px;
}
.infoProduits .tableauTotal > .inutile
{
	flex-basis: calc(100% - 300px);
	padding: 15px;
}
.infoProduits .tableauTotal table
{
  border: 1px solid #40BFE0;
  width: 300px;
}
.infoProduits .tableauTotal table .info
{
	font-weight:bold;
	background-color: #40BFE0;
	color: white;
	width:50%;
	padding-left:10px;
}
.infoProduits .tableauTotal table .valeur
{
	text-align:right;
	padding-right:10px;
}

/*CGV*/
label.cgv
{
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	justify-content: center;
	text-align: center;
	color: #40BFE0;
	font-weight: bold;
	border-radius: 5px;
}
label.cgv > div > a, label.cgv > div > a:active, label.cgv > div > a:hover, label.cgv > div > a:focus
{
	color: #F62465;
}
label.cgv > div > input[type="checkbox"]
{
	width: 20px;
	height: 20px;
}
.flexGallery
{
	display: flex;
	gap: 80px;
}
.flexGallery > div
{
	flex-basis: calc(100% / 2);
}
.flexGallery > .video > .videoTitle, .flexGallery > .photos > .photosTitle
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 60px;
}
.flexGallery > .video > .videoTitle > .titre, .flexGallery > .photos > .photosTitle > .titre
{
	font-size: 26px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2;
  text-align: left;
}
.flexGallery > .video > .videoTitle .button, .flexGallery > .photos > .photosTitle .button
{
	margin-top: 0;
	background-color: #40BFE0;
	text-transform: initial;
}
.flexGallery > .video .videoBox
{
	display: flex;
	gap: 20px;
	align-items: center;
}
.flexGallery > .video .videoBox > div
{
	flex-basis: calc(100% / 2 - 10px);
}
.flexGallery > .video .videoBox .image
{
	position: relative;
	padding: 0 20px;
	height: 220px;
}
.flexGallery > .video .videoBox .image > picture
{
	height: 220px;
	width: 100%;
	z-index: 2;
	position: relative;
}
.flexGallery > .video .videoBox .image > picture img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}
.flexGallery > .video .videoBox .image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #18192a;
	z-index: 0;
	border-radius: 20px 20px 0 0;
	transition: height 0.2s ease;
}
.flexGallery > .video .boxVideo
{
	cursor: pointer;
}
.flexGallery > .video .boxVideo:hover .image::after {
	height: 125px;
	transition: height 0.2s ease;
}
.flexGallery > .video .videoBox .infoVideo
{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	padding: 30px 20px 30px 20px;
	background-color: #18192a;
	border-radius: 0 0 20px 20px;
}
.flexGallery > .video .videoBox .infoVideo > div:first-child
{
	flex-basis: 70%;
}
.flexGallery > .video .videoBox .infoVideo > div:last-child
{
	flex-basis: 30%;
}
.flexGallery > .video .videoBox .infoVideo > .titre
{
	font-size: 14px;
	font-family: "Poppins";
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: left;
}
.flexGallery > .video .videoBox .infoVideo > .btnPlay
{
	text-align: right;
}
.flexGallery > .video .videoBox .infoVideo > .btnPlay > .picto
{
	text-decoration: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #40BFE0;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	transition: all ease 0.5s;
	font-family: initial;
}
.flexGallery img
{
	width: 100%;
}
.flexGallery .imgFlexAccueil
{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.flexGallery .imgFlexAccueil > div
{
	flex-basis: calc(100% / 3 - 14px);
	height: 160px;
	overflow: hidden;
}
.flexGallery .imgFlexAccueil > .imagesInFlex > a
{
	display: block;
}
.flexGallery .imgFlexAccueil > .imagesInFlex > a > picture
{
	height: 160px;
	width: 100%;
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
} 
.flexGallery .imgFlexAccueil > .imagesInFlex > a > picture img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.flexGallery .imgFlexAccueil > .imagesInFlex > a > picture .titre
{
	position: absolute;
	bottom: 10px;
	width: 90%;
	color: #fff;
	font-size: 12px;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0);
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 6px;
	border-radius: 15px;
	min-height: 60px;
	align-content: center;
}
.flexGallery .imgFlexAccueil > div img
{
	width: 100%;
}

/*Tablettes*/
@media screen and (max-width: 860px), 
       screen and (max-width: 1050px) and (orientation: landscape)
{
	.row > *
	{
		display : block!important;
		width : initial!important;
		padding : initial!important;
	}
	#bloc-accueil .box-accueil > a > div > .titre > div:not(.picto)
	{
		bottom: 0;
		padding: 10px;
	}
	#footer #infos_complementaires ul li:first-child
	{
		margin-top: 0;
	}
	#footer #infos_complementaires ul li:last-child
	{
		margin-bottom: 0;
	}
	#footer #infos_complementaires ul li
	{
		display: block;
		margin: 50px 0;
	}
	.box-avis > .box-top
	{
		padding-left: 0;
		margin-top: 10px;
	}
	.box-avis > div > .nom
	{
		font-size: 15px;
	}
	.box-avis > div > .score
	{
		font-size: 14px;
	}
	.box-avis > .texte
	{
		min-height: 230px;
		height: 230px;
	}
	.toggler_nav
	{
		display: block;
		transition: all 0.2s ease;
	}
	#produit_show .slick-slide img
	{
		max-width: 100%;
		max-height: 100%;
	}
	.burger-open .toggler_nav
	{
		top: -60px;
		transition: all 0.2s ease;
	}
	nav .raccourci_mobile:last-child li
	{
		transition: all 0.2s ease;
		top: 0;
	}
	.burger-open nav .raccourci_mobile:last-child li
	{
		z-index: 99;
		top: -80px;
		transition: all 0.2s ease;
	}
	nav .raccourci_mobile
	{
		display: block;
		padding: 14px 7px;
		text-align: end;
	}
	#footer .sous_footer > .container > div
	{
		display: block;
	}
	#footer > div:not(.sous_footer) > div > div
	{
		margin-bottom: 30px;
	}
	#footer #infos_site, #footer #infos_complementaires
	{
		text-align: center;
	}
	.burger-open .toggler_nav > span:nth-child(2) {
	  width: 100%;
	}
	.burger-open .toggler_nav > span:last-child {
	  width: 100%;
	}
	.sur_nous
	{
		display: block;
	}
	.sur_nous img
	{
		width: 100%;
	}
	nav
	{
		min-height: 100px;
	}
	nav .menu ul
	{
		transition: opacity 0.5s ease, background 1s ease;
		width: 0%;
		opacity: 0;
		position: fixed;
		left: -45%;
		opacity: 0;
		overflow: hidden;
		background: rgba(0,0,0,0);
	}
	nav .menu ul li
	{
		padding: 20px 40px;
		margin: 0;
	}
	nav .menu ul li a
	{
		color: #fff;
		font-size: 20px;
	}
	nav .menu ul:not(.btn_action) li.select::before, nav .menu ul:not(.btn_action) li:hover::before
	{
		background-color: transparent;
	}
	nav .menu ul li.select a, nav .menu ul li:hover a
	{
		color: #40BFE0;
		font-weight: 400;
	}
	.raccourci.mobile
	{
		display: block;
		text-align: right;
		margin: 10px 0;
	}
	.raccourci li > a
	{
		margin-right: 5px;
		text-decoration: none;
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 50vh;
		background-color: #cf1750;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 13px;
		transition: allease 0.2s;
		font-family: initial;
		padding: 0;
	}
	#logo a
	{
		height: 58px !important;
	}
	.raccourci > li:last-child span
	{
		position: absolute;
		top: -4px;
		right: -2px;
		background-color: #40BFE0;
		padding: 5px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		transition: allease 0.3s;
	}
	.raccourci.desktop
	{
		display: none;
	}
	nav .bottom_nav
	{
		background-color: #f62465;
		min-height: 50px;
	}
	.imagesArticles, .pictureArticle > div
	{
		display: block;
	}
	#plaque_sur_mesure div > ul .option a
	{
		width: 100%;
	}
	.generateur ol[itemtype="http://schema.org/BreadcrumbList"]
	{
		display: none;
	}
	#info_header > .tel > a > .picto, #info_header > .mail > a > .picto
	{
		font-size: 15px;
		padding: 10px 11.5px;
	}
	#info_header .input_search .btn_search
	{
		position: relative;
		top: 0;
		right: 0;
		padding: 10px 13.5px;
		font-size: 15px;
		background-color: #40BFE0;
		border-radius: 50vh;
		color: #fff;
		z-index: 1;
	}
	#info_header .input_search.active input
	{
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: calc(83% - 30px);
		transform: translate(0, -50%);
		z-index: 1;
		margin-left: 20px;
	}
	#info_header .input_search.active .btn_search
	{
		padding: 10px 16.5px;
	}
	#info_header .input_search.active .btn_search > i:before
	{
		content: "\f00d";
	}
	#search-results
	{
		position: absolute;
		top: 100%;
		right: 50%;
		background-color: #fff;
		border: 1px solid #ccc;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		z-index: 1000;
		max-height: 300px;
		overflow-y: auto;
		width: 90%;
		transform: translate(50%, 0);
	}
	#info_header .input_search.active
	{
		position: initial;
	}
	#info_header .input_search.active::after
	{
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,1);
		width: 100%;
		height: 100%;
		content: '';
	}
	#info_header .input_search input
	{
		display: none;
	}
	.burger-open nav .menu ul:not(.btn_action)
	{
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		background: rgba(0,0,0,0.9);
		height: 100vh;
		padding: 200px 0 0;
		overflow: auto;
		opacity: 1;
		margin: 0;
		transition: opacity 0.5s ease, background 1s ease;
		z-index: 1;
		white-space: nowrap;
	}
	.burger-open nav .menu ul, .burger-open nav .menu ul > li, .burger-open nav .menu ul > li > a
	{
		white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  padding: 10px 20px;
	}
	form fieldset.captcha>.captcha_container {
		width: 100%;
		max-width: 100%
	}

	form fieldset.captcha .captcha_code {
		display: block;
		text-align: center
	}
	nav .menu ul.btn_action
	{
		display: none;
	}
	.box-avis
	{
		margin-left: 20px;
	}
	.box-avis > .photo
	{
		top: -50px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.burger-open nav ul:not(.raccourci) li
	{
		display: block;
		text-align: left;
		height: initial;
	}
	#logo
	{
		width: 75%;
		text-align: left;
	}
	#logo > div:nth-child(2), #logo > div:nth-child(3)
	{
		display: none;
	}
	#logo > a
	{
		width: 100%;
	}
	#logo > a > img
	{
		height: initial;
		width: 100%;
		margin-top: 10px;
	}
	#info_header
	{
		justify-content: flex-end;
		gap: 10px;
		align-items: center;
	}
	#info_header .input_search input
	{
		width: 240px;
	}
	nav .menu > .raccourci
	{
		display: none;
	}
	/*#info_header > div > a > .texte
	{
		display: none;
	}
	#info_header .input_search
	{
		display: none;
	}*/
	#slider
	{
		height: 470px;
		overflow: hidden;
	}
	#slider > .slide-image
	{
		display: block;
	}
	#slider > .slide-image .contenu-slider .titre-slider
	{
		font-size: 16px;
	}
	#slider > .slide-image .contenu-slider .sous_titre-slider
	{
		line-height: initial;
		font-size: 13px;
	}
	#slider > .slide-image > .contenu-slider
	{
		top: 50%;
		line-height: 25px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
	}
	#slider > .slide-image .contenu-slider .description-slider
	{
		font-size: 12px;
		width: 80%;
	}
	#slider > .slide-image .contenu-slider > .titre-slider
	{
		margin-top: 0;
		font-size: 12px !important;
		line-height: initial !important;
		text-align: center;
	}
	#slider .generateur h2
	{
		font-size: 2em;
		text-align: center;
	}
	#slider .generateur > a > div > div:first-child, #slider .generateur > a > div > div:nth-child(2), #slider .generateur p
	{
		display: none;
	}
	#slider .generateur .button
	{
		position: relative;
		color: transparent;
	}
	#slider .contenu-slider > div > div:first-child
	{
		flex-basis: calc(100% - 290px);
	}
	#slider .contenu-slider > div > .generateur
	{
		flex-basis: 290px;
	}
	#slider .generateur .button::before
	{
		content : 'Commencez maintenant !';
		font-size: 16px;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		text-align: center;
	}
	.display_bloc
	{
		justify-content: center;		
	}
	.display_bloc > .bloc
	{
		flex-basis: calc(100% / 3 - 15px);
	}
	#gamme > .rectangle2::before, #gamme > .rectangle2::after, #materiaux > .rectangle2::before, #materiaux > .rectangle2::after
	{
		z-index: -1;
	}
	.display_bloc > .bloc .img
	{
		height: 220px;
	}
	#footer .logo > div:first-child
	{
		margin: 0 auto;
	}
	#highlight::after
	{
		display: none;
	}
	#raccourciHighlight
	{
		display: block;
	}
	#raccourciHighlight > li:not(:last-child)
	{
		margin-bottom: 10px;
	}
	#selectionProduits .container > div
	{
		display: block;
	}
	#selectionProduits .container > div > .selection_produit
	{
		width: 100%;
		margin-top: 60px;
	}
	h1:not(.titre-slider > h1)
	{
		padding: 0;
		font-size: 21px;
	}
	.contentPage
	{
		padding-top: 60px;
	}
	#footer .double
	{
		justify-content: center;
	}
	#footer .information_footer .reseau ul
	{
		justify-content: center;
	}
	#footer .information_footer
	{
		display: block;
		text-align: center;
	}
	#materiaux .box_materiaux
	{
		display: block;
	}
	#materiaux .box_materiaux a > .box
	{
		width: 100%;
	}
	#materiaux .box_materiaux a:not(:last-child) > .box
	{
		margin-bottom: 30px;
	}
	.bloc_categorie > *
	{
		flex-basis: calc(100% / 3 - 15px);
	}
	#produit_show
	{
		display: block;
	}
	#produit_show > .photos
	{
		margin-bottom: 30px;
	}
	#plaque_sur_mesure > div
	{
		max-width: 90%;
		margin: 0 auto;
	}
	#produit_show .photos > .slick_produit
	{
		width: 100%;
		height: 250px;
	}
	#produit_show .slick-slide
	{
		height: 250px;
/*		width: 100% !important;*/
		object-fit: cover;
	}
	#produit_show .slick-slide picture
	{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#produit_show .photos > .slick_produit canvas
	{
		height: 250px !important;
		width: 100% !important;
		object-fit: contain;
	}
	.panierBox, .panierBoxLivraison
	{
		display: block;
	}
	.panierBox > .boxCoordonnees, .boxAdresses, .boxLivraison, .boxPaiement
	{
		margin-bottom: 10px;
	}
	#popup-content
	{
		width: 90% !important;
	}
	fieldset.tree.pointsRelais
	{
		display: flex !important;
		align-items: center;
	}
	fieldset.tree.pointsRelais > div
	{
		margin-bottom: 0;
	}
	.content_points
	{
		display: block;
	}
	.content_points #points-container
	{
		margin-bottom: 10px;
	}
	.content_points #map-container
	{
		width: 100% !important;
	}
	#popup-content #points > li label
	{
		justify-content: space-between;
	}
	#bloc-accueil .box-accueil > a:hover > div > .titre
	{
		padding: 0;
	}
	#bloc-accueil .box-accueil > a > div > .titre > div
	{
		font-size: 15px;
	}
	#bloc-accueil .box-accueil > a > div > .titre:hover > div
	{
		bottom: 0;
	}
	#bloc-accueil .box-accueil > a > div > .titre > div
	{
		padding: 2px 0;
		background-color: rgba(0,0,0,.6);
		bottom: 0;
	}
	#bloc-accueil .box-accueil .img > img
	{
		width: 100%;
	}
	#bloc-accueil .box-accueil .img
	{
		max-height: 150px;
	}
	#bloc-accueil
	{
		margin: 0 0 30px;
	}
	h1:not(.titre-slider > h1)::before, h2:not(.contentPage h2)::before
	{
		content: initial;
		display: none;
	}
	h2:not(.contentPage h2)
	{
		padding: 0;
	}
	@-webkit-keyframes posiImg
	{
		from {right: 55%;}
		to {right: 50%;}	
	}
	@keyframes posiImg
	{
		from {right: 55%;}
		to {right: 50%;}	
	}
	#slider::before, #slider::after, #nos_services::before, #nos_services::after, #avis::before, #blog::before
	{
		animation-name: initial !important;
	}
	.content_texte a
	{
		display: block;
	}
	.content_texte a img
	{
		width: 100%;
		height: initial;
	}
	#avis .container .titre-bloc
	{
		max-width: 100%;
	}
	.box-1, .box-2
	{
		width: 100%;
	}
	.box-1 > div, .box-2 > div
	{
		display: block;
	}
	.box-2
	{
		margin-left: initial;
	}
	#blog
	{
		padding: 0 0 60px;
	}
	#blog .container .contenu-titre h2
	{
		max-width: 100%;
	}
	#bloc-accueil .box-accueil > a > div > .titre
	{
		backdrop-filter: none;
	}
	#blog .container .contenu-blog
	{
		display: block;
		margin-top: 0;
	}
	#blog .container .contenu-blog > div
	{
		width: 100%;
	}
	#blog .container .contenu-blog > div:not(:last-child)
	{
		margin-bottom: 20px;
	}
	#blog .container .contenu-blog > div > a .image > img
	{
		height: 100%;
	}
	#bloc-accueil .box-accueil
	{
		width: 90%;
		margin: 3px auto;
		padding: 0;
		height: 105px;
	}
	.hidden
	{
		opacity: 1;
		transform: translateX(0);
		filter: blur(0);
	}
	#bloc-accueil .box-accueil > a > div
	{
		max-height: 105px;
	}
	#galerie-liste .galerie
	{
		width: calc(100% / 2 - 14px);
	}
	#photos-liste > li
	{
		width: calc(100% / 2 - 15px);
	}
	#footer > div > div
	{
		margin: 0;
	}
	#footer .logo > div:nth-child(3) > a
	{
		justify-content: center;
	}
	#footer .a-propos
	{
		list-style-position: inside;
	}
	#footer #infos_complementaires
	{
		position: initial;
	}
	@-webkit-keyframes posi2
	{
		from {top: 35%;}
		from {top: 50%;}
	}
	@keyframes posi2
	{
		from {top: 35%;}
		from {top: 50%;}
	}
	#popup .contenu-popup
	{
		width: 95%;
	}
	.avis_gm_realisation > div
	{
		display: block;
	}
	.avis_gm_realisation > div > div:last-child
	{
		padding-left: 0;
		max-height: initial;
		margin-top: 30px;
	}
	.avis_gm_realisation .photo
	{
		right: 40px;
	}
	.card-pages
	{
		display: block;
	}
	.card-pages > a
	{
		margin-bottom: 50px;
		display: block;
	}
	.card-button
	{
		opacity: 1;
		bottom: 25%;
	}
	.card:hover .card-button
	{
		transform: translate(-50%, 125%);
	}
	#blogs .container .contenu-blog
	{
		display: block;
	}
	#blogs .container .contenu-blog > div
	{
		margin-bottom: 30px;
	}
	ol[itemtype="http://schema.org/BreadcrumbList"] {
		display: block;
		overflow-x: auto;
		width: 100%;
	}
	
	ol[itemtype="http://schema.org/BreadcrumbList"] > li {
		margin-bottom: 5px;
	}
	
	ol[itemtype="http://schema.org/BreadcrumbList"] > li:not(:last-child)::after {
		content: "";
		margin-left: 0;
	}
	form > fieldset
	{
		display: block;
	}
	form > fieldset > *
	{
		margin-bottom: 10px;
	}
	.contenu-texte a
	{
		display: block;
	}
	.avis_gm
	{
		display: block;
	}
	.avis_gm > div
	{
		display: block;
		margin-bottom: 50px;
	}
	.avis_gm > div > div:last-child
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		max-height: initial;
	}
	.avis_gm .photo
	{
		right: 40px;
	}
}

/*Mobiles*/
@media screen and (max-width:430px)
{
	#slider
	{
		height: 140vw;
	}
	.bloc_categorie > *
	{
		flex-basis: 100%;
	}
	.generateur
	{
		padding-top: 0;
	}
	#plaque_sur_mesure div > ul
	{
		display: block;
	}
	#plaque_sur_mesure div > ul > li
	{
		margin-top: 5px;
	}
	.percageTrou ul
	{
		display: block !important;
	}
	.recapitulatif > div
	{
		flex-basis: 100% !important;
	}
	#footer .info > div:last-child
	{
		text-align: center;
	}
	#footer .info > div:last-child a
	{
		display: inline-block;
	}
	.panierBox .boxArticle > .produit, .panierBox .boxArticle > .produit .infoProduit
	{
		display: block;
	}
	.panierBox .boxArticle > .produit .image
	{
		display: none;
	}
	.panierBox .boxArticle > .produit > .qte
	{
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.panierBox .boxArticle > .produit > .qte > div:first-child
	{
		margin-bottom: 0;
	}
	.panierBox .boxArticle > .produit > .actionPrice > div:first-child
	{
		position: absolute;
		top: 12px;
		right: 50px;
		background-color: #40BFE0;
		color: #fff;
		padding: 1px 15px;
		border-radius: 10px;
		font-size: 14px;
	}
	.panierBox .boxArticle > .produit .titre
	{
		max-width: 60%;
	}
	.qte > .contenuQte
	{
		margin: initial;
	}
	.progressbar
	{
		display: none;
	}
	.display_bloc > .bloc
	{
		flex-basis: 100%;
	}
	#footer > div:not(.sous_footer) > div > div
	{
		display: block;
	}
	#header_top
	{
		text-align : center;
	}
	#info_header > div > a > .texte
	{
		display: none;
	}
	#slider .contenu-slider > div
	{
		display: block;
	}
	#slider .contenu-slider > div > div:first-child
	{
		margin-bottom: 20px;
	}

	#footer > div > div
	{
		display : block;
		position : relative!important;
		top : initial!important;
		right : initial!important;
		left : initial!important;
		text-align : center;
	}
	.formulaireLogin
	{
		display: block !important;
	}
	.formulaireLogin > div:first-child
	{
		margin-bottom: 20px;
	}
	form fieldset
	{
		display: block;
	}

	.blocRaccourcisAccueil-espaceclient
	{
		flex-wrap: wrap;
		gap: 5px;
		justify-content: center;
	}
	.blocRaccourcisAccueil-espaceclient > div
	{
		flex-basis: calc(100% / 2 - 10px);
	}
	.blocRaccourcisAccueil-espaceclient > div > a .icone
	{
		font-size: 20px;
	}
	.blocRaccourcisAccueil-espaceclient > div > a .titre
	{
		font-size: 11px;
	}
	.boxAdressesEspaceClient ul
	{
		display: block;
	}
	.boxAdressesEspaceClient ul > li
	{
		margin-bottom: 10px;
	}
	.commandesAccueil-espaceclient table:not(.pageCommande):not(.pageCommandeRecap) > thead > tr > th:nth-child(3), .commandesAccueil-espaceclient table:not(.pageCommande):not(.pageCommandeRecap) > tbody > tr > td:nth-child(3), .commandesAccueil-espaceclient table:not(.pageCommande):not(.pageCommandeRecap) > thead > tr > th:nth-child(1), .commandesAccueil-espaceclient table:not(.pageCommande):not(.pageCommandeRecap) > tbody > tr > td:nth-child(1), .commandesAccueil-espaceclient table:not(.pageCommande):not(.pageCommandeRecap) > thead > tr > th:nth-child(5), .commandesAccueil-espaceclient table:not(.pageCommande):not(.pageCommandeRecap) > tbody > tr > td:nth-child(5)
	{
		display: none;
	}
	.commandesAccueil-espaceclient .pageCommande > thead > tr > th:nth-child(2), .commandesAccueil-espaceclient .pageCommande > tbody > tr > td:nth-child(2), .commandesAccueil-espaceclient .pageCommande > thead > tr > th:nth-child(3), .commandesAccueil-espaceclient .pageCommande > tbody > tr > td:nth-child(3)
	{
		display: none;
	}
	.infoBtnBox > .buttonDiv:last-child
	{
		display: block;
	}
	.infoBtnBox > .buttonDiv:last-child > div:not(:last-child)
	{
		margin-bottom: 5px;
	}
	.infoCommande .coordonnees_commande
	{
		display: block;
	}
	.infoCommande .coordonnees_commande > div:first-child
	{
		margin-bottom: 10px;
	}
	.flexGallery
	{
		display: block;
	}
	.flexGallery > .video .videoBox
	{
		display: block;
	}
	.flexGallery > .video .videoBox > div:not(:last-child)
	{
		margin-bottom: 20px;
	}
	.flexGallery .imgFlexAccueil > div
	{
		flex-basis: calc(100% / 2 - 14px);
	}
	.flexGallery > .video > .videoTitle, .flexGallery > .photos > .photosTitle
	{
		display: block;
		text-align: center;
	}
	.flexGallery > .video > .videoTitle > .titre, .flexGallery > .photos > .photosTitle > .titre
	{
		text-align: center;
	}
}