figure.wp-block-table {
	overflow: initial;
}
.wp-block-table td:empty:after {
	content: 'Empty cell';
	visibility: hidden;
}
.wp-block-table figcaption {
    font-style: italic;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-top: 20px;
}
table {
	border: 1px solid #dedede;
	margin: 10px 0px;
	border-spacing: 0;
}
figure.wp-block-table th {
	border: 1px solid #dedede;
	background: #EDEAE3;
	color: #000000;
	font-weight: bold;
	padding: 15px;
}
figure.wp-block-table td {
	border: 1px solid #dedede;
	padding: 15px;
}
figure.wp-block-table thead {
	border: none;
}
footer {
	position: relative;
	background: #000000;
	color: #FFFFFF;
	z-index: 1;
	text-align: center;
}
#footerInner {
    position: relative;
    width: 90%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
#signature {
    font-size: 13px;
    color: #FFFFFF;
    padding: 0 5% 25px 5%;
}
::-moz-selection {
	background-color: #EDEAE3;
	color: #000000;
}
::selection {
	background-color: #EDEAE3;
	color: #000000;
}
#wrapperInner .wp-block-image {
    margin: 0;
}
#wrapperInner figure.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-right: -2%;
	margin-bottom: -2%;
	gap: 0;
}
#wrapperInner figure.wp-block-gallery > figure {
	width: 23.5% !important;
	flex-grow: initial;
	margin: 0 2% 2% 0 !important;
}
#wrapperInner figure.wp-block-gallery > figure:nth-child(4n) {
	margin-right: 0 !important;
}
#wrapperInner .wp-block-column figure.wp-block-gallery > figure {
	width: 48% !important;
}
#wrapperInner figure.wp-block-gallery > figure img {
    transition: 0.2s ease-in-out;
    width: 100% !important;
    max-height: 210px !important;
    flex: initial !important;
    height: 15vw !important;
    object-fit: cover;
}
#wrapperInner figure.wp-block-gallery > figure img:hover {
	opacity: 0.8;
}
body:not(.home) #wrapperInner p a,
body:not(.home) #wrapperInner li a {
	transition: 0.2s ease-in-out;
}
body:not(.home) #wrapperInner p a:hover,
body:not(.home) #wrapperInner li a:hover {
	color: #B5ACA1;
}
#wrapperInner .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child {
	margin-top: 0;
}
#wrapperInner .wp-block-column > :last-child,
#wrapperInner .wp-block-cover__inner-container > :last-child,
#wrapperInner div#text .wp-block-group__inner-container > div:last-child {
	margin-bottom: 0;
}
#wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group),
#wrapperInner div#text > figure,
#wrapperInner div#text > ul,
#wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container,
#wrapperInner div#text > p {
	width: 90%;
	max-width: 1300px;
	margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
#wrapperInner div#text > ul {
	padding-left: 15px;
}
.wp-block-cover {
	overflow: hidden;
}
.wp-block-cover img {
    transition: transform 0.4s ease-out;
}
.wp-block-cover.is_hovered img {
	transform: scale(1.1);
}
.wp-block-group__inner-container > .wp-block-cover h2 {
    max-width: 740px;
    margin: 0 auto;
}
div .wp-block-image figcaption {
    margin-top: 15px;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}
.wp-block-columns.gap10,
.gap10 {
	gap: 10px;
}
.wp-block-columns.gap20,
.gap20 {
	gap: 20px;
}
.wp-block-columns.gap30,
.gap30 {
	gap: 30px;
}
.wp-block-columns.gap40,
.gap40 {
	gap: 40px;
}
.wp-block-columns.gap50,
.gap50 {
	gap: 50px;
}




/* ----------------------- PAGE CONTACT / FORMULAIRES ----------------------- */

body.contact #container {
    margin: 0px;
}
.wpforms-container ul li:before {
	display: none;
}
div form.wpforms-form {
	position: relative;
}
div div.wpforms-container-full button[type=submit]:focus:after {
	display: none;
}
@media (min-width: 1200px) {
	div .wpforms-container .wpforms-submit-container {
		position: absolute;
		right: 0;
		bottom: -20px;
		margin: 0;
		padding: 0;
	}
}
#wrapper div div.wpforms-container-full input:focus,
#wrapper div div.wpforms-container-full textarea:focus {
    border-color: #000000;
    box-shadow: 0 0 0 1px #000000, 0px 1px 2px rgba(0,0,0,0.15);
}
#wrapper div div.wpforms-container-full ::placeholder {
	color: #969696;
	opacity: 1;
}
#wrapperInner .wpforms-confirmation-container-full p {
    margin: 0;
}
#wrapper div .wpforms-field-container div.wpforms-field {
	padding: 12px 0;
}


/* ------------------------- PAGE 404 ------------------------- */

body.error404 #chapterPicture > .title_and_bc:first-child {
    position: relative;
    top: 0;
    border: none;
    padding: 60px;
}
body.error404 .widget_breadcrumb {
	display: none;
}
body.error404 #chapterPicture {
	height: auto !important;
}
body.error404 article {
	text-align: center;
}
body:not(.home).error404 .title_and_bc h1 {
	margin: 0;
}




/* ------------------------------- SLICK ------------------------------- */

.slick-slider {
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

body:not(.home) #wrapperInner p {
	margin: 0 0 15px 0;
}
body:not(.home) #wrapperInner figure + *:not(.infos),
#wrapperInner .wp-block-image + p {
    margin-top: 20px;
}
div .wp-block-cover .wp-block-cover__inner-container {
    width: 90%;
    max-width: 1140px;
}
div :where(.wp-block-columns.is-layout-flex) {
    gap: 3em;
}



.no-margin {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wp-block-column {
    box-sizing: border-box;
}
@media (min-width: 980px) {
	.is_hidden_on_desktop {
		display: none !important;
	}
}
.wp-block-separator {
    margin: 20px 0px;
    max-width: 100px;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
    width: 100px;
    margin-top: 5px;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background {
    align-self: initial;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


/* masonry */
#wrapperInner figure.wp-block-gallery.masonry-display {
    display: block;
    columns: 2;
	gap: 2em;
	margin: 0px;
}
#wrapperInner figure.wp-block-gallery.masonry-display > figure {
    width: initial !important;
	break-inside: avoid;
    margin: 0 0 2em 0 !important;
}
#wrapperInner figure.wp-block-gallery.masonry-display > figure img {
    width: auto !important;
    max-height: none !important;
    height: auto !important;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
	columns: 3;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-4 {
	columns: 4;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-5 {
	columns: 5;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-6 {
	columns: 6;
}


.wp-block-columns {
	margin-bottom: 2.25em;
}

@media (max-width: 930px) {
	.wp-block-spacer {
		max-height: 70px;
	}
	#container {
		margin: 0px 0px 70px 0px;
	}
	.is_hidden_on_mobile {
		display: none !important;
	}
	.invert-columns-order {
		flex-direction: column-reverse;
	}
	div :where(.wp-block-columns.is-layout-flex) {
		gap: 2em;
	}
}
@media (max-width: 980px) {
	body #baguetteBox-overlay .full-image img {
		max-height: 85%;
		max-width: 85%;
	}
	#wrapperInner figure.wp-block-gallery.masonry-display > figure {
		margin: 0 0 1.2em 0 !important;
	}
	#wrapperInner figure.wp-block-gallery.masonry-display {
		gap: 1.2em;
	}
	html body {
		--wp--preset--spacing--20: 2.5vw;
		--wp--preset--spacing--30: 2.5vw;
		--wp--preset--spacing--40: 2.5vw;
		--wp--preset--spacing--50: 5vw;
		--wp--preset--spacing--60: 5vw;
		--wp--preset--spacing--70: 5vw;
	}
}
@media (max-width: 850px) {
	#wrapperInner figure.wp-block-gallery > figure {
		width: 48% !important;
		margin: 0 4% 4% 0 !important;
	}
	#wrapperInner figure.wp-block-gallery > figure:nth-child(even) {
		margin-right: 0 !important;
	}
	#wrapperInner figure.wp-block-gallery > figure img {
		max-height: initial !important;
		height: 26vw !important;
	}
}











footer img,
footer svg {
    filter: invert(1);
	transition: 0.3s;
}
#footerInner > div {
    width: 45%;
    position: relative;
}
footer svg:hover {
	opacity: 0.5;
}
#footerInner > div:nth-child(1):after {
    content: '';
    width: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -55px;
}









#edito {
    background: #EDEAE3;
    padding: 140px 0;
}
#edito .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
}
#edito img {
    width: calc(100% - 680px);
    height: auto;
    max-height: 850px;
    object-fit: cover;
}
#edito .txt {
    width: 50%;
    max-width: 530px;
}
#edito h2 {
	margin-bottom: 60px;
}
#edito h2 + p {
	margin-bottom: 20px;
}
#edito .txt > :last-child a {
	margin-top: 50px;
	color: #000000;
}









#equipe {
    background: #EDEAE3;
    padding-bottom: 140px;
}
#equipe .container {
    width: 90%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
#equipe img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}
#equipe .txt {
    width: calc(100% - 450px);
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#equipe h2 {
    margin: 0 0 50px 0;
}
#equipe .inner > :last-child {
    margin: 35px 0 0 0;
}
#equipe .inner {
	max-width: 810px;
}
#equipe .img {
    width: 450px;
    padding: 100px 0;
    position: relative;
}
#equipe .img:after {
	content: '';
	width: 50%;
	height: 100%;
	background: #FFFFFF;
	z-index: 1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
}










#services {
    text-align: center;
    padding: 130px 0 140px 0;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}
#services > p {
    font-size: 60px;
    line-height: 1;
    max-width: 990px;
    letter-spacing: 0;
    margin: 0 auto 130px;
    position: relative;
}
#services > p em {
    text-transform: uppercase;
    font-weight: 700;
}
#services > p br {
    display: none;
}
#services > p br + span + br {
    display: block;
}
#services p .letter,
#decouvrez h2 .letter {
	display: inline-block;
	line-height: 1em;
	opacity: 0;
}
#services .flex {
    display: flex;
    justify-content: space-between;
}
#services .flex > div {
    width: 31%;
	position: relative;
	box-sizing: border-box;
}
#services .titre img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	filter: brightness(0.85);
}
#services .presta {
	padding: 70px 40px;
	background: #EDEAE3;
}
#services > p:before {
    content: '';
    width: 130px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    top: -42px;
    margin: auto;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    pointer-events: none;
}
#services .titre h2 {
    position: relative;
    z-index: 2;
    padding-top: 70px;
    color: #FFFFFF;
    font-weight: 600;
}
#services .presta > p:first-child {
    max-width: 280px;
    margin: 0 auto 50px;
}
#services .presta > :last-child {
	margin: 45px 0 0 0;
}
#services .presta > :last-child a {
	color: #000000;
}






#decouvrez > .txt > p:first-child,
#services .presta > p:first-child,
#logos span.h2_like {
	font-size: 28px;
	display: block;
	line-height: 1.15em;
	text-transform: uppercase;
    font-weight: 600;
}
#services .presta > p:first-child {
	font-weight: 400;
}





#decouvrez {
    text-align: center;
}
#decouvrez > div {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}
#decouvrez > .txt > p:not(:first-child) {
	max-width: 490px;
	margin: 30px auto;
}
#decouvrez .flex {
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}


.real_home {
	width: 31%;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #FFFFFF;
}
.real_home img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.real_home:hover img {
	filter: opacity(0.2);
}
.real_home .txt {
    position: relative;
    z-index: 1;
    padding: 60px 40px;
	opacity: 0;
	transition: 0.3s;
}
.real_home:hover .txt {
	opacity: 1;
}
.real_home .txt p {
    margin: 0;
	font-weight: 400;
}
.real_home .txt > p:first-child {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.real_home .txt a {
    width: 44px;
    height: 44px;
    background: url(/wp-content/themes/alenversdudecor/images/white-arrow.svg) no-repeat center center, #000000;
    display: block;
    margin: 25px auto 0;
    border-radius: 99px;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 22px;
    transition: 0.3s;
}
.real_home .txt a:hover {
	width: 64px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.real_home:after {
    content: '';
    width: 44px;
    height: 44px;
    background: url(/wp-content/themes/alenversdudecor/images/white-arrow.svg) no-repeat center center, #12151c;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    transition: 0.3s;
    background-size: 22px;
    filter: invert(1);
}
.real_home:hover:after {
	opacity: 0;
}
.real_home:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}




.real1 {
    height: 33vw;
	max-height: 555px;
}
.real2, .real4 {
    height: 27.5vw;
	max-height: 465px;
}
.real3 {
    height: 38.3vw;
    margin-top: 5.1vw;
	max-height: 645px;
}
.real2 {
    margin-top: 10.2vw;
}
@media (min-width: 1700px) {
	.real2 {
		margin-top: 170px;
	}
	.real3 {
		margin-top: 85px;
	}
}



#decouvrez .titre {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	margin-top: -20px;
}
#decouvrez h2 {
	text-align: left;
	max-width: 800px;
	font-size: 60px;
	margin: 0;
}
#decouvrez .titre a {
    top: -8px;
}
#decouvrez h2 > br:nth-of-type(2) {
    display: none;
}



#decouvrez .bas {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
}
#decouvrez .av_ap {
    width: 60%;
	position: relative;
}
#decouvrez .av_ap:before {
    content: '';
    background: #EDEAE3;
    position: absolute;
    top: 90px;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
img-comparison-slider {
    height: 40vw;
    width: 100%;
	outline: none;
	display: block;
	max-height: 675px;
}
img-comparison-slider > img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
img-comparison-slider [slot='second'] {
	display: none;
}
img-comparison-slider.rendered [slot='second'] {
	display: unset;
}

/* quand déplacement d'autres éléments en JS */
#decouvrez .bas > .av_ap:only-child {
    width: 100%;
}
#decouvrez .bas > .av_ap:only-child img-comparison-slider {
	height: 64vw;
	max-height: initial;
}







#logos {
    padding: 125px 0 70px 0;
	background: #EDEAE3;
}
#logos .container {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
	text-align: center;
}
#logos .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-top: 35px;
}
#logos .marquee > div:not(:first-child) {
	display: none;
}
#logos img {
    max-height: 150px;
    max-width: 190px;
    height: auto;
    width: auto;
	filter: grayscale(1);
}










#tem {
    position: relative;
    padding-bottom: 100px;
}
#tem:before {
	content: '';
	position: absolute;
	top: 0;
	height: 235px;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: -1;
	background: #EDEAE3;
}
#tem .container {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#tem .tem {
    background: #FFFFFF;
    width: 31%;
    box-sizing: border-box;
    text-align: center;
    padding: 60px 60px 0 60px;
}
#tem .tem img {
    margin-bottom: 35px;
}
#tem .tem img + p {
    font-weight: 400;
}
#tem .tem > p:last-child {
    margin: 25px 0 0 0;
}

#wrapper div.wpforms-container-full button[type=submit]:focus:after {
	display: block;
}




.wp-block-column.deux-images {
    position: relative;
}
.wp-block-column.deux-images > figure {
    height: calc(50% + 40px);
    width: calc(100% - 80px);
}
.wp-block-column.deux-images > figure:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
}
.wp-block-column.deux-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

















/* -------------------- BLOC REQUETE - Pour faire comme une page actu en requetant un CPT par ex. ---------------------- */

.wp-block-query > ul {
    margin: 0;
	columns: 3;
	gap: 40px;
}
.wp-block-query > ul > li {
	margin-bottom: 40px;
}
.wp-block-query > ul > li:before {
	display: none;
}

.wp-block-query > ul > li img {
    width: 100%;
	height: auto;
    object-fit: cover;
	min-height: 300px;
}
.wp-block-query .infos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    text-align: center;
    padding: 40px;
    transition: 0.4s;
    background: rgba(255,255,255,0.8);
	opacity: 0;
}
.wp-block-query li:hover .infos {
	opacity: 1;
}
.wp-block-query a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
	width: auto;
}
.wp-block-query .infos h2 {
    text-transform: initial;
    font-size: 28px;
	margin-bottom: 10px;
	transition: 0.4s;
}
body:not(.home) #wrapperInner .wp-block-query .infos p.wp-block-post-excerpt__excerpt {
    margin: 20px 0 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	max-height: 101px;
	transition: 0.4s;
}
@media (min-width: 851px) {
	.wp-block-query li:hover .infos h2 {
		margin-bottom: 5px;
	}
	body:not(.home) #wrapperInner .wp-block-query li:hover .infos p.wp-block-post-excerpt__excerpt {
		margin-top: 10px;
	}
}








.titre_filtres {
    text-align: center;
}
.btns_filter {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 25px 0 0 0;
    padding-bottom: 35px;
}
.btns_filter span:hover {
    cursor: pointer;
	opacity: 0.7;
}

.btns_filter span {
	transition: 0.3s;
	margin: 0;
	position: relative;
}
.btns_filter span.active {
	margin: 0 15px;
}
.btns_filter span:not(.reset):before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    background: #EDEAE3;
    top: -8px;
    bottom: -8px;
    z-index: -1;
    border-radius: 3px;
    transform: scale(0.6);
    transition: 0.3s;
    opacity: 0;
}
.btns_filter span:not(.reset).active:before {
	transform: scale(1);
	opacity: 1;
}
.btns_filter > span:first-child {
	margin-left: 30px;
}

.btns_filter span.reset {
	font-weight: 500;
	width: 0;
    white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
.btns_filter span.reset.show {
	width: 92px;
	margin: 0 15px 0 0;
}


body.page_real #page {
	overflow: visible;
}
#detail_real p {
    position: sticky;
    top: 165px;
    background: #EDEAE3;
    padding: 40px;
    font-size: 22px;
}
body:not(.home) #wrapperInner #detail_real figure + *:not(.infos) {
    margin-top: 50px;
}
#detail_real img {
	width: 100%;
}






body.parent-pageid-468 #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group),
body.parent-pageid-468 #wrapperInner div#text > figure,
body.parent-pageid-468 #wrapperInner div#text > ul,
body.parent-pageid-468 #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container,
body.parent-pageid-468 #wrapperInner div#text > p,
body.parent-pageid-406 #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group),
body.parent-pageid-406 #wrapperInner div#text > figure,
body.parent-pageid-406 #wrapperInner div#text > ul,
body.parent-pageid-406 #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container,
body.parent-pageid-406 #wrapperInner div#text > p {
	max-width: 1200px;
}





@media (max-width: 1300px) {
	#services > p,
	#decouvrez h2 {
		font-size: 46px;
		max-width: 900px;
	}
	#decouvrez .titre {
		margin-top: 0;
	}
}









@media (max-width: 1110px) {
	#edito img {
		width: calc(100% - 600px);
	}
}
@media (max-width: 990px) {
	#edito .container {
		flex-direction: column;
		gap: 50px;
	}
	#edito {
		padding: 70px 0;
	}
	#edito .txt {
		width: 100%;
		max-width: 100%;
	}
	#edito img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 1150px) {
	#equipe .img:after {
		display: none;
	}
	#equipe {
		background: #FFFFFF;
		padding-bottom: 0;
	}
	#equipe .container {
		flex-direction: column;
		gap: 50px;
		padding-top: 60px;
	}
	#equipe .txt {
		width: 100%;
		padding: 0;
	}
	#equipe .img {
		width: 100%;
		padding: 0;
	}
	#services .flex {
		overflow-y: scroll;
	}
	#services .flex > div {
		width: 390px;
		flex-shrink: 0;
	}
	#services .flex > div:not(:last-child) {
		margin-right: 30px;
	}
	#services .flex::-webkit-scrollbar {display:none;}
}
@media (max-width: 850px) {
	#services > p, #decouvrez h2 {
		font-size: 5.3vw;
	}
}
@media (max-width: 970px) {
	#services .flex > div {
		width: 38vw;
	}
	#services {
		padding-bottom: 80px;
	}
}
@media (max-width: 750px) {
	#services .flex > div {
		width: 75vw;
		height: 100vw;
	}
	#services .titre h2 {
		padding: 0;
		height: 100%;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#services .titre img {
		filter: brightness(0.8);
	}
	#services .presta {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#services .presta > p:first-child {
		margin-bottom: 15px;
	}
	#services .presta > :last-child {
		margin: 18px 0 0 0;
	}
}
@media (max-width: 1020px) {
	#decouvrez .txt img {
		display: none;
	}
	#decouvrez > .txt {
		text-align: left;
		padding-bottom: 35px;
	}
	#decouvrez > .txt > p:not(:first-child) {
		max-width: 100%;
		margin: 0;
	}
	#decouvrez .flex {
		overflow-x: scroll;
		gap: 30px;
	}
	.real1,
	.real2,
	.real3,
	.real4 {
		margin-top: 0;
		max-height: initial;
		height: 50vw;
	}
	.real_home {
		width: 50vw;
		flex-shrink: 0;
	}
	#decouvrez .bas .real4 {
		display: none; /* car déplacé en JS */
	}
	#decouvrez .flex::-webkit-scrollbar {display:none;}

	#decouvrez .av_ap:before {
		display: none;
	}
	#decouvrez > div.titre {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 40px;
		background: #EDEAE3;
		padding: 50px;
		box-sizing: border-box;
		margin-top: 80px;
	}
	#decouvrez h2 {
		text-align: center;
	}
	#decouvrez .av_ap {
		width: 100%;
		margin-bottom: 80px;
	}
	img-comparison-slider {
		height: 66vw;
	}
}
@media (max-width: 750px) {
	.real_home, .real1, .real2, .real3, .real4 {
		width: 75vw;
		height: 75vw;
	}
}
@media (min-width: 1020px) {
	#decouvrez .flex .real4 {
		display: none; /* car déplacé en JS */
	}
}

@media (max-width: 1220px) {
	#logos img {
		max-height: 90px;
		max-width: 190px;
	}
	body.logos_bottom_charges #logos .flex {
		margin-top: 40px;
		padding-right: 80px;
		animation: marquee 20s linear infinite;
		will-change: transform;
	}
	#logos .marquee > div:not(:first-child) {
		display: flex;
	}
	#logos .marquee {
		display: flex;
	}
	@keyframes marquee {
		0% {
			transform: translateX(0);
		}
		95% {
			transform: translateX(-95%);
		}
		100% {
			transform: translateX(-100%);
		}
	}
	@-webkit-keyframes marquee {
		0% {
			transform: translateX(0);
		}
		95% {
			transform: translateX(-95%);
		}
		100% {
			transform: translateX(-100%);
		}
	}
}
@media (max-width: 1050px) {
	#tem .tem img {
		margin-bottom: 5px;
	}
	#tem:before {
		display: none;
	}
	#tem .container {
		flex-direction: column;
		padding-top: 10px;
	}
	#tem .tem {
		width: 100%;
	}
	#tem {
		padding-bottom: 65px;
	}
}
@media (max-width: 700px) {
	#footerInner > div:nth-child(1):after {
		display: none;
	}
	#footerInner {
		flex-direction: column;
		gap: 15px;
	}
	#footerInner > div {
		width: 100%;
	}
}
@media (max-width: 781px) {
	.deux-images {
		min-height: 80vw;
	}
}






@media (max-width: 850px) {
	span.h3_like.titre_filtres {
		text-align: left;
	}
	.btns_filter {
		justify-content: flex-start;
		white-space: nowrap;
		position: relative;
		overflow-x: scroll;
        padding-top: 10px;
		margin-top: 20px;
	}
	.btns_filter::-webkit-scrollbar {
		display: none;
	}
	.btns_filter > span:first-child {
		margin-left: 0;
	}
	.btns_filter > span:first-child.active {
		margin-left: 20px;
	}
	.btns_filter span {
		flex-shrink: 0;
	}
	#filtres {
		position: relative;
		margin-bottom: 10px;
	}
	#filtres:after {
		content: '';
		width: 70px;
		height: 40px;
		background: linear-gradient(90deg, transparent, #FFFFFF);
		position: absolute;
		bottom: 25px;
		right: 0;
		pointer-events: none;
	}
	.btns_filter span.reset, .btns_filter span.reset.show {
		margin-right: 35px;
	}
	.wp-block-query .infos {
		opacity: 1;
	}
	.wp-block-query > ul {
		gap: 30px;
	}
	.wp-block-query > ul > li {
		margin-bottom: 30px;
	}
	.wp-block-query > ul > li img {
		min-height: 180px;
	}
	.wp-block-query .infos h2 {
		font-size: 22px;
		margin-bottom: 0;
	}
	body:not(.home) #wrapperInner .wp-block-query .infos p.wp-block-post-excerpt__excerpt {
		font-size: 14px;
		margin-top: 10px;
	}
}
@media (max-width: 1180px) {
	.wp-block-query > ul {
		columns: 2;
	}
}






@media (max-width: 500px) {
    #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group), 
	#wrapperInner div#text > figure, 
	#wrapperInner div#text > ul, 
	#wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container, 
	#wrapperInner div#text > p, 
	div .wp-block-cover .wp-block-cover__inner-container,
	#edito .container, #equipe .container, #decouvrez > div,
	#logos .container, #services > p, #tem .container {
		width: 87%;
	}
	.baguetteBox-button#previous-button,
	.baguetteBox-button#next-button {
		display: block !important;
		transform: scale(0.7);
	}
    .wp-block-spacer {
		max-height: 50px;
	}
	#wrapperInner p + .wp-block-spacer {
		margin-top: -5px;
	}
	#container {
		margin: 0px 0px 60px 0px;
	}
	body:not(.home) h3 {
		margin-bottom: 10px;
	}
    body:not(.home) #wrapperInner {
		padding-top: 45px;
	}
	#wrapperInner figure.wp-block-gallery > figure {
		width: 48% !important;
		margin: 0 4% 4% 0 !important;
	}
	#wrapperInner figure.wp-block-gallery > figure img {
		height: 30vw !important;
	}
	td {
		font-size: 14px;
	}
	html body {
		--wp--preset--spacing--20: 5vw;
		--wp--preset--spacing--30: 5vw;
		--wp--preset--spacing--40: 5vw;
		--wp--preset--spacing--50: 7.5vw;
		--wp--preset--spacing--60: 7.5vw;
		--wp--preset--spacing--70: 7.5vw;
		--wp--preset--spacing--80: 45px;
		--wp--preset--font-size--small: 13px;
		--wp--preset--font-size--medium: 18px;
		--wp--preset--font-size--large: 24px;
		--wp--preset--font-size--x-large: 30px;
	}
	div .wp-block-cover, 
	div .wp-block-cover-image {
		min-height: 350px;
	}
	#wrapperInner figure.wp-block-gallery.masonry-display.columns-5,
	#wrapperInner figure.wp-block-gallery.masonry-display.columns-4,
	#wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
		columns: 2;
	}
	.wp-block-columns {
		margin-bottom: 1.75em;
	}
	div .wpforms-container .wpforms-submit-container {
		text-align: center;
		margin-bottom: 15px;
	}
	#wrapper div .wpforms-field-container div.wpforms-field {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 8px;
	}




	#signature {
		font-size: 12px;
		padding: 0 6.5% 25px;
	}
	h2 {
		font-size: 7.35vw;
	}
	h3, #edito h2 + p, h2.h3_like, span.h3_like {
		font-size: 20px;
	}
	#edito h2 + p {
		margin-bottom: 0;
	}
	#edito h2,
	#equipe h2 {
		margin-bottom: 30px;
	}
	#edito .txt > :last-child a,
	#equipe .inner > :last-child {
		margin-top: 20px;
	}
	#decouvrez h2,
	#services > p {
		font-size: 8.4vw;
	}
	#services > p br,
	#decouvrez h2 br {
		display: block;
	}
	#services > p br + span + br {
		display: none;
	}
	#services .flex > div:not(:last-child) {
		margin-right: 6.5vw;
	}
	#services .flex {
		scroll-snap-type: x mandatory;
		padding-left: 6.5vw;
		padding-right: 6.5vw;
	}
	#services .flex > div {
		width: 75vw;
		scroll-snap-align: center;
	}
	#services .flex > div:not(:last-child) {
		margin-right: 6.5vw;
	}
	#services {
		width: 100%;
	}
	#decouvrez > .txt > p:first-child,
	#services .presta > p:first-child, #logos span.h2_like,
	.real_home .txt > p:first-child {
		font-size: 22px;
	}
	#services {
		padding-bottom: 70px;
	}
	#decouvrez > div.flex {
		width: 100%;
		padding-left: 6.5vw;
		padding-right: 6.5vw;
		box-sizing: border-box;
		scroll-snap-type: x mandatory;
		gap: 25px;
	}
	.real_home {
		scroll-snap-align: center;
	}
	.real_home .txt a {
		width: 38px;
		height: 38px;
		background-size: 18px;
	}
	#decouvrez > .txt {
		padding-bottom: 6.25vw;
	}

	#decouvrez > div.titre {
		padding: 58px 0 55px 0;
	}
	#decouvrez h2 > br:nth-of-type(2) {
		display: block;
	}
	#decouvrez .av_ap {
		margin-bottom: 6.5vw;
	}
	#decouvrez .bas {
		margin-top: 6.5vw;
	}
	img-comparison-slider > svg {
		width: auto;
		height: 30px;
	}
	#logos img {
		max-height: 80px;
		max-width: 130px;
	}
	#logos {
		padding: 85px 0 70px 0;
	}
	body.logos_bottom_charges #logos .flex {
		gap: 50px;
		padding-right: 50px;
		margin-top: 35px;
		animation-duration: 10s;
	}

	.wp-block-column.deux-images > figure {
		height: calc(50% + 20px);
		width: calc(100% - 9vw);
	}
	.wp-lightbox-overlay {
		outline: none;
	}
	body .wp-lightbox-container button {
		opacity: 1;
	}
	#chapterPicture img {
		filter: brightness(0.75);
	}
	h2 + .wp-block-spacer + h3 {
		margin-top: 0;
	}
	#wrapper ul li:before {
		width: 5px;
		height: 5px;
		top: 8px;
	}
	#filtres:after {
		width: 50px;
	}
	.btns_filter {
		margin-top: 15px;
	}
	.btns_filter span.reset, .btns_filter span.reset.show {
		margin-right: 20px;
	}
	.wp-block-query > ul {
		columns: 1;
	}
	.wp-block-query > ul > li {
		margin-bottom: 6.5vw;
	}
	.wp-block-query .infos h2 {
		font-size: 26px;
	}
	#wpforms-form-11 {
		margin-top: -15px;
	}
	#wrapper .wpforms-container .wpforms-submit-container {
		margin-top: 30px;
	}
	#tem .tem {
		padding: 45px 0 0 0;
	}
	#tem .tem > p:last-child {
		margin: 15px 0 0 0;
	}

	.invert-columns-order:has(.deux-images) {
		flex-direction: initial;
	}
	.invert-columns-order:has(.deux-images) .deux-images {
		order: 99;
	}
}




/* 20260402 - suite rajout avis google */
#tem .container {
	display: block;
	min-height: 378px;
}
#tem {
	background: #EDEAE3;
}
@media (max-width: 500px) {
	#tem .container {
		min-height: 430px;
	}
}