
:root {
	--width-fixed: 1340px;

	--brown: #BC7E3D;
}

/*=====================================*/
/*  Components  */
/*=====================================*/
a { outline: none !important; text-decoration: none !important;}
button:focus {
	outline: none;
}
.btnsRow {
	display: flex;
	align-items: center;
	gap: 8px;
}
.btnDevis {
	display: flex;
	padding: 10px 15px;
	flex-direction: column;
	align-items: center;

	background: var(--brown);
	color: #fff !important;
	color: var(--white, #FFF);
	text-align: center;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	text-transform: uppercase;
	border: 1px solid var(--brown);
}

.btnDecouvrir {
	color: var(--brown) !important;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	text-transform: uppercase;
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--brown);
}

p.title {
	color: var(--brown);
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: initial;
	padding: 0;
	margin: 0;
}

h2.title {
	color: #000;
	font-family: "STIX Two Math", "STIX Two Text", serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

p.text {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/*=====================================*/
/*  HEADER  */
/*=====================================*/
#header {
	/*background: red;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: none !important;
	box-shadow: 0 4px 44.3px 0 rgba(0, 0, 0, 0.04) !important;
}
#header.is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 990;
}
#header.is-stuck .row.one { display: none !important; }
body.has-stuck-header { padding-top: var(--stuck-header-h, 0px); }

#header .row {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .row::after { display: none; } 

#header .row.one {
	background: #000;
	color: #fff;
	padding: 5px 0;
	display: flex;
	justify-content: center;
}

#header .row.one a,
#header .row.one p {
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: "Noto Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 15.4px;
}
#header .row.one .stars {
	color: #FFB400;
	font-size: 14px;
	font-weight: 400;
	line-height: 15.4px;
}

#header .row.one .row {
	width: var(--width-fixed);
}
#header .rowOneRight {
	display: flex;
	align-items: center;
	gap: 5px;
}
#header .rowOneRight img {
	width: 14px;
}

#header .row.two {
	width: var(--width-fixed);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

#header .row.two img {
	width: 235px;
	height: 39px;
	object-fit: contain;
}

#header .row.two #search_widget {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 25px;
	height: 35px;
	width: 480px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 7px 10px 7px 15px;
}
#header .row.two #search_widget form i {
	position: relative;
	padding: 0;
	order: 1;
}
#header .row.two #search_widget form {
	width: 100%;
	display: flex;
	align-items: center;
}
#header .row.two #search_widget form input::placeholder  {
	color: #7A7A7A;
}
#header .row.two #search_widget form input {
	background-color: #fff;
	padding: 0;
	height: 100%;
	margin: 0;
    border-radius: 0;
    color: #000;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


#header .row.three {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	
}
#header .row.three a {
	color: #000;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	text-transform: uppercase;

	display: flex;
	padding: 3px 20px 6px 20px;
	flex-direction: column;
	align-items: center;
}
#header .row.three li.parent { padding-bottom: 20px; }
#header .row.three li.parent a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#header .row.three .mega-menu {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 1000;
    display: none;
    /*display: grid;*/
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 30px;
}
#header .row.three .mega-menu .mega-menu-parent-link { display: none; }
#header .row.three li.parent:hover .mega-menu {display: grid;}

#header .row.three .mega-menu a {
	padding: 0px;
	align-items: self-start !important;
    gap: 5px;
    flex-direction: column !important;
}

#header .row.three .mega-menu .mega-menu-parent-link a {
	justify-content: center;
	min-height: 131px;
	padding: 16px !important;
	border: 1px solid rgba(188, 126, 61, 0.28);
	background: #FBF7F1;
	color: var(--brown);
	font-weight: 600;
	text-align: center;
}


/*=====================================*/
/*  Footer  */
/*=====================================*/
#main .page-footer {
	margin: 0;
}

#footer {
	padding: 0;
	margin: 0;
	background: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 300px;
}

#footer .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: var(--width-fixed);
	gap: 80px;
	margin-top: 80px;
	margin-bottom: 50px;
}
#footer .content .row::after {
	display: none;
}
#footer .content .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#footer .content .row:first-child {
	border-bottom: 1px solid #333231;
	padding-bottom: 62px;
}
#footer .content .row:first-child p {
	color: #fff;
	font-family: "STIX Two Math", "STIX Two Text", serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer .content .row:first-child .btnDevis:first-child {
	background: #fff;
	color: var(--brown) !important;
	border-color: #fff;
}

#footer .content .row:nth-child(2) {
	display: flex;
	justify-content: space-between;
}

#footer .content .row:nth-child(2) .col:first-child {
	width: 283px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
#footer .content .row:nth-child(2) .col:first-child img {
	filter: invert(1);
}

#footer .content .row:nth-child(2) .col:first-child p {
	color: var(--white, #FFF);
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#footer .content .row:nth-child(2) .col:first-child .socialMedia {
	display: flex;
	align-items: center;
	gap: 15px;
}
#footer .content .row:nth-child(2) .col:first-child .socialMedia img {
	filter: none;
}
#footer .content .row:nth-child(2) .col:last-child {
	display: flex;
}
#footer .content .row:nth-child(2) .col:last-child ul {
	width: 226px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#footer .content .row:nth-child(2) .col:last-child ul span {
	color: #fff;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 4px;
}
#footer .content .row:nth-child(2) .col:last-child ul a {
	color: #fff;
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: start;
	gap: 5px;
}

#footer .content .row:last-child a,
#footer .content .row:last-child {
	color: #fff;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

#footer .content .row:last-child {
	padding-top: 20px;
	border-top: 1px solid #333231;
}
/*=====================================*/
/*  Home  */
/*=====================================*/

body#index .container {
	width: 100% !important;
}
body#index #wrapper,
body#index #content-wrapper {
	padding: 0 !important;
}

body#index .home {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: var(--width-fixed);
	position: relative;
	height: 485px;
}
section.hero h1 {
	color: #000;
	font-family: "STIX Two Text";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	display: inline-table;
}
section.hero span.colored {
	color: var(--brown);
}


section.hero .left {
	width: 370px;
}

section.hero .right video,
section.hero .right {
	width: 60vw;
	width: 976px;
	height: 485px;
	object-fit: cover;
	/*margin-right: -5.9vw;*/
}

section.hero .right {
    position: absolute;                                                                                                                          
    top: 0;
    right: calc(50% - 50vw); 
}

section.hero .right .hero-slider,
section.hero .right .hero-slider .slick-list,
section.hero .right .hero-slider .slick-track {
	width: 976px;
	height: 485px;
}

section.hero .right .hero-slide video {
	width: 100%;
	height: 485px;
	object-fit: cover;
	margin-right: 0;
	display: block;
	transform: scale(1.2);
}


section.hero .right .hero-slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
}

section.hero .right .hero-slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0;
}

section.hero .right .hero-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #E4E4E4;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

section.hero .right .hero-slider .slick-dots li button:before {
	content: none;
}

section.hero .right .hero-slider .slick-dots li.slick-active button {
	background: var(--brown);
}

/*Section2*/
section.about {
	background: #FFF9F3;
	padding: 150px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
section.about .content {
	width: var(--width-fixed);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section.about .content .left {
	    display: flex;
    flex-direction: column;
    align-items: end;
}
section.about .content .left img {
	width: 443px;
	height: 443px;
	object-fit: cover;
}
section.about .content .left img:last-child {
	width: 307px;
	height: 307px;
	margin-top: -35%;
    margin-right: -15%;
}
section.about .content .right {
	width: 735px;
}
section.about .content .btnsRow {
	margin-top: 32px;
}
body.cms-id-4 section.parcours {
	padding: 50px 0;
}


/*Section3*/
body#index .home {overflow: hidden;}
body#index .home section.NosMatieres .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: var(--width-fixed);
	margin: 50px 0;
}

body#index .home section.NosMatieres .content p.text {
	width: 791px;
	text-align: center;
}
body#index .home section.NosMatieres .cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-top: 50px;
	width: 100%;
}

body#index .home section.NosMatieres .cards .card {
	position: relative;
	margin: 0;
	height: 300px;
	width: 100%;
}
body#index .home section.NosMatieres .cards img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

body#index .home section.NosMatieres .card div.content {
	position: absolute;
	background: linear-gradient(180deg, #00000000 27.56%, #000 99.87%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: end;
	padding-bottom: 36px;	
	padding-left: 18px;	
	padding-right: 18px;	
	margin: 0;
}

body#index .home section.NosMatieres .card div.content h3 {
	color: #FFF;
	font-family: "STIX Two Math", "STIX Two Text", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body#index .home section.NosMatieres .card div.content p {
	color: #FFF;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

/*Section4*/
section.parcours {
	background: #FFF9F3;
	width: 100%;
	padding: 150px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.parcours .content{
	width: var(--width-fixed);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
section.parcours ul {
	margin: 24px 0;
}
section.parcours li {
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
section.parcours li:last-child {
	border-bottom: none;
}
section.parcours li span {
	color: var(--brown);
	font-family: "STIX Two Math", "STIX Two Text", serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
section.parcours li div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
section.parcours li div span:first-child {
	color: var(--black, #000);
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
section.parcours li div span:last-child {
	color: var(--black, #000);
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
section.parcours .left {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    width: 735px;
}
section.parcours .content .right {
    display: flex;
    flex-direction: column;
    align-items: start;
}
section.parcours .content .right img {
	width: 443px;
    height: 443px;
    object-fit: cover;
}
section.parcours .content .right img:last-child {
	width: 307px;
    height: 307px;
    margin-top: -35%;
    margin-left: -15%;
}

/*Section5*/
body#index .home section.PlansTravail.second {
	margin-top: 200px;
}


body#index .home section.PlansTravail .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0 0 0;
	width: var(--width-fixed);
}

body#index .home section.PlansTravail .content p.text {
	width: 807px;
	text-align: center;
}
body#index .home section.PlansTravail.second .content {
	margin: 0;
}

/*Section6*/
body#index .home section.NosRealisations {
	margin-top: 200px;
	width: var(--width-fixed);
	display: flex;
	flex-direction: column;
	align-items: center;
}

body#index .home section.NosRealisations .gallery {
	display: flex;
	gap: 25px;
	width: 100%;
	margin-top: 50px;
}

body#index .home section.NosRealisations .gallery img { 
	width: 100%; 
	height: 200px;
	object-fit: cover;
}
body#index .home section.NosRealisations .gallery .right,
body#index .home section.NosRealisations .gallery .left {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
body#index .home section.NosRealisations .gallery .row::after {display: none;}
body#index .home section.NosRealisations .gallery .right .row,
body#index .home section.NosRealisations .gallery .left .row {
	display: flex;
	gap: 25px;
	padding: 0;
	margin: 0;
}
body#index .home section.NosRealisations .gallery .col {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
}
body#index .home section.NosRealisations .gallery .left .imgFullheight {
	height: 100%;
	width: 50%;
}

/*Section7*/
section.faq {
	margin-top: 200px;
	width: var(--width-fixed);
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.faq p.text {
	width: 807px;
	text-align: center;
}

section.faq .accoration {
	width: 100%;
	background: #FFF9F3;
	margin-top: 50px;
	padding: 0 32px;
}
section.faq .accoration .item {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	gap: 20px;
	border-bottom: 1px solid #5a536512;
}
section.faq .accoration .item .question {
	display: flex;
	align-items: center;
	gap: 32px;
}
section.faq .accoration .item .question span {
	color: var(--brown);
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
}
section.faq .accoration .item .question p {
	margin: 0;
	color: #000;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 28.8px */
}
section.faq .accoration .item .question button {
	margin-left: auto;
	background: #fff;
	color: #000;
	border: none;
	outline: none;
	width: 40px;
	height: 40px;
	border-radius: 24px;
	min-width: 40px;
	min-height: 40px;
}
section.faq .accoration .item p.answer {
	margin: 0;
	color: #5A5365;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
	margin-left: 67px;
	display: none;
}
section.faq .accoration .item.active p.answer {
	display: block;
}
section.faq .accoration .item .question {
	cursor: pointer;
}
section.faq .accoration .item .question button {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
}
section.faq .accoration .item .question button::before {
	content: "+";
}
section.faq .accoration .item.active .question button::before {
	content: "\2715";
}


/*=====================================*/
/*  Product card  */
/*=====================================*/
.productCard {
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: #FFF;
}
.productCard .thumbnail-top,
.productCard .product-thumbnail,
.productCard picture {
	display: block;
	width: 100%;
	height: 286px;
	overflow: hidden;
}
.productCard img,
.productCard video {
	display: block;
	height: 286px;
	width: 100%;
	object-fit: cover;
}

.productCard .h3.product-title {
	margin-top: 12px;
	margin-bottom: 0;
}
.productCard .h3.product-title a {
	color: var(--brown);
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0 20px;
	text-transform: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.productCard .price span {
	color: #7A7A7A;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.productCard span.finition-value {
	padding: 0 20px;
	color: #5A5365;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.productCard .price span.price-suffix,
.productCard .price {
	color: #000;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	display: flex;
    justify-content: start;
    align-items: end;
    gap: 10px;
    padding: 0 20px;
    padding-bottom: 20px;
}

.productCard .price span.price-suffix {
	padding: 0;
}




/*=====================================*/
/*  About Page  */
/*=====================================*/
body.cms-id-4 .container,
body.cms-id-4 #wrapper,
body.cms-id-4 #content-wrapper {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
}

body.cms-id-4 .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
body.cms-id-4 .page-header,
body.cms-id-4 .breadcrumb {
	display: none;
}
body.cms-id-4 .row {
	width: 100%;
}

body.cms-id-4 .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

body.cms-id-4 section.about {
	background: #fff;
}

body.cms-id-4 section.Nosengagements {
	width: var(--width-fixed);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 150px;
	margin-bottom: 200px;
}
body.cms-id-4 section.Nosengagements p.text {
	width: 791px;
	text-align: center;
}
body.cms-id-4 section.Nosengagements .content {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 50px;
	margin-bottom: 200px;
}
body.cms-id-4 section.Nosengagements .card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 12px 22px;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	margin: 0;
}
body.cms-id-4 section.Nosengagements .card img {
	width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding: 10px;
	border-radius: 50px;
}
body.cms-id-4 section.Nosengagements .card h3 {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body.cms-id-4 section.Nosengagements .card p{
	color: #7A7A7A;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

body.cms-id-4 section.Nosengagements .card.five,
body.cms-id-4 section.Nosengagements .card.six,
body.cms-id-4 section.Nosengagements .card.seven,
body.cms-id-4 section.Nosengagements .card.eight {
	border-bottom: none;
}
body.cms-id-4 section.Nosengagements .card.eight,
body.cms-id-4 section.Nosengagements .card.four {
	border-right: none;
}

body.cms-id-4 section.faq,
body.cms-id-4 section.Nosengagements .content {
	margin: 0;
}
body.cms-id-4 section.Nosengagements .content {
	margin-top: 50px;
}


/*=====================================*/
/*  Contact Page  */
/*=====================================*/
body#contact .container,
body#contact #wrapper,
body#contact #content-wrapper {
	background: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
}


body#contact .row {width: 100%;}

body#contact #left-column,
body#contact .breadcrumb {
	display: none;
}
body#contact .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
body#contact #main {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

body#contact .contactFormContent {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 150px;
	width: 1009px;
}
body#contact #main .page-footer {
	padding: 0;
	margin: 0;
}
body#contact div#content.page-content.card.card-block {
	display: none;
}
body#contact .contactFormContent p.text {
	width: 791px;
	text-align: center;
}

body#contact .contactForm {
	width: 100%;
	margin-top: 50px;
}

body#contact .contactForm .adr-alert {
	border-radius: 8px;
	padding: 18px 20px;
	border: 1px solid transparent;
	font-family: "Noto Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	outline: none;
}

body#contact .contactForm .adr-alert ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body#contact .contactForm .adr-alert li {
	position: relative;
	padding-left: 34px;
}

body#contact .contactForm .adr-alert li::before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

body#contact .contactForm .adr-alert--success {
	background: #F2F8F3;
	border-color: #BFDCC6;
	color: #234D2C;
}

body#contact .contactForm .adr-alert--success li::before {
	content: "✓";
	background: #2F7D42;
	color: #fff;
}

body#contact .contactForm .adr-alert--error {
	background: #FFF4F1;
	border-color: #E9B8AA;
	color: #8B2D1D;
}

body#contact .contactForm .adr-alert--error li::before {
	content: "!";
	background: #B9442F;
	color: #fff;
}

body#contact .contactForm .adr-row {
	display: flex;
	gap: 31px;
}
body#contact .contactForm .adr-field {
	display: flex;
	flex-direction: column;
	width: 100%;
}
body#contact .contactForm .adr-field label {
	text-align: left;
	color: #1A1A1A;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}

body#contact .contactForm input::placeholder {
	color: #ADADAD;
}
body#contact .contactForm textarea,
body#contact .contactForm select,
body#contact .contactForm input {
	border-radius: 8px;
	border: 1px solid #EBEBEB;
	display: flex;
	padding: 12px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	height: 44px;

	color: #000;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */
	outline: none;
}

body#contact .contactForm select {
	background-color: #fff;
	cursor: pointer;
}

body#contact .contactForm input#adr-tel {
	width: 100%;
	padding-left: 12px !important;
}
body#contact .contactForm div.iti.iti--allow-dropdown.iti--show-flags,
body#contact .contactForm div.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 8px;
}
body#contact .contactForm .iti__country-container {
	position: unset;
	border: 1px solid #EBEBEB;
	padding: 11px;
	height: 100%;
	border-radius: 8px;
	width: fit-content;
}
body#contact .contactForm textarea {
	height: 135px;
}

body#contact .contactForm button.adr-submit {
	background: var(--brown);
	width: 100%;
	height: 50px;
	display: flex;
	padding: 15px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border: none;
	color: #FFF;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 111.111% */
	text-transform: uppercase;
}

body#contact .contactForm form {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

body#contact .contactFormContent ul.info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	margin-bottom: 0;
}

body#contact .contactFormContent ul.info li {
	padding-right: 22px;
	margin-right: 22px;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
}
body#contact .contactFormContent ul.info li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

body#contact .contactFormContent ul.info a {
	color: #000;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.6px; /* 110% */
	display: flex;
	align-items: center;
	gap: 4px;
}
 
body#contact .contactFormContent ul.info a img {
	width: 20px;
}



/*=====================================*/
/*  Nos-realisations  */
/*=====================================*/
body.cms-id-6 .container,
body.cms-id-6 #wrapper,
body.cms-id-6 #content-wrapper {
	padding: 0;
	margin: 0;
	background: #fff;
	width: 100%;
}
body.cms-id-6 .page-header,
body.cms-id-6 .breadcrumb {
	display: none;
}
body.cms-id-6 .row {
	width: 100%;
}
body.cms-id-6 .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
body.cms-id-6 .NosRealisations {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

body.cms-id-6 .NosRealisations section.content {
    margin-top: 200px;
    width: var(--width-fixed);
    display: flex;
    flex-direction: column;
    align-items: center;
}
body.cms-id-6 .NosRealisations section.content .gallery {
	display: flex;
	gap: 25px;
	width: 100%;
	margin-top: 50px;
}

body.cms-id-6 .NosRealisations section.content .gallery img { 
	width: 100%; 
	height: 200px;
	object-fit: cover;
}
body.cms-id-6 .NosRealisations section.content .gallery .right,
body.cms-id-6 .NosRealisations section.content .gallery .left {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
body.cms-id-6 .NosRealisations section.content .gallery .row::after {display: none;}
body.cms-id-6 .NosRealisations section.content .gallery .right .row,
body.cms-id-6 .NosRealisations section.content .gallery .left .row {
	display: flex;
	gap: 25px;
	padding: 0;
	margin: 0;
}
body.cms-id-6 .NosRealisations section.content .gallery .col {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 100%;
}
body.cms-id-6 .NosRealisations section.content .gallery .left .imgFullheight {
	height: 100%;
	width: 50%;
}



/*=====================================*/
/*  Category Page  */
/*=====================================*/
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #js-product-list-top,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #subcategories,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .breadcrumb,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #left-column {
	display: none;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .container {
	width: 100%;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #content-wrapper {
	padding: 0;
	width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #wrapper,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #content-wrapper .card-block {
	padding: 0;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .block-category.card.card-block {
	padding-bottom: 0;
	margin-bottom: 0;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #js-product-list .products.row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 21px;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) section#main {
	margin-top: 150px;
    width: var(--width-fixed);
    display: flex;
    flex-direction: column;
    align-items: center;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) h2.title {
	margin-bottom: 50px;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs {
	margin-bottom: 32px;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) section#main #products {
	width: 100%;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs li a {
    color: var(--Dark-gray, #7A7A7A);
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs li.active a {
    color: var(--brown);
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .cat-tabs-loading {
    padding: 80px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs li {                                                                                                                         
  display: flex;                                                                                                                             
  align-items: center;                                                                                                                       
}                                                                                                                                              
              
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs li:not(:first-child)::before {                                                                                               
  content: '';
  width: 7.084px;
	height: 7.083px;
  background: #000;
  border-radius: 50%;
  margin-right: 30px;
  margin-top: 3px;
} 


body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .col-md-4 {
	display: none;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .col-md-6.offset-md-2 {
	margin: 0;
	width: 100%;
}
.pagination .page-list {
	display: flex;
	align-items: center;
	justify-content: center;

}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .previous,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .next {
	float: unset;
	font-size: 0;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .previous,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .next {
	border: 1px solid var(--brown);
	height: 34px;
    display: block;
    width: 34px;
    border-radius: 50px;
    position: relative;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .previous i.material-icons,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .next i.material-icons {
	position: absolute;
    left: 15%;
    top: 15%;
    color: var(--brown);
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .previous {
	margin-right: 10px;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .pagination .next {
	margin-left: 10px;
}



body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) ul.page-list li.current a,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) ul.page-list a {
	color: #7A7A7A !important;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) ul.page-list li.current a {
	color: #000 !important;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) ul.page-list li:not(:has(a.previous)):not(:has(a.next)) + li:not(:has(a.previous)):not(:has(a.next))::before {
	content: '-';
	text-align: center;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 10px;
	color: #7A7A7A;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: var(--width-fixed);
	margin-top: 200px;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory h2 {
	margin: 0;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards {
	display: grid;
	grid-template-columns: 345px 70%;
	gap: 20px;
	margin-top: 50px;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards .right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card {
	position: relative;
    margin: 0;
    height: 300px;
    width: 100%;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card.one {
	height: 100%;
}


body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card img {
	width: 100%;
    height: 300px;
    object-fit: cover;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card picture {
	display: block;
	width: 100%;
	height: 100%;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card.one img { height: 100%; }
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card .content {
	position: absolute;
    background: linear-gradient(180deg, #00000000 27.56%, #000 99.87%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding-bottom: 0px;
    padding-left: 18px;
    padding-right: 18px;
    margin: 0;
}


body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card h3 {
	color: #FFF;
	font-family: "STIX Two Math", "STIX Two Text", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card p {
	color: #fff;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards.twocol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards.twocol .card img,
body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards.twocol .card {
	height: 433.667px;
}







/*=====================================*/
/*  Product Details Page  */
/*=====================================*/

body#product #wrapper {
	padding: 0;
	background: #fff;
}
body#product #wrapper .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
body#product nav.breadcrumb {
	display: none;
}
body#product div#content-wrapper {
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 108px;
}
body#product .row {
	margin: 0;
	padding: 0;
}
body#product .productDetails {
	/*border: 5px solid red;*/
	width: var(--width-fixed);

}
body#product .productDetails .row.inputs .row {
	align-items: center;
	gap: 4px;
	width: 100%;
}
body#product .productDetails .row {
	display: flex;
	gap: 20px;
}
body#product .productDetails .row.one .col.left {
	min-width: 547px;
	width: 547px;
}
body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image {
	height: 575px;
}
body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image picture,
body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
body#product .productDetails .row.one .col.left .product-cover {
	/*height: 520px;*/
	height: auto;
	/*border: 1px solid var(--brown);*/
	margin: 0;
}
body#product  .images-container.js-images-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body#product .productDetails .row.one .col.left .layer.hidden-sm-down {
	display: none;
}
body#product .productDetails .row.one .col.right {
	width: calc(100% - 547px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

body#product .productDetails .row.one .col.right .fixedHeight {
	height: 866px;
	padding-top: 2px;
	overflow-x: auto;
}

body#product ul.product-images.js-qv-product-images {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 0;
	width: 100%;
	margin-left: 0;
}
body#product .js-qv-mask.mask {
	overflow: visible;
}
body#product .product-images li.thumb-container {
	margin: 0;
	position: relative;
	width: 100%;
}
body#product .product-images li.thumb-container .thumb {
	border: 2px solid transparent;
	display: block;
	margin: 0;
	height: 165px;
	width: 100%;
	object-fit: cover;
}

body#product .product-images li.thumb-container picture {
	position: relative;
}

body#product .product-images li.thumb-container picture::after,
body#product .product-images li.thumb-container.thumb-is-video::after {
	content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin-left: 1px;
    margin-top: 1px;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

body#product .product-images li.thumb-container .thumb.selected {
	border-color: var(--brown);
}

body#product .productDetails .row.one .col.right ul {
	/*border: 1px solid red;*/
	list-style: disc;
	list-style-position: inside;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
body#product .productDetails .row.one .col.right li {
	color: #232323;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body#product .productDetails .row.one .col.right li .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 12px;
}
body#product .productDetails .row.one .col.right li .col label {
	width: 100%;
	text-align: left;
	margin: 0;
}

body#product .productDetails .row.two {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 72px;
}
body#product .productDetails .row.two p {
	color: #000;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 12.8px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

body#product .productDetails .row.two .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
body#product .productDetails .row.three {
	flex-direction: column;
	align-items: flex-start;

	box-shadow: 0 1px 15px #0c0c0d0a;
	padding: 20px;


}

body#product .productDetails .row.three span.title {
	color: #000;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	border-bottom: 2px solid #BC7E3D;
	display: flex;
	padding-bottom: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	margin-bottom: 24px;
}

body#product .productDetails .row.three p {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body#product .productDetails .row.three ul {
	list-style: disc;
	list-style-position: inside;
	padding-left: 20px;
}

body#product .productDetails .row.three ul li {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body#product .productDetails h1 {
	color: #232323;
	font-family: "STIX Two Math", "STIX Two Text", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.2px; /* 75.625% */
}
body#product .productDetails .product-short-description {
	color: #7A7A7A;
	font-family: "Noto Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
}

body#product .productDetails .product-delivery-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 14px 0 18px;
	padding: 8px 12px;
	border: 1px solid rgba(188, 126, 61, 0.32);
	border-radius: 6px;
	background: #FBF7F1;
	color: var(--brown);
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}

body#product .row.one .cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
body#product .row.one .cards.col5 {
	grid-template-columns: repeat(5, 1fr);
}

body#product .row.one .cards button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
body#product .row.one .cards button.is-selected {
	border: 4px solid var(--brown);
}
body#product .row.one .cards button img {
	width: 100%;
}
body#product .row.one .cards button p {
	color: #000;
	text-align: center;
	font-family: "Noto Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}

body#product .row.one ul .col {
	width: 100%;
}
body#product .row.one ul .row::after {
	display: none;
}

body#product .row.one select:focus,
body#product .row.one select {
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: #FFF;
	color: #000;
	text-align: left;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
}

body#product .row.one input {
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: #FFF;
	display: flex;
	min-height: 38px;
	height: 38px;
	width: 100%;
	padding: 4px 16px 4px 8px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 1 0 0;
	outline: none;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
}

body#product .productDetails .row.one ul .col img {
	width: 291px;
	height: 133px;
	aspect-ratio: 291/133;
}

body#product .productDetails .row.one .col.right li .js-credence-inputs,
body#product .productDetails .row.one .col.right li .js-plan-inputs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body#product .productDetails .row.one .col.right li .js-plan-inputs {
    margin-top: 8px;
}

body#product .devis-error {                                                                                                                                 
    background: #fdecea;                                                                                                                       
    color: #b71c1c;                                                                                                                              
    border: 1px solid #f5c6c0;
    border-left: 4px solid #d9534f;                                                                                                              
    padding: 10px 14px;                                                                                                                          
    margin-bottom: 12px;
    border-radius: 4px;                                                                                                                          
    font-size: 14px;                                                                                                                             
    line-height: 1.4;
  }  








/*=====================================*/
/*  Panier Page  */
/*=====================================*/

body#cart {
	background: #fff;
}

body#cart #wrapper {
	padding: 0;
	background: #fff;
}

body#cart .container {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body#cart .container .row {
	width: 100%;
}
body#cart #content-wrapper {
	padding: 0;
}

body#cart #main {
	display: flex;
	justify-content: center;
}
body#cart .atelier-cart {
	width: var(--width-fixed);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 108px;
}

body#cart .atelier-cart__steps {
	display: flex;
	justify-content: space-between;
	width: 610px;
	list-style: none;
	padding: 0;
	position: relative;
	margin-bottom: 72px;
}
body#cart .step__bullet {
	width: 48px;
	height: 48px;
	aspect-ratio: 1/1;
	border: 2px solid var(--brown);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
}
body#cart .step__bullet svg {
	color: var(--brown);
}


body#cart .step.is-active .step__bullet {
	background: var(--brown);
}
body#cart .step.is-active .step__bullet svg {
	color: #FFF;
}

body#cart .atelier-cart__steps p {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.8px; /* 110% */
}

body#cart li.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

body#cart li.step:not(:last-child)::after {	
	content: "";
    display: flex;
    height: 2px;
    width: 148px;
    background: #000;
    position: absolute;
    top: 25%;
}
body#cart li.step:first-child::after {
	left: 150%;
}
body#cart li.step:nth-child(2)::after {
	left: 110%;
}

body#cart #devis-summary {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
body#cart #devis-summary p.devis-empty {
	text-align: center;
}
body#cart #devis-summary .devis-block {
	display: flex;
	flex-direction: column;
}

body#cart #devis-summary h2 {
	color: #000;
	font-family: "Noto Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	order: -1;
}

body#cart #devis-summary p.devis-block__subtitle {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	order: -1;
	margin: 0;
}

body#cart #devis-summary .devis-block__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
body#cart #devis-summary .devis-block__cards .devis-card {
	/*display: inline-flex;*/
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	border-radius: 23px;
	border: 1px solid #7D7D7D;
	background: #FFF;
	box-shadow: 2px 2px 10px 0 rgba(255, 255, 255, 0.80);
	height: fit-content;
}

body#cart #devis-summary .devis-block__cards .devis-card h3 {
	color: #BC7E3D;
	font-family: "Noto Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

body#cart #devis-summary .devis-block__cards .devis-card .devis-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.devis-grid__cell {
	display: flex;
	width: 200px;
	padding: 20px 0 20px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.devis-grid__cell .lbl {
	color: #000;
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.devis-grid__cell .val {
	color: #313131;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.devis-grid__cell{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.devis-grid__cell:nth-child(3),
.devis-grid__cell:nth-child(6) {
	border-right: none;
}

.devis-grid__cell:nth-child(4),
.devis-grid__cell:nth-child(5),
.devis-grid__cell:nth-child(6) {
	border-bottom: none;
}

.devis-grid__cell:nth-child(7),
.devis-grid__cell:nth-child(8),
.devis-grid__cell:nth-child(9) {
	border-bottom: none;
	border-top: 1px solid #000;
}
.devis-block__actions {
	display: flex;
	justify-content: end;
	order: -1;
	margin-bottom: 16px;
}
.js-remove-config.devis-remove {
	background: red;
	display: flex;
    padding: 10px 15px;
    flex-direction: column;
    align-items: center;
    color: #fff !important;
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid red;
}

.devis-credences {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 32px 0;
}

.devis-credences .devis-credence {
	border-radius: 20px;
	background: rgba(188, 126, 61, 0.08);
	display: flex;
	min-height: 130px;
	padding: 0 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 1 0 0;
	gap: 12px;
}

.devis-credences .devis-credence h4 {
	color: #000;
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.devis-card ul.devis-options li,
.devis-credences .devis-credence div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.devis-card ul.devis-options {
	margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.devis-credences .devis-credence div span {
	color: #313131;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.devis-card ul.devis-options li span {
	color: #313131;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* ==================================================================
   Checkout / Identification page â€” atelier custom layout
   ================================================================== */
body#checkout #footer {
	background: #000 !important;
}

body#checkout {
	background: #fff;
}

body#checkout #wrapper {
	padding: 0;
	background: #fff;
}
body#checkout .atelier-checkout {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 108px;
}

body#checkout .container {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body#checkout .container .row {
	width: 100%;
}
body#checkout #content-wrapper {
	padding: 0;
}

body#checkout #main {
	display: flex;
	justify-content: center;
}
body#checkout .atelier-cart__steps {
	display: flex;
	justify-content: space-between;
	width: 610px;
	list-style: none;
	padding: 0;
	position: relative;
	margin-bottom: 72px;
}
body#checkout .step__bullet {
	width: 48px;
	height: 48px;
	aspect-ratio: 1/1;
	border: 2px solid var(--brown);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
}
body#checkout .step__bullet svg {
	color: var(--brown);
}


body#checkout .step.is-active .step__bullet {
	background: var(--brown);
}
body#checkout .step.is-active .step__bullet svg {
	color: #FFF;
}

body#checkout .atelier-cart__steps p {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.8px; /* 110% */
}

body#checkout li.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

body#checkout li.step:not(:last-child)::after {	
	content: "";
    display: flex;
    height: 2px;
    width: 148px;
    background: #000;
    position: absolute;
    top: 25%;
}
body#checkout li.step:first-child::after {
	left: 150%;
}
body#checkout li.step:nth-child(2)::after {
	left: 110%;
}



/* Hide PrestaShop default checkout sidebar + step decorations on this page */
body#checkout .cart-grid-right { display: none; }
body#checkout .cart-grid-body { width: 100%; max-width: none; flex: 0 0 100%; }
body#checkout .checkout-step .step-title,
body#checkout .checkout-step .step-edit,
body#checkout .checkout-step .step-number { display: none; }
body#checkout .checkout-step { background: transparent; box-shadow: none; padding: 0; }

/* Identification form */
.devis-identification {
	min-width: 1058px;
	width: 1058px;
	background: #fff;
	border: 1px solid var(--brown);
	border-radius: 20px;
	padding: 40px 80px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.devis-id-title {
	color: #000;
	font-family: "Noto Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.devis-identification .form-group { 
	margin: 0; 
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.devis-identification .form-row {
	display: flex;
	gap: 14px;
}
.devis-identification .form-group-half { flex: 1; }

.devis-identification .form-label {
	color: #000;
	font-family: "Noto Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}


.devis-identification input[type="text"]::placeholder,
.devis-identification input[type="email"]::placeholder,
.devis-identification input[type="tel"]::placeholder {
	color: #4B4743;
}
.devis-identification input[type="text"],
.devis-identification input[type="email"],
.devis-identification input[type="tel"] {
	width: 100%;
	border: 1px solid #BDBDBD;
	border-radius: 10px;
	padding: 10px;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #4B4743;
	background: #fff;
	transition: border-color 0.15s;
	box-sizing: border-box;
}
.devis-identification input::placeholder { color: #888; }
.devis-identification input:focus {
	outline: none;
	border-color: var(--brown, #BC7E3D);
}

.devis-identification .radio-row {
	display: flex;
	gap: 28px;
	align-items: center;
}
.devis-identification .radio-row label {
	color: #000;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.devis-identification .radio-row input[type="radio"] {
	margin: 0;
	accent-color: var(--brown);
	width: 22px;
	height: 22px;
}

.devis-identification .form-hint {
	color: #3F3F3F;
	font-family: "Noto Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* intl-tel-input integration â€” make wrapper match other inputs */
.devis-identification .iti { width: 100%; }
.devis-identification .iti__selected-flag { padding: 0 12px; }
.devis-identification .iti--separate-dial-code .iti__selected-flag { 
	background: #fff; border-right: 1px solid #BDBDBD; border-radius: 10px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.devis-identification .iti input[type="tel"] { padding-left: 110px !important; }

.devis-identification .form-actions {
	display: flex;
	justify-content: center;
	margin: 0;
}

.btn-demander-devis {
	background: var(--brown, #BC7E3D);
	color: #fff;
	border: 0;
	padding: 14px 36px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
	transition: background 0.15s;
}
.btn-demander-devis:hover { background: #a36a30; }
.btn-demander-devis:disabled { opacity: 0.6; cursor: not-allowed; }



#header .row.two button.toggle {
	display: none !important;
}


/* ==================================================================
   CMS legal pages (Mentions lÃ©gales, Politique de confidentialitÃ©)
   styled to match the rest of the website
   Selectors scoped to section#content.page-cms so they don't leak to body
   ================================================================== */
section#content.page-cms {
	max-width: var(--width-fixed, 1340px);
	width: 100%;
	margin: 40px auto 80px;
	padding: 48px 56px;
	background: #fff;
	border: 1px solid #ECECEC;
	border-radius: 8px;
	font-family: "Noto Sans", sans-serif;
	color: #313131;
	line-height: 1.65;
	font-size: 16px;
}

section#content.page-cms h1,
section#content.page-cms h2 {
	color: #000;
	font-family: "STIX Two Text", "STIX Two Math", serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 32px;
	border-bottom: 1px solid var(--brown, #BC7E3D);
	padding-bottom: 16px;
}

section#content.page-cms h3 {
	color: var(--brown, #BC7E3D);
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin: 36px 0 12px;
	letter-spacing: 0.01em;
}

section#content.page-cms h4 {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin: 24px 0 8px;
}

section#content.page-cms p {
	margin: 0 0 16px;
	color: #333;
}

section#content.page-cms strong {
	color: #000;
	font-weight: 600;
}

section#content.page-cms em {
	color: #777;
	font-style: italic;
}

section#content.page-cms ul,
section#content.page-cms ol {
	margin: 0 0 20px;
	padding-left: 24px;
}

section#content.page-cms ul li,
section#content.page-cms ol li {
	margin-bottom: 8px;
	color: #333;
}

section#content.page-cms ul li::marker {
	color: var(--brown, #BC7E3D);
}

section#content.page-cms a {
	color: var(--brown, #BC7E3D);
	text-decoration: underline !important;
	text-underline-offset: 3px;
	transition: color 0.15s;
}

section#content.page-cms a:hover {
	color: #8B5E2A;
}

section#content.page-cms hr {
	border: 0;
	border-top: 1px solid #ECECEC;
	margin: 32px 0;
}

/* CMS pages: force white wrapper background + hide breadcrumb */
body#cms,
body.page-cms,
body#cms #wrapper,
body.page-cms #wrapper,
body#cms #main,
body.page-cms #main {
	background: #fff !important;
}
body#cms .breadcrumb,
body.page-cms .breadcrumb,
body#cms nav.breadcrumb,
body.page-cms nav.breadcrumb {
	display: none !important;
}

/* Center the page header on Mentions lÃ©gales (id 2) and Politique de confidentialitÃ© (id 7) */
body.cms-id-2 header.page-header,
body.cms-id-7 header.page-header {
	text-align: center;
}

/* Prevent long links/emails from overflowing on narrow screens */
section#content.page-cms a,
section#content.page-cms li,
section#content.page-cms p {
	overflow-wrap: anywhere;
	word-break: break-word;
}
section#content.page-cms {
	box-sizing: border-box;
}


	body#checkout section#content,
	body#checkout section.checkout-step,
	body#checkout .cart-grid-body {
		padding: 0 !important;
		margin: 0;
	}


@media (max-width: 1024px) {
/*=====================================*/
/*  HEADER  */
/*=====================================*/
	
	#header .row.three,
	#header .row.two #search_widget,
	#header .row.two .btnDevis,
	#header .row.one {
		display: none;
	}
	#header .row.three,
	#header .row.two {
		width: 90%;
	}
	#header .row.two {
		margin: 10px 0;
	}
	#header .row.two button.toggle:focus,
	#header .row.two button.toggle {
	    display: flex !important;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    gap: 5px;
	    border: none;
	    background: none;
	    width: 36px;
	    height: 36px;
	    padding: 0;
	    cursor: pointer;
	    z-index: 1001;
	    position: relative;
	    outline: none;
	}
	#header .row.two button.toggle svg {
		display: none;
	}
	#header .row.two button.toggle::before,
	#header .row.two button.toggle::after,
	#header .row.two button.toggle > span {
		content: '';
		display: block;
		width: 26px;
		height: 3px;
		background: #000;
		border-radius: 2px;
		transition: transform .25s ease, opacity .15s ease;
	}
	#header .row.two button.toggle > span {
		/* middle bar */
	}
	body.menu-open #header .row.two button.toggle::before {
		transform: translateY(8px) rotate(45deg);
	}
	body.menu-open #header .row.two button.toggle > span {
		opacity: 0;
	}
	body.menu-open #header .row.two button.toggle::after {
		transform: translateY(-8px) rotate(-45deg);
	}
	#header {
		position: unset;
	}
	#header .row.three {
		display: none;
		flex-direction: column;
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100svh;
	    width: 100%;
	    max-width: 100%;
	    gap: 30px;
	    background: #FFF;
	    z-index: 999;
	    margin: 0;
	    padding: 24px 20px;
	    overflow-x: hidden;
	    overflow-y: auto;
	    overscroll-behavior: contain;
	    transform: translateX(-100%);
	    transition: transform .25s ease;
	}
	#header .row.three.is-open {
		display: flex;
		transform: translateX(0);
	}
	#header .row.three.is-open::before {
		content: '';
		position: fixed;
		inset: 0;
		left: 100%;
		background: rgba(0, 0, 0, .4);
		z-index: -1;
	}
	#header .row.three a {
		font-size: 20px;
		padding: 0;
	}
	#header .row.three a svg {
		width: 30px;
		height: 30px;
	}
	#header .row.three li.parent {
		width: 100%;
		padding: 0;
	}

	#header .row.three li.parent:hover .mega-menu { display: none; }
	#header .row.three li.parent.is-active .mega-menu { display: grid; }
	#header .row.three .mega-menu {
		position: unset;
		overflow-x: auto;
		overflow-y: hidden;
		display: none;
		grid-template-columns: repeat(6, 1fr);
		gap: 16px;
		align-items: self-start;
		padding: 0;
		margin-top: 16px;
	}
	#header .row.three .mega-menu li {
		width: 200px;
	}
	#header .row.three .mega-menu .mega-menu-parent-link { display: block; }
		#header .row.three li.parent .mega-menu a {
			font-size: 14px;
		}
		#header .row.three .mega-menu .mega-menu-parent-link a {
			min-height: 131px;
			align-items: center !important;
		}
		#header .row.three li.parent a img {
			width: 100%;
			max-width: 200px;
		height: auto;
	}

/*=====================================*/
/*  Footer  */
/*=====================================*/
	#footer .content {
		width: 90%;
	}
	#footer .content .row:first-child {
		display: flex;
		flex-direction: column;
	}
	#footer .content .row:nth-child(2) .col:last-child,
	#footer .content .row:nth-child(2) {
		flex-direction: column;
		gap: 40px;
		width: 100%;
	}
	#footer .content .row:nth-child(2) .col:last-child ul,
	#footer .content .row:nth-child(2) .col:first-child {
		width: 100%;
	}
	#footer .content .row:nth-child(2) .col:first-child img.footerLogo {
		width: 250px;
	}
	#footer .content .row:last-child {
		display: flex;
		flex-wrap: wrap;
	}

/*=====================================*/
/*  Homepage  */
/*=====================================*/
	section.hero {
		width: 90%;
		height: 100%;
		flex-direction: column;
		gap: 40px;
		padding-bottom: 50px;
	}
	section.hero .right video, section.hero .right {width: 100svw;}
	section.hero .right .hero-slide video {width: 100%;}
	section.hero .right {
		position: relative;
		right: 0;
		order: -1;
	}
	section.hero .right .hero-slider, 
	section.hero .right .hero-slider .slick-list, 
	section.hero .right .hero-slider .slick-track {
		width: 100%;
	}
	section.hero .left {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	section.hero h1 {
		text-align: center;
	}

	section.about .content {
		width: 90%;
		flex-direction: column;
		gap: 40px;
	}
	section.about .content .right {
		width: 100%;
	}
	section.about .content .left {
		width: 100%;
		align-items: center;
	}
	section.about .content .left img:last-child {
		    margin-top: -20%;
    		margin-right: 0;
	}


	body#index .home section.NosMatieres {
		display: flex;
		justify-content: center;
	}
	body#index .home section.NosRealisations h2.title,
	body#index .home section.NosMatieres .content h2.title {
		text-align: center;
	}
	body#index .home section.NosMatieres .content p.text,
	body#index .home section.NosMatieres .content {
		width: 90%;
	}
	section.faq h2.title {text-align: center;}
	section.faq p.text {
		width: 100%;
	}
	body#index .home section.NosMatieres .cards {
		grid-template-columns: repeat(1, 1fr);
	}


	section.parcours .content {
		width: 90%;
		flex-direction: column;
		gap: 40px;
	}
	section.parcours .left {
		width: 100%;
	}
	section.parcours .content .right {
		width: 100%;
		align-items: center;
	}
	section.parcours .content .right img:last-child {
		margin-top: -20px;
		margin-left: 0;
	}


	section.PlansTravail {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	body#index .home section.PlansTravail .content {
		width: 90%;
	}
	section.PlansTravail h2.title {
		text-align: center;
	}
	body#index .home section.PlansTravail .content p.text {
		width: 100%;
		text-align: center;
	}
	.atelier-home-section__products {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.productCard .price span.price-suffix, .productCard .price {
		font-size: 22px;
	}
	.productCard .price span {
		font-size: 14px;
	}

	body#index .home section.NosRealisations {
		width: 90%;
	}
	body#index .home section.NosRealisations p.text {
		text-align: center;
	}
	body#index .home section.NosRealisations .gallery {
		flex-direction: column;
	}
	body#index .home section.NosRealisations .gallery .left .imgFullheight,
	body#index .home section.NosRealisations .gallery .right, 
	body#index .home section.NosRealisations .gallery .left {
		width: 100%;
	}
	body#index .home section.NosRealisations .gallery .right .row, 
	body#index .home section.NosRealisations .gallery .left .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}


	section.faq {
		width: 90%;
	}



/*=====================================*/
/*  About Page  */
/*=====================================*/
	body.cms-id-4 section.Nosengagements {
		width: 90%;
	}
	body.cms-id-4 section.Nosengagements p.text {
		width: 100%;
	}

	body.cms-id-4 section.Nosengagements .content {
		grid-template-columns: repeat(2, 1fr);
	}

	body.cms-id-4 section.Nosengagements .card.six,
	body.cms-id-4 section.Nosengagements .card.two {
		border-right: none;
	}

	body.cms-id-4 section.Nosengagements .card.five,
	body.cms-id-4 section.Nosengagements .card.six {
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	}


/*=====================================*/
/*  Nos-realisations  */
/*=====================================*/
	body.cms-id-6 .NosRealisations section.content {
		width: 90%;
	}
	body.cms-id-6 .NosRealisations section.content .gallery {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	body.cms-id-6 .NosRealisations section.content .gallery .right, 
	body.cms-id-6 .NosRealisations section.content .gallery .left {
		width: 100%;
	}
	body.cms-id-6 .NosRealisations section.content .gallery .right .row img {
		width: 100%;
	}
	body.cms-id-6 .NosRealisations section.content .gallery .right .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	body.cms-id-6 .NosRealisations section.content p.text,
	body.cms-id-6 .NosRealisations section.content h2.title {
		text-align: center;
	}

/*=====================================*/
/*  Contact Page  */
/*=====================================*/
	body#contact .contactFormContent {
		width: 90%;
	}
	body#contact .contactFormContent p.text {
		width: 100%;
	}
	body#contact .contactForm form,
	body#contact .contactForm .adr-row {
		flex-direction: column;
		gap: 20px;
	}
	body#contact .contactFormContent ul.info {
		flex-direction: column;
		gap: 20px;
		align-items: start;
	}
	body#contact .contactFormContent ul.info li {
		border: none;
		text-align: start;
	}
	body#contact .contactFormContent ul.info a {
		gap: 10px;
	}


/*=====================================*/
/*  Category Page  */
/*=====================================*/
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) section#main {
		width: 90%;
	}
	section.hero .right .hero-slider, section.hero .right .hero-slider .slick-list, 
	section.hero .right .hero-slider .slick-track {
		min-height: 485px;
		height: 485px;
	}

	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #js-product-list .products.row {
		    grid-template-columns: repeat(2, 1fr);
		    gap: 20px;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs {
		gap: 10px;
	}

	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory {
		width: 100%;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards {
		display: flex;
		flex-direction: column;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory p.text {
		text-align: center;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards.twocol {
		grid-template-columns: repeat(2, 1fr);
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) h2.title {
		text-align: center;
	}

/*=====================================*/
/*  Product Details Page  */
/*=====================================*/
	body#product .productDetails {
		width: 90%;
	}
	body#product .productDetails .row {
		flex-direction: column;
	}
	body#product .productDetails .row.one .col.right,
	body#product .productDetails .row.one .col.left {
		min-width: 100%;
		width: 100%;
	}
	body#product .productDetails .row.inputs .row {
		align-items: flex-start;
	}

	body#product .productDetails .row.one .col.right .fixedHeight {
		height: auto;
		overflow: unset;
	}

/*=====================================*/
/*  Panier Page  */
/*=====================================*/
	body#cart .atelier-cart {
		width: 90%;
	}
	body#cart #devis-summary .devis-block__cards {
		grid-template-columns: repeat(1, 1fr);
	}
	.devis-grid__cell {
		width: 100%;
	}

/* ==================================================================
   Checkout / Identification page Ã¢â‚¬â€ atelier custom layout
   ================================================================== */
	.devis-identification {
		width: 100%;
		min-width: 100%;	
		padding: 40px 40px;
	}

	body#checkout .container .row {
		padding: 0;
		margin: 0;
	}
	body#checkout section.checkout-step,
	body#checkout .cart-grid-body {
		padding: 0;
		margin: 0;
	}

	body#checkout section.checkout-step .content {
		padding: 0;
		width: 90%;
	}

	section#checkout-personal-information-step {
		display: flex;
		justify-content: center;
	}



	/* CMS legal pages (mentions lÃ©gales / politique de confidentialitÃ©) */
	section#content.page-cms {
		margin: 24px 16px 48px;
		padding: 32px 28px;
	}
	section#content.page-cms h1, section#content.page-cms h2 { font-size: 30px; margin-bottom: 24px; }
	section#content.page-cms h3 { font-size: 18px; margin-top: 28px; }
}

/* Body scroll-lock when off-canvas menu is open */
body.menu-open { overflow: hidden; }



@media (max-width: 768px) {
/*=====================================*/
/*  Homepage  */
/*=====================================*/
	section.hero h1 {
		font-size: 40px;
	}
	h2.title {
		font-size: 30px;
	}
	.atelier-home-section__products {
		grid-template-columns: repeat(1, 1fr);
	}

	section.faq .accoration .item .question {
		flex-wrap: wrap;
		align-items: start;
		justify-content: space-between;
		gap: 20px;
	}
	section.faq .accoration .item .question span {
		order: -1;
    	width: fit-content;
	}
	section.faq .accoration .item .question button {
		order: -1;
	    width: fit-content;
	    margin: 0;
	}

	section.faq .accoration .item .question p {
		width: 100%;
		font-size: 18px;
	}
	section.faq .accoration .item p.answer {
		font-size: 16px;
		width: 100%;
		margin: 0;
	}

    .btnsRow {
    	flex-wrap: wrap;
    }

    section.parcours .content .right img,
    section.about .content .left img {
    	width: 100%;
    }

    body#index .home section.NosMatieres .card div.content h3 {
    	font-size: 25px;
    }
    body#index .home section.NosMatieres .card div.content p {
    	font-size: 14px;
    }

    section.PlansTravail .btnsRow {
    	justify-content: center;
    }

    body#index .home section.NosRealisations .gallery,
    body#index .home section.NosRealisations .gallery .right .row, 
    body#index .home section.NosRealisations .gallery .left .row,
    body#index .home section.NosRealisations .gallery .left .imgFullheight, 
    body#index .home section.NosRealisations .gallery .right, 
    body#index .home section.NosRealisations .gallery .left {
    	gap: 10px;
    }


/*=====================================*/
/*  About Page  */
/*=====================================*/
	body.cms-id-4 section.Nosengagements .content {
		grid-template-columns: repeat(1, 1fr);
	}

	body.cms-id-4 section.Nosengagements .card.seven,
	body.cms-id-4 section.Nosengagements .card.five,
	body.cms-id-4 section.Nosengagements .card.three,
	body.cms-id-4 section.Nosengagements .card.one,
	body.cms-id-4 section.Nosengagements .card.six,
	body.cms-id-4 section.Nosengagements .card.two {
		border-right: none;
	}

	body.cms-id-4 section.Nosengagements .card.seven {
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	}

	body.cms-id-4 section.Nosengagements .card h3 {
		margin: 0;
	}

/*=====================================*/
/*  Nos-realisations  */
/*=====================================*/
	body.cms-id-6 .NosRealisations section.content .gallery .col,
	body.cms-id-6 .NosRealisations section.content .gallery .right, 
	body.cms-id-6 .NosRealisations section.content .gallery .left,
	body.cms-id-6 .NosRealisations section.content .gallery .right .row, 
	body.cms-id-6 .NosRealisations section.content .gallery .left .row,
	body.cms-id-6 .NosRealisations section.content .gallery {
		gap: 10px;
	}

/*=====================================*/
/*  Category Page  */
/*=====================================*/
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #js-product-list .products.row {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		width: 100%;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) #js-product-list{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards .right {
		grid-template-columns: repeat(1, 1fr);
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card h3 {
		font-size: 25px;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .card p {
		font-size: 14px;
	}
	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .sousCategory .cards.twocol {
		grid-template-columns: repeat(1, 1fr);
	}

/*=====================================*/
/*  Product Details Page  */
/*=====================================*/
	body#product .row.one .cards.col5,
	body#product .row.one .cards {
		grid-template-columns: repeat(3, 1fr);
	}	
		body#product .images-container .product-images>li.thumb-container .thumb {
			max-width: none;
		}
	body#product .productDetails h1 {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    row-gap: 0;
	    line-height: 32px;
	}

/*=====================================*/
/*  Panier Page  */
/*=====================================*/
	body#cart .atelier-cart__steps {
		width: 100%;
		gap: 15px;

	}
	body#cart li.step:not(:last-child)::after {
		display: none;
	}
	body#cart .atelier-cart__steps p {
		font-size: 15px;
	}
	body#cart li.step {
		width: 100%;
	}
	.devis-block__actions {
		justify-content: start;
	}
	.devis-block__actions {
		margin: 16px 0;
	}
	.devis-credences,
	body#cart #devis-summary .devis-block__cards .devis-card .devis-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.devis-grid__cell {
		border-right: none;
		padding-left: 0;
	}
	.devis-grid__cell:nth-child(4), 
	.devis-grid__cell:nth-child(5), 
	.devis-grid__cell:nth-child(6) {
		border-bottom: 1px solid #000;
	}
	.devis-grid__cell:last-child {
		border-bottom: none;
	}
/* ==================================================================
   Checkout / Identification page Ã¢â‚¬â€ atelier custom layout
   ================================================================== */
   body#checkout li.step:not(:last-child)::after {
   	display: none;
   }
   body#checkout li.step {
	width: 100%;
   }

   body#checkout .atelier-cart__steps {
   	    width: 100%;
        gap: 15px;
   }
   body#checkout .atelier-cart__steps p {
   	font-size: 15px;
   }
   .devis-identification .form-row,
   .devis-identification {
   	gap: 20px !important;
   }


   .js-devis-popup {
   		max-width: 90%;
   	    padding: 30px 20px;
   }

   /* CMS legal pages (mentions lÃ©gales / politique de confidentialitÃ©) */
   section#content.page-cms {
   		margin: 0;
   		padding: 20px;
   		font-size: 15.5px;
   		border-radius: 6px;
   }
   section#content.page-cms h1, section#content.page-cms h2 {
   		font-size: 26px;
   		margin-bottom: 20px;
   		padding-bottom: 12px;
   }
   section#content.page-cms h3 { font-size: 17.5px; margin: 28px 0 10px; }
   section#content.page-cms ul, section#content.page-cms ol { padding-left: 20px; }
}

/* Mobile */
@media (max-width: 600px) {
	.devis-identification { padding: 24px 18px; margin: 16px 8px 32px; }
	.devis-identification .form-row { flex-direction: column; gap: 0; }
	.devis-id-title { font-size: 22px; }
}

body#product .images-container .js-qv-mask.mask {
	overflow-x: unset !important;
    overflow-y: unset !important;
}

@media (max-width: 1024px) {

	body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image {
		height: 825px;
	}

	body#product .product-images li.thumb-container .thumb {
		height: 250px;
	}

}

@media (max-width: 1024px) {

	body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image {
		height: 750px;
	}

	body#product .product-images li.thumb-container .thumb {
		height: 200px;
	}

}

@media (max-width: 768px) {

	body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image {
		height: 700px;
	}

	body#product .product-images li.thumb-container .thumb {
		height: 180px;
	}

}

@media (max-width: 600px) {

	body#product .productDetails .row.one .col.left .product-cover-image.js-product-cover-image {
		height: 385px;
	}

	body#product .product-images li.thumb-container .thumb {
		height: 95px;
	}

	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) section#main,
	body#product div#content-wrapper {
		margin-top: 75px;
	}

	body#product .product-images li.thumb-container .thumb {
		height: 110px;
	}

	.productCard img, .productCard video {
		height: 255px;
	}

	.productCard .thumbnail-top, .productCard .product-thumbnail, .productCard picture {
		height: 255px;
	}

}

.hero-slider .hero-slide {
	overflow: hidden !important;
}

@media (max-width: 767px) {
	section.about {
		padding: 50px 0;
	}

	section.parcours {
		padding: 50px 0;
	}

	body#index .home section.PlansTravail.second {
		margin-top: 100px;
	}

	body#index .home section.NosRealisations {
		margin-top: 100px;
	}

	section.faq {
		margin-top: 100px;
	}

	#footer {
		margin-top: 100px;
	}

	body.cms-id-4 section.Nosengagements {
		margin-top: 85px;
	}

	body.cms-id-4 section.Nosengagements {
		margin-bottom: 85px;
	}

	body.cms-id-4 .about {
		padding-top: 0;
	}

	body#contact .contactFormContent {
		margin-top: 0;
	}

	.contactFormContent > .title {
		display: none;
	}

	#contact section.hero {
		padding-bottom: 20px;
	}

	.category-id-10 #main,
	.category-id-16 #main {
	 	margin-top: 20px !important;
	}

	body:is(#category, #search, #new-products, #best-sales, #prices-drop, #manufacturer, #supplier) .atelier-cat-tabs li:not(:first-child)::before {
		margin-right: 10px;
	}

	#header .row.three li.parent a {
		justify-content: space-between;
	}


}	
	#index .product-finitions { 
	display: none;}

	#index .productCard .h3.product-title{
		margin-bottom: 10px;
	}
