:root {
  --font-size-text: 16px;
  --font-size-link: 14px;
  --font-size-title-large: 80px;
  --font-size-subtitle: 18px;
  --font-size-title: 48px;
  --font-size-button: 16px;
  --size-gap: 24px;
  --size-gap-large: 32px;
  --padding-horizontal: 5%;
}

@font-face {
  font-family: "MinervaModern";
  src: url(https://use.typekit.net/af/2d15e1/00000000000000003b9afd25/27/l?subset_id=2&fvd=n4&v=3);
}
/***************************************************************/
/*** MAIN ******************************************************/
/***************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fancybox-can-zoomIn .fancybox-content {
  background-color: #f2e8df !important;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  background-color: #f2e8df !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: -300px;
  overflow-x: hidden;
}

body {
  margin: auto;
  padding: 0;
  min-height: 100vh;
  max-width: 1920px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2e8df;
}

section {
  scroll-margin: 50px;
}

a,
span {
  display: inline-block;
  font-family: "Inter", Arial, sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #f4f2f0;
}

li {
  list-style-type: none;
  margin-bottom: 6px;
}

li,
p,
a {
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 1.5;
}

b {
  display: inline;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
img.zoom {
  cursor: zoom-in;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  overflow: hidden;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #161616;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #161616;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #f2e8df;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  height: 30vh;
  -o-object-fit: contain;
     object-fit: contain;
}

#succes {
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 0.6s;
}
#succes > div {
  text-align: center;
  font-size: var(--font-size-secondary);
  z-index: 1;
  color: #f4f2f0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px;
  line-height: 1.5;
  position: relative;
}
#succes.active {
  display: flex;
}
#succes.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.width {
  padding: 0 var(--padding-horizontal);
  margin: 0 auto;
  display: flex;
}

.title {
  font-family: "MinervaModern", Arial, sans-serif;
  font-size: var(--font-size-title);
  font-weight: 900;
  line-height: 1;
  text-align: left;
  color: #f2e8df;
  margin-bottom: 56px;
}
.title.large {
  font-size: var(--font-size-title-large);
  line-height: 1;
  color: #f4f2f0;
}

.subtitle {
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--font-size-subtitle);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #fddcc3;
  margin-bottom: var(--size-gap);
}

.txt,
.txt p {
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 1.3;
  color: #fddcc3;
  display: block;
  flex-direction: column;
  gap: 44px;
  text-align: justify;
}

.txt p {
  display: block;
}

.txt.orange {
  font-size: 20px;
  color: #da905c !important;
}

a.orange {
  font-size: 20px;
  color: #da905c !important;
}

.close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: var(--font-size-h2);
  color: #f4f2f0;
  z-index: 9999;
}

.left,
.right {
  width: 50%;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

span.nowrap {
  white-space: nowrap;
}

/***************************************************************/
/*** BUTTONS ***************************************************/
/***************************************************************/
.btn {
  width: 230px;
  background-color: transparent;
  color: #f4f2f0;
  text-transform: uppercase;
  padding: 8px 24px;
  border: 1px solid #f4f2f0;
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--font-size-button);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s linear;
  border-radius: 4px;
}
.btn::before, .btn::after {
  transition: all 0.3s linear;
}
.btn.arrow {
  font-family: "Inter", Arial, sans-serif;
  padding: 10px 20px 10px 20px;
  border: 1px solid #f4f2f0;
  padding-right: 55px;
  position: relative;
  display: inline-block;
  background-color: #f4f2f0;
  text-align: left;
}
.btn.arrow a {
  color: #fddcc3;
  font-size: var(--font-size-link);
  line-height: 1;
}
.btn.arrow::after {
  content: url("imgs/icons/button-arrow.svg");
  position: absolute;
  right: 0;
  top: 10px;
  width: 28px;
  height: 10px;
  transform: translateX(-50%);
  display: block;
  background-image: no-repeat;
  transition: all 0.3s linear;
}
.btn.arrow:hover::after {
  right: -6px;
}
.btn.arrow.brown {
  border: 1px solid #161616;
  background-color: transparent;
}
.btn.arrow.brown a {
  color: #f4f2f0;
}
.btn.arrow.brown::after {
  content: url("imgs/icons/button-arrow-black.svg");
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-gap);
}

#brochure-telecharger {
  position: fixed;
  transition: all 0.9s ease-in-out;
  top: -100%;
  left: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
}
#brochure-telecharger.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  top: 0%;
  display: flex;
}
#brochure-telecharger form {
  padding: 100px 30px 50px 30px;
  background-color: white;
  max-width: 700px;
}
#brochure-telecharger form #form-brochure-wrapper {
  position: relative;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex {
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  display: flex;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div {
  width: calc(50% - 20px);
  margin-bottom: 5px;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input,
#brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fddcc3;
  outline: none;
  padding: 16px 8px;
  font-family: "Inter", Arial, sans-serif;
  color: #161616;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input::-moz-placeholder, #brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea::-moz-placeholder {
  color: #161616;
  font-family: "Inter", Arial, sans-serif;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input::placeholder,
#brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea::placeholder {
  color: #161616;
  font-family: "Inter", Arial, sans-serif;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input:focus,
#brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea:focus {
  background-color: rgba(22, 22, 22, 0.1);
  color: #161616;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div.textarea {
  width: 100%;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div.textarea textarea {
  height: 120px;
}
#brochure-telecharger form #form-brochure-wrapper #submit_brochure {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  line-height: 1;
  display: block;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
  color: #161616;
  background-color: #fddcc3;
}
#brochure-telecharger form #form-brochure-wrapper #annuler_brochure {
  position: absolute;
  right: 0;
  width: 50px;
  top: -70px;
  padding: 8px 16px;
  line-height: 1;
  display: block;
  font-size: 14px;
  color: #161616;
  background-color: #fddcc3;
}

/***************************************************************/
/*** HEADER ***************************************************/
/***************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
  transition: all 0.3s linear;
  background-color: transparent;
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-gap-large);
}
header .width .left {
  width: auto;
}
header .width .left .logo a img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
header .width .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-gap-large);
}
header .width .right nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: right 0.4s linear;
  gap: var(--size-gap-large);
  width: 100%;
}
header .width .right nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 50px;
  width: 100%;
}
header .width .right nav ul li {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--font-size-text);
  font-weight: 300;
  line-height: 1.5;
  color: #f4f2f0;
}
header .width .right nav ul li.contact-nav {
  display: none;
}
header .width .right nav ul li a {
  font-family: "Inter", Arial, sans-serif;
  color: #161616;
  text-align: left;
  transition: all 0.5s linear;
  position: relative;
  font-size: var(--font-size-text);
  font-weight: 300;
  line-height: 1.5;
  color: #f4f2f0;
  text-transform: uppercase;
}
header .width .right nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0px;
  background: #f4f2f0;
  height: 2px;
  transition: all 0.5s linear;
}
header .width .right nav ul li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
header .width #contact-btn {
  margin-left: auto;
}
header .width #contact-btn .btn {
  background-color: transparent;
  border-color: #f4f2f0;
  color: #f4f2f0;
  width: 160px;
}
header .width #contact-btn .btn::after {
  content: url("imgs/icons/button-arrow-white.svg");
}
header.active {
  padding: 5px 0;
  background-color: #f2e8df;
}
header.active .width .left .logo a img {
  height: 100px;
}
header.active .width #contact-btn .btn {
  border-color: #161616;
  color: #161616;
}
header.active .width #contact-btn .btn::after {
  content: url("imgs/icons/button-arrow-black.svg");
}
header.active .width .right nav ul li a {
  color: #161616;
}
header.active .width .right nav ul li a:hover::after {
  background: #161616;
}

#menu-btn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: 100;
  display: none;
  top: 50%;
  right: var(--padding-horizontal);
  transform: translateY(-50%);
}
#menu-btn.active span {
  background-color: transparent;
  width: 40px;
}
#menu-btn.active span::before {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #f2e8df;
  width: 40px;
}
#menu-btn.active span::after {
  transform: translateY(12px) rotate(45deg);
  background-color: #f2e8df;
  width: 40px;
}
#menu-btn span,
#menu-btn span::before,
#menu-btn span::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #f2e8df;
}
#menu-btn span::before {
  top: 10px;
  transition: all 0.5s linear;
}
#menu-btn span::after {
  bottom: 10px;
  transition: all 0.5s linear;
}

/***************************************************************/
/*** ACCUEIL ***************************************************/
/***************************************************************/
#accueil {
  height: 100vh;
  min-height: 850px;
  max-height: 1090px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 150px;
  background-color: #f2e8df;
}
#accueil .background {
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#accueil .layer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
#accueil .width {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  gap: 50px;
}
#accueil .width .top {
  text-align: center;
  width: 100%;
}
#accueil .width .top .title {
  margin-bottom: 38px;
  text-align: center;
  color: #f4f2f0;
}
#accueil .width .bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  color: #f4f2f0;
  text-transform: uppercase;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}
#accueil .width .bottom ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
#accueil .width .bottom li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-transform: none;
}
#accueil .width .bottom li {
  font-size: 32px;
  text-align: center;
}
#accueil .width .bottom li span {
  font-weight: bold;
  text-align: center;
}
#accueil .width .buttons {
  margin-top: 70px;
}

/***************************************************************/
/*** PROJET ***************************************************/
/***************************************************************/
#commune,
#projet2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 0 var(--padding-horizontal);
}
#commune .left,
#projet2 .left {
  background-color: #fddcc3;
  width: 50%;
  padding: 150px var(--padding-horizontal);
}
#commune .left a,
#projet2 .left a {
  height: 100%;
  width: 100%;
}
#commune .left img,
#projet2 .left img {
  height: 90vh;
  max-height: 1080px;
}
#commune .right,
#projet2 .right {
  display: flex;
  align-items: center;
  background-color: #f2e8df;
  width: 48%;
}
#commune .right .width,
#projet2 .right .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
#commune .right .width .txt,
#projet2 .right .width .txt {
  margin-bottom: 28px;
  max-width: 50ch;
  color: #161616;
}
#commune .right .width *,
#projet2 .right .width * {
  color: #161616;
}

#commune .left {
  order: 1;
}
#commune .left img {
  height: auto;
  width: 130%;
  position: relative;
  left: -30%;
}
#commune .right .btn {
  margin-top: 50px;
  width: -moz-max-content;
  width: max-content;
}

/***************************************************************/
/*** PROJET2 ***************************************************/
/***************************************************************/
#projet2 {
  padding: 0 var --padding-horizontal 150px var(--padding-horizontal);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fddcc3;
}
#projet2 .right {
  width: 50%;
  align-items: flex-start;
  padding: 0;
  background-color: #fddcc3;
  margin-left: auto;
  padding-right: var(--padding-horizontal);
  padding-left: var(--padding-horizontal);
}
#projet2 .right .width {
  margin: 0;
  padding: 0;
  background-color: #fddcc3;
}
#projet2 .right .width .info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
  flex-direction: column;
}
#projet2 .right .width .info .left {
  order: -1;
  width: 100%;
}
#projet2 .right .width > div, #projet2 .right .width > div p {
  color: #161616;
}
#projet2 .right .width > div p {
  max-width: 50ch;
}
#projet2 .right .width > div h2 {
  max-width: 16ch;
}
#projet2 .left {
  width: 50%;
  padding: 0;
  background-color: transparent;
  order: -1;
}
#projet2 .left img {
  padding: 0;
}

#commune.projet3 {
  padding: 0;
  gap: 100px;
}
#commune.projet3 .right {
  width: 40%;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: var(--padding-horizontal);
  display: block;
}
#commune.projet3 .right .title.second {
  margin-top: 100px;
}
#commune.projet3 .right .txt p {
  line-height: 1.8;
}
#commune.projet3 .right * {
  color: #161616;
}
#commune.projet3 .left {
  width: 60%;
  padding: 0;
  background-color: #f2e8df;
}
#commune.projet3 .left img {
  width: 100%;
  height: 100%;
  left: 0;
}

/***************************************************************/
/*** SITUATION ***************************************************/
/***************************************************************/
#situation {
  position: relative;
  padding: 110px 0;
  height: 80vh;
  max-height: 893px;
  min-height: 800px;
  position: relative;
  z-index: 0;
}
#situation::after {
  content: "";
  display: block;
  width: 120%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-color: #fddcc3;
}
#situation img {
  width: 100%;
  margin: 0 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#situation .width {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 22;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  margin-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 4.2%;
}
#situation .width > * {
  color: #161616;
}
#situation .width .txt {
  width: 40vw;
}
#situation .width .btn {
  border-color: #f4f2f0;
  color: #f4f2f0;
  background-color: #f4f2f0;
  color: #161616;
  pointer-events: all;
}
#situation .width .btn::after {
  content: url("imgs/icons/button-arrow.svg");
}

/***************************************************************/
/*** SITUATION3 ***************************************************/
/***************************************************************/
#situation3 {
  padding: 150px 0 150px 0;
  background-color: #fddcc3;
}
#situation3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#situation3 .top .width {
  margin-left: 0;
  padding-left: var(--padding-horizontal);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
  width: 100%;
}
#situation3 .top .width .wrapper {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 55px;
  flex-direction: column;
}
#situation3 .top .width h2 {
  color: #161616;
  margin-bottom: 0;
}
#situation3 .top .width .txt {
  max-width: 70ch;
  color: #161616;
  line-height: 1.8;
}
#situation3 .top .slider-container {
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
  height: 390px;
  width: 60%;
  z-index: 5;
  position: relative;
  top: -50px;
}
#situation3 .top .slider-container #roller {
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 0.6s;
  z-index: 3;
  width: -moz-max-content;
  width: max-content;
  height: 385px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  transition: all 0.3s linear;
}
#situation3 .top .slider-container #roller:hover {
  transform: translateX(-20px);
}
#situation3 .top .slider-container #roller .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#situation3 .top .slider-container #roller .wrapper img {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  transition-duration: 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  margin: 0 20px;
  margin-bottom: var(--size-gap-large);
}
#situation3 .top .slider-container #roller .wrapper .active {
  opacity: 1;
  z-index: 0;
}

/***************************************************************/
/*** icons ***************************************************/
/***************************************************************/
#emplacement {
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  border-top: 4px solid #fddcc3;
}
#emplacement p,
#emplacement h2 {
  color: #161616;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}
#emplacement h2 {
  max-width: 20ch;
}
#emplacement .map {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
#emplacement .map a {
  width: 100%;
  height: 100%;
}
#emplacement .map img {
  -o-object-fit: contain;
     object-fit: contain;
}
#emplacement .lists {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: center;
}
#emplacement .lists .list {
  width: -moz-max-content;
  width: max-content;
}
#emplacement .lists .list li {
  margin-bottom: 50px;
}
#emplacement .lists .list p {
  text-align: left;
  max-width: 60ch;
  margin-left: 0;
  line-height: 1.8;
}

/***************************************************************/
/*** environnement ***************************************************/
/***************************************************************/
#environnement {
  background-color: #f2e8df;
  position: relative;
  padding: 0 0 0 0;
  height: 990px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#environnement * {
  color: #161616;
}
#environnement .width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  margin-left: 0;
  background-color: #f2e8df;
  padding-top: 150px;
  padding-bottom: 0px;
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
}
#environnement .width .title {
  max-width: 16ch;
}
#environnement .width .title:last-of-type {
  margin-top: 50px;
}
#environnement .width .txt {
  max-width: 50ch;
}
#environnement .width .btn {
  margin-top: 50px;
  border-color: #161616;
  margin-bottom: 150px;
}
#environnement .map {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0%;
  left: auto;
  align-self: center;
  align-self: center;
  justify-content: center;
  display: flex;
}
#environnement .map img {
  -o-object-fit: cover;
     object-fit: cover;
}
#environnement .btn {
  background-color: transparent;
  border-color: #f4f2f0;
}

#environnement.environnement1 {
  justify-content: space-between;
}
#environnement.environnement1 .width {
  width: 50%;
  padding-right: var(--padding-horizontal);
  padding-bottom: 150px;
  margin-right: 0;
  margin-left: auto;
}
#environnement.environnement1 .width .title {
  max-width: 16ch;
}
#environnement.environnement1 .width .txt {
  max-width: 50ch;
}
#environnement.environnement1 .width .txt.orange {
  font-size: 20px;
  color: #da905c;
  margin-top: 100px;
  max-width: 40ch;
}
#environnement.environnement1 .map {
  height: 100%;
  position: static;
  order: 1;
}
#environnement.environnement1 .map img {
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************************************************/
/*** GALERIE ***************************************************/
/***************************************************************/
#galerie {
  display: flex;
  align-items: center;
  background-color: #f2e8df;
  justify-content: space-between;
}
#galerie .left {
  padding: 0 0 0 var(--padding-horizontal);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 40%;
  padding-bottom: 150px;
}
#galerie .left * {
  color: #161616;
}
#galerie .left .txt {
  max-width: 50ch;
}
#galerie .left .btn {
  margin: 50px auto 0 0;
  width: -moz-max-content;
  width: max-content;
}
#galerie .right {
  width: 58%;
  overflow: hidden;
  padding-bottom: 150px;
}
#galerie .right .swiper-galerie {
  width: 100%;
}
#galerie .right .swiper-galerie::part(container) {
  overflow: visible;
}
#galerie .right .swiper-galerie::part(button-prev), #galerie .right .swiper-galerie::part(button-next) {
  width: 50px;
  height: 50px;
  bottom: -60px;
  flex-shrink: 0;
  top: auto;
  background: #fddcc3;
  border-radius: 50%;
  z-index: 50;
}
#galerie .right .swiper-galerie::part(button-prev) {
  left: calc(90% - 60px);
  background: #fddcc3 url("imgs/icons/button-arrow.svg") no-repeat center;
  transform: rotate(180deg);
}
#galerie .right .swiper-galerie::part(button-next) {
  left: 90%;
  background: #fddcc3 url("imgs/icons/button-arrow.svg") no-repeat center center;
}
#galerie .right .swiper-galerie swiper-slide {
  height: 100%;
}

/***************************************************************/
/*** FULL GALLERY ****************************************************/
/***************************************************************/
.fullGallery,
.fullScreenImg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f4f2f0;
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  transition: all 0.3s linear;
}
.fullGallery .full-img,
.fullScreenImg .full-img {
  position: relative;
}
.fullGallery .full-img .close-btn,
.fullScreenImg .full-img .close-btn {
  position: absolute;
  top: 0em;
  right: 2%;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #161616;
  z-index: 9999;
  cursor: pointer;
  font-weight: bold;
  background-color: #fddcc3;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.3s linear;
}
.fullGallery .full-img .close-btn:hover,
.fullScreenImg .full-img .close-btn:hover {
  background-color: #fddcc3;
}
.fullGallery .full-img .gallery-nav-prev,
.fullGallery .full-img .gallery-nav-next,
.fullScreenImg .full-img .gallery-nav-prev,
.fullScreenImg .full-img .gallery-nav-next {
  position: absolute;
  top: 55%;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 99;
  background-color: #fddcc3;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.fullGallery .full-img .gallery-nav-prev:hover,
.fullGallery .full-img .gallery-nav-next:hover,
.fullScreenImg .full-img .gallery-nav-prev:hover,
.fullScreenImg .full-img .gallery-nav-next:hover {
  background-color: #fddcc3;
}
.fullGallery .full-img .gallery-nav-next,
.fullScreenImg .full-img .gallery-nav-next {
  right: 3%;
}
.fullGallery .full-img .gallery-nav-next img,
.fullScreenImg .full-img .gallery-nav-next img {
  width: 20px;
  margin: 0 auto;
}
.fullGallery .full-img .gallery-nav-prev,
.fullScreenImg .full-img .gallery-nav-prev {
  left: 3%;
}
.fullGallery .full-img .gallery-nav-prev img,
.fullScreenImg .full-img .gallery-nav-prev img {
  width: 20px;
  margin: 0 auto;
}
.fullGallery.active,
.fullScreenImg.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear;
  background-size: cover;
}
.fullGallery *,
.fullScreenImg * {
  width: 100%;
  height: 100%;
}
.fullGallery * img,
.fullScreenImg * img {
  -o-object-fit: contain;
  object-fit: contain;
}
.fullGallery img,
.fullScreenImg img {
  transition: all 0.4s linear;
}
.fullGallery img.active,
.fullScreenImg img.active {
  display: block;
}

/***************************************************************/
/*** achat ****************************************************/
/***************************************************************/
#achat {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 4px solid #fddcc3;
}
#achat .width {
  display: flex;
  flex-direction: column;
}
#achat .width .subtitle {
  color: #161616;
}
#achat .width .title {
  color: #161616;
  margin-bottom: 100px;
}
#achat .width ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
#achat .width ul li {
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
#achat .width ul li .img {
  width: 80px;
  height: 80px;
  border: 1px solid #161616;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 50px;
}
#achat .width ul li .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#achat .width ul li h3 {
  text-align: center;
  margin-bottom: 32px;
}
#achat .width ul li p {
  text-align: center;
}

/***************************************************************/
/*** partenaires ****************************************************/
/***************************************************************/
#partenaires {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #fddcc3;
}
#partenaires .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
}
#partenaires .width .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#partenaires .width .item h3.title {
  font-size: 22px;
  color: #161616;
  max-width: 14ch;
  height: 44px;
}
#partenaires .width .item h2.title {
  font-size: 26px;
  color: #161616;
  max-width: 14ch;
  height: 44px;
  text-transform: lowercase;
}
#partenaires .width .item a {
  color: #161616;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s linear;
}
#partenaires .width .item a:hover {
  text-decoration: underline;
}
#partenaires .width .item .logos {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  width: -moz-max-content;
  width: max-content;
}
#partenaires .width .item .logos img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 190px;
}
#partenaires .width .item .logos .logo-small {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
#partenaires .width .item .logos .logo-height {
  width: 100px;
  height: auto;
}

/***************************************************************/
/*** CONTACT ****************************************************/
/***************************************************************/
#contact {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  padding: 200px 0 200px 0;
  max-height: 1080px;
  background: url("imgs/vis/night.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
#contact .layer {
  position: absolute;
  background-color: rgba(22, 22, 22, 0.7);
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
#contact .left {
  width: 40%;
  padding: 0 0 0 var(--padding-horizontal);
  z-index: 2;
}
#contact .left .width {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 60px;
  padding: 0;
  height: 100%;
}
#contact .left .width .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
#contact .left .width .wrapper .subtitle {
  color: #fff;
}
#contact .left .width .wrapper h2,
#contact .left .width .wrapper h3 {
  text-align: center;
}
#contact .left .width .wrapper .details {
  color: #fff;
}
#contact .left .width .wrapper .details h3 {
  font-family: "MinervaModern", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}
#contact .left .width .wrapper .details img {
  filter: invert(1) brightness(5);
  max-width: 250px;
}
#contact .left .width .wrapper .details p {
  margin-bottom: 24px;
  margin-top: 24px;
  color: #fff;
}
#contact .left .width .wrapper .details .item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
  color: #fff;
}
#contact .left .width .wrapper .details .item p {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 300;
  color: #fff;
}
#contact .left .width .wrapper .details a {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}
#contact .left .txt {
  margin-bottom: 28px;
  max-width: 45ch;
}
#contact .left .buttons {
  display: flex;
  gap: var(--size-gap);
  flex-wrap: wrap;
}
#contact .right {
  z-index: 2;
  width: 60%;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
#contact .right .form-container {
  display: block;
  width: 70%;
  height: 100%;
}
#contact .right .form-container form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contact .right .form-container form > div {
  width: 100%;
}
#contact .right .form-container form > div input,
#contact .right .form-container form > div textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 0.5px solid #f2e8df;
  font-family: "Inter", Arial, sans-serif;
  font-size: var(--font-size-text);
  color: #fff;
  font-weight: 300;
  padding: 16px 0;
}
#contact .right .form-container form > div input::-moz-placeholder, #contact .right .form-container form > div textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
#contact .right .form-container form > div input::placeholder,
#contact .right .form-container form > div textarea::placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
#contact .right .form-container form > div textarea {
  margin-bottom: 55px;
}
#contact .right .form-container form > div .btn {
  background-color: transparent;
  color: #f2e8df;
}
#contact .right .form-container form > div .btn.arrow {
  border-color: accent-color;
}
#contact .right .form-container form > div .btn.arrow::after {
  content: url("imgs/icons/button-arrow-white.svg");
}
#contact .right .logo {
  height: 100px;
}
#contact .right .logo a {
  width: 100%;
}
#contact .right .logo a img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

/***************************************************************/
/*** MEDIA ***************************************************/
/***************************************************************/
@media only screen and (max-width: 1320px) {
  :root {
    --font-size-text: 16px;
    --font-size-link: 14px;
    --font-size-title-large: 60px;
    --font-size-subtitle: 18px;
    --font-size-title: 32px;
    --font-size-button: 16px;
    --size-gap: 24px;
    --size-gap-large: 32px;
    --padding-horizontal: 5%;
  }
  .title.large {
    line-height: 1.5;
  }
  #accueil .width .bottom {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  #environnement .width .flexible {
    right: var(--padding-horizontal);
  }
  #environnement .map {
    align-self: center;
  }
  #environnement.environnement1 .width .title {
    max-width: 90%;
  }
  #commune .left img {
    height: auto;
    width: 100%;
    position: relative;
    left: 0%;
  }
  #achat .width ul {
    flex-wrap: wrap;
  }
  #achat .width ul li {
    width: 30%;
    flex: auto;
  }
}
@media only screen and (max-width: 1090px) {
  :root {
    --font-size-text: 16px;
    --font-size-link: 14px;
    --font-size-title-large: 60px;
    --font-size-subtitle: 18px;
    --font-size-title: 30px;
    --font-size-button: 14px;
    --size-gap: 18px;
    --size-gap-large: 24px;
    --padding-horizontal: 5%;
  }
  .title.large {
    line-height: 1;
  }
  #achat {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #brochure-telecharger form {
    width: 85%;
  }
  #brochure-telecharger form #form-brochure-wrapper .form-flex {
    flex-wrap: wrap;
  }
  #brochure-telecharger form #form-brochure-wrapper .form-flex div {
    width: 100%;
  }
  header .width #contact-btn {
    display: none;
  }
  header .width .left .logo a img {
    width: 210px;
  }
  header .width .right nav {
    transition: all 0.6s linear;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #f2e8df;
    padding: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    transition-duration: 0.6s;
  }
  header .width .right nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header .width .right nav ul li {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  header .width .right nav ul li a {
    font-size: 20px;
    color: #161616;
  }
  header .width .right nav ul li.contact-nav {
    display: block;
  }
  header .width .right nav.active {
    top: 0;
    left: 0;
    transition: all 0.6s linear;
  }
  header .width #menu-btn span,
  header .width #menu-btn span::before,
  header .width #menu-btn span::after {
    background-color: #f4f2f0;
  }
  header .width #menu-btn.active span {
    background-color: transparent;
  }
  header .width #menu-btn.active span::before,
  header .width #menu-btn.active span::after {
    background-color: #161616;
  }
  header.active .width .right nav ul li a {
    color: #161616;
    font-size: 20px;
  }
  header.active #menu-btn span,
  header.active #menu-btn span::before,
  header.active #menu-btn span::after {
    background-color: #161616;
  }
  header.active #menu-btn.active span {
    background-color: transparent;
  }
  header.active #menu-btn.active span::before,
  header.active #menu-btn.active span::after {
    background-color: #161616;
  }
  #menu-btn {
    display: block;
  }
  #accueil .width .bottom {
    padding-left: 0%;
    padding-right: 0%;
  }
  #commune {
    flex-direction: column;
    padding-right: var(--padding-horizontal);
  }
  #commune .right {
    order: -1;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #commune .right .width .txt {
    max-width: none;
  }
  #commune .right .width .btn {
    white-space: inherit;
  }
  #commune .left {
    width: 100%;
    padding: 0;
    background-color: #f2e8df;
  }
  #commune .left img {
    padding: 0;
    margin-bottom: 70px;
  }
  #environnement {
    height: auto;
    flex-direction: column;
  }
  #environnement .width {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #environnement .width .title {
    max-width: initial;
  }
  #environnement .width .flexible {
    margin-top: 0px;
    position: static;
  }
  #environnement .width .btn {
    margin-bottom: 0px;
  }
  #environnement .width .txt {
    max-width: none;
  }
  #environnement .map {
    width: 100vw;
    height: 500px;
    position: static;
  }
  #environnement .map a {
    height: 100%;
    width: 100%;
  }
  #environnement .map a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #environnement.environnement1 {
    height: auto;
    flex-direction: column;
    gap: 0;
  }
  #environnement.environnement1 .width {
    width: 100%;
    padding-bottom: 0;
    padding-bottom: 70px;
  }
  #environnement.environnement1 .width .flexible {
    margin-top: 0px;
    position: static;
  }
  #environnement.environnement1 .width .txt {
    max-width: none;
  }
  #environnement.environnement1 .width .txt.orange {
    margin-top: 50px;
    font-size: 18px;
    max-width: initial;
  }
  #environnement.environnement1 .map {
    width: 100%;
    height: 500px;
    position: static;
  }
  #environnement.environnement1 .map img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #projet2 {
    flex-direction: column;
  }
  #projet2 .right {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #projet2 .right .width > div p {
    max-width: initial;
  }
  #projet2 .right .width > div h2 {
    max-width: initial;
    margin-bottom: 0;
  }
  #projet2 .right .width .info {
    flex-direction: column;
  }
  #projet2 .right .width .info .left {
    width: 100%;
    height: auto;
  }
  #projet2 .right .width .txt {
    max-width: initial;
    width: 100%;
  }
  #projet2 .left {
    width: 100%;
    order: 1;
    height: 500px;
  }
  #projet2 .left p,
  #projet2 .left h2 {
    max-width: initial;
  }
  #projet2 .buttons {
    flex-wrap: wrap;
    gap: var(--size-gap);
  }
  #projet2 .buttons .btn.arrow.noborder {
    margin-left: -16px;
  }
  #situation {
    height: 400px;
    min-height: initial;
    max-height: initial;
  }
  #situation img {
    height: 600px;
  }
  #situation .width {
    width: 100%;
    padding: 30px var(--padding-horizontal) 30px var(--padding-horizontal);
  }
  #environnement .map .map-container {
    height: 450px;
    overflow: hidden;
    min-height: auto;
  }
  #environnement.environnement1 .width .title {
    margin-top: 0;
  }
  #galerie {
    flex-direction: column;
    padding-bottom: 0;
  }
  #galerie .left {
    padding-right: var(--padding-horizontal);
    width: 100%;
    order: 1;
    padding-bottom: 70px;
  }
  #galerie .left .txt {
    max-width: initial;
  }
  #galerie .right {
    width: 96%;
    margin-bottom: 0px;
    margin-right: var(--padding-horizontal);
    margin-left: var(--padding-horizontal);
  }
  #emplacement {
    padding-right: var(--padding-horizontal);
    padding-bottom: 50px;
    padding-top: 70px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  #emplacement p,
  #emplacement h2 {
    max-width: inherit;
  }
  #emplacement .width {
    flex-direction: column;
  }
  #emplacement .width .left {
    width: 100%;
  }
  #emplacement .width .map {
    width: 111%;
    margin-left: -5%;
  }
  #emplacement .map {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 110%;
    margin-left: -5%;
  }
  #emplacement .lists {
    flex-direction: column;
    gap: 0px;
  }
  #emplacement .lists .list {
    width: 100%;
  }
  #emplacement .lists .list p {
    max-width: initial;
  }
  #situation3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #situation3 .top .width {
    flex-direction: column;
    gap: 50px;
  }
  #situation3 .top .width .wrapper {
    width: 100%;
  }
  #situation3 .top .width .wrapper .txt {
    max-width: initial;
  }
  #partenaires {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #partenaires .width {
    flex-wrap: wrap;
    gap: 100px;
    justify-content: space-around;
  }
  #partenaires .width .title {
    margin-bottom: 32px;
  }
  #partenaires .width .logos {
    height: 77px;
    width: 190px;
  }
  #commune.projet3 {
    padding-top: 0px;
    padding-bottom: 70px;
    gap: 0;
  }
  #commune.projet3 .right {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    order: 1;
    padding-right: var(--padding-horizontal);
  }
  #commune.projet3 .right .title.second {
    margin-top: 50px;
  }
  #commune.projet3 .left {
    width: 100%;
    order: -1;
  }
  #contact {
    flex-direction: column;
    gap: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #contact .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact .left .width .wrapper .details img {
    margin-left: auto;
    margin-right: auto;
  }
  #contact .left * {
    text-align: center !important;
    width: 100%;
  }
  #contact .right {
    width: 100%;
    order: -2;
    z-index: 3;
  }
}
@media only screen and (max-width: 850px) {
  :root {
    --font-size-text: 14px;
    --font-size-title-large: 52px;
    --font-size-subtitle: 16px;
    --font-size-title: 26px;
    --size-gap: 16px;
    --size-gap-large: 20px;
    --padding-horizontal: 5%;
  }
  #accueil {
    min-height: 500px;
  }
  #accueil .width .bottom li {
    font-size: 20px;
    text-align: center;
  }
  #accueil .width .top .title {
    font-size: 38px;
  }
  #loading img {
    width: 50vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --font-size-text: 14px;
    --font-size-title-large: 50px;
    --font-size-subtitle: 16px;
    --font-size-title: 26px;
    --size-gap: 16px;
    --size-gap-large: 20px;
    --padding-horizontal: 5%;
  }
  #galerie .right .swiper-galerie::part(button-prev) {
    left: calc(52% - 60px);
  }
  #galerie .right .swiper-galerie::part(button-next) {
    left: 52%;
  }
  #achat .width ul {
    flex-wrap: wrap;
  }
  #achat .width ul li {
    width: 45%;
    flex: auto;
  }
}
@media only screen and (max-width: 450px) {
  #commune .right .width .btn {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #commune .right .width .btn::after {
    display: none;
  }
  #achat .width ul {
    flex-wrap: wrap;
  }
  #achat .width ul li {
    width: 100%;
    flex: auto;
  }
  #partenaires .width .item .logos {
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
  }
}/*# sourceMappingURL=style.css.map */