/*
Theme Name: Garden Alu
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}





@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/gardenalu/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/gardenalu/fonts/montserrat-v31-latin-500.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/gardenalu/fonts/montserrat-v31-latin-600.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/gardenalu/fonts/montserrat-v31-latin-700.woff2') format('woff2');
}




* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #171717;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #171717;
	-webkit-font-smoothing: antialiased;
}
button {
	font-family: 'Montserrat';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-weight: bold;
}
h1 {
    font-size: 56px;
    margin: 0px 0px 60px 0px;
    font-weight: 600;
}
h1 em {
	font-style: normal;
	color: #C0AF7C;
}
h2,
#form > p:first-child,
#avis .c > p {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 400;
}
h2 em,
#form > p:first-child em,
#avis .c > p em {
    font-style: normal;
    font-weight: 600;
}
h2 strong {
	font-weight: 600;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a {
	color: #171717;
  	text-decoration: underline;
}
p {
	margin: 10px 0px;
	line-height: 150%;
}
ul, ol {
	margin: 10px 0px 10px 20px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0px 0px 0px 30px;
}
li {
  	line-height: 150%;
}
sup {
    font-size: smaller;
    vertical-align: text-bottom;
}
#nested .smart-menu {
	display: none;
}
#nested {
    position: absolute;
    height: 60px;
    z-index: 2;
    right: 490px;
    top: 0;
    bottom: 0;
    margin: auto;
	transition: 0.3s;
}
#nested .firstLevel {
	height: 60px;
	margin: 0px;
	text-align: center;
}
#nested .firstLevel li {
	position: relative;
	display: inline-block;
	height: 60px;
	transition: 0.25s opacity;
}
#nested .firstLevel li a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #171717;
	padding: 0px 15px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
#nested .firstLevel li a span {
	display: block;
	height: 60px;
	line-height: 60px;
}
#nested .firstLevel li ul {
	position: absolute;
	width: 260px;
	height: 0px;
	background: #FFFFFF;
	margin-left: -130px;
	margin-top: -20px;
	box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
	left: 50%;
	top: auto;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
	border-radius: 10px;
}
#nested .firstLevel li#menu-item-262 ul {
    width: 380px;
}
#nested .firstLevel > li:hover > ul {
	height: auto;
	opacity: 1;
	margin-top: 0px;
	padding: 0;
}
#nested .firstLevel li ul li {
	display: block;
	height: auto;
	padding: 0 10px;
	border-bottom: 1px solid #EDEDED;
	transition: 0.4s;
}
#nested ul.firstLevel li ul li:hover {
	background: #F7F7F7;
}
#nested .firstLevel li ul li:last-child {
	border-bottom: none;
}
#nested .firstLevel li ul li a {
	height: auto;
	padding: 15px 10px;
	line-height: 120%;
	font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    text-align: left;
}
#nested .firstLevel li ul li a span {
	display: inline;
	height: auto;
	line-height: 120%;
}
#nested ul.firstLevel:hover > li {
    opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
    opacity: 1;
}
#wrapper ul li {
	position: relative;
}
#wrapper ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #C0AF7C;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: -20px;
    margin: auto;
}
body:not(.home) #wrapper ul li:before {
	top: 9px;
	width: 6px;
	height: 6px;
}
#page {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	height: 116px;
	z-index: 2;
	transition: 0.3s;
	background: #FFFFFF;
}
#headerInner {
	position: relative;
	width: 100%;
	height: 100%;
}
#logo {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 40px;
    transition: 0.3s;
}
#logo img {
	transition: 0.3s;
}
#headerBoxes {
	position: absolute;
    right: 40px;
    top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 40px;
	transition: 0.3s;
}
/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 90px 0px 0px 0px;
}
#container {
	position: relative;
	margin: 0px 0px 100px 0px;
}
#contentsInner {
	position: relative;
}
#headerBoxes p {
	margin: 0;
	line-height: 1;
}
body.home #wrapperInner {
	padding: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
html, body {
	scroll-behavior: smooth;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
body.home #container {
    margin: 0px;
}




/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

#chapterPicture {
    padding-top: 120px;
    position: relative;
    background: #171717;
	color: #FFFFFF;
	z-index: 1;
}
#chapterPicture .flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 90px 0px;
}
#chapterPicture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}
.title_and_bc {
	align-content: center;
}
#chapterPicture .img,
.title_and_bc {
    width: 48%;
    position: relative;
}
.title_and_bc h1 {
    font-size: 38px;
    margin: 35px 0 20px 0;
}
.title_and_bc h1:last-child {
	margin-bottom: 0;
}
.widget_breadcrumb,
.widget_breadcrumb a {
    color: #a6a6a6;
	font-size: 12px;
}
.title_and_bc > p:last-child a {
    color: #C0AF7C;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid #C0AF7C;
    padding: 0 0 2px 0;
	transition: 0.3s;
	position: relative;
}
.title_and_bc > p:last-child a:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: -10px;
    top: 3px;
    background: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23C0AF7C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
	transition: 0.3s;
    opacity: 0;
}
.title_and_bc > p:last-child a:hover {
	padding-left: 18px;
}
.title_and_bc > p:last-child a:hover:before {
	opacity: 1;
	left: 0;
}
.title_and_bc > p:last-child {
    margin: 30px 0 0 0;
}
.widget_breadcrumb a {
    text-decoration: none;
}
.widget_breadcrumb a:hover {
	text-decoration: underline;
}
.title_and_bc > p:last-child:not(:has(a)) {
    margin-top: 15px;
}

#chapterPicture .anim_texte {
    position: absolute;
    bottom: -45px;
    right: -45px;
}
#chapterPicture .anim_texte:only-child {
	display: none;
}
#chapterPicture .anim_texte:before {
    content: '';
    width: 150px;
    height: 150px;
    background: transparent;
    border: 30px solid #171717;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    right: 0;
    bottom: 0;
    transform: scale(1.18);
}
#chapterPicture .anim_texte img {
    height: 150px;
    width: 150px;
    position: relative;
    z-index: 2;
}
@media (min-width: 501px) {
	#chapterPicture .anim_texte img:nth-child(2) {
		display: none;
	}
	#anim_mobile {
		display: none;
	}
}

body:not(.home) #wrapper p,
body:not(.home) #wrapper li,
.title_and_bc p {
    font-size: 16px;
}
.title_and_bc p a {
	color: #FFFFFF;
}

body:not(.home) h2,
#wrapper #avis .c > p {
    font-size: 32px;
}
body:not(.home) h3 {
    font-size: 22px;
}
body:not(.home) h2,
body:not(.home) h3 {
	margin-bottom: 15px;
}


/* ------- Passage à menu burger ------- */
@media (min-width: 1661px) {
	#nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
}
@media (max-width: 1660px) {
	header div nav#nested {
		width: 40px;
		height: 40px;
		top: 0;
		right: 25px;
	}
	header div #nested .contentSmart {
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 25;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	nav#nested .firstLevel {
		text-align: left;
		background: #171717;
		width: 100%;
		position: fixed;
		right: -100%;
		transition: 0.7s;
		opacity: 0.3;
		top: 0;
		height: auto;
		bottom: 0;
		padding: 50px 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	body.menu_open nav#nested .firstLevel:after, 
	body.menu_open nav#nested .firstLevel:before {
		content: '';
		height: 55px;
		background: linear-gradient(0deg, #171717, transparent);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0px;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	body.menu_open.animation_delai nav#nested .firstLevel:after, 
	body.menu_open.animation_delai nav#nested .firstLevel:before {
		opacity: 1;
	}
	body.menu_open nav#nested .firstLevel:before {
		bottom: auto;
		top: 0;
		z-index: 20;
		background: linear-gradient(180deg, #171717, transparent);
	}
	body.menu_open nav#nested .firstLevel {
		right: 0;
		opacity: 1;
	}
	nav#nested ul.firstLevel:hover > li {
		opacity: 1;
	}
	header div nav#nested .contentSmart span {
		width: 25px;
		height: 2px;
		background: #171717;
		display: block;
		border-radius: 3px;
		position: relative;
		top: 0;
		transition: 0.5s;
	}
	header div nav#nested .contentSmart > span:nth-child(2) {
		margin: 6px 0px;
	}
	body.menu_open header div nav#nested .contentSmart > span:nth-child(1) {
		transform: rotate(45deg);
		top: 8px;
	}
	body.menu_open header div nav#nested .contentSmart > span:nth-child(2) {
		opacity: 0;
	}
	body.menu_open header div nav#nested .contentSmart > span:nth-child(3) {
		transform: rotate(-45deg);
		top: -8px;
	}
	body.menu_open header div nav#nested .contentSmart > span {
		background: #FFFFFF;
	}
	nav#nested ul.firstLevel li a {
		font-size: 18px;
		height: auto;
		line-height: 1;
	}
	nav#nested .firstLevel li ul li a {
		padding: 10px;
		font-size: 15px;
	}
	nav#nested .firstLevel li a span {
		line-height: 1.3em;
		height: auto;
	}
	nav#nested ul.firstLevel > li.menu-item-has-children {
		margin-right: 0;
	}
	nav#nested .firstLevel li {
		height: auto;
	}
	nav#nested ul.firstLevel > li {
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
    	padding-left: 30px;
	}
	nav#nested ul.firstLevel > li:last-child {
		margin-bottom: 0;
	}
	nav#nested ul.firstLevel > li.menu-item-has-children > a {
		position: relative;
	}
	nav#nested ul.firstLevel > li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		border-top: 5px solid #FFFFFF;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
		position: absolute;
        right: -9px;
        top: 10px;
	}
	nav#nested .firstLevel li a {
		color: #FFFFFF;
	}
	nav#nested .firstLevel li ul,
	nav#nested .firstLevel > li:hover > ul {
		position: relative;
		height: auto;
		opacity: 1;
		background: none;
		box-shadow: none;
		margin: 10px 0 0 3px;
		padding: 0;
		left: 0;
		width: auto;
	}
	nav#nested ul.firstLevel > li > ul > li {
		padding: 0;
		margin: 0;
	}
	nav#nested .firstLevel li ul li {
		border: none;
	}
	body.menu_open {
		overflow: hidden;
	}
	nav#nested .firstLevel li ul {
		display: none;
	}
	nav#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
		display: block;
	}
	nav#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
		transform: rotate(180deg);
	}
	nav#nested ul.firstLevel li ul li:hover {
		background: none;
	}
}






















.cmplz-video.cmplz-iframe-styles {
	background-color: transparent
}
.cmplz-video.cmplz-hidden {
	visibility: hidden !important
}
.cmplz-blocked-content-notice {
	display: none
}
.cmplz-placeholder-parent {
	height: inherit
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
	display: block
}
.cmplz-blocked-content-container, .cmplz-wp-video {
	animation-name: cmplz-fadein;
	animation-duration: 600ms;
	background: #FFF;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: inherit;
	position: relative
}
.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
	max-height: 100%;
	position: absolute
}
.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
	padding-bottom: initial
}
.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
	visibility: hidden;
	max-height: 100%;
	border: 0 !important
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
	white-space: normal;
	text-transform: initial;
	cursor: pointer;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 200px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
	border: 1px dotted #cecece
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	white-space: normal;
	text-transform: initial;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 300px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
	display: block;
	margin-bottom: 10px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
	color: #fff
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
	display: block
}
.cmplz-blocked-content-container div div {
	display: none
}
.cmplz-wp-video .cmplz-placeholder-element {
	width: 100%;
	height: inherit
}
@keyframes cmplz-fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
















































/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ GARDEN ALU ------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */





/* boutons */
header a.btn,
#wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
#prestas .infos > :last-child a,
#solaire .txt > :last-child a,
section#contact > :last-child a,
#fond_dore .txt > :last-child a {
    border-radius: 99px;
    background: #C0AF7C;
    color: #171717;
    text-transform: uppercase;
    padding: 24px 42px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    font-size: 18px;
    height: auto;
    box-shadow: none;
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
#wrapper a.wp-block-button__link path,
#wrapper div.wpforms-container-full button[type=submit] path,
#prestas .infos > :last-child a path,
#solaire .txt > :last-child a path,
section#contact > :last-child a path,
#fond_dore .txt > :last-child a path {
	transition: 0.3s;
}
#wrapper a.wp-block-button__link:hover path,
#wrapper div.wpforms-container-full button[type=submit]:hover path,
#prestas .infos > :last-child a:hover path,
#solaire .txt > :last-child a:hover path,
section#contact > :last-child a:hover path {
	stroke: #FFFFFF;
}
header a.btn:hover,
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#prestas .infos > :last-child a:hover,
#solaire .txt > :last-child a:hover,
section#contact > :last-child a:hover,
#fond_dore .txt > :last-child a:hover {
	background: #171717 !important;
	color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



#wrapper #par a.wp-block-button__link,
#fond_dore .txt > :last-child a,
#wrapper a.wp-block-button__link.has-noir-background-color {
	background: #171717;
	color: #C0AF7C;
}
#wrapper #par a.wp-block-button__link path,
#fond_dore .txt > :last-child a path,
#wrapper a.wp-block-button__link.has-noir-background-color path {
	stroke: #C0AF7C;
}
#wrapper #par a.wp-block-button__link:hover,
#fond_dore .txt > :last-child a:hover,
#wrapper a.wp-block-button__link.has-noir-background-color:hover {
	background: #3d3d3d !important;
	color: #FFFFFF;
}
#wrapper #par a.wp-block-button__link:hover path,
#fond_dore .txt > :last-child a:hover path,
#wrapper a.wp-block-button__link.has-noir-background-color:hover path {
	stroke: #FFFFFF;
}




.has-noir-color { color: #171717 !important; }
.has-noir-background-color { background-color: #171717 !important; }

.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }

.has-gris-color { color: #F4F4F4 !important; }
.has-gris-background-color { background-color: #F4F4F4 !important; }

.has-gris-texte-color { color: #99A1AF !important; }
.has-gris-texte-background-color { background-color: #99A1AF !important; }

.has-dore-color { color: #C0AF7C !important; }
.has-dore-background-color { background-color: #C0AF7C !important; }




header a.btn {
    font-size: 14px;
    padding: 13px 35px;
}
header a.tel {
    text-decoration: none;
    display: flex;
    align-items: center;
	font-size: 16px;
    gap: 10px;
    font-weight: 600;
}


header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	height: 70px;
}
header.scrolled #logo img {
    height: 40px;
}



#top {
    background: #171717;
    height: 100vh;
    padding: 175px 60px 60px;
    box-sizing: border-box;
	color: #FFFFFF;
    display: flex;
    justify-content: flex-end;
	position: relative;
}
#top .txt {
    width: 540px;
    position: absolute;
    left: 60px;
    top: 175px;
    bottom: 60px;
}
#top .imgs {
    width: calc(100% - 610px);
	display: flex;
    flex-shrink: 0;
    gap: 24px;
    border-radius: 24px;
}
#top .item {
    height: 100%;
    position: relative;
    border-radius: 24px;
    flex: 1;
    will-change: flex;
    transition: 0.6s;
	cursor: pointer;
}
#top .item:not(.overflow_visible) {
	overflow: hidden;
}
#top .item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
}
#top .item:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.8), transparent);
    height: 50%;
    pointer-events: none;
}
#top .item .infos {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    padding: 0 30px 30px 30px;
}
#top .item .infos .titre {
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
#top .item .infos a {
    color: #C0AF7C;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}
#top .item .infos a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    gap: 22px;
}


#top .anim_texte {
    position: absolute;
    left: -130px;
    bottom: 170px;
    z-index: 2;
    width: 181px;
    height: 181px;
}
#top .anim_texte svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#top .item .anim_texte img,
#chapterPicture .anim_texte img {
	border-radius: 0;
	animation: loop 12s linear infinite;
}
#top .item .anim_texte:hover img {
	animation-play-state: paused;
}
@keyframes loop {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#top .slogan {
    color: #C0AF7C;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 80px;
    letter-spacing: 2px;
    font-weight: 500;
}
#top .txt p {
    font-size: 32px;
    color: #D1D5DC;
    line-height: 1.3em;
	margin-bottom: 60px;
}
#top .txt a.wp-block-button__link {
    position: absolute;
    left: 0;
    bottom: 0;
}
#top .txt a.wp-block-button__link:hover {
    background: #3d3d3d !important;
}













@media (min-width: 1201px) {
	#top .txt {
		animation: appearFromLeft 1s ease;
		animation-delay: 2.6s;
		animation-fill-mode: both;
	}
}

@keyframes appearFromLeft {
	0% {
		opacity: 0;
		left: 30px;
	}
	100% {
		opacity: 1;
		left: 60px;
	}
}


@media (min-width: 1201px) {
	#top .imgs {
		animation: images 1.4s ease;
		animation-delay: 2.4s;
		animation-fill-mode: both;
	}
}
#top .imgs:not(.anim_terminee) {
	pointer-events: none;
}
@keyframes images {
	0% {
		width: 100%;
	}
	100% {
		width: calc(100% - 610px);
	}
}



@media (min-width: 1201px) {
	body.home header {
		animation: anim_header 1s ease;
		animation-delay: 1.4s;
		animation-fill-mode: both;
	}
}
@keyframes anim_header {
	0% {
		opacity: 0;
		margin-top: -116px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}

@media (min-width: 1201px) {
	#top {
		animation: anim_padding_top 1s ease;
		animation-delay: 1.4s;
		animation-fill-mode: both;
	}
}
@keyframes anim_padding_top {
	0% {
		padding-top: 60px;
	}
	100% {
		padding-top: 175px;
	}
}


@media (min-width: 1201px) {
	#top .anim_texte {
		animation: appearFromBottom 1s ease;
		animation-delay: 4.2s;
		animation-fill-mode: both;
	}
}
@keyframes appearFromBottom {
	0% {
		margin-bottom: -20px;
		opacity: 0;
	}
	100% {
		margin-bottom: 0px;
		opacity: 1;
	}
}




/* état normal par défaut */
#top .item:first-child {
	flex: 2;
}

/* hover */
#top .item.is_hovered {
	flex: 2;
}

/* quand un bloc est survolé, les autres reviennent à 1 */
#top .item:not(.is_hovered) {
	flex: 1;
}




/* animation visuelle uniquement au chargement */
@media (min-width: 1201px) {
	#top .item:first-child.animate-intro {
		animation: introFlex 1.4s ease 2.4s both;
	}
}
@keyframes introFlex {
	0% {
		flex: 1;
	}
	100% {
		flex: 2;
	}
}


@media (min-width: 1201px) {
	#top .item img {
		animation: dezoom 1s ease;
		animation-fill-mode: both;
		animation-delay: 0.2s;
	}
}
#top .item:nth-child(2) img {
	animation-delay: 0.55s;
}
#top .item:nth-child(3) img {
	animation-delay: 0.9s;
}
@keyframes dezoom {
	0% {
		transform: scale(1.15);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


@media (min-width: 1201px) {
	#top .item .infos {
		animation: anim_infos 1s ease;
		animation-fill-mode: both;
		animation-delay: 3.4s;
	}
}
#top .item:nth-child(2) .infos {
	animation-delay: 3.65s;
}
#top .item:nth-child(3) .infos {
	animation-delay: 3.9s;
}
@keyframes anim_infos {
	0% {
		bottom: -20px;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}


@media (max-width: 1970px) {
	header a.btn {
		padding: 13px 25px;
	}
	#nested {
		right: 455px;
	}
	header {
		height: 100px;
	}
	#logo img {
		height: 62px;
	}
	#top {
		padding: 160px 60px 60px;
	}
	@keyframes anim_padding_top {
		0% {
			padding-top: 60px;
		}
		100% {
			padding-top: 160px;
		}
	}
	#chapterPicture {
		padding-top: 100px;
	}
}
@media (max-width: 1660px) {
	#headerBoxes {
		right: 35px;
		gap: 30px;
	}
	#logo {
		left: 35px;
	}
	#top .slogan {
		font-size: 16px;
		margin-bottom: 60px;
	}
	#nested .firstLevel li a {
		padding: 0 13px;
	}
	header {
		height: 90px;
	}
	#nested {
		right: 415px;
	}
	h1 {
		font-size: 42px;
		margin: 0px 0px 30px 0px;
	}
	h2, #form > p:first-child, #avis .c > p {
		font-size: 34px;
	}
	#steps h2 {
		max-width: 650px;
	}
	h3 {
		font-size: 26px;
	}
	#steps h3,
	#par .txt .flex .titre {
		font-size: 22px;
	}
	div #prestas .infos h3 + p {
		font-size: 18px;
	}
	#top .txt p {
		font-size: 26px;
		margin-bottom: 35px;
	}
	#logo img {
		height: 54px;
	}
	#top .txt {
		width: 410px;
		top: 135px;
		bottom: 40px;
	}
	#top {
		padding: 130px 40px 40px;
	}
	@keyframes anim_padding_top {
		0% {
			padding-top: 40px;
		}
		100% {
			padding-top: 130px;
		}
	}
	@keyframes appearFromLeft {
		0% {
			opacity: 0;
			left: 20px;
		}
		100% {
			opacity: 1;
			left: 40px;
		}
	}
	#wrapper a.wp-block-button__link,
	#wrapper div.wpforms-container-full button[type=submit],
	#prestas .infos > :last-child a, #solaire .txt > :last-child a,
	section#contact > :last-child a, #fond_dore .txt > :last-child a {
		font-size: 16px;
	}
	@keyframes images {
		0% {
			width: 100%;
		}
		100% {
			width: calc(100% - 485px);
		}
	}
	#chapterPicture {
		padding-top: 90px;
	}
}
@media (min-width: 1661px) and (max-height: 1030px) {
	h1 {
		font-size: 46px;
		margin: 0px 0px 30px 0px;
	}
	#top .anim_texte {
		bottom: 120px;
	}
	#top .slogan {
		font-size: 16px;
		margin-bottom: 60px;
	}
	#top .txt p {
		font-size: 26px;
		margin-bottom: 35px;
	}
	#top .txt {
		width: 450px;
	}
	@keyframes images {
		0% {
			width: 100%;
		}
		100% {
			width: calc(100% - 500px);
		}
	}
}
@media (min-width: 1661px) and (max-height: 900px) {
	#top .anim_texte {
		display: none;
	}
	#top .slogan {
		margin-bottom: 40px;
	}
	h1 {
		font-size: 42px;
		margin: 0px 0px 25px 0px;
	}
	#top .txt p {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#top .txt {
		width: 405px;
	}
	@keyframes images {
		0% {
			width: 100%;
		}
		100% {
			width: calc(100% - 460px);
		}
	}
}
@media (min-width: 1661px) and (max-height: 820px) {
	#top .txt > img {
		display: none;
	}
	#top {
		min-height: 700px;
	}
}
@media (max-width: 1570px) {
	#top .slogan {
		font-size: 14px;
		margin-bottom: 45px;
	}
	h1 {
		font-size: 36px;
	}
	h2, #form > p:first-child, #avis .c > p {
		font-size: 30px;
	}
	#top .txt p {
        font-size: 22px;
	}
	#top .txt {
        width: 360px;
	}
	@keyframes images {
		0% {
			width: 100%;
		}
		100% {
			width: calc(100% - 390px);
		}
	}
}
@media (min-width: 1571px) and (max-width: 1660px) and (max-height: 890px) {
	#top .anim_texte {
		bottom: 120px;
	}
}
@media (min-width: 1571px) and (max-width: 1660px) and (max-height: 830px) {
	#top .slogan {
		margin-bottom: 40px;
	}
}
@media (min-width: 1571px) and (max-width: 1660px) and (max-height: 810px) {
	#top .anim_texte {
		display: none;
	}
}
@media (min-width: 1571px) and (max-width: 1660px) and (max-height: 770px) {
	#top .txt > img {
		display: none;
	}
	#top {
		min-height: 640px;
	}
}
@media (min-width: 1201px) and (max-width: 1570px) and (max-height: 880px) {
	#top .anim_texte {
		bottom: 125px;
	}
}
@media (min-width: 1201px) and (max-width: 1570px) and (max-height: 820px) {
	#top .anim_texte {
		display: none;
	}
}
@media (min-width: 1201px) and (max-width: 1570px) and (max-height: 750px) {
	#top .txt > img {
		display: none;
	}
	#top {
		min-height: 600px;
	}
}






.tel_fixe {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 3;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    border: 2px solid #C0AF7C;
    background: #171717;
    border-radius: 999px;
    transition: 0.4s;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	opacity: 0;
}
.tel_fixe svg {
	flex-shrink: 0;
	width: 80px;
}
.tel_fixe a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.tel_fixe:hover {
    width: 265px;
}
.tel_fixe a span {
    color: #C0AF7C;
    font-size: 22px;
    font-weight: 600;
	opacity: 0;
	position: relative;
	right: -10px;
	transition: 0.4s;
}
.tel_fixe:hover a span {
	right: 0;
	opacity: 1;
}
body:not(.home) .tel_fixe {
	opacity: 1;
}




/* suite à ajout page QSN dans le menu */

@media (max-width: 1880px) {
	#headerBoxes {
		gap: 30px;
	}
	#nested .firstLevel > li > a {
		font-size: 15px;
	}
	#nested {
		right: 415px;
	}
}
@media (max-width: 1780px) {
	#logo img {
		height: 50px;
	}
	header a.btn {
		padding: 13px 20px;
	}
	#headerBoxes {
		right: 30px;
	}
	#logo {
		left: 30px;
	}
	#nested .firstLevel > li > a {
		padding: 0 12px;
	}
	#nested {
		right: 395px;
	}
}
@media (max-width: 1660px) {
	#headerBoxes {
		right: 85px;
	}
	div#nested {
		white-space: nowrap;
	}
	nav#nested ul.firstLevel > li#menu-item-48 a {
		border-radius: 99px;
		background: #C0AF7C;
		color: #171717;
		text-transform: uppercase;
		padding: 12px 25px 10px;
		font-weight: 600;
		text-decoration: none;
		transition: 0.3s;
		font-size: 16px;
		margin-left: 12px;
	}
}
@media (min-width: 1661px) {
	div#nested {
		display: none;
	}
}
@media (max-width: 1280px) {
	#headerBoxes {
		gap: 25px;
	}
	#nested {
		right: 365px;
	}
}
@media (max-width: 1240px) {
	div#nested {
		display: none;
	}
}
@media (max-width: 710px) {
	header a.btn,
	header a.tel span {
		display: none;
	}
	header a.tel {
		background: #C0AF7C;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
	}
	header a.tel svg {
		width: auto;
		height: 16px;
	}
}
@media (max-width: 1370px) {
	#top .item.is_hovered {
		flex: 1;
	}
}
@media (max-width: 1200px) {
	#top .anim_texte,
	#top .slogan {
		display: none;
	}
	#top {
		height: auto;
		flex-direction: column;
		gap: 55px;
		padding: 160px 6.5% 6.5%;
	}
	#top .txt {
		position: relative;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		display: flex;
        flex-direction: column;
        align-items: flex-start;
	}
	#top .txt > img {
		display: none;
	}
	#top .txt a.wp-block-button__link {
		position: relative;
	}
	#top .imgs {
		width: 100%;
	}
	#top .item img {
		height: 45vw;
	}
	.tel_fixe {
		display: none;
	}
}
@media (max-width: 790px) {
	#top .imgs {
		flex-direction: column;
		gap: 6.5vw;
	}
	#top .item img {
		height: 120vw;
	}
}
@media (max-width: 1150px) {
	#chapterPicture .flex {
		flex-direction: column-reverse;
		gap: 50px;
	}
	#chapterPicture .img, .title_and_bc {
		width: 100%;
	}
	#chapterPicture .anim_texte {
		right: 35px;
		bottom: 35px;
	}
}

















@media (max-width: 500px) {
	nav#nested ul.firstLevel > li {
		max-width: 90vw;
		padding-left: 15px;
	}
	nav#nested ul.firstLevel li ul li a {
		font-size: 14px;
	}
	body,
	#top .txt p  {
		font-size: 16px;
	}
	.widget_breadcrumb {
		font-size: 13px;
	}


	h1 {
		font-size: 8.21vw;
	}
	#logo {
		left: 6.5%;
	}
	header div nav#nested {
		right: 6.5vw;
		margin-right: -8px;
	}
	#headerBoxes {
		right: 6.5vw;
		margin-right: 45px;
	}
	#logo img {
		height: 42px;
	}
	header {
		height: 80px;
	}
	#chapterPicture {
		padding-top: 80px;
	}
	header.scrolled {
		height: 60px;
	}
	header.scrolled #logo img {
		height: 32px;
	}
	#top {
		padding-top: 130px;
	}
	#top .txt h1 {
		margin-bottom: 10px;
	}
	header a.btn, #wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
	#prestas .infos > :last-child a, #solaire .txt > :last-child a, section#contact > :last-child a,
	#fond_dore .txt > :last-child a {
		padding: 16px 24px;
		gap: 12px;
		font-size: 14px;
		transition: 0.15s;
	}
	#top .txt p {
		margin-bottom: 25px;
	}
	h2, #form > p:first-child, #avis .c > p,
	body:not(.home) h2, #wrapper #avis .c > p {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	div #prestas .infos h3 + p {
		font-size: 16px;
	}
	#chapterPicture .flex {
		width: 87%;
	}
	#chapterPicture .flex {
		padding: 6.5% 0 65px 0;
		gap: 20px;
	}
	body:not(.home) h3 {
		font-size: 20px;
	}
	.title_and_bc h1 {
		font-size: 32px;
	}
	#chapterPicture .anim_texte img:nth-child(1) {
		display: none;
	}
	#chapterPicture .anim_texte img {
		height: 70px;
		width: 70px;
	}
	#chapterPicture .anim_texte {
		right: 30px;
		bottom: 30px;
	}
	#chapterPicture .anim_texte:before {
		width: 70px;
		height: 70px;
		border-width: 17px;
		transform: scale(1.2);
	}
	#wrapperInner {
		padding: 65px 0px 0px 0px;
	}

	#top .item img {
		height: 100%;
		animation: dezoom_img_top 1.8s ease;
		animation-delay: 0.2s;
		animation-fill-mode: both;
	}
	@keyframes dezoom_img_top {
		0% {
			transform: scale(1.12);
		}
		100% {
			transform: scale(1);
		}
	}
	#top .item {
		height: 120vw;
	}


}

