@charset "utf-8";
/*imports*/
@import "/css/reset.css";
@import "/fontawesome/css/fontawesome.min.css";
@import "/fontawesome/css/sharp-regular.min.css";
@import "/fontawesome/css/sharp-solid.min.css";
@import "/fontawesome/css/brands.min.css";
@import "/less/animations.css";
/*variables*/
/*mixins*/
/*styles*/
body {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  background: #fff;
}
html {
  /*GLOBAL*/
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  /*HEADER*/
  /*FOOTER*/
  /*FORMULAIRES*/
  /*CONTENU*/
  /*ACCUEIL*/
  /*NOTRE VISION*/
  /*NOUS CONTACTER*/
  /*NOS PROJETS*/
  /*AUTRES*/
}
html .mobile {
  display: none;
}
html .center {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html a {
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  outline-style: none !important;
}
html a:hover {
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html em {
  font-style: italic;
}
html input:focus,
html select:focus,
html textarea:focus {
  outline-style: none !important;
}
html .lightbox {
  display: none;
}
html .featherlight-content {
  width: 450px;
  max-width: 96%;
  margin: 0px !important;
  padding: 10px !important;
  color: #54585a;
  background: #fff !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
html .featherlight-content p {
  padding: 20px;
  color: #000;
  line-height: 1.4em;
}
html .featherlight-content #popup .bloc {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
  margin-top: 20px;
}
html .featherlight-content #popup .bloc p {
  padding: 0;
}
html .featherlight-content #popup .succes i {
  color: #54585a;
}
html .featherlight-content #popup .echec i {
  color: #e73233;
}
html .featherlight-content .featherlight-close {
  color: #000;
}
html header {
  float: left;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: #000000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header .logo {
  position: absolute;
  z-index: 1100;
  top: 48px;
  left: 0;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header aside {
  position: absolute;
  top: 0;
  right: 0;
}
html header aside a {
  float: left;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 0.9em;
  background: rgba(113, 204, 152, 0.4);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
html header nav {
  float: right;
  position: relative;
  z-index: 1200;
  margin-top: 55px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header nav ul {
  float: right;
}
html header nav ul li {
  float: left;
}
html header nav ul li a {
  float: left;
  padding-left: 5px;
  margin-left: 70px;
  font-size: 0.95em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-left: 3px solid #fff;
}
html header nav ul li a strong {
  font-size: 1.1em;
  font-weight: 600;
}
html header nav ul li a span {
  font-size: 0.8em;
  font-weight: 300;
}
html header nav ul li a:hover {
  border-left: 3px solid #71cc98;
}
html header nav ul li a.active {
  border-left: 3px solid #71cc98;
}
html header nav ul li.rfl a {
  float: left;
  width: 50px;
  position: relative;
  border-left: 0;
  padding-left: 0px;
  margin-left: 50px;
}
html header nav ul li.rfl a img {
  float: left;
  height: auto !important;
  width: 50px !important;
}
html header nav ul li.rfl a .over {
  position: absolute;
  z-index: 100;
  top: -8px;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}
html header nav ul li.rfl a .out {
  position: absolute;
  z-index: 90;
  top: -8px;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 1;
}
html header nav ul li.rfl a:hover .over {
  opacity: 1;
}
html header #menu_checkbox {
  display: none;
}
html header label {
  position: absolute;
  z-index: 2000;
  top: 40px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 00px auto 0 auto;
  cursor: pointer;
}
html header label div {
  position: relative;
  top: 0;
  height: 6px;
  background-color: #fff;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
html header label div:first-child {
  transform-origin: 0;
}
html header label div:last-child {
  margin-bottom: 0;
  transform-origin: 30px;
}
html header label div:nth-child(2) {
  right: 0;
  width: 30px;
}
html header #menu_checkbox:checked + label div:first-child {
  top: -3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:last-child {
  top: 3px;
  transform: rotateZ(45deg);
}
html header #menu_checkbox:checked + label div:nth-child(2) {
  width: 42px;
  top: 0;
  right: 6px;
  transform: rotateZ(-45deg);
}
html header.scrolled {
  height: 100px;
  background: rgba(113, 204, 152, 0.8);
  backdrop-filter: blur(5px);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled .logo {
  top: 30px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled nav {
  margin-top: 35px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html header.scrolled aside a {
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.7em;
}
html header.scrolled nav ul li a {
  border-left: 3px solid #fff;
}
html header.scrolled nav ul li a:hover {
  border-left: 3px solid #54585a;
}
html header.scrolled nav ul li a.active {
  border-left: 3px solid #54585a;
}
html header.scrolled nav ul li.rfl a {
  border-left: 0;
  width: 40px;
}
html header.scrolled nav ul li.rfl a img {
  float: left;
  height: auto !important;
  width: 40px !important;
}
html header.scrolled nav ul li.rfl a .over {
  top: -3px;
}
html header.scrolled nav ul li.rfl a .out {
  top: -3px;
}
html .slideshow {
  float: left;
  position: relative;
  z-index: 600;
  width: 100%;
  height: 100vh;
}
html .slideshow .rslides {
  position: relative;
  z-index: 100;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html .slideshow .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 100;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html .slideshow .rslides li .center {
  height: 100%;
}
html .slideshow .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
html .slideshow .down {
  position: absolute;
  z-index: 999999;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  color: #fff;
  font-size: 3em;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .down:hover {
  bottom: 15px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .rfl {
  position: absolute;
  z-index: 99999;
  right: 0;
  bottom: 50px;
  text-align: center;
}
html .slideshow .rfl .soustitre {
  display: block;
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
}
html .slideshow .rfl i {
  font-size: 1.4em;
}
html .slideshow .blocaccroche,
html .slideshow .blocaccrocherfl {
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 400px;
  height: 100%;
  z-index: 500;
  color: #4d4d4d;
  padding: 60px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .slideshow .blocaccroche .texte,
html .slideshow .blocaccrocherfl .texte {
  width: 100%;
  font-size: 1.6em;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
html .slideshow .blocaccroche .texte img,
html .slideshow .blocaccrocherfl .texte img {
  display: inline-block;
  margin-bottom: 30px;
  height: auto;
  width: 150px;
}
html .slideshow .blocaccroche .texte p,
html .slideshow .blocaccrocherfl .texte p {
  display: inline-block;
  float: left;
  width: 100%;
}
html .slideshow .blocaccroche .texte strong,
html .slideshow .blocaccrocherfl .texte strong {
  font-weight: 700;
  font-size: 1.2em;
}
html .slideshow .blocaccroche .texte em,
html .slideshow .blocaccrocherfl .texte em {
  font-weight: 700;
  font-style: normal;
}
html .slideshow .blocaccroche .texte .btn,
html .slideshow .blocaccrocherfl .texte .btn {
  display: inline-block;
  padding: 10px;
  margin-top: 30px;
  color: #ffcf43;
  font-size: 0.8em;
  background: #574c31;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .blocaccroche .texte .btn:hover,
html .slideshow .blocaccrocherfl .texte .btn:hover {
  color: #574c31;
  background: #ffcf43;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .slideshow .blocaccroche {
  color: #fff;
  background: rgba(83, 87, 89, 0.4);
}
html .slideshow .blocaccroche .texte .titre {
  font-size: 2em;
  margin-bottom: 30px;
}
html .slideshow .blocaccroche .texte .titre2 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
html .slideshow .blocaccroche .texte .btn {
  color: #fff;
  background: #71cc98;
}
html .slideshow .blocaccroche .texte .btn:hover {
  color: #71cc98;
  background: #fff;
}
html .accroche {
  position: absolute;
  z-index: 99999;
  right: 0;
  bottom: 50px;
  color: #fff;
  padding: 20px;
  padding-right: 100px;
  background: rgba(113, 204, 152, 0.4);
  backdrop-filter: blur(5px);
}
html .accroche .titre {
  display: block;
  font-size: 3em;
  font-weight: 600;
}
html .accroche .soustitre {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
}
html .accroche .soustitre strong {
  font-size: 1.2em;
  font-weight: 600;
}
html .accroche .soustitre em {
  font-size: 0.6em;
}
html .accroche i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 2em;
}
html .slideshow-interne {
  float: left;
  position: relative;
  z-index: 600;
  width: 100%;
  height: 70vh;
}
html .slideshow-interne .rslides {
  position: relative;
  z-index: 100;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html .slideshow-interne .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 100;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html .slideshow-interne .rslides li .center {
  height: 100%;
}
html .slideshow-interne .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
html .slideshow-interne .intitule {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: 0;
  bottom: 45px;
  color: #fff;
  padding: 25px;
  background: rgba(113, 204, 152, 0.4);
  backdrop-filter: blur(5px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .slideshow-interne .intitule h1 {
  float: left;
  width: 100%;
  font-size: 2.2em;
  font-weight: 600;
  text-transform: uppercase;
}
html .slideshow-interne .intitule span {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
}
html .slideshow-interne a.full {
  float: left;
  width: 100%;
  height: 100%;
}
html .slideshow-interne .accroche-globale {
  position: absolute;
  z-index: 800;
  float: left;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
html .slideshow-interne .accroche-globale .center {
  height: 100%;
}
html .slideshow-interne.small {
  height: 30vh;
}
html .rslides_nav {
  position: absolute;
  display: block;
  z-index: 500;
  top: 50%;
  left: 0;
  width: 48px;
  height: 180px;
  margin-top: -90px;
  line-height: 180px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .rslides_nav:hover {
  background: rgba(0, 0, 0, 0.6);
  left: -5px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .rslides_nav:before {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 3em;
  content: "\f053";
}
html .rslides_nav:active {
  opacity: 1;
}
html .rslides_nav.next {
  right: 0;
  left: auto;
}
html .rslides_nav.next:before {
  content: "\f054";
}
html .rslides_nav.next:hover {
  right: -5px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html .rslides_tabs {
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9999;
  bottom: 10px;
}
html .rslides_tabs li {
  position: relative;
  display: inline;
  float: none;
  margin-right: 13px;
}
html .rslides_tabs li a {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  opacity: 0.5;
  text-indent: -9999px;
  background: #fff;
  overflow: hidden;
}
html .rslides_tabs li.rslides_here a {
  opacity: 1;
  background: #71cc98;
}
html footer {
  float: left;
  position: relative;
  z-index: 900;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}
html footer .top {
  float: left;
  width: 100%;
  background: #54585a;
}
html footer .top .left {
  float: left;
  width: 50%;
  overflow: hidden;
}
html footer .top .left .logo {
  float: left;
  position: absolute;
  top: 30px;
  left: 0;
}
html footer .top .left address {
  float: left;
  width: 100%;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: left;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6em;
}
html footer .top .left address a {
  color: #fff;
}
html footer .top .left address a:hover {
  color: #71cc98;
}
html footer .top .right {
  float: right;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
}
html footer .top .right ul.niv1 {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .right ul.niv1 li.niv1 {
  position: relative;
  display: inline-block;
  flex-basis: 33%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .right ul.niv1 li.niv1 h4 {
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
html footer .top .right ul.niv1 li.niv1 ul li a,
html footer .top .right ul.niv1 li.niv1 ul li .btncookies {
  text-align: left;
  color: #b8b8b8;
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 300;
}
html footer .top .right ul.niv1 li.niv1 ul li .btncookies {
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
html footer .top .right ul.niv1 li.niv1 ul li a:hover,
html footer .top .right ul.niv1 li.niv1 ul li button:hover {
  color: #71cc98;
}
html footer .top .right ul.niv1 li.niv1 ul li a:before {
  padding-right: 5px;
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  content: "\f138";
}
html footer .top .right ul.niv1 li.niv1 ul li .btncookies:before {
  padding-right: 5px;
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  content: "\f138";
}
html footer .top .right ul.niv1 li.niv1 ul li a.social:before {
  content: "";
}
html footer .bottom {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  background: #71cc98;
}
html footer .bottom p {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  font-weight: 400;
}
html footer .bottom a {
  color: #fff;
}
html footer .bottom a:hover {
  color: #54585a;
}
html footer .bottom .esr {
  float: right;
  margin-left: 20px;
}
html footer .bottom .iso {
  float: right;
  margin-left: 20px;
}
html form {
  float: left;
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 20px;
}
html form section {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
html form section.small-left {
  width: 48%;
  margin-right: 2%;
}
html form section.small-right {
  width: 48%;
  margin-left: 2%;
}
html form section.small2-left {
  width: 16%;
  margin-right: 4%;
}
html form section.small3-left {
  width: 38%;
  margin-right: 2%;
}
html form section.small2-right {
  width: 38%;
  margin-left: 2%;
}
html form div.field {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form div.field i {
  position: absolute;
  z-index: 500;
  right: 10px;
  top: 15px;
  cursor: pointer;
  color: #71cc98;
}
html form div.checkboxfield {
  background: transparent;
  text-align: left;
}
html form input[type="text"],
html form input[type="password"],
html form select,
html form textarea {
  float: left;
  position: relative;
  z-index: 1200;
  width: 100%;
  height: 45px;
  padding-left: 5px;
  padding-right: 5px;
  border: 0;
  border-bottom: 1px solid #54585a;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
html form textarea {
  width: 100%;
  margin-left: 0;
  padding: 20px;
  padding-left: 5px;
  padding-top: 15px;
  height: 80px;
  line-height: 1.2em;
}
html form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
html form .multiple-select {
  float: left;
  position: relative;
  height: 45px;
  margin-bottom: 25px;
  width: 48%;
  margin-left: 2%;
}
html form .multiple-select summary {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 5px;
  padding-right: 10px;
  border: 0;
  border-bottom: 1px solid #54585a;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  cursor: pointer;
}
html form .multiple-select-dropdown {
  position: absolute;
  z-index: 9999;
  margin-top: 44px;
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #767676;
  -webkit-box-shadow: 0px 0px 5px #555555;
  -moz-box-shadow: 0px 0px 5px #555555;
  box-shadow: 0px 0px 5px #555555;
}
html form .multiple-select label {
  margin: 0;
  display: block;
}
html form .multiple-select label > input + .content {
  padding: 5px 10px;
  display: block;
  cursor: pointer;
  text-align: left;
}
html form .multiple-select label > input:checked + .content {
  color: #fff;
  background-color: #1967d2;
}
html form .multiple-select label > input:hover + .content {
  color: #fff;
  background-color: #1967d2;
}
html form details > summary {
  list-style-type: none;
}
html form details > summary::-webkit-details-marker {
  display: none;
}
html form details > summary::after {
  position: absolute;
  right: 10px;
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  content: '\f078';
  color: #71cc98;
  padding-left: 5px;
}
html form details[open] > summary::after {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  content: '\f078';
  color: #71cc98;
  padding-left: 5px;
}
html form details[open] > summary {
  margin-bottom: 0.5rem;
}
html form input[type="checkbox"] {
  width: auto;
  cursor: pointer;
}
html form .dropdown-multiselect {
  float: left;
  position: relative;
  z-index: 9999;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 25px;
  font-family: inherit;
  text-align: left;
}
html form .dropdown-multiselect .dropdown-toggle {
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #54585a;
  cursor: pointer;
  font-size: 1em;
  position: relative;
}
html form .dropdown-multiselect .dropdown-toggle::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Sharp';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #71cc98;
}
html form .dropdown-multiselect .dropdown-options {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 10;
  transition: max-height 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
html form .dropdown-multiselect .dropdown-options label {
  display: block;
  padding: 8px 10px;
  cursor: pointer;
}
html form .dropdown-multiselect .dropdown-options label:hover {
  background: #eee;
}
html form .dropdown-multiselect .dropdown-options label input[type="checkbox"] {
  margin-right: 8px;
}
html form .dropdown-multiselect.open .dropdown-options {
  max-height: 400px;
  overflow-y: auto;
}
html form .placeholder {
  position: absolute;
  pointer-events: none;
  font-size: 1em;
  left: 5px;
  top: 13px;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  color: #54585a;
  transition: 0.2s ease all;
}
html form .placeholder strong {
  color: #e73233;
}
html form input:focus ~ .placeholder,
html form input:-webkit-autofill ~ .placeholder,
html form input:not(:placeholder-shown):not(:focus):valid ~ .placeholder,
html form select:focus ~ .placeholder,
html form select:not(:focus):valid ~ .placeholder,
html form input:disabled ~ .placeholder {
  top: 2px;
  left: 5px;
  font-size: 0.6em;
  opacity: 1;
}
html form input:disabled {
  color: #54585a;
}
html form input.error,
html form select.error {
  color: #e73233;
}
html form div.error {
  position: absolute;
  top: 45px;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form div.error label {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
  font-size: 0.8em;
  color: #e73233;
}
html form div.error label::before {
  content: '🚫';
  padding-right: 5px;
  color: #e73233;
}
html form label {
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
}
html form label a {
  color: #71cc98;
}
html form label a:hover {
  color: #54585a;
}
html form .toggle-password {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
html form p.infos {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 14px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html form .btn {
  float: right;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
  color: #fff;
  background: #71cc98;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html form .btn:hover {
  background: #54585a;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html form p {
  text-align: left;
}
html form p em {
  font-style: normal;
  font-size: 0.8em;
}
html form p em strong {
  color: #e73233;
  font-weight: normal;
}
html section.checkbox div.field {
  background: none;
}
html section.checkbox div.field i {
  position: relative;
  top: initial;
  left: initial;
}
html main {
  float: left;
  position: relative;
  z-index: 500;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc1 {
  float: left;
  width: 100%;
  background: #fff;
}
html #bloc1 .textes {
  float: left;
  width: 50%;
  height: 635px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  overflow: hidden;
}
html #bloc1 .textes div.content {
  width: 80%;
  padding-right: 40px;
  align-self: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc1 .textes div.content h1 {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  text-align: right;
  font-size: 2em;
  font-weight: 900;
  color: #54585a;
}
html #bloc1 .textes div.content h2 {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  text-align: right;
  font-size: 1.4em;
  font-weight: 700;
  color: #54585a;
}
html #bloc1 .textes div.content p {
  float: left;
  width: 100%;
  text-align: right;
  line-height: 1.6em;
  font-size: 1.2em;
  font-weight: 300;
  color: #54585a;
}
html #bloc1 .image {
  float: right;
  width: 50%;
  height: 635px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc1 .image .img {
  float: left;
  width: 627px;
  height: 635px;
  width: auto;
  background-repeat: no-repeat;
  background-size: 1155px 650px;
  transition: 0s linear;
  overflow: hidden;
}
html #bloc1 .image .img img {
  float: left;
  width: 527px;
  height: 535px;
  border: 50px solid #fff;
}
html #bloc2 {
  float: left;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html #bloc2 a {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-shadow: 0px 0px 3px #000000;
}
html #bloc2 a strong {
  font-size: 1.1em;
  font-weight: 900;
}
html #bloc2 a em {
  font-size: 0.8em;
  font-style: normal;
}
html #bloc2 a i {
  font-size: 1.8em;
  padding-top: 10px;
}
html #bloc3 {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #71cc98;
}
html #bloc3 h2 {
  float: left;
  color: #fff;
  font-size: 1.2em;
  border-bottom: 6px solid #fff;
  text-align: left;
  line-height: 0.9em;
  padding-bottom: 7px;
  margin-bottom: 60px;
}
html #bloc3 h2 strong {
  font-size: 1.8em;
  font-weight: 600;
}
html #bloc3 ul {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}
html #bloc3 ul li {
  width: 25%;
  background: #fff;
  align-self: stretch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc3 ul li .textes {
  float: left;
  width: 100%;
  min-height: 55%;
}
html #bloc3 ul li .textes h3 {
  float: left;
  width: 100%;
  color: #54585a;
  padding: 15px;
  font-size: 1.6em;
  font-weight: 700;
  border-left: 5px solid #54585a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc3 ul li .textes h4 {
  float: left;
  width: 100%;
  color: #54585a;
  padding: 15px;
  padding-top: 0;
  font-weight: 700;
  border-left: 5px solid #54585a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc3 ul li .textes p {
  float: left;
  width: 100%;
  color: #54585a;
  padding: 15px;
  padding-top: 30px;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.6em;
  border-left: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc3 ul li .image {
  float: left;
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html #bloc4 {
  float: left;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
  overflow-x: hidden;
}
html #bloc4 .recherche,
html #bloc4 .terrain {
  float: left;
  width: 35%;
}
html #bloc4 .recherche h3,
html #bloc4 .terrain h3 {
  float: left;
  width: 100%;
  padding: 20px;
  padding-top: 15px;
  color: #54585a;
  font-size: 1.6em;
  line-height: 1.2em;
  text-align: center;
  border: 2px solid #54585a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc4 .recherche h3 strong,
html #bloc4 .terrain h3 strong {
  font-weight: 700;
}
html #bloc4 .recherche h3 img,
html #bloc4 .terrain h3 img {
  padding-bottom: 15px;
}
html #bloc4 .recherche p,
html #bloc4 .terrain p {
  float: left;
  width: 70%;
  height: 240px;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 1.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc4 .recherche a,
html #bloc4 .terrain a {
  float: left;
  width: 74%;
  margin-left: 13%;
  margin-right: 13%;
  padding-top: 19px;
  padding-bottom: 19px;
  color: #fff;
  text-align: center;
  background: #71cc98;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc4 .recherche a:hover,
html #bloc4 .terrain a:hover {
  background: #54585a;
}
html #bloc4 .recherche {
  margin-left: 12%;
  margin-right: 3%;
}
html #bloc4 .terrain {
  margin-left: 3%;
  margin-right: 12%;
}
html #bloc5 {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  background: #54585a;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
}
html #bloc5 h3 {
  font-size: 2.2em;
  font-weight: 700;
  padding-bottom: 10px;
}
html #bloc5 p {
  font-size: 1.2em;
  padding-bottom: 10px;
}
html #bloc5 a {
  color: #71cc98;
  font-weight: 700;
}
html #bloc-infos {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  color: #fff;
  background-image: url('/images/communs/infos-prefalux.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc-infos .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(113, 204, 152, 0.8);
  backdrop-filter: blur(2px);
}
html #bloc-infos .center {
  position: relative;
  z-index: 100;
}
html #bloc-infos .content {
  max-width: 650px;
  margin: auto;
}
html #bloc-infos h3 {
  font-size: 2.2em;
  font-weight: 900;
  margin-bottom: 20px;
}
html #bloc-infos p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 35px;
  font-weight: 300;
}
html #bloc-infos .btn-scoring {
  display: inline-block;
  padding: 18px 30px;
  font-size: 1.1em;
  font-weight: 700;
  color: #71cc98;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
html #bloc-infos .btn-scoring i {
  margin-left: 10px;
}
html #bloc-infos .btn-scoring:hover {
  background: #54585a;
  color: #fff;
}
html #contact {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f3f3f3;
}
html #contact h3 {
  font-size: 2.2em;
  font-weight: 700;
  padding-bottom: 60px;
  color: #71cc98;
}
html #bloc6 {
  float: left;
  width: 100%;
  background: #fff;
}
html #bloc6 .image {
  float: left;
  width: 50%;
  height: 637px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc6 .image .img {
  float: left;
  position: relative;
  width: 677px;
  height: 637px;
  width: auto;
  background-repeat: no-repeat;
  background-size: 776px 606px;
  transition: 0s linear;
  overflow: hidden;
}
html #bloc6 .image .img span {
  position: absolute;
  top: 140px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.6em;
  color: #54585a;
}
html #bloc6 .image .img span strong {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  background: #71cc98;
}
html #bloc6 .image .img img {
  float: left;
  width: 577px;
  height: 537px;
  border: 50px solid #fff;
  border-left: 0;
  border-right: 0;
}
html #bloc6 .textes {
  float: right;
  width: 50%;
  height: 637px;
  padding-left: 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
}
html #bloc6 .textes div.content {
  width: 95%;
  align-self: center;
}
html #bloc6 .textes div.content h2 {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  text-align: left;
  font-size: 2em;
  font-weight: 900;
  color: #54585a;
}
html #bloc6 .textes div.content p {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.2em;
  font-weight: 300;
  color: #54585a;
  text-align: justify;
}
html #bloc6 .textes div.content p strong {
  font-weight: 700;
}
html #bloc7 {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 140px;
  background: #fff;
}
html #bloc7::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 5px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -2px;
  background: #71cc98;
}
html #bloc7 .texte1 {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 60px;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc7 .texte1 h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: #54585a;
  font-weight: 900;
  line-height: 1.6em;
}
html #bloc7 .texte1 h2 strong {
  color: #fff;
  background: #71cc98;
  padding-left: 10px;
  padding-right: 10px;
}
html #bloc7 .texte2 {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 125px;
}
html #bloc7 .texte2 .left {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: -20px;
}
html #bloc7 .texte2 .left .image {
  display: inline-block;
  width: 380px;
  height: 380px;
  text-align: center;
  color: #fff;
  line-height: 380px;
  font-size: 9.6em;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html #bloc7 .texte2 .right {
  float: left;
  width: 50%;
}
html #bloc7 .texte2 .right .texte {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc7 .texte2 .right .texte .circle {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  left: -29px;
  background: #fff;
  border: 5px solid #71cc98;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
}
html #bloc7 .texte2 .right .texte h3 {
  float: left;
  width: 100%;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #71cc98;
  font-weight: 900;
}
html #bloc7 .texte2 .right .texte h4 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  color: #71cc98;
}
html #bloc7 .texte2 .right .texte p {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.6em;
}
html #bloc7 .texte2 .right .texte p strong {
  font-weight: 700;
}
html #bloc7 .texte3 {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 160px;
}
html #bloc7 .texte3 .left {
  float: left;
  width: 50%;
}
html #bloc7 .texte3 .left .texte {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc7 .texte3 .left .texte .circle {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  right: -31px;
  background: #fff;
  border: 5px solid #71cc98;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
}
html #bloc7 .texte3 .left .texte h3 {
  float: left;
  width: 100%;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #71cc98;
  font-weight: 900;
  text-align: right;
}
html #bloc7 .texte3 .left .texte h4 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  color: #71cc98;
  text-align: right;
}
html #bloc7 .texte3 .left .texte p {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: right;
}
html #bloc7 .texte3 .left .texte p strong {
  font-weight: 700;
}
html #bloc7 .texte3 .right {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: -70px;
}
html #bloc7 .texte3 .right .image {
  display: inline-block;
  width: 380px;
  height: 380px;
  text-align: center;
  color: #fff;
  line-height: 380px;
  font-size: 9.6em;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html #bloc7 .texte4 {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 160px;
}
html #bloc7 .texte4 .left {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: -70px;
}
html #bloc7 .texte4 .left .image {
  display: inline-block;
  width: 380px;
  height: 380px;
  text-align: center;
  color: #fff;
  line-height: 380px;
  font-size: 9.6em;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html #bloc7 .texte4 .right {
  float: left;
  width: 50%;
}
html #bloc7 .texte4 .right .texte {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc7 .texte4 .right .texte .circle {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  left: -29px;
  background: #fff;
  border: 5px solid #71cc98;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
}
html #bloc7 .texte4 .right .texte h3 {
  float: left;
  width: 100%;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #71cc98;
  font-weight: 900;
}
html #bloc7 .texte4 .right .texte h4 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  color: #71cc98;
}
html #bloc7 .texte4 .right .texte p {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.6em;
}
html #bloc7 .texte4 .right .texte p strong {
  font-weight: 700;
}
html #bloc7 .texte5 {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  margin-top: 160px;
}
html #bloc7 .texte5 .left {
  float: left;
  width: 50%;
}
html #bloc7 .texte5 .left .texte {
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc7 .texte5 .left .texte .circle {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  right: -31px;
  background: #fff;
  border: 5px solid #71cc98;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
}
html #bloc7 .texte5 .left .texte h3 {
  float: left;
  width: 100%;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #71cc98;
  font-weight: 900;
  text-align: right;
}
html #bloc7 .texte5 .left .texte h4 {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  color: #71cc98;
  text-align: right;
}
html #bloc7 .texte5 .left .texte p {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: right;
}
html #bloc7 .texte5 .left .texte p strong {
  font-weight: 700;
}
html #bloc7 .texte5 .right {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: -70px;
}
html #bloc7 .texte5 .right .image {
  display: inline-block;
  width: 380px;
  height: 380px;
  text-align: center;
  color: #fff;
  font-size: 9.6em;
  line-height: 380px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html #bloc7 .texte5 .right .image img {
  display: inline-block;
  vertical-align: middle;
}
html #bloc8 {
  float: left;
  position: relative;
  width: 100%;
  height: 360px;
}
html #bloc8 h2 {
  float: left;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 15px;
  font-size: 2em;
  font-weight: 900;
  color: #54585a;
}
html #bloc8 p {
  float: left;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 55px;
  color: #54585a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc8 p i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 2.4em;
  color: #71cc98;
}
html #bloc8 p a {
  color: #54585a;
}
html #bloc8 p a:hover {
  color: #71cc98;
}
html #bloc8 .map {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  width: 50%;
  height: 360px;
}
html #bloc9 {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
html #bloc9 p {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 30px;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #54585a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc9 p i {
  position: absolute;
  top: 0;
  left: 1%;
  font-size: 3em;
  color: #71cc98;
}
html #bloc9 p strong {
  font-size: 1.2em;
  font-weight: 700;
}
html #bloc10 {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  background: #fff;
}
html #bloc10 .entete {
  float: left;
  position: relative;
  z-index: 9999 !important;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  background: #71cc98;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc10 .entete .col1 {
  line-height: auto;
}
html #bloc10 .rfl {
  padding-left: 10px;
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
html #bloc10 .col1,
html #bloc10 .col2,
html #bloc10 .col3,
html #bloc10 .col4,
html #bloc10 .col5 {
  float: left;
}
html #bloc10 .col1 {
  width: 25%;
}
html #bloc10 .ligne .col1 {
  line-height: 50px;
}
html #bloc10 .col2 {
  width: 23%;
}
html #bloc10 .col3 {
  width: 12%;
}
html #bloc10 .col4 {
  width: 25%;
}
html #bloc10 .col5 {
  width: 15%;
}
html #bloc10 .ligne {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #71cc98;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc10 .ligne .col1,
html #bloc10 .ligne .col2,
html #bloc10 .ligne .col3,
html #bloc10 .ligne .col4,
html #bloc10 .ligne .col5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
html #bloc10 .ligne .col1 {
  font-weight: 700;
  font-size: 1.1em;
  color: #54585a;
}
html #bloc10 .ligne .col2 {
  padding-top: 0px;
  padding-bottom: 0px;
}
html #bloc10 .ligne .col2 .carte {
  float: left;
  position: relative;
  width: 69px;
  height: 97px;
}
html #bloc10 .ligne .col2 .carte img {
  float: left;
}
html #bloc10 .ligne .col2 .carte i {
  position: absolute;
  color: #fff;
  font-size: 0.8em;
}
html #bloc10 .ligne .col2 .carte-container {
  float: left;
  position: relative;
  margin-bottom: 20px;
  width: 69px;
  height: 97px;
  cursor: pointer;
}
html #bloc10 .ligne .col2 .carte-container .cartesvg {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
}
html #bloc10 .ligne .col2 .carte-container .pointeur {
  position: absolute;
  z-index: 1000;
  font-size: 0.6em;
  color: #fff;
}
html #bloc10 .ligne .col2 span {
  float: left;
  padding-top: 40px;
  padding-left: 20px;
  font-size: 1.1em;
  color: #54585a;
}
html #bloc10 .ligne .col3 {
  font-size: 1.1em;
  color: #54585a;
}
html #bloc10 .ligne .col4.encours {
  color: #d8d9d9;
}
html #bloc10 .ligne .col4.realisation {
  color: #54585a;
}
html #bloc10 .ligne .col4.commercialisation {
  color: #aad0ba;
}
html #bloc10 .ligne .col4.bientot {
  color: #71bccc;
}
html #bloc10 .ligne .col5 {
  padding-top: 0;
  padding-bottom: 0;
}
html #bloc10 .ligne .col5 a {
  float: right;
  width: 100%;
  color: #fff;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  background: #71cc98;
  font-weight: 700;
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc10 .ligne .col5 a:hover {
  background: #54585a;
}
html #bloc10 .ligne .col5 span {
  float: right;
  width: 100%;
  color: #fff;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 35px;
  margin-bottom: 5px;
  background: #cecece;
  font-weight: 700;
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloc10 .fade {
  opacity: 0.7;
  filter: grayscale(1) blur(1px);
}
html .projet {
  float: left;
  width: 100%;
  padding-bottom: 80px;
  background: #fff;
}
html .projet .texte {
  float: left;
  width: 50%;
  margin-right: 50%;
  padding-top: 80px;
  color: #54585a;
}
html .projet .texte a {
  float: left;
  color: #71cc98;
  margin-right: 20px;
  font-size: 1.8em;
}
html .projet .texte a:hover {
  color: #54585a;
}
html .projet .texte h1 {
  font-size: 1.8em;
  font-weight: 900;
  padding-bottom: 35px;
}
html .projet .texte h2 {
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: 35px;
}
html .projet .texte p {
  line-height: 1.4em;
  padding-bottom: 35px;
}
html .projet .texte p strong {
  font-weight: 700;
}
html .projet .texte .rfl {
  margin-bottom: 30px;
}
html .projet a.btn {
  float: left;
  position: relative;
  z-index: 100;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
  color: #fff;
  background: #71cc98;
}
html .projet a.btn:hover {
  background: #54585a;
}
html .projet .termine {
  float: left;
  position: relative;
  z-index: 100;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
  color: #fff;
  background: #c9c9c9;
}
html .projet .zonecarte {
  float: right;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  padding-top: 80px;
  background: #e7fcf0;
}
html .projet .zonecarte .carte {
  width: 263px;
  height: 375px;
  position: relative;
  margin-left: 130px;
}
html .projet .zonecarte i {
  position: absolute;
  font-size: 2em;
  color: #71cc98;
}
html .pictos {
  float: left;
  position: relative;
  z-index: 100;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 30px;
  background: #71cc98;
}
html .pictos .center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}
html .pictos .center .picto {
  position: relative;
  height: 180px;
}
html .pictos .center .picto .rond {
  margin-left: 50px;
  margin-right: 50px;
  width: 95px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  border-radius: 900px;
  color: #71cc98;
  font-size: 2.2em;
  background: #fff;
}
html .pictos .center .picto .texte {
  margin-top: 20px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
html #bloctextes {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
html #bloctextes h1 {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  font-size: 1.8em;
  font-weight: 900;
  color: #54585a;
}
html #bloctextes h2 {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6em;
  font-weight: 700;
  color: #54585a;
}
html #bloctextes p {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.4em;
  color: #54585a;
}
html #bloctextes p a {
  color: #71cc98;
}
html #bloctextes p strong {
  font-weight: 800;
}
html #bloctextes .projets-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 24px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
html #bloctextes .projet-card {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 60%;
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
html #bloctextes .projet-card:hover,
html #bloctextes .projet-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  outline: none;
}
html #bloctextes .projet-card:focus-visible {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0a84ff;
}
html #bloctextes .projet-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
html #bloctextes .projet-card .caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
html #bloctextes .projet-card .titre1 {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.1em;
  letter-spacing: 0.2px;
}
html #bloctextes .projet-card .titre2 {
  font-weight: 500;
  font-size: 1em;
  opacity: 0.9;
}
html #bloctextes .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}
html #bloctextes .rfl-banner {
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin: 0px 0;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 640px) {
  html #bloctextes .rfl-banner {
    min-height: 180px;
  }
}
html #bloctextes .rfl-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 40px 32px;
  text-align: center;
}
@media (max-width: 640px) {
  html #bloctextes .rfl-inner {
    flex-direction: column;
    gap: 20px;
    padding: 28px 20px;
  }
}
html #bloctextes .rfl-logo {
  height: 130px;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  html #bloctextes .rfl-logo {
    height: 56px;
  }
}
html #bloctextes .rfl-text {
  max-width: 500px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  html #bloctextes .rfl-text {
    text-align: center;
  }
}
html #bloctextes .rfl-text p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  padding: 20px;
  margin-bottom: 10px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(119, 95, 42, 0.9);
}
html #bloctextes .rfl-btn {
  display: inline-block;
  background: #FFB600;
  color: #574C32;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 18px;
  margin-right: 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html #bloctextes .rfl-btn:hover,
html #bloctextes .rfl-btn:focus-visible {
  background: #ffc229;
  transform: translateY(-1px);
}
.snow-container {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  /* Permet aux éléments en dessous de recevoir des événements */
}
.snowflake {
  position: absolute;
  z-index: 999999999999;
  background: #fff;
  width: 5px;
  height: 5px;
  opacity: 0.8;
  border-radius: 50%;
  pointer-events: none;
  animation: snowfall linear infinite;
}
/*# sourceMappingURL=styles.css.map */