/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	font-size: .9em;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 800;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* DG CONTENT */
/* =================================================== */

/* ROOT CONTENT */
:root {
	--primary-color: #B1D600;
	--secondary-color: #333333;
	--tertiary-color: #081B18;
	--white: #FFF;
	--black: #000;
	--bold: bold;
}

body{
	color: var(--white);
	background-color: var(--secondary-color);
	font-size: .9em;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

header{}

h1{
	font-size: 5.5rem;
	font-weight: 500;
}

h2{
	font-size: 4rem;
	color: var(--black);
}

p{
	margin-bottom: 34px;
	font-size: 1.25rem;
}

p a{
	text-decoration: underline;
}

ul{
	list-style: disc inside;
}

li{
	margin-bottom: 8px;
}

header li{
	margin-bottom: 0;
}

li:last-of-type{
	margin-bottom: 0;
}

p:last-of-type{
	margin-bottom: 0;
}

img{
	width: 100%;
}

strong{
	font-weight: bold;
}

.page-template{
	background-color: var(--secondary-color);
}

.white{
	color: var(--white);
}

.black{
	color: var(--black);
}

.button-template{
	border: 1px var(--white) solid;
	font-size: 1.6rem;
	display: inline-block;
}

.p-base{
	padding: 0 5%;
}

/* FOOTER */
/* =================================================== */
/*
FOOTER
 */

.site-footer{
	display: flex;
	background-color: #000;
	color: #FFF;
	font-size: .8rem;
	padding: 22px 5%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-footer a:hover{
	text-decoration: underline;
}

.footer-navigation-container{
	display: flex;
	flex-wrap: wrap;
}

.footer-container{
	border-left: 1px #FFF solid;
	padding-left: 1.5rem;
	margin-right: 1.5rem;
}

.footer-ecodesign-container{
	text-align: right;
}

.footer-container,
.footer-ecodesign-container {
	list-style: none;
}

.footer-container li{
	margin-bottom: .5rem;
}

.footer-container-bold{
	font-weight: bold;
}

.footer-container-underline{
	text-decoration: underline;
}


/* HEADER */
/* =================================================== */

.site-header{
}

.site-header-menu{
	display: flex;
	align-items: center;
}

.site-header-main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--black);
	height: 70px;
	padding-left: calc(7.5% + 120px);
	padding-right: 5%;
	text-transform: uppercase;
	z-index: 5;
	position: relative;
}

.site-header-main p{
	font-size: 1rem
}	

.site-header-redirect{
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	position: relative;
	background-color: #333;
}

.responsive-redirect-cta{
	display: none;
}

.site-branding{
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 2;
}

.site-branding img{
	display: block;
	width: 120px;
}

.responsive-navigation .menu-header-container .responsive-menu{
	width: 100%;
	list-style-type: none;
}

.primary-menu{
	display: flex;
	list-style: none;
}

.primary-menu .sub-menu{
	border: 1px solid #000;
	border-top: none;
	box-sizing: border-box;
}

.primary-menu .sub-menu li.menu-item{
	background-color: var(--primary-color);
	color: #000;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
	margin-right: 0;
    margin-left: 0;
	border-bottom: 1px solid #000;
	list-style-type: none;
}

.primary-menu .sub-menu li.menu-item:last-child{
	border-bottom: none;
}

.primary-menu .sub-menu{
	position: absolute;
	top: 4.4rem;
	display: none;
	z-index: 10;
}

.first-level-menu{
	cursor: pointer;
}


.menu-icon-container{
	width: 30px;
	height: 25px;
	position: relative;
	margin-right: 5vw;
	display: none;
	cursor: pointer;
}

.menu-icon-container .bar-1,
.menu-icon-container .bar-2,
.menu-icon-container .bar-3{
	width: 30px;
	height: 3px;
	position: absolute;
	background-color: #FFF;
}

.menu-icon-container .bar-1{
	top: 0;
	left: 0
}

.menu-icon-container .bar-2{
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu-icon-container .bar-3{
	bottom: 0;
	left: 0
}

.menu-icon-container.active .bar-1,
.menu-icon-container.active .bar-2,
.menu-icon-container.active .bar-3{
	top: 50%;
	left: 50%;
}

.menu-icon-container.active  .bar-1{
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-icon-container.active .bar-2{
	display: none;
}

.menu-icon-container.active  .bar-3{
	transform: translate(-50%, -50%) rotate(-45deg);
}

.responsive-navigation{
	width: 100%;
	height: 100vh;
	background-color: #333;
	padding: 0 5%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}

.responsive-menu li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #FFF;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.responsive-navigation .menu-header-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.primary-menu a:hover,
.site-header-redirect a:hover{
	text-decoration: underline;
}

.menu-item{
	margin-right: 36px;
}

.download-resources-fixed-header{
	position: absolute;
	z-index: 10;
	right: 0;
	text-transform: uppercase;
	padding: 12px 42px;
	background-color: var(--primary-color);
}

.download-resources-fixed-header a{
	color: var(--black);
	font-weight: bold;
}

.download-resources-fixed-header:hover{
	background-color: var(--black);
}

.download-resources-fixed-header:hover > a{
	color: var(--primary-color);
}

/* HEADER PAGE CLASSIC */
/* =================================================== */

/*.classic-header{
	height: calc(100vh - 120px);
	display: grid;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: bottom;
	background-position-y: bottom;
	background-position-y: -3px;
}*/

.classic-header{
	height: calc(100vh - 110px);
	display: grid;
	position: relative;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	background-color: var(--tertiary-color);
}

.classic-header::before {
	content: "";
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.75;
	z-index: -1;
	background-position-y: -70px;
}

.single-design .classic-header{
	height: initial;
}

.classic-header-content{
	display: flex;
	justify-content: space-between;
	color: #FFF;
	position: absolute;
	width: 100%;
	bottom: 7.5rem;
	flex-wrap: wrap;
}

.classic-header-content__left{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 65%;
	flex-wrap: wrap;
}

.classic-header-content__left h1{
	margin-bottom: 22px;
	line-height: 100%;
}

.classic-header-content__left p{
	font-weight: bold;
	font-size: 2rem;
	width: 54%;
}

.classic-header-content__right{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
	width: 30%;
	flex-wrap: wrap;
	font-weight: bold;
}

.classic-header-content__right p{
	font-size: 1rem;
}

.bloc-after-header-title{
	/*margin-top: -40px;*/
	display: flex;
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: var(--primary-color);
	margin-bottom: 5rem;
	color: var(--black);
	flex-wrap: wrap;
	align-items: center;
}

.bloc-after-header-title h2{
	width: 80%;
}



.bloc-after-header-title__container{
	display: flex;
	align-items: center;
}

.bloc-after-header-title__left-about-us p:first-child{
	font-size: 2rem;
}

.bloc-after-header-title__right-about-us p:first-child{
	font-size: 2rem;
}

.bloc-after-header-title span{
	display: block;
	background-color: #000;
	width: 7.5rem;
	height: 1.5rem;
	margin-right: 2.5rem;
}

.bloc-after-header-title__left .bloc-after-header-title__left-about-us{
	
}
/* CONSTRUCTION / REBRANDING */
/* =================================================== */

.bloc-1-construction{
	margin-bottom: 96px;
}

.bloc-1-construction__content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.bloc-1-construction__content__paragraphe{
	width: 48%;
}

.bloc-1-construction__content__paragraphe ul{
	font-size: 1.25rem;
	margin-bottom: 32px;
}

.bloc-1-construction__content__paragraphe_links{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.bloc-1-construction__content__paragraphe a{
	width: fit-content;
	text-transform: uppercase;
}

.bloc-1-construction__content__paragraphe a:hover{
	background-color: var(--white);
	color: var(--secondary-color);
}

.bloc-1-construction__content__paragraphe a.classic-link{
	display: inline-block;
	padding: 0;
	border: none;
	text-decoration: underline;
}

.bloc-1-construction__content__paragraphe a.classic-link:hover{
	background-color: transparent;
	color: var(--primary-color);
	font-weight: bold;
}

.bloc-1-construction__content__paragraphe_links a:nth-child(2){
	margin-top: 0!important;
}

.bloc-1-construction__content__image{
	margin-top: -7.5rem;
	width: 48%;
}

.bloc-1-construction__content__image-bis{
	width: 48%;
}

.bloc-2-construction{
	margin-bottom: 96px;
}

.bloc-2-construction-grid{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.bloc-2-construction__timeline{
	width: calc(33.333% - 24px);
}

.bloc-2-construction__details{
	width: 66.666%;
}

.bloc-2-construction__details-content{
	width: 100%;
	display: none;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bloc-2-construction__details-content.active{
	display: flex;
}

.bloc-2-construction__dates{
	cursor: pointer;
}

.bloc-2-construction__dates-cell{
	border-left: 2px solid #FFF;
}

.bloc-2-construction__dates.active{
	background-color: var(--tertiary-color);
	border-left: 20px var(--primary-color) solid;
}

.bloc-2-construction__dates.active .bloc-2-construction__timeline_single__step{
	display: block;
}

.bloc-2-construction__tasks,
.bloc-2-construction__teams {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 50%;
}

.bloc-2-construction__tasks_single,
.bloc-2-construction__teams_single {
	flex-grow: 1;
}

.bloc-2-construction__tasks{
	width: 100% !important;
}

.bloc-2-construction__tasks_single{
	display: flex;
	flex-direction: row!important;
	justify-content: flex-start!important;
	align-items: flex-end;
}

.bloc-2-construction__tasks_single span{
	font-size: 48px;
	color: var(--primary-color);
	font-weight: bold;
	margin-right: 24px;
}

.bloc-2-construction__teams_single{
	border-left: 20px transparent solid;
}

.bloc-2-construction-card {
	padding: 32px 32px 32px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
}

.bloc-2-construction-card p:first-of-type {
	margin-bottom: 6px;
}

.bloc-2-construction__timeline_single__step {
	font-weight: bold;
	color: var(--primary-color);
	display: none;
}

.bloc-2-construction-title{
	display: flex;
	justify-content: flex-end;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--primary-color);
}

.bloc-2-construction-title p{
	width: 33.333%;
	padding-left: 52px;
	box-sizing: border-box;
}

.bloc-2-construction__tasks_single.bloc-2-construction-card:nth-child(odd),
.bloc-2-construction__teams_single.bloc-2-construction-card:nth-child(odd){
	background-color: var(--tertiary-color);
}

.bloc-2-construction__timeline > p,
.bloc-2-construction__tasks > p,
.bloc-2-construction__teams > p{
	margin-bottom: 24px;
}

.bloc-2-construction__tasks{
	border-left: 20px var(--primary-color) solid;
}

.bloc-2-construction__teams{
	border-left: 3px var(--white) solid;
}

/*****************************************/

.bloc-2-construction-responsive{
	width: 100%;
	display: none;
	margin-bottom: 64px;
}

.bloc-2-construction-responsive .bloc-2-construction__timeline{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.bloc-2-construction-responsive .bloc-2-construction__dates-cell{
	border: 2px solid #FFF;
	width: 50%;
}

.bloc-2-construction-responsive .bloc-2-construction-card{
	padding: 0 16px;
	height: 100px;
}

.bloc-2-construction-responsive .bloc-2-construction__dates.active{
	border-left: none;
}

/*****************************************/

.bloc-3-construction{
	margin-bottom: 64px;
}

.bloc-3-construction-titre{
	display: flex;
	align-items: center;
	margin-bottom: 64px;
}

.bloc-3-construction-titre h2{
	color: var(--white);
}

.bloc-3-construction-titre span{
	background-color: var(--primary-color);
	width: 7.5rem;
	height: 1.5rem;
	margin-right: 2.5rem;
}

.bloc-3-construction__buttons{
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
}

.bloc-3-construction__buttons button{
	width: 49%;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0;
	border: 1px var(--white) solid;
}

.bloc-3-construction__buttons > .active{
	background-color: var(--white);
	color: var(--black);
	border: none;
}

.bloc-3-construction__content_1,
.bloc-3-construction__content_2{
	display: flex;
	justify-content: space-between;
}

.bloc-3-construction__content_2{
	display: none;
}

.bloc-3-construction__content_left{
	width: 49%;
}

.bloc-3-construction__content_right{
	width: 49%;
}

.bloc-3-construction__content_right h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 32px;
}

.visite-title-block{
	margin-top: 64px;
	margin-bottom: 64px;
}

/* CONCEPT */
/* =================================================== */

.oh-b3{
	margin-bottom: 96px;
}

.oh-b3-header{
	margin-bottom: 7.5rem;
}

.oh-b3-content{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 30px;
	grid-template-rows: repeat(auto-fit, 1fr);
}

.ol-container {
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2.5rem;
	grid-row-gap: 5rem;
}

.ol-portrait {
	height: 75vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 2.5rem;
	overflow: hidden;
	cursor: pointer;
}

.ol-arrow {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 30px;
	height: 30px;
	font-size: 1.5rem;
	border-radius: 15px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	line-height: 30px;
	z-index: 2;
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ol-arrow.on{
	transform: rotate(180deg);
}

.ol-portrait-cv-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 2.5rem;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	transition: all .2s ease-in-out;
	font-size: 1.25rem;
}

.ol-portrait-cv-container.on{
	top: 0;
}

.oh-b3-card{
	padding: 2.5rem 2.5rem 5rem;
	min-width: 30%;
}

.oh-b3-card h3{
	font-weight: var(--bold);
	font-size: 3rem;
	text-transform: uppercase;
}

.ol-portrait-cv-container h3{
	font-weight: var(--bold);
	font-size: 3rem;
	text-transform: uppercase;
}

.ol-portrait-cv-container span{
	display: block;
	font-weight: var(--light);
	font-size: 2.5rem;
	text-transform: uppercase;
}

.ol-portrait-cv-container p{
	font-size: 1.5rem;
}

.oh-b3-card-description{
	margin-top: 2.5rem;
}

/* HOMEPAGE */
/* =================================================== */
.keys-special-header {
	display: flex;
	justify-content: space-between;
}

.keys-special-header h2{
	width: auto;
}

.bloc-after-header-title__left{
	display: flex;
	align-items: center;
	width: 48%;
}

.bloc-after-header-title__right{
	width: 48%;
}

.homepage .bloc-after-header-title__right{
	font-size: 2rem;
}

.homepage .bloc-after-header-title__right p{
	font-size: inherit;
	font-size: 1.25rem;
}

.bloc-after-header-title__right p{
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px var(--black) solid;
	margin-bottom: 0;
}

.bloc-after-header-title__right p:last-child{
	border-bottom: none;
}

.bloc-1-construction__content__paragraphe a{
	display: inline-block;
	margin-top: 64px;
	padding: 12px 64px;
	border: 1px var(--white) solid;
}

.bloc-2-construction{
	position: relative;
}

.bloc-2-hp-image{
	position: relative;
	width: 48%;
}

.bloc-2-hp-cards{
	display: flex;
	justify-content: space-between;
	width: 80%;
	position: absolute;
	background: rgba(177, 214, 0, 0.8);
	right: 5vw;
	top: 42%;
	padding: 48px 64px;
	color: var(--black);
}

.bloc-2-hp-cards__text{
	width: 56%;
}

.bloc-2-hp-cards__title__single{
	cursor: pointer;
}

.bloc-2-hp-cards__title__single p{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-right: 12px;
	font-size: 2rem;
}

.bloc-2-hp-cards__title > .bloc-2-hp-cards__title__single:not(:last-child) {
	margin-bottom: 32px;
}

.bloc-2-hp-cards__text__single h4{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 48px;
}

.bloc-2-hp-cards__text__single ul{
	margin-top: 34px;
	font-size: 1.25rem;
}

.page-construire .bloc-2-hp{
	margin-bottom: 0;
}

.page-construire .classic-header::before {
	background-position: center;
}

.bloc-2-hp .bloc-2-construction-grid{
	display: flex;
    justify-content: space-between;
    position: relative;
	align-items: stretch;
}


.bloc-2-hp .bloc-2-construction__details-content.active{
	display: flex;
	align-items: center;
	padding: 64px;
	box-sizing: border-box;
	height: 100%;
	border-left: 20px var(--primary-color) solid;
	background-color: var(--tertiary-color);
}

.green-text-header-container{
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: var(--primary-color);
    margin-bottom: 5rem;
    color: var(--black);
}

.green-text-header-container h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 32px;
}

.green-text-header-container a{
    display: inline-block;
    margin-top: 32px;
    padding: 12px 64px;
    border: 1px var(--black) solid;
	text-transform: uppercase;
}

.green-text-header-container a:hover{
	background-color: var(--black);
	color: var(--primary-color);;
}

.bloc-3-hp{
	margin-bottom: 96px;
}

.bloc-3-hp-titre{
	margin-bottom: 64px;
}

.bloc-3-hp__content{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 30px;
	color: var(--white)
}

.bloc-3-hp__content__single{
	height: 445px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: #081C19;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 46px;
	box-sizing: border-box;
	text-align: center;
	background-position-y: top;
}

.bloc-3-hp__content .bloc-3-hp__content__single:nth-of-type(3) {
	background-position-y: center;
}

.bloc-3-hp__content__single a{
	padding: 12px 16px;
	border: 1px var(--white) solid;
	font-size: .9rem;
}


.bloc-3-hp__content__single a:hover{
	background-color: var(--white);
	color: var(--tertiary-color);
}

.bloc-3-hp__content__single p{
	padding-bottom: 24px;
}

.bloc-3-hp__content__single h5{
	padding-bottom: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}

/* Ressources */
/* =================================================== */

.resources-filters-container{
	margin-bottom: 96px;
	margin-top: 32px;
}

.resources-filters-container-filters{
	display: flex;
	justify-content: space-between;
}

.resources-filters-container-sortby{
	text-transform: uppercase;
	margin-bottom: 24px;
}

.resources-filters-container button{
	text-align: center;
	text-transform: uppercase;
	width: 24%;
	background-color: #3A3A3A;
	border: 1px white solid;
	padding: 12px;
	color: white;
	cursor: pointer;
}

.resources-filters-container button:hover{
	background-color: white;
	border: 1px #3A3A3A solid;
	color: #3A3A3A;
}

.resources-filters-container .active{
	background-color: white;
	border: 1px #3A3A3A solid;
	color: #3A3A3A;
}

.resources-file-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 64px;
	margin-bottom: 96px;
}

.resources-single-file-container{
	border-top: 1px var(--white) solid;
	display: flex;
}

.resources-single-file-container__left{
	width: 55%;
}

.resources-single-file-container__left img{
}

.resources-single-file-container__right{
	width: 45%;
	padding: 24px 24px 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.resources-single-file-container__right{
	width: 50%;
	padding: 24px 24px 0 24px;
}

.resources-single-file-container__right__tag{
	margin-bottom: 32px;
}

.resources-single-file-container__right__tag p{
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 4px;
	color: var(--black);
	background-color: var(--primary-color);
	font-size: .9rem;
	line-height: normal;
}

.resources-single-file-container__right__title{
	font-weight: bold;
	font-size: 1.5rem;
}

.resources-single-file-container__right__description{
	margin-bottom: 24px;
}

.resources-single-file-container__right__download a{
	display: inline-block;
	padding: 12px 36px;
	text-transform: uppercase;
	border: 1px var(--white) solid;
}

.resources-single-file-container__right__download a:hover{
	background-color: var(--white);
	color: var(--secondary-color);
}

.resources-user-not-connect {
	background-color: var(--primary-color);
	padding-top: 64px;
	padding-bottom: 64px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
	color: #000;
}

.resources-user-not-connect__left{
	width: 60%;
}

.resources-user-not-connect__right{
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.resources-user-not-connect__left p{
	font-size: 20px!important;
	font-weight: bold;
	line-height: 32px;
}

.resources-user-not-connect__right button{
	padding: 12px 64px;
	border: 1px #000 solid;
	width: fit-content;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.resources-user-not-connect__right a{
	text-decoration: underline;
}

.no-ressources-found-msg{
	background-color: var(--tertiary-color);
	padding-top: 64px;
	padding-bottom: 64px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.no-ressources-found-msg-left{
	width: 60%;
}

.no-ressources-found-msg-right{
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.no-ressources-found-msg p{
	font-weight: bold;
	font-size: 20px;
}

.no-ressources-found-msg a{
	padding: 12px 64px;
	border: 1px var(--white) solid;
	width: fit-content;
	margin-bottom: 24px;
	text-transform: uppercase;
}

/*
	PASSWORD RESET PAGE
*/
.reset-password-page{
	background-color: var(--terciary-color);
	display: flex;
	justify-content: center;
}
.reset-password-page-form{
	color: white;
	background: var(--tertiary-color);
	padding: 64px 128px;
	border: 1px var(--white) solid;
	margin-top: 124px;
	margin-bottom: 124px;
	width: 75%;
}

.reset-password-page-form input[type=text],
.reset-password-page-form input[type=password]{
	padding-bottom: 8px;
	border-bottom: 1px var(--white) solid;
	font-weight: 400;
	margin-bottom: 32px;
	width: 100%;
}

.reset-password-page-form input[type=submit]{
	padding: 12px 64px;
	border: 1px var(--white) solid;
}

.reset-password-page-form label{
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.reset-password-page__title h4{
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 34px;
}


.reset-password-page__title p{
	font-size: 1.2rem;
	margin-bottom: 16px;
}

.reset-password-page__title p:first-of-type{
	text-decoration: underline;
}


.reset-password-page__title p:last-of-type{
	margin-bottom: 32px;
}


/*
	Login popup/reset password
*/
.modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);

}

/* Contenu du modal */
.modal-content {
	background-color: var(--tertiary-color);
	margin: 5% auto;
	padding: 64px;
	width: 80%; /* Largeur */
	color: var(--white);
	border: 1px var(--white) solid;
}

/* Bouton de fermeture */
.close {
	width: 32px;
}

.modal-content__img{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 64px;
}

.close:hover,
.close:focus {
	cursor: pointer;
}

.modal-content-container {
	display: flex;
	justify-content: center;
}

.modal-content-container__content,
.modal-content_container__content__password{
	width: 60%;
}

.modal-content-container h4,
.modal-content_container__content__password h4{
	font-weight: bold;
	margin-bottom: 32px;
	font-size: 2rem;
}

.modal-content-container label,
.modal-content_container__content__password label{
	display: inline-block;
	font-weight: bold;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.modal-content-container input[type=text],
.modal-content_container__content__password input[type=email]{
	padding-bottom: 8px;
	border-bottom: 1px var(--white) solid;
	font-weight: 400;
	margin-bottom: 32px;
	width: 100%;
}

.modal-content-container input[type=password]{
	padding-bottom: 8px;
	border-bottom: 1px var(--white) solid;
	font-weight: 400;
	margin-bottom: 32px;
	width: 100%;
}

.modal-content-container__rememberme{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 64px;
}

.modal-content-container__rememberme label{
	font-weight: bold;
	margin-bottom: 0;
}

.modal-content-container__rememberme__container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: 1px var(--white) solid;
	margin-right: 24px;
}

.modal-content-container__rememberme input{
	width: 14px;
	height: 14px;
}

#rememberme{
	margin-right: initial!important;
}

.modal-content-container__rememberme input:checked{
	background-color: var(--primary-color);
}

.modal-content-container__btn{
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}


.modal-content-container__btn__utils{
	display: flex;
	flex-direction: column;
}

.modal-content-container__btn__utils a,
.modal-content-container__btn__utils button{
	text-decoration: underline;
}

.modal-content-container__btn__utils p{
	font-size: 13px!important;
	width: 80%;
}

.modal-content-container__btn__utils button{
	margin-bottom: 16px;
}

.modal-content-container__btn__login,
.modal-content_container__content__password input[type=submit]{
	padding: 12px 64px;
	border: 1px var(--white) solid;
}

.modal input[type=submit]:hover{
	background-color: var(--white);
	color: var(--secondary-color);
}

/* Existing styles... */

/* Password Reset Form Styles */
#password-reset-form {
	animation: slideInFromLeft 0.5s forwards;
}


    /* Animation */
    @keyframes slideInFromLeft {
        from {
            transform: translateX(-100%);
        }
        to {
            transform: translateX(0);
        }
    }

    /* Back to Login Button */
    #back-to-login {
        font-size: 2rem;
        cursor: pointer;
        padding: 10px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .modal-content input[type="checkbox"]{
        border-radius: 0;
        border: none;
    }


/* Contact */
/* =================================================== */

.header-wo-img{
	background-color: var(--tertiary-color);
}

.bloc-1-contact{
	margin-top: 64px;
	margin-bottom: 96px;
}

.bloc-1-contact__titre {
	display: flex;
	align-items: center;
	margin-bottom: 64px;
}

.bloc-1-contact__titre span {
	background-color: var(--primary-color);
	width: 7.5rem;
	height: 1.5rem;
	margin-right: 2.5rem;
}

.bloc-1-contact__titre h2 {
	color: var(--white);
}

.bloc-1-contact__cards{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 30px;
}
.contact__cards__single__firstname{
	font-size: 1.5rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.contact__cards__single__lastname{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.contact__cards__single__title{
	margin-bottom: 16px;
}

.contact__cards__single__location{
	margin-bottom: 16px!important;
	font-weight: bold;
}

.bloc-1-contact__cards__single img{
	margin-bottom: 32px;
}

.bloc-1-contact__cards__single a{
	display: block;
	text-decoration: underline;
}

.bloc-2-contact__titre {
	display: flex;
	align-items: center;
	margin-bottom: 64px;
}

.bloc-2-contact__titre span {
	background-color: var(--primary-color);
	width: 7.5rem;
	height: 1.5rem;
	margin-right: 2.5rem;
}

.bloc-2-contact__titre h2 {
	color: var(--white);
}

select.wpcf7-select{
	display: block;
    border: 1px solid #FFF;
    padding: 1rem;
    color: #FFF;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
	position: relative;
	background-color: #333333;
	background-image: url(/wp-content/uploads/2024/07/arrow-select.svg);
	background-position: center right 16px;
	background-repeat: no-repeat;
	background-size: 16px;
}


/* Contact Form */
/* =================================================== */
.f-b1 p{
	margin-bottom: 5rem;
}

.f-b1 .wpcf7{
	margin: 0rem auto 5rem ;
	width: 100%;
}

.f-b1 input[type=text],
.f-b1 input[type=email],
.f-b1 input[type=tel],
.f-b1 input[type=number],
.f-b1 input[type=date]{
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 1rem 0;
	color: #FFF;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1rem;
}

.f-b1 textarea{
	display: block;
	border: 1px solid #FFF;
	padding: 1rem;
	color: #FFF;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5rem;
}

.f-b1 label{
	display: block;
}

.form-one-column,
.form-one-column p{
	width: 100%
}

.form-one-column{
	margin-bottom: 5rem;
}

.form-one-column p{
	margin-bottom: 1.5rem;
}

.form-two-column{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.form-two-column p,
.form-half-column{
	width: 48%;
}

.form-send-button{
	padding: 1.5rem 2rem;
	border: 1px #000 solid;
	text-transform: uppercase;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	border-color: #FFF;
}

.form-send-button:hover{
	background-color: #FFF;
	color: #666;
}

.wpcf7-list-item{
	margin: 0 1rem 0 0;
}


.wpcf7-form{
}

::-webkit-calendar-picker-indicator {
	filter: invert(1);
	opacity: 1;
}

.wpcf7 input::file-selector-button {
	border: 1px solid #FFF;
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
	margin-right: .5rem;
	padding: .5rem 1rem;
	border-radius: 25px;
	cursor: pointer;
	display: inline-block;
}

.wpcf7 input::file-selector-button:hover{
	background-color: #FFF;
	color: #666;
}

.f-b1 i{
	display: block;
	font-size: .9rem;
}

.f-b1-selector{
	width: 48%;
	position: relative;
	padding: 1rem 2rem;
	border: 1px solid #FFF;
	margin-bottom: 5rem;
	font-size: 1.25rem;
	box-sizing: border-box;
}

.f-b1-options{
	width: calc(100% + 2px);
	position: absolute;
	top: 100%;
	left: -1px;
	background-color: #333;
	border: 1px solid #FFF;
	box-sizing: border-box;
	z-index: 1;
	display: none;
}

.f-b1-options li{
	padding: 1rem 2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
}

.f-b1-options li:hover{
	text-decoration: underline;
}

.f-b1-options li:last-child{
	border-bottom: none;
}

.forms .p-b-description{
	margin-bottom: 5rem;
}

.f-b1-selector-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	flex-wrap: wrap;
}

.f-b1-selector-arrow{
	transition: all .2s ease-in-out;
	transform: rotate(-180deg);
	font-size: .75rem;
}

.f-b1-selector-arrow.open{
	transform: rotate(0deg);
}

.contact-form-container{
	margin-bottom: 100px;
}

input[type="checkbox"] {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px white solid;
	margin-right: 12px;
}

input[type="checkbox"]:checked {
	background-color: var(--primary-color);
}

.wpcf7-list-item a{
	text-decoration: underline;
}

/* About Us */
/* =================================================== */

.bloc-after-header-title__left-about-us{
	flex-direction: column;
	align-items: flex-start;
}

.bloc-after-header-title__left__container{
	display: flex;
	align-items: center;
}

.bloc-after-header-title__right-about-us{
}

.bloc-after-header-title__right-about-us p{
	border: none;
}

.bloc-after-header-title__right-about-us > p:not(:last-child){
	border: none;
}

.bloc-after-header-title__text__container{
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.bloc-after-header-title__text__container ul{
	font-size: 1.25rem;
}

.title-text-image-container__title{
	display: flex;
	align-items: center;
	margin-bottom: 64px;
}

.title-text-image-container__title span{
	background-color: var(--primary-color);
	width: 7.5rem;
	height: 1.5rem;
	margin-right: 2.5rem;
}

.title-text-image-container__title h2{
	color: var(--white);
}

.title-text-image-container__text{
	margin-bottom: 64px;
}

.title-text-image-container{
	margin-bottom: 96px;
}

.bloc-1-about-us{
	margin-bottom: 96px;
}



	.t-svg-kw{
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
    }

    .t-svg-kw-left{
        width: 65%;
    }

    .t-svg-kw-right{
        width: 27%;
    }

    .p-b-column-transparent-left p:last-of-type{
        margin-bottom: 25px;
    }

    .t-svg-kw-left h3{
        font-weight: bold;
        text-transform: uppercase;
    }

    .t-svg-kw-left-svg{
        width: 100%;
    }

    .t-svg-kw-left-svg img{
        width: 100%;
    }

    .t-svg-kw-right-card{
        width: 100%;
        padding: 44px 170px 46px 63px;
        margin-bottom: 25px;
		background-color: var(--tertiary-color);
    }

    .t-svg-kw-right-card p{
        font-size: 25px;
        white-space: nowrap;
		margin: 0 auto;
    }

    .t-svg-kw-right-card span{
        white-space: nowrap;
        font-size: 4.5rem;
        color: var(--primary-color);
        font-weight: 700;
    }

.quadra-img-opener{
	padding: 0 5%;
	margin-bottom: 100px;
}

.quadra-img-opener-container{
	background-repeat: no-repeat;
	background-size: cover;
}

.quadra-img-opener-container-top{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.quadra-img-opener-container-bottom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.quadra-img-opener-card{
	height: fit-content;
	width: 50%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 75vh;
}

.quadra-img-opener-card img{
	width: 100%;
}

.quadra-img-opener-card-container{
	background-color: rgba(177, 214, 0, 0.8);
	padding: 62px 15px 50px 5%;
	color: #000;
	position: absolute;
	z-index: 5;
	top: 5%;
	right: 5%;
	width: 75%;
}

.quadra-img-opener-card-header{
	display: flex;
	cursor: pointer;
	align-items: center;
	margin-bottom: 25px;
}

.quadra-img-opener-card-header p{
	font-size: 24px;
}

.quadra-img-opener-card-header p.active{
	font-weight: bold;
	text-decoration: underline;
}

.quadra-img-opener-card-header span{
	font-size: 2.5rem;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	font-weight: normal;
	margin-left: 25px;
}

.quadra-img-opener-card-content{
	display: none;
	font-size: 20px;
}

.quadra-img-opener-banner img{
	width: 100%;
}

.p-b-transparent-left{
	margin-left: 5%;
	width: 50%;
}

.p-b-transparent-left img{
	width: 100%;
}

.p-b-transparent-content{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 100px;
}

.p-b-transparent-right{
	position: absolute;
	top: 10rem;
	left: 50%;
	width: 50%;
	background-color: var(--primary-color);
	padding: 5rem 10vw;
	opacity: 0.8;
	color: #000;
}

.p-b-transparent-right-bis{
	width: 75%;
	left: 25%;
	padding: 5rem 5vw;
}

.p-b-transparent-right-single h3{
	font-weight: var(--bold);
	margin-bottom: 1.5rem;
}

.p-b-transparent-right-single p{
	margin-bottom: 1.5rem;
}

.p-b-transparent-right-single{
	border-bottom: 1px #000 solid;
	margin-bottom: 2.5rem;
}

.p-b-transparent-right-column h3{
	font-weight: var(--bold);
	margin-bottom: 1.5rem;
}

.p-b-transparent-right-column p{
	margin-bottom: 1.5rem;
}

.p-b-transparent-right-column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-b-transparent-right .p-b-transparent-right-single:last-child{
	margin-bottom: 0;
}

.oscr-b3-left-country{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 2.25rem;
	margin-bottom: 2.5rem;
	cursor: pointer;
	font-weight: bold;
}

.oscr-b3-left-country.active p{
	text-decoration: underline;
}

.oscr-b3-left{
	width: 25%;
}

.oscr-b3-country-text-responsive{
	display: none;
}

.oscr-b3-left p{
	margin-bottom: 0;
}

.oscr-b3-right{
	font-size: 1.25rem;
	width: 65%;
}

.oscr-b3-right-country{
	display: none;
}

.oscr-b3-right ul{
	list-style: disc;
	padding-left: 1.25rem;
}

.oscr-b3-right ul li{
	margin-bottom: 2.5rem;
}


.ov-accordion-container{
	margin-bottom: 5rem;
	color: #000;
}

.ov-accordion-header{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-weight: var(--light);
	text-transform: uppercase;
	cursor: pointer;
}

.ov-accordion-header h2{
	font-size: 3rem;
	font-weight: 300;
}

.ov-accordion-content{
	display: none;
	
	background-repeat: no-repeat;
	background-size: 33.3%;
	background-position: bottom 5vw right 5vw;
}

.ov-arrow{
	font-size: 2.5rem;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	font-weight: normal;
}

.ov-arrow.open{
	transform: rotate(-90deg);
}

.ov-accordion-single{
	position: relative
}

.ov-accordion-content-title{
	text-transform: uppercase;
	font-weight: var(--bold);
	margin-bottom: 2.5rem;
}

.ov-accordion-content-title h2{
	/*font-size: 5rem;*/
	font-weight: lighter;
	font-size: 42px;
}

.ov-accordion-left-right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 5rem;
	align-items: flex-end;
}

.ov-accordion-left{
	width: 48%;
}

.ov-accordion-left p{
	font-size: 2.5rem;
}


.ov-accordion-right{
	width: 48%;
	margin-top: 10rem;
	border-bottom: 1px #000 solid;
	padding-bottom: 2.5rem;
	font-size: 1.25rem;
}

.ov-accordion-right li{
	margin-top: 16px;
	margin-bottom: 16px;
}


.qna-questions-container-card-header span.active, .quadra-img-opener-card-header span.active{
	transform: rotate(-90deg);
	-webkit-transition: all .2s ease-in-out;
}

.qna-filters-container a.active-filter {
	background-color: white;
	color: black;
}

.qna-container {
	margin-top: 5rem;
	padding: 0 5%;
}

.qna-filters-container {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 50px;
}

.qna-filters-container a {
	flex: 1;
	padding: 13px;
	border: 1px #FFF solid;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	text-transform: uppercase;
}

.qna-filters-container a p{
	font-size: .9em;
}

.qna-filters span{
	text-transform: uppercase;
}

.qna-questions-container{
	margin-bottom: 100px;
}

.qna-questions-container-card{
	border-top: 1px #FFF solid;
	padding: 50px 0;
}

.qna-questions-container .qna-questions-container-card:last-child{
	border-bottom: 1px #FFF solid;
}

.qna-questions-container-card-header{
	display: flex;
	justify-content: space-between;
	font-size: 2.5rem;
	font-weight: bold;
	cursor: pointer;
	align-items: center;
}

.qna-questions-container-card-content{
	display: none;
	padding-top: 50px;
	box-sizing: border-box;
}

.qna-questions-container-card-content ul{
	margin-bottom: 25px;
	margin-left: 17px;
}

.qna-questions-container-card-content ul li{
	list-style: disc;
	font-size: 1.25rem;
}

.qna-questions-container-card-header span{
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	font-weight: normal;
}

.qna-questions-container-card-header p {
	width: 90%;
	font-size: 1.75rem;
}

/* About Us */
/* =================================================== */

.secondary-pages__content{
	margin-top: 96px;
	margin-bottom: 96px;
}

.secondary-pages__content__title{
	margin-bottom: 32px;
}

.secondary-pages__content__text{
	margin-bottom: 96px;
}

.secondary-pages__content__text{
	font-size: 1.25rem;
}

.secondary-pages__content__text ul,
.secondary-pages__content__text h2,
.secondary-pages__content__text h3,
.secondary-pages__content__text h4,
.secondary-pages__content__text h5,
.secondary-pages__content__text p{
	margin-bottom: 16px;
}
/* Single Design */
/* =================================================== */
.single-design__paragraphe{
	margin: 60px 0;
}

.single-design .classic-header{
	height: calc(60vh - 110px);
}

.design-fil-ari{
	margin-bottom: 64px;
	padding: 0 5%;
}

.design-fil-ari a{
	font-size: 16px;
	font-weight: bold;
}

.carousel{
	margin-bottom: 108px;
}

.carousel-container{
	position: relative;
}

.carousel-top{
	display: flex;
	justify-content: space-between;
}

.slick-slide {
	margin-left: 16px!important;
	margin-right: 16px!important;
}

.carousel-top{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 24px;
	align-items: center;
	margin-bottom: 20px;
}

.btnNext{
	position: absolute;
	top: 50%;
	right: 5%;
	z-index: 10;
}

.btnPrev{
	position: absolute;
	top: 50%;
	left: 5%;
	z-index: 10;
}

.btnPrev,
.btnNext{
	font-size: 40px;
	background-color: var(--tertiary-color);
	width: 48px;
	height: 48px;
	border-radius: 32px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.single-design__titre__light{
	font-size: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.single-design__titre__bold{
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 38px!important;
	text-transform: uppercase;
}

.single-design__image{
	margin-bottom: 13px;
}

.single-design__image img{
	margin-bottom: 43px;
}

.single-design__image p{
	margin-bottom: 13px;
	font-size: 24px;
	font-weight: bold;
}

.single-design__paragraphe{
	font-size: 24px;
}

.single-design__paragraphe__flex{
	font-size: 24px;
	margin-bottom: 92px;
}

.single-design__image_texte_boutton{
	display: flex;
	justify-content: space-between;
	margin-bottom: 92px;
}

.single-design__image_texte_boutton__left{
	width: 50%;
}

.single-design__image_texte_boutton__left img{
	margin-bottom: 43px;
}

.single-design__legende{
	margin-bottom: 13px;
	font-size: 24px;
	font-weight: bold;
}

.single-design__image_texte_boutton__right{
	width: 45%;
}

.single-design__image_texte_boutton__right a{
	text-align: center;
	padding: 12px 64px;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px var(--white) solid;
}

.single-design__image_texte_boutton__right a:hover{
	background-color: var(--white);
	color: var(--black);
}

.single-design__bandeau{
	padding: 64px 0;
	color: var(--black);
	background-color: var(--primary-color);
	margin-bottom: 50px;
}

.single-design__bandeau__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-design__bandeau p{
	font-size: 30px;
	font-weight: bold;
}

.single-design__bandeau a{
	text-align: center;
	padding: 12px 64px;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px var(--black) solid;
}


.single-design__bandeau a:hover{
	background-color: var(--black);
	color: var(--primary-color);
}

.bef-aft-slider{
	width: 90%;
	margin: 0 auto;
}

.bef-aft-slider .slick-slide{
	margin-left: 0;
	margin-right: 0;
}

.slick-dots{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 36px;
	margin-bottom: 96px;
}

.slick-dots li{
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-dots li::marker,
.slick-dots li button{
	font-size: 0;
	color: var(--secondary-color);
}

.slick-dots li button:after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 32px;
	margin-right: 32px;
	background-color: var(--white);
	border-radius: 16px;
}

.slick-dots li.slick-active button:after{
	background-color: var(--primary-color);
}


/* Réalisations */
/* =================================================== */
.realisations-designs-container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 2%;
	grid-row-gap: 100px;
	margin-bottom: 50px;
}

.realisations-designs-container__single{
	position: relative;
}

.realisations-designs-container__single img{
	display: block;
	width: 100%;
	height: auto;
}

.realisations-designs-container__single__text{
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
}

.realisations-designs-container__single__text p{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 26px!important;
}

.realisations-designs-container__single__text a{
	text-align: center;
	padding: 12px 64px;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px var(--white) solid;
	width: max-content;
}

.realisations-designs-container__single__text a:hover{
	background-color: var(--white);
	color: var(--black);
}

/*
    RGESN
 */

.rgesn-award-container{
	position: fixed;
	bottom: 25px;
	right: 20px;
	width: 125px;
	z-index: 2;
}

.rgesn-award-container.hidden-award{
	opacity: 0;
	transition: all .5s ease-in-out;
}

.rgesn-award-container img{
	width: 100%;
	display: block;
}

.header-rgesn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5rem auto;
}

.header-rgesn div{
	width: 48%;
}

.header-rgesn div img{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.header-rgesn div h1{
	margin-bottom: 2.5rem;
}

.rgaa-bloc-container a{
	text-decoration: underline;
}

.rgaa-bloc-content p:not(:last-child){
	margin-bottom: 16px;
}

.rgaa-bloc-content h3{
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: bold;
}

.rgaa-bloc-content ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 17px;
	margin-bottom: 32px;
	font-size: 1.25rem;
}

.rgaa-bloc-content ul li{
	margin-bottom: 8px;
}

.rgaa-bloc-content{
	margin-bottom: 64px;
}

.rgaa-bloc-content p, .rgaa-bloc-content ul{
	line-height: 1.2;
}

.logout-desktop{
	display: initial;
}

.logout-responsive{
	display: none;
}

#my-account-btn{
	display: inline;
}

.aboutus-title-text-image-container__image-desktop{
	display: block;
}

.aboutus-title-text-image-container__image-responsive{
	display: none;
}

.custom-reset-password{
	margin-bottom: 5rem;
}

.custom-reset-password .classic-header{
	height: calc(50vh - 110px);
}

.profil-user-reset-pwd{
	margin-top: 64px;
}

.profil-user-reset-pwd-title h2{
	font-weight: 500;
	color: #FFF;
}

.profil-user-reset-pwd-title{
	margin-bottom: 32px;
}

.profil-user-reset-pwd form{
	display: flex;
	flex-direction: column;
}

.profil-user-reset-pwd-form label{
	font-size: 1.25rem;
	color: #FFF;
	margin-bottom: 8px;
}

.profil-user-reset-pwd-form button{
	padding: 1.5rem 2rem;
	border: 1px #FFF solid;
	text-transform: uppercase;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 1.25rem;
	width: fit-content;
}

.profil-user-reset-pwd-form button:hover{
	color: #000;
	background-color: #FFF;
}

.profil-user-reset-pwd-form input{
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 1rem 0;
	color: #FFF;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.profil-user-reset-pwd-form-inputs{
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.profil-user-reset-pwd-form-input{
	width: 49%;
}

.profil-user-reset-pwd-form-infos {
	margin-bottom: 24px;
	color: #b1d600;
}

.lien-expire-user-create-account{
	padding: 0 5%;
	text-align: center;
	margin: 80px 0;
	min-height: 66vh;
	font-weight: bold;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.secondary-pages__content__text table{
	border-collapse: initial;
	border: 1px white solid;
}

.secondary-pages__content__text td{
	border: 1px white solid;
	padding: 4px;
}
/**
 * 14.0 - Media Queries
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 486px) {
	.modal-content{
		font-size: .825em;
	}
	
	.modal-content-container h4, .modal-content_container__content__password h4{
		font-size: 1.5rem;
	}

	.site-branding{
		top: 50%;
	}

	.site-branding img{
		height: 64px;
	}

	.reset-password-page-form{
		padding: 64px 16px;
	}

	.reset-password-page-form input[type="submit"] {
		padding: 12px 12px;
	}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 960px) {
	h2{
		font-size: 2.25rem;
	}
	
	.bloc-after-header-title span,
	.bloc-3-construction-titre span,
	.title-text-image-container__title span,
	.bloc-1-contact__titre span,
	.bloc-2-contact__titre span{
		width: 3.5rem;
    	height: 1rem;
		margin-right: 1.5rem 
	}
	
	.desktop-redirect-cta,
	.site-header-menu{
		display: none;
	}
	
	.responsive-redirect-cta{
		display: inline-block;
	}
	
	.site-header-main{
		justify-content: flex-start;
		flex-direction: row-reverse;
	}

	.menu-icon-container{
		margin-right: 0;
	}

	.menu-icon-container{
		margin-right: 0;
	}

	.site-header-account{
		margin-right: 5vw;
	}

	.menu-icon-container{
		display: block;
	}
	
	.classic-header-content,
	.keys-special-header,
	.bloc-after-header-title__text__container,
	.qna-filters-container,
	.bloc-3-construction__content_1, .bloc-3-construction__content_2,
	.bloc-3-construction__buttons,
	.resources-filters-container-filters,
	.resources-single-file-container{
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.bloc-1-construction__content{
		flex-direction: column-reverse;
	}
	
	.classic-header-content__left,
	.classic-header-content__right,
	.classic-header-content__left p,
	.bloc-after-header-title__left,
	.bloc-after-header-title__right,
	.bloc-1-construction__content__paragraphe,
	.bloc-1-construction__content__image,
	.bloc-1-construction__content__image-bis,
	.bloc-2-hp-cards__text,
	.bloc-3-construction__content_right,
	.bloc-3-construction__buttons button,
	.bloc-2-construction__details,
	.form-two-column p,
	.modal-content-container__content, 
	.modal-content_container__content__password,
	.resources-single-file-container__right,
	.resources-single-file-container__left{
		width: 100%;
	}

	.classic-header::before {
		background-position-y: 0px;
	}
	
	.classic-header-content__left h1{
		font-size: 3rem;
	}
	
	.classic-header-content__left p{
		font-size: 1.25rem;
	}
	
	.classic-header-content{
		bottom: 0;
		padding: 8rem 5% 5rem;
		height: calc(100vh - 110px);
	}
	
	.download-resources-fixed-header{
		width: 100%;
		bottom: 0;
		left: 0;
		text-align: center;
		padding: 24px 0;
		position: fixed;
		border-top: 1px solid #000;
	}
	
	.bloc-after-header-title__left{
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	
	.bloc-1-construction__content__image,
	.bloc-1-construction__content__image-bis{
		margin-top: 0;
		margin-bottom: 34px;
	}
	
	.bloc-2-hp-image{
		left: 5vw;
    	width: 95%;
    	z-index: -1;
	}
	
	.bloc-2-hp-cards{
		width: 95%;
		margin-top: -3.5rem;
		position: static;
		flex-direction: column;
		padding: 34px 5vw;
	}
	
	.bloc-2-hp-cards__title,
	.title-text-image-container__text{
		margin-bottom: 34px;
	}
	
	.bloc-2-hp,
	.quadra-img-opener,
	.p-b-transparent-content{
		margin-bottom: 96px;
	}
	
	.bloc-3-hp__content,
	.bloc-1-contact__cards,
	.resources-file-container{
		grid-template-columns: repeat(1, 1fr);
	}

	.bloc-3-hp__content__single{
		padding: 5vw;
	}
	
	.keys-special-header{
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.bloc-after-header-title__text__container{
		margin-top: 0;
	}
	
	.bloc-1-about-us,
	.bloc-1-construction,
	.bloc-1-contact,
	.resources-filters-container{
		margin-bottom: 64px;
	}
	
	.t-svg-kw-left h3{
		font-size: 2rem;
	}
	
	.t-svg-kw-right{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.quadra-img-opener-card{
		width: 100%;
		min-height: 100vh;
	}
	
	.quadra-img-opener-card-container{
		width: 90%;
	}
	
	.p-b-transparent-left,
	.oscr-b3-left, .oscr-b3-right{
		width: 100%;
	}
	
	.p-b-transparent-right{
		position: static;
	}
	
	.p-b-transparent-right{
		margin-top: -3.5rem;
		width: 95%;
	}
	
	.p-b-transparent-right-bis{
		padding: 2.5rem 5vw;
	}
	
	.oscr-b3-left-country{
		font-size: 2rem
	}
	
	.qna-filters-container a,
	.bloc-3-construction__buttons button{
		margin-bottom: 20px;
	}
	
	.bloc-3-construction__content_left{
		width: 100%;
		margin-bottom: 32px;
	}

	.bloc-2-hp .bloc-2-construction-grid{
		flex-direction: column;
	}

	.bloc-2-construction__timeline {
		width: 100%;
		margin-bottom: 64px;
	}

	.bloc-2-construction-card{
		width: 100%;
	}
	
	.bloc-2-construction-responsive{
		display: block;
	}
	
	.bloc-2-construction-responsive 
	.bloc-2-construction-grid
	.bloc-2-construction-card{
		width: 100%;
		height: 100px;
	}
	
	.bloc-2-construction-responsive p,
	.bloc-2-construction-card p:first-of-type{
		font-size: 1rem;
		margin-bottom: 0;
	}
	
	.bloc-2-construction-responsive 
	.bloc-2-construction__tasks{
		border-left: 2px solid #FFF;
	}
	
	.bloc-2-construction-responsive 
	.bloc-2-construction__teams_single{
		border-left: none;
	}
	
	.bloc-2-construction__tasks,
	.bloc-2-construction__teams{
		border: 2px solid #FFF;
	}
	
	.bloc-2-construction-title{
		display: none;
	}
	
	.bloc-2-construction-responsive .bloc-2-construction-title{
		display: flex;
		width: 100%;
		align-items: center;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	
	.bloc-2-construction-responsive .bloc-2-construction-title p{
		width: 50%;
		padding: 0 16px;
	}
	
	.f-b1{
		padding-top: 0;
	}
	
	.site-footer{
		padding-bottom: 80px;
	}
	
	.footer-container{
		border-left: none;
		border-bottom: 1px solid #FFF;
		padding-bottom: 1rem;
		margin-top: 1rem;
		margin-right: 0;
		
		width: 100%;
    	text-align: center;
    	padding-left: 0;
	}
	
	.footer-container:last-child{
		border-bottom: none;
	}
	
	.modal-content{
		width: 90%;
		height: initial;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		padding: 5vw;
	}
	
	.modal-content-container{
		flex-direction: column;
	}
	
	.modal-content-container__btn{
		flex-direction: column-reverse;
	}
	
	.modal-content-container__btn__login{
		text-align: center;
		margin-bottom: 25px;
	}
	
	.resources-filters-container button{
		margin-bottom: 25px;
		width: 100%;
	}
	
	.modal-content__img, .modal-content-container__rememberme{
		margin-bottom: 32px;
	}

	.logout-desktop{
		display: none;
	}

	.logout-responsive{
		display: initial;
	}

	.header-container-logged-func{
		margin-right: 5vw;
	}

	.t-svg-kw-right{
		grid-template-columns: repeat(1, 1fr)!important;
	}

	.ov-accordion-left-right{
		flex-direction: column;
	}

	.ov-accordion-left{
		width: initial;
	}

	.ov-accordion-right{
		width: initial;
		margin-top: 4vw;
	}

	.ov-accordion-header h2 {
		font-size: 2.4rem;
	}

	.ov-accordion-content-title h2{
		font-size: 2rem;
	}

	.ov-accordion-left p{
		font-size: 1.8rem;
	}

	.t-svg-kw-right-card span{
		font-size: 3.5rem!important;
	}

	.t-svg-kw-right-card{
		height: 132px;!important;
	}

	.oh-b3-content{
		grid-template-columns: repeat(1, 1fr);
	}

	.oh-b3-card h3{
		margin-bottom: 24px;
	}

	.oh-b3-card{
		padding: 2.5rem 2.5rem;
	}

	.bloc-1-construction__content__paragraphe a{
		text-align: center;
	}

	.page-construire.\31 042 .classic-header::before {
		background-position-x: -327px;
		background-position-y: 0;
	}

	.page-construire .bloc-after-header-title{
		flex-wrap: initial;
	}

	.no-ressources-found-msg{
		flex-direction: column;
		align-items: center;
	}

	.no-ressources-found-msg-left{
		width: initial;
		margin-bottom: 32px;
	}

	.resources-user-not-connect{
		flex-direction: column;
		align-items: center;
	}

	.resources-user-not-connect__left{
		width: initial;
		margin-bottom: 32px;
	}

	.no-ressources-found-msg-right{
		width: initial;
	}

	.resources-user-not-connect__right{
		width: initial;
	}

	.realisations-designs-container{
		grid-template-columns: repeat(1, 1fr);
	}

	.oscr-b3-country-text-responsive p{
		display: initial;
	}

	.oscr-b3-right{
		display: none;
	}

	.oscr-b3-left-country{
		margin-bottom: 1.4rem;
	}

	.oscr-b3-country-text-responsive {
		margin-bottom: 2.5rem;
	}

	#my-account-btn{
		display: none;
	}

	#my-account-btn-responsive{
		cursor: pointer;
	}

	.aboutus-title-text-image-container__image-desktop{
		display: none;
	}

	.aboutus-title-text-image-container__image-responsive{
		display: block;
	}

	.profil-user-reset-pwd-form-inputs{
		display: flex;
		flex-direction: column;
	}

	.profil-user-reset-pwd-form-input{
		width: 100%;
		margin-bottom: 32px;
	}

	.icon-user-desktop{
		display: none;
	}
}

@media screen and (max-width: 1280px) {
	.t-svg-kw{
		display: block;
		padding-right: 5%;
	}
	
	.t-svg-kw-left{
		width: 100%;
		margin-bottom: 25px;
	}
	
	.t-svg-kw-right{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 1fr;
		grid-column-gap: 2%;
		grid-row-gap: 30px;
		width: 100%;
	}
	
	.t-svg-kw-right-card{
		padding: 0;
		margin-bottom: 25px;
		height: 200px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	/* RGESN */
	.header-rgesn{
        display: block;
    }
	
	.header-rgesn .rgesn-t-t-image{
		margin-top: 36px;
	}
	
	.rgesn-bloc-texte-single, .rgesn-blocs-textes{
        display: block;
    }

    .rgesn-t-image{
        display: block;
    }
	
	.rgesn-bloc-texte-single{
		width: 100%;
	}

    .rgesn-t-t-image img{
        width: 50%;
    }
	
	 .rgesn-t-t-image img{
        width: 100%;
    }

    .rgesn-t-image img{
        width: 100%;
    }

	.reset-password-page-form{
		width: initial;
	}
}

@media screen and (max-width: 1440px) {

}

/**
 * 15.0 - Print
 */

@media print {
}