/*! 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*/
}

/* 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;
}

body{
	color: var(--white);
	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-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;
}

.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;
}

.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;
}

.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: 30%;
}



.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 a{
	text-transform: uppercase;
}

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

.bloc-1-construction__content__image{
	margin-top: -7.5rem;
	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__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: 150px;
}

.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;
}

/* 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;
}

.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: 32px;
	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;
}

.bloc-2-hp{
	margin-bottom: 192px;
}

.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;
}

.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;
}

.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(--tertiary-color);
	padding-top: 64px;
	padding-bottom: 64px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.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;
}

.resources-user-not-connect__right button{
	padding: 12px 64px;
	border: 1px var(--white) 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{
	height: 76vh;
	background-color: var(--terciary-color);
}
.reset-password-page-form{
	color: white;
	background: var(--tertiary-color);
	padding: 64px 128px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 1px var(--white) solid;
}

.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;
}

.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 button{
	margin-bottom: 8px;
}

.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);
}


/* Contact Form */
/* =================================================== */
.f-b1{
	padding-top: 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: 1rem;
}

.f-b1 label{
	display: block;
}

.form-one-column{
	width: 100%;
	margin-bottom: 2.5rem;
}

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

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

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

.form-half-column{
	width: 48%;
	margin-bottom: 2.5rem;
}

.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{
}

.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;
	margin-top: 2.5rem;
	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;
}

.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%;
}

.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 {
	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;
}


.qna-questions-container-card-content{
	display: none;
}

.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 ul{
	list-style: disc inside;
}

.secondary-pages__content__text li{
	margin-bottom: 32px;
	font-size: 18px;
}

.secondary-pages__content__text p{
	margin-bottom: 32px;
}

.secondary-pages__content__text:last-child{
	margin-bottom: 0;
}

/**
 * 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;
	}
}

@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-end;
	}

	.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;
	}

	.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-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-content__left h1{
		font-size: 3rem;
	}

	.classic-header-content__left p{
		font-size: 1.25rem;
	}

	.classic-header-content{
		bottom: 0;
		padding: 2.5rem 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{
		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{
		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;
	}

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

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

	.qna-filters-container a,
	.bloc-3-construction__buttons button{
		margin-bottom: 20px;
	}

	.bloc-3-construction__content_left{
		width: 100%;
		margin-bottom: 32px;
	}

	.bloc-2-construction{
		display: none;
	}

	.bloc-2-construction-responsive{
		display: block;
	}

	.bloc-2-construction-responsive
	.bloc-2-construction-grid
	.bloc-2-construction-card{
		width: 100%;
		height: 200px;
	}

	.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: 90%;
		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;
	}

}

@media screen and (max-width: 1280px) {
	.reset-password-page{
		height: auto;
	}

	.reset-password-page-form{
		position: relative;
		-webkit-transform: initial;
		transform: initial;
		margin-bottom: 64px;
		margin-top: 64px;
		top: 0;
		left: 0;
	}
}

@media screen and (min-width: 1600px) {
}

/**
 * 15.0 - Print
 */

@media print {
}