@charset "UTF-8";
/* Base font size: 16px = 1rem

/* Colors */
/* Background */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/* Typography */
/* Font sizes (rem based on 18px) */
/* Line heights (unitless for scalability) */
/* Spacing (rem) */
/* Transition */
/* Header */
/* Slider */
/* Borders */
/* Shadow */
/* Links */
:root {
  interpolate-size: allow-keywords;
}

/* Base font size: 18px = 1rem */
html {
  font-size: 112.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

* {
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

body {
  font: 400 1rem/1.333 "Quicksand", sans-serif;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body:not(.homepage) main#content {
  padding-top: 32px;
}

h1 {
  font: 900 2.222rem/2.778rem "Montserrat", sans-serif;
  text-align: left;
  margin: 0;
}
h1 span.contentTitleh1span {
  font: 300 1.389rem/1.944rem "Quicksand", sans-serif;
  display: block;
  clear: both;
}
h1.contentTitleh1 {
  display: none;
}

#categorie h1 {
  display: none;
}

.lSSlideOuter:has(.lSPager) .lSAction > a {
  transform: translateY(calc(-50% - 1.778rem));
}

body#ContainerFullWidth section.call-to-action.grey-bg {
  background: #f9f9f9;
}
body#ContainerFullWidth section.call-to-action.dark-bg {
  background: #7fc241;
}
body#ContainerFullWidth section.call-to-action.white-bg {
  background: #ffffff;
}

body.homepage main#content h1 {
  display: none;
}
body.homepage section#slider-top .sp-slides .sp-slide {
  opacity: 1;
}

h2 {
  font: 400 36px/40px "Montserrat", sans-serif;
  margin: 2.222rem 0 1.111rem 0;
}
h2 span.first-word {
  color: #0b7088;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 1.111rem 0;
  background: #f9f9f9;
  clear: both;
}

::selection {
  background: #0b7088;
  color: #fff;
}

::-webkit-scrollbar {
  width: 0.556rem;
  background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
  background: #7fc241;
}

.page {
  background: #ffffff;
}

header {
  width: 100%;
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 100;
  left: 0;
  background: #ffffff;
}
header .header-row {
  display: flex;
  justify-content: space-between;
}

body.smaller header {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
  background: #ffffff;
}

#navbar-header {
  padding: 0 0.5555555556rem;
}

.logo-bloc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.logo-bloc .logo-bloc__brand {
  font-family: "Montserrat", sans-serif;
}

a.logo {
  display: block;
  max-width: 7.778rem;
}
a.logo img {
  max-width: 100%;
  height: auto;
}
a.logo img.home-logo {
  display: none;
}

.nav-bloc {
  display: flex;
  align-items: center;
  position: relative;
}

body.smaller nav#main-menu {
  opacity: 0;
  pointer-events: none;
}

body.homepage #main-menu a {
  color: #000000;
}

nav#main-menu {
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0.8888888889rem 0;
}
nav#main-menu ul {
  margin: 0;
  padding: 0;
}
nav#main-menu ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0.5555555556rem;
  gap: 0.6666666667rem;
}
nav#main-menu ul li::before {
  transition: all 1s ease-in-out;
}
nav#main-menu ul li.active::before {
  bottom: 2px;
  height: 3px;
  width: 90%;
  margin: 0 5%;
  content: "";
  position: absolute;
  background: #7fc241;
}
nav#main-menu ul li:first-child {
  margin-left: 0;
}
nav#main-menu ul li.dropdown:after {
  content: "\f107";
  font-family: "FontAwesome";
}
nav#main-menu ul li a {
  font: 700 0.8888888889rem/1.1111111111rem "Quicksand";
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
nav#main-menu ul li a:hover {
  text-decoration: none;
  color: #0b7088;
}
nav#main-menu ul li:last-child a {
  padding-right: 0;
}
nav#main-menu ul li ul.level_1 {
  background: #f9f9f9;
  margin: 0.2777777778rem 0 0 0;
  padding: 0;
  position: absolute;
  width: 11.1111111111rem;
  text-align: left;
  transition: none;
  display: none;
  top: 100%;
}
nav#main-menu ul li ul.level_1 li {
  margin: 0;
  padding: 0;
  display: block;
}
nav#main-menu ul li ul.level_1 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li a {
  font: 400 0.6666666667rem/1rem "Quicksand";
  padding: 0.5555555556rem;
  display: block;
  color: #000000;
}
nav#main-menu ul li ul.level_1 li a:hover {
  color: #0b7088;
}
nav#main-menu ul li ul.level_1 li ul.level_2 {
  transition: none;
  position: absolute;
  left: 11.1111111111rem;
  width: 11.1111111111rem;
  top: 0;
  padding: 0;
  background: #7fc241;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #464e52;
  position: relative;
  overflow: hidden;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li:last-child {
  border: none;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a {
  padding: 0.5555555556rem 0.5555555556rem 0.5555555556rem 0.8333333333rem;
  color: #fff;
  display: block;
  background: #7fc241;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li a:hover {
  background: #0b7088;
}
nav#main-menu ul li ul.level_1 li ul.level_2 li.selected a {
  background: #0b7088;
}
nav#main-menu ul li ul.level_1 li.selected a {
  color: #0b7088;
}
nav#main-menu ul li.selected a {
  text-decoration: none;
  color: #0b7088;
}

body.smaller .burger {
  opacity: 1;
  pointer-events: auto;
}

.burger {
  width: 1.7777777778rem;
  height: 1.7777777778rem;
  position: absolute;
  left: 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.burger span {
  position: relative;
  user-select: none;
  background: #7fc241;
  display: block;
  width: 1.7777777778rem;
  height: 0.1666666667rem;
  background-color: #7fc241;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  content: "";
  display: block;
  width: 1.7777777778rem;
  height: 0.1666666667rem;
  background-color: #7fc241;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  position: absolute;
}
.burger span::before {
  top: -0.4444444444rem;
}
.burger span::after {
  top: 0.4444444444rem;
}
.burger:hover {
  cursor: pointer;
}

.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  transform: translateY(0.4444444444rem) rotate(45deg);
}
.burger.clicked span::after {
  transform: translateY(-0.4444444444rem) rotate(-45deg);
}

#nav-column {
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 6.667rem 0 0 0;
  text-align: left;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav-column .container {
  max-width: 592px;
}
#nav-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav-column ul li {
  transform: translateX(2.222rem);
  opacity: 0;
  transition: all 0.3s ease;
}
#nav-column ul li:last-of-type {
  margin-bottom: 0;
}
#nav-column ul li a {
  font: 700 2.222rem/2.778rem "Quicksand", sans-serif;
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 0.278rem 0;
  transition: all 0.3s ease;
}
#nav-column ul li a:hover {
  color: #0b7088;
}
#nav-column ul li.selected a {
  color: #0b7088;
}
#nav-column .mobile-language-nav-column {
  position: absolute;
  bottom: 1.778rem;
  right: 1.778rem;
}
#nav-column .mobile-language-nav-column ul li a {
  font: 700 1.333rem/1.556rem "Montserrat";
}

#nav-column li.btn.btn-primary.menu.contactez-nous.level_0 {
  padding: 0 12px;
  margin: 0 auto;
  text-align: center;
  margin-top: 24px;
}

#nav-column li.menu.installation.level_0 {
  padding-bottom: 0px;
}

#cta-mobile {
  height: 60px;
}
#cta-mobile > div {
  height: 100%;
}
#cta-mobile > div a {
  height: 100%;
}

#nav-column.show {
  transform: translateX(0);
}
#nav-column.show ul li {
  transform: translateX(0);
  opacity: 1;
}
#nav-column.show ul li:nth-child(1) {
  transition-delay: 0.15s;
}
#nav-column.show ul li:nth-child(2) {
  transition-delay: 0.3s;
}
#nav-column.show ul li:nth-child(3) {
  transition-delay: 0.45s;
}
#nav-column.show ul li:nth-child(4) {
  transition-delay: 0.6s;
}
#nav-column.show ul li:nth-child(5) {
  transition-delay: 0.75s;
}
#nav-column.show ul li:nth-child(6) {
  transition-delay: 0.9s;
}
#nav-column.show ul li:nth-child(7) {
  transition-delay: 1.05s;
}
#nav-column.show ul li:nth-child(8) {
  transition-delay: 1.2s;
}
#nav-column.show ul li:nth-child(9) {
  transition-delay: 1.35s;
}

#nav-column ul .dropdown ul {
  display: none;
  transition: none;
}
#nav-column ul .dropdown li {
  padding: 0;
  border: none;
}
#nav-column ul .dropdown li a {
  width: 100%;
  font: 700 1.111rem/1.667rem "Quicksand", sans-serif;
  padding: 0.556rem 0 0.556rem 0.556rem;
  color: #000000;
}
#nav-column ul .dropdown li a:hover {
  color: #0b7088;
}
#nav-column ul .dropdown li.selected a {
  color: #0b7088;
}
#nav-column ul .dropdown li.selected a:before, #nav-column ul .dropdown li.selected a:after {
  display: none;
}
#nav-column ul .dropdown .fa-caret-down,
#nav-column ul .dropdown .fa-caret-up {
  position: absolute;
  font-size: 1rem;
  top: 0%;
  padding: 0.556rem 0;
  line-height: 2.222rem;
  width: 2.222rem;
  text-align: center;
  cursor: pointer;
  color: #000000;
  right: 0;
  transition: none;
}
#nav-column ul .dropdown .fa-caret-down:hover,
#nav-column ul .dropdown .fa-caret-up:hover {
  color: #0b7088;
}
#nav-column ul .dropdown .fa-caret-up {
  top: 0%;
  transform: translateY(0%);
}
#nav-column ul .dropdown.active ul,
#nav-column ul .dropdown.selected ul {
  display: block;
}

.info-bloc {
  display: flex;
  align-items: center;
}
.info-bloc a {
  color: #000000;
}
.info-bloc a:hover {
  text-decoration: none;
  color: #0b7088;
}
.info-bloc a.active {
  color: #0b7088;
}

nav.languages ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
nav.languages ul li a {
  font-weight: 700;
  color: #1c1c1c;
}
nav.languages ul li a:hover {
  color: #0b7088;
  text-decoration: none;
}
nav.languages ul li.selected a {
  color: #0b7088;
  text-decoration: none;
}

body.homepage section#slider-top .sp-mask,
body.homepage section#slider-top .sp-slides .sp-slide,
body section#slider-top .sp-slides .sp-slide .sp-image-container,
body section#slider-top .sp-slides .sp-slide .sp-image-container .sp-image {
  height: calc(100vh - 70px - 40px) !important;
  object-position: 0px -100px;
}

body section#slider-top .sp-mask,
body section#slider-top .sp-slides .sp-slide,
body section#slider-top .sp-slides .sp-slide .sp-image-container,
body section#slider-top .sp-slides .sp-slide .sp-image-container .sp-image {
  min-height: 500px !important;
  object-fit: cover;
}

body:not(.homepage) section#slider-top .sp-slides .sp-slide .sp-image-container .sp-image {
  opacity: 0.8;
}

body.homepage section#slider-top {
  margin: 0;
  width: 100%;
  position: relative;
}
body.homepage section#slider-top::before {
  content: "";
  height: 200vh;
  width: 1000px;
  top: 0;
  left: -10%;
  background: linear-gradient(270deg, rgba(9, 108, 126, 0) 15%, rgba(9, 108, 126, 0.5) 50%, rgba(9, 108, 126, 0.6) 100%);
  position: absolute;
  z-index: 1;
  transform: rotate(350deg);
  transform-origin: left top;
}

section#slider-top {
  width: 85%;
  position: relative;
  margin: 0;
  background: #000;
  margin-left: 15%;
  animation: SliderInterne 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  overflow: hidden;
}
section#slider-top .sp-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
section#slider-top .sp-image {
  animation: ZoomImg 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#slider-top .slider-text {
  width: 50%;
  position: absolute;
  text-align: left;
  top: 48px;
  left: 48px;
  max-width: 600px;
  z-index: 10;
  animation-name: TextIntro;
  animation-duration: 1s;
  color: #ffffff;
  /* Correction pour Usercentrics et autres bibliothèques externes */
}
section#slider-top .slider-text img {
  filter: drop-shadow(0px 0px 20px rgb(0, 0, 0));
  transform: translateX(-12px);
}
section#slider-top .slider-text p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5098039216);
}
section#slider-top .slider-text h1 {
  font: 600 clamp(2.1875rem, 24px + 3.4375vw, 5.625rem)/clamp(2.8125rem, 32px + 4.0625vw, 6.875rem) "Montserrat";
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  color: #ffffff;
  transform: translateX(-4px);
}
section#slider-top .slider-text h1 b {
  color: #ffffff;
}
section#slider-top .slider-text span.contentTitleh1span {
  transform: translateX(6px);
  font: 700 clamp(0.9375rem, 12.4px + 0.8125vw, 1.75rem)/clamp(0.9375rem, 12.4px + 0.8125vw, 1.75rem) "Montserrat";
  text-transform: none;
  color: inherit;
  line-height: 1.2;
}
section#slider-top .slider-text a.btn {
  border-radius: 0.222rem;
  position: relative;
}
section#slider-top .slider-text a.btn h4 {
  margin-top: 0;
  color: inherit;
}
section#slider-top .slider-text a.btn .alert-link {
  font-weight: bold;
}
section#slider-top .slider-text a.btn > p,
section#slider-top .slider-text a.btn > ul {
  margin: 0 !important;
}
section#slider-top .slider-text a.btn > p + p {
  margin-top: 0.278rem;
}
section#slider-top .slider-text a.btn i.icon {
  position: absolute;
  font-size: 5.556rem;
  opacity: 0.1;
  left: 0.556rem;
  top: 50%;
  margin: -2.778rem 0 0 0;
}
section#slider-top .slider-text .alert-dismissable,
section#slider-top .slider-text .alert-dismissible {
  padding-right: 1.944rem;
}
section#slider-top .slider-text .alert-dismissable .close,
section#slider-top .slider-text .alert-dismissible .close {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0.278rem;
  right: 0.278rem;
  font-size: 1.111rem;
  color: inherit;
}
section#slider-top .slider-text .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
section#slider-top .slider-text .alert-success hr {
  border-top-color: #c9e2b3;
}
section#slider-top .slider-text .alert-success .alert-link {
  color: #2b542c;
}
section#slider-top .slider-text .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
section#slider-top .slider-text .alert-info hr {
  border-top-color: #a6e1ec;
}
section#slider-top .slider-text .alert-info .alert-link {
  color: #245269;
}
section#slider-top .slider-text .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
section#slider-top .slider-text .alert-warning hr {
  border-top-color: #f7e1b5;
}
section#slider-top .slider-text .alert-warning .alert-link {
  color: #66512c;
}
section#slider-top .slider-text .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
section#slider-top .slider-text .alert-danger hr {
  border-top-color: #e4b9c0;
}
section#slider-top .slider-text .alert-danger .alert-link {
  color: #843534;
}
section#slider-top .slider-text .pagination {
  clear: both;
  overflow: hidden;
  margin: 2.222rem 0;
  padding: 0;
  text-align: center;
}
section#slider-top .slider-text .pagination li {
  display: inline-block;
  margin: 0 0.056rem;
}
section#slider-top .slider-text .pagination li a {
  display: block;
  width: 1.389rem;
  height: 1.389rem;
  line-height: 1.389rem;
  color: #000000;
  font-size: 0.667rem;
  text-align: center;
  border-radius: 5.556rem;
  border: 1px solid #f9f9f9;
}
section#slider-top .slider-text .pagination li a:hover {
  background: #0b7088;
  color: #ffffff;
  text-decoration: none;
}
section#slider-top .slider-text .pagination li.active a {
  background: #0b7088;
  color: #ffffff;
  text-decoration: none;
}
section#slider-top .slider-text .recherche_simple {
  float: right;
  border: 1px solid #dfdfdf;
  padding: 0.444rem 0.444rem 0.444rem 0.667rem;
  border-radius: 5.556rem;
  width: 11.667rem;
  margin: 0.222rem 1.111rem 0 0;
  background: #fff;
  height: 2.222rem;
  position: relative;
}
section#slider-top .slider-text .recherche_simple form {
  width: auto;
  margin: -0.556rem 0 0 0;
  float: left;
}
section#slider-top .slider-text .recherche_simple form label {
  display: none;
}
section#slider-top .slider-text .recherche_simple form .recherche_txt {
  border: none;
  box-shadow: none;
  width: 9.556rem;
  padding: 0.111rem 0;
  float: left;
  color: #1B1C1F;
  background: transparent;
  font-size: 0.611rem;
}
section#slider-top .slider-text .recherche_simple form #recherche_simple_submit {
  display: block;
  width: 0.833rem;
  height: 0.833rem;
  background: url(../img/construct/btn-search.png) no-repeat center;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  float: left;
  cursor: pointer;
  position: absolute;
  padding: 0;
  min-width: 1rem;
  right: 0.556rem;
}
section#slider-top .slider-text .recherche_s .cc_content {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.111rem 0.833rem 0 rgba(0, 0, 0, 0.07);
  padding: 0 2.222rem 0 0;
  margin: 2.222rem 0;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_vignette {
  float: left;
  max-width: 16.667rem;
  margin: 0 2.222rem 0 0;
  position: relative;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_vignette:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.111rem;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.556rem solid transparent;
  border-right: 1.111rem solid #fff;
  border-bottom: 0.556rem solid transparent;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_vignette img {
  width: 100%;
  max-width: 22.222rem;
  height: auto;
}
section#slider-top .slider-text .recherche_s .cc_content:hover {
  box-shadow: 0 0.111rem 0.833rem 0 rgba(0, 0, 0, 0.07);
}
section#slider-top .slider-text .recherche_s .cc_content:hover .cc_vignette img {
  opacity: 0.5;
}
section#slider-top .slider-text .recherche_s .cc_content:hover .cc_title h3 a {
  color: #29af4c;
  text-decoration: none;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_title h3 {
  font: 700 1rem/1.667rem "Montserrat", sans-serif;
  color: #979797;
  margin: 0;
  padding: 1.111rem 0 0.556rem 0;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_title h3 a {
  color: #7fc241;
  position: relative;
  text-decoration: none !important;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_title h3 a:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 2.222rem;
  position: absolute;
  top: 0;
  left: -1.111rem;
  opacity: 0.1;
  transform: rotate(-10deg);
}
section#slider-top .slider-text .recherche_s .cc_content .cc_read_more {
  padding: 0.556rem 0;
  float: right;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_read_more a {
  font: 700 0.611rem/1.111rem "Quicksand", sans-serif;
  text-decoration: none !important;
  text-transform: uppercase;
  color: inherit;
  border-radius: 2.222rem;
  border: 2px solid #7fc241;
  padding: 0.556rem 1.111rem;
  margin: 0.556rem 0.278rem;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_read_more a:after {
  font-family: "FontAwesome";
  content: "\f061";
  font-weight: 900;
  position: relative;
  left: 0.556rem;
}
section#slider-top .slider-text .recherche_s .cc_content .cc_read_more a:hover {
  color: #fff;
  background: #29af4c;
  border: 2px solid #29af4c;
}
section#slider-top .slider-text #a_scrolltotop {
  height: 2.667rem;
  line-height: 2.5rem;
  width: 2.667rem;
  bottom: 0.556rem;
  right: 0.556rem;
  color: #fff;
  text-decoration: none;
  background: #0b7088;
  border: 2px solid #0b7088;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1000;
}
section#slider-top .slider-text #a_scrolltotop:before {
  display: block;
  content: "\f077";
  font-weight: 900;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "FontAwesome";
}
section#slider-top .slider-text #a_scrolltotop:hover {
  background: none;
  color: #0b7088;
}
section#slider-top .slider-text #a_scrolltotop span {
  display: none !important;
}
section#slider-top .slider-text .googlemap {
  height: 22.222rem;
  position: relative;
  margin: 3.333rem 0 0 0;
  overflow: hidden;
  clear: both;
}
section#slider-top .slider-text .googlemap * {
  transition: none;
}
section#slider-top .slider-text .googlemap p {
  margin: 0.556rem 0;
}
section#slider-top .slider-text .googlemap > div {
  height: 100%;
}
section#slider-top .slider-text .googlemap > div > div {
  width: 100% !important;
  height: 100% !important;
}
section#slider-top .slider-text .googlemap .leaflet-control-zoom a {
  text-decoration: none !important;
}
section#slider-top .slider-text .googlemap .leaflet-container a.leaflet-popup-close-button {
  text-decoration: none !important;
}
section#slider-top .slider-text .responsive-iframe {
  position: relative;
  padding-bottom: 30%;
  padding-top: 1.389rem;
  height: 0;
}
section#slider-top .slider-text .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
section#slider-top .slider-text .responsive-iframe.facebook {
  padding-bottom: 100%;
}
section#slider-top .slider-text p.no_articles {
  background: #F5F5F5;
  padding: 0.556rem;
  text-align: center;
}
section#slider-top .slider-text .separator-line {
  margin: 0 1.111rem;
  width: 1px;
  height: 0.444rem;
  background: #000000;
}
section#slider-top .slider-text .gm-style div {
  box-sizing: initial;
}
section#slider-top .slider-text .dark-bg {
  background: #7fc241;
}
section#slider-top .slider-text .white-bg {
  background: #fff;
}
section#slider-top .slider-text .grey-bg {
  background: #f9f9f9;
}
section#slider-top .slider-text .color-bg {
  background: #0b7088;
}
section#slider-top .slider-text .white-text {
  color: #fff;
}
section#slider-top .slider-text .black-text {
  color: #000000;
}
section#slider-top .slider-text .txt-align-left {
  text-align: left;
}
section#slider-top .slider-text .txt-align-right {
  text-align: right;
}
section#slider-top .slider-text .txt-align-center {
  text-align: center;
}
section#slider-top .slider-text .section-large {
  padding: 6.667rem 0;
  clear: both;
}
section#slider-top .slider-text .section-med {
  padding: 4.444rem 0;
  clear: both;
}
section#slider-top .slider-text .section-small {
  padding: 2.222rem 0;
  clear: both;
}
section#slider-top .slider-text .margin-large {
  margin: 4.444rem;
}
section#slider-top .slider-text .margin-med {
  margin: 2.222rem;
}
section#slider-top .slider-text .margin-small {
  margin: 1.111rem;
}
section#slider-top .slider-text .margin-none {
  margin: 0;
}
section#slider-top .slider-text .padding-large {
  padding: 4.444rem;
}
section#slider-top .slider-text .padding-med {
  padding: 2.222rem;
}
section#slider-top .slider-text .padding-small {
  padding: 1.111rem;
}
section#slider-top .slider-text .padding-none {
  padding: 0;
}
section#slider-top .slider-text body.homepage .chapeau {
  font: 400 1.111rem/1.667rem "Quicksand", sans-serif;
  position: relative;
  background: none;
  color: #000000;
  padding: 0;
  margin: 0;
}
section#slider-top .slider-text body.no-slider .chapeau {
  margin: 0 0 2.222rem 0;
}
section#slider-top .slider-text .chapeau {
  font: 400 1.111rem/1.667rem "Quicksand", sans-serif;
  position: relative;
  background-color: #7fc241;
  color: #ffffff;
  padding: 2.222rem;
  margin: -2.222rem 0 2.222rem 0;
}
section#slider-top .slider-text .txt-large {
  font: 400 1.111rem/1.667rem "Quicksand", sans-serif;
}
section#slider-top .slider-text .img-container {
  overflow: hidden;
}
section#slider-top .slider-text .img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}
section#slider-top .slider-text .img-rounded img {
  border-radius: 0.222rem;
}
section#slider-top .slider-text .img-thumbnail img {
  padding: 0.222rem;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.222rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
section#slider-top .slider-text .img-circle img {
  border-radius: 50%;
}
section#slider-top .slider-text .lax {
  transition: none;
}
section#slider-top .slider-text .container {
  max-width: 100%;
}
section#slider-top .slider-text .container.container-sm {
  width: 936px;
}
section#slider-top .slider-text .container.container-lg {
  width: 1920px;
  padding: 0 140px;
}
section#slider-top .slider-text .container .row {
  max-width: none !important;
  margin-left: -0.833rem !important;
  margin-right: -0.833rem !important;
}
section#slider-top .slider-text .container-fluid .row {
  max-width: none !important;
  margin-left: -0.833rem !important;
  margin-right: -0.833rem !important;
}
section#slider-top .slider-text .row {
  max-width: 65rem;
  margin-right: auto;
  margin-left: auto;
}
section#slider-top .slider-text .global-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.833rem;
  padding-right: 0.833rem;
}
section#slider-top .slider-text #cookie_bottom_bar .wrapper {
  max-width: 57.5rem !important;
}
section#slider-top .slider-text .container-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
section#slider-top .slider-text .container-video-16-9 {
  padding-bottom: 56.25%;
}
section#slider-top .slider-text .container-video-4-3 {
  padding-bottom: 75%;
  /* Rapport hauteur / largeur 4:3 */
}
section#slider-top .slider-text .container-video-default {
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur par défaut */
}
section#slider-top .slider-text .container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 768px) {
  section#slider-top .slider-text .global-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  section#slider-top .slider-text .global-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  section#slider-top .slider-text .global-container {
    width: 1170px;
  }
}
@keyframes TextIntro {
  0.00% {
    opacity: 0;
    filter: blur(35px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes SliderInterne {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes ZoomImg {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
section#slider-top .slider-text [id^=usercentrics],
section#slider-top .slider-text [class^=uc-],
section#slider-top .slider-text [class*=" uc-"] {
  font-size: 1rem !important;
}
section#slider-top .slider-text [id^=usercentrics] *,
section#slider-top .slider-text [class^=uc-] *,
section#slider-top .slider-text [class*=" uc-"] * {
  box-sizing: border-box !important;
}
section#slider-top .slider-text a.btn.btn-primary {
  font: 700 0.778rem/1.111rem "Quicksand", sans-serif;
  margin: 2.222rem 0;
  padding: 0.833rem 2.222rem 0.833rem 1.111rem;
  background: #ffffff;
  color: #ff7f1d;
  text-transform: uppercase;
  letter-spacing: 0.111rem;
  opacity: 0.9;
}
section#slider-top .slider-text a.btn.btn-primary:hover {
  scale: 1.1;
  opacity: 1;
}
section#slider-top .box-title {
  position: absolute;
  left: 3.3333333333rem;
  bottom: 3.3333333333rem;
  color: #fff;
  max-width: calc(100% - 3.3333333333rem);
  width: 100%;
}
section#slider-top .box-title p.header-content-description {
  font: 500 clamp(1.25rem, 14.4px + 1.75vw, 3rem)/clamp(1.25rem, 14.4px + 1.75vw, 3rem) "Montserrat";
  margin: 0;
}
section#slider-top .box-title h1 {
  font: 700 clamp(1.75rem, 20.8px + 2.25vw, 4rem)/clamp(1.75rem, 20.8px + 2.25vw, 4rem) "Montserrat";
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0.333rem 0.333rem 0 rgba(0, 0, 0, 0.2);
}

section#slider-top.no-slider {
  background-color: #ffffff;
  padding-top: 1.333rem;
  padding-bottom: 2.667rem;
}
section#slider-top.no-slider .box-title {
  position: relative;
  bottom: 0;
}
section#slider-top.no-slider .box-title .header-content-description {
  color: #000000;
}
section#slider-top.no-slider .box-title h1 {
  color: #000000;
}

#scrollto {
  position: absolute;
  bottom: 0.556rem;
  width: 100%;
}
#scrollto a {
  font-size: 1.667rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

section#action-speciale {
  padding-bottom: 7.778rem;
}
section#action-speciale .container {
  max-width: 50rem;
  margin: -4.444rem auto 2.222rem auto;
  color: #ffffff;
  background: #0b7088;
  padding: 2.222rem;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border-radius: 4.444rem;
}
section#action-speciale .container p {
  font: 900 1.333rem/1.667rem "Quicksand", sans-serif;
  text-transform: uppercase;
  margin: 0.278rem 0;
}
section#action-speciale .container span {
  font: 400 1.111rem/1.667rem "Quicksand", sans-serif;
  text-transform: uppercase;
}
section#action-speciale .container .btn {
  margin: 0.556rem 0;
}
section#action-speciale .container .btn.btn-default {
  color: #fff;
  border-color: #fff;
}
section#action-speciale .container .btn.btn-default:hover {
  background: #fff;
  color: #7fc241;
}

#breadcrumbs {
  background: #ffffff;
  padding: 0.556rem 0;
  font-size: 0.778rem;
  line-height: 0.889rem;
  border: 1px solid #f9f9f9;
  border-left: none;
  border-right: none;
}
#breadcrumbs ol {
  margin: 0.278rem 0;
  padding: 0;
}
#breadcrumbs ol li {
  display: inline-block;
  margin: 0 0.556rem 0 0;
}
#breadcrumbs ol li i {
  margin: 0 0.556rem 0 0;
}
#breadcrumbs ol li a {
  color: inherit;
}
#breadcrumbs ol li:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: #0b7088;
  font-weight: 900;
  font-size: 0.278rem;
  margin: 0 0 0 0.556rem;
  position: relative;
  top: -0.111rem;
}
#breadcrumbs ol li:last-child:after {
  display: none;
}

main#content {
  position: relative;
  overflow-x: clip;
}

section#icone-home-head {
  margin-bottom: 2.222rem;
  position: relative;
  z-index: 0;
}
section#icone-home-head h2 {
  font: 700 3.333rem/3.333rem "Montserrat", sans-serif;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -0.833rem;
}
section#icone-home-head h2 span {
  font-weight: 900;
  display: block;
  clear: both;
}
section#icone-home-head .type_10 {
  gap: 0;
  max-width: 100%;
}
section#icone-home-head .type_10.newDisplay {
  display: inline-block;
}
section#icone-home-head .type_10 .block_article {
  background: none;
}

section#icone-home-full {
  position: relative;
  z-index: 0;
  padding: 4.444rem 0;
}
section#icone-home-full:after {
  content: "";
  position: absolute;
  width: 90%;
  top: 0;
  left: 0;
  height: 22.222rem;
  background: #f9f9f9;
  z-index: -1;
}
section#icone-home-full .type_8 {
  display: inline-block;
  max-width: none;
}

section#home-presentation {
  margin: 8.333rem 0 0 0;
}
section#home-presentation .wouaw-left-bloc {
  position: sticky;
  top: 5.556rem;
}
section#home-presentation h2 {
  font: 900 2.222rem/2.778rem "Quicksand", sans-serif;
  margin: 1.111rem 0 2.222rem 0;
}
section#home-presentation .reassurance {
  background: none;
}
section#home-presentation a.btn-primary {
  margin: 0.667rem 1% 2.222rem 1%;
}
section#home-presentation .intro-img {
  position: relative;
  z-index: 1;
}
section#home-presentation .intro-img .img-responsive {
  overflow: hidden;
}
section#home-presentation .intro-img:before {
  content: "";
  display: block;
  position: absolute;
  top: -3.056rem;
  left: 0;
  width: 100%;
  height: 80%;
  background: #0b7088;
  transform: translate(30%, 0);
  z-index: -1;
}
section#home-presentation .intro-img img {
  animation: ZoomImg 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

section#default-content .img-container {
  position: relative;
  height: 100vh;
}
section#default-content .accordion-container {
  position: relative;
  height: 100vh;
}
section#default-content img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
section#default-content .ui-accordion {
  background: #ffffff;
  position: sticky;
  top: 70px;
  margin: 4.444rem 0 0 -6.667rem;
  padding: 2.222rem;
}

section#reassurance-col .container i {
  font-size: 1.667rem;
}
section#reassurance-col .container h2 {
  margin: 0 0 1.111rem 0;
}

section#counter-zone i {
  font-size: 1.667rem;
}
section#counter-zone p {
  font: 400 1rem/1.333rem "Quicksand", sans-serif;
  text-transform: uppercase;
}
section#counter-zone span {
  font: 700 2.778rem/2.778rem "Quicksand", sans-serif;
  margin: 0.556rem auto;
  display: block;
}

section.reassurance {
  overflow: hidden;
}
section.reassurance .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 0.667rem;
}
section.reassurance .container div {
  width: auto;
}
section.reassurance i {
  font-size: 1.667rem;
  color: #0b7088;
}
section.reassurance p {
  font: 700 0.778rem/1rem "Quicksand", sans-serif;
  text-transform: uppercase;
}

section#logo-reference h2 {
  margin: 0 0 1.111rem 0;
}

section#blog h2 {
  margin: 0 0 1.111rem 0;
  float: left;
}
section#blog a.btn-default {
  font: 400 0.778rem/1.222rem "Quicksand", sans-serif;
  margin: 0 0 1.111rem 0;
  padding: 0.556rem 0.833rem;
  float: right;
}
section#blog .type_8 {
  display: inline-block;
  max-width: none;
}
section#blog .type_8 .block_article {
  padding: 0 0 1.111rem 0;
}

section#gmap-footer {
  height: 40vh;
  position: relative;
  overflow: hidden;
}
section#gmap-footer .googlemap {
  height: 40vh;
  margin: 0;
}
section#gmap-footer .googlemap .leaflet-pane {
  filter: grayscale(100%);
}
section#gmap-footer h2 {
  margin: 1.111rem 0;
}
section#gmap-footer h2:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 0.556rem 0 0;
  font-size: 1.111rem;
  position: relative;
  font-family: "FontAwesome";
  color: #0b7088;
}
section#gmap-footer p i {
  margin: 0 0.556rem 0 0;
}
section#gmap-footer p.horaire-coord {
  position: relative;
  padding: 0 0 0 1.111rem;
}
section#gmap-footer p.horaire-coord:before {
  content: "\f017";
  display: block;
  left: 0;
  margin: 0 0.556rem 0 0;
  font-size: 0.833rem;
  position: absolute;
  font-family: "FontAwesome";
  color: #0b7088;
}
section#gmap-footer .horaire-short-message {
  font: 700 0.889rem/1.111rem "Quicksand", sans-serif;
}
section#gmap-footer .module_horaire span.second-line {
  display: none;
}

.coord-contact-page ul#cgv_links {
  font: 300 0.667rem/1rem "Quicksand", sans-serif;
  padding: 0 0 0 0.556rem;
}
.coord-contact-page .bloc-contact-info {
  padding: 1.667rem;
  width: 90%;
  overflow: hidden;
  margin: 2.222rem auto;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid #f9f9f9;
}
.coord-contact-page .bloc-contact-info h2 {
  margin: 0 0 1.111rem 0;
}
.coord-contact-page .bloc-contact-info h3:before {
  content: "\f124";
  display: block;
  float: left;
  margin: 0 0.556rem 0 0;
  font-size: 1.111rem;
  position: relative;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #0b7088;
}
.coord-contact-page .bloc-contact-info.first {
  margin: -5.556rem auto 1.111rem auto;
}

.club-prive h2 {
  margin: 2.222rem 0 0.556rem 0;
}
.club-prive h3 {
  margin: 0 0 0.556rem 0;
}
.club-prive p {
  font: 300 0.611rem/0.889rem "Quicksand", sans-serif;
  margin: 0.556rem 0 !important;
}
.club-prive form {
  margin: 0.556rem auto;
}
.club-prive form .type_email,
.club-prive form .type_telephone,
.club-prive form .type_telephone_prefix {
  position: relative;
  clear: both;
  min-height: 3.611rem;
}
.club-prive form label {
  width: 30%;
  float: left;
  line-height: 1.667rem;
  font-size: 0.667rem;
}
.club-prive form .the_info {
  position: absolute;
  bottom: 0;
}
.club-prive form .input {
  width: 65%;
  float: right;
  margin: 0 0 0 5%;
}
.club-prive form input {
  min-height: 1.667rem;
  font-size: 0.667rem;
}
.club-prive form .type_data_information {
  clear: both;
}
.club-prive form .country-name {
  color: #000;
}
.club-prive form p.required {
  margin: 0.556rem 0;
}

section.call-to-action {
  background: none;
  clear: both;
}

.btn {
  display: inline-block;
  padding: 0.833rem 2.778rem;
  position: relative;
  vertical-align: top;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 0.222rem;
  font: 400 1.111rem/1.333rem "Quicksand", sans-serif;
  text-decoration: none !important;
  margin: 0.667rem 1% 0;
}
.btn i {
  font-size: 1rem;
  position: absolute;
  left: 1.111rem;
  top: 50%;
  transform: translate(0, -50%);
}
.btn i:last-child {
  font-size: 1rem;
  left: auto;
  right: 1.111rem;
}
.btn:hover i {
  right: 0.556rem;
}
.btn span {
  font: 300 0.889rem/1.111rem "Quicksand", sans-serif;
  display: block;
  clear: both;
}

.btn-sm {
  padding: 0.333rem 0.667rem;
}

.btn-lg {
  display: block;
  padding: 1rem 1.778rem;
  font: 700 1.333rem/1.667rem "Quicksand", sans-serif;
  margin: 0.556rem auto;
  width: 100%;
  max-width: 33.333rem;
}

.btn-default {
  color: #7fc241;
  border-color: #7fc241;
  background: transparent;
}
.btn-default:hover {
  color: #7fc241;
  background: #f9f9f9;
}

.btn-primary {
  color: #ffffff;
  background: #ff7f1d url(../img/construct/cheat.png) repeat;
  border-color: #ff7f1d;
  border-radius: 40px;
}
.btn-primary a {
  color: #ffffff !important;
}
.btn-primary:hover {
  color: #ff7f1d;
  background: transparent;
}
.btn-primary:hover a {
  color: #ff7f1d !important;
}

section#slider-design-h {
  margin: 2.778rem 0;
}
section#slider-design-h .sp-mask {
  overflow: visible;
}
section#slider-design-h .sp-image {
  max-width: 70%;
  margin: 0;
  margin-left: 0 !important;
}
section#slider-design-h .sp-layer {
  width: 40%;
  padding: 1.111rem 2.222rem;
  display: flex;
  align-items: center;
}
section#slider-design-h .sp-layer .center-content {
  flex-basis: 100%;
}
section#slider-design-h .sp-layer .macaron-job {
  position: absolute;
  top: -4.444rem;
  right: 2.778rem;
  width: 8.333rem;
  height: 8.333rem;
  padding: 1.111rem;
  border-radius: 50%;
  text-align: center;
  background: #db0030;
  color: #fff;
  transform: rotate(15deg);
}
section#slider-design-h .sp-layer .macaron-job p {
  display: block;
  margin: 0;
  font: 700 0.889rem/1.222rem "Quicksand", sans-serif;
  letter-spacing: 0.056rem;
  text-transform: uppercase;
}
section#slider-design-h .sp-layer h3 {
  font: 700 1.111rem/1.667rem "Montserrat", sans-serif;
  letter-spacing: 0.056rem;
  color: #000000;
  margin: 0 0 1.111rem 0;
}
section#slider-design-h .sp-layer h3 span {
  font: 700 1.444rem/2.222rem "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.111rem;
}
section#slider-design-h .sp-layer h3 span strong {
  font: 700 1.667rem/1.667rem "Montserrat", sans-serif;
  background: #db0030;
  text-align: center;
  color: #000000;
  width: 2.222rem;
  height: 2.222rem;
  padding: 0.278rem 0;
  margin: 0 0.278rem;
  position: relative;
  display: inline-block;
}
section#slider-design-h .sp-layer ol {
  list-style: none;
  counter-reset: li;
}
section#slider-design-h .sp-layer ol li {
  counter-increment: li;
}
section#slider-design-h .sp-layer ol li::before {
  content: counter(li);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-align: center;
}
section#slider-design-h .sp-layer ul {
  padding: 0 0 0 1.111rem;
}
section#slider-design-h .sp-layer ul li {
  font: 400 0.889rem/1.333rem "Quicksand", sans-serif;
  list-style: none;
  color: #000000;
  padding: 0.111rem 0 0.111rem 1.111rem;
  position: relative;
}
section#slider-design-h .sp-layer ul li a {
  color: #000000;
}
section#slider-design-h .sp-layer ul li:before {
  content: "";
  display: block;
  width: 0.278rem;
  height: 0.278rem;
  background: #0b7088;
  border: 1px solid #0b7088;
  position: absolute;
  left: 0;
  top: 0.667rem;
}
section#slider-design-h .sp-layer a.btn-primary {
  font: 700 1.111rem/1.333rem "Quicksand", sans-serif;
  padding: 0.556rem 1.111rem;
}
section#slider-design-h .sp-layer a.btn-primary:hover {
  transform: scale(1);
}
section#slider-design-h .sp-layer a.btn-primary i {
  display: none;
}
section#slider-design-h .sp-black {
  background: #f9f9f9 url(../img/construct/cheat.png) repeat;
}

section#slider-design-h.club-prive .sp-layer {
  width: 40%;
}
section#slider-design-h.club-prive .sp-layer > * {
  max-width: 27.778rem;
}

.slider-design-v h2 {
  margin: 6.667rem 0 1.111rem 0;
}
.slider-design-v .sp-mask {
  overflow: visible;
}
.slider-design-v .sp-slide .sp-layer {
  padding: 2.222rem;
  bottom: -4.444rem !important;
}
.slider-design-v .sp-slide .sp-layer p {
  font: 300 1rem/1.333rem "Quicksand", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.111rem;
  margin: 0 !important;
}
.slider-design-v .sp-slide .sp-layer p strong {
  font: 700 1.222rem/1.556rem "Quicksand", sans-serif;
}
.slider-design-v .sp-slide .sp-layer .btn {
  font: 700 0.778rem/1.111rem "Quicksand", sans-serif;
}
.slider-design-v .sp-slide .sp-layer .btn i {
  display: none;
}
.slider-design-v .sp-black {
  background: rgb(0, 0, 0);
}

section#banner-argument {
  margin: 4.444rem 0;
  position: relative;
}
section#banner-argument:before {
  content: "";
  position: absolute;
  width: 80%;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
}
section#banner-argument .container-fluid {
  padding: 0;
}
section#banner-argument #content-banner {
  width: 50%;
  padding: 2.222rem;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
section#banner-argument #content-banner p#subtitle-banner {
  font: 700 1rem/1.333rem "Quicksand", sans-serif;
  color: #ff7f1d;
  margin-bottom: 0.667rem;
}
section#banner-argument #content-banner h3 {
  font: 900 1.778rem/2rem "Montserrat", sans-serif;
  margin: 0;
}
section#banner-argument #content-banner p {
  margin: 1.111rem 0;
}
section#banner-argument #content-banner ul {
  margin: 1.111rem 0;
}
section#banner-argument #content-banner a.btn {
  margin: 0;
}
section#banner-argument #photo-banner {
  float: right;
}
section#banner-argument #photo-banner p {
  margin: 0;
}
section#banner-argument #photo-banner img {
  max-width: 100%;
  margin: 2.222rem 0;
  min-height: 19.444rem;
  object-fit: cover;
}

footer {
  width: 100%;
  position: relative;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #0b7088;
}

#footer-area .col-logo {
  position: absolute;
  top: 0;
  bottom: 0;
}
#footer-area a.logo {
  position: absolute;
  top: 4.444rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#footer-area h3 {
  color: #fff;
}
#footer-area h3 a:hover {
  text-decoration: none;
}
#footer-area ul {
  padding: 0;
  margin: 0;
}
#footer-area ul li {
  list-style: none;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
  margin: 0.444rem 0;
  line-height: 1.111rem;
  font-size: 0.889rem;
}
#footer-area ul li a:hover {
  color: #0b7088;
  text-decoration: none;
}
#footer-area ul li ul.level_1 {
  display: none;
}
#footer-area ul li.selected a {
  color: #0b7088;
  text-decoration: none;
}
#footer-area ul.type_6 h3 {
  color: inherit;
  font-weight: 300;
  font-size: 0.889rem;
  line-height: 1.111rem;
  margin: 0.444rem 0;
}
#footer-area ul.type_6 h3 a {
  color: #fff;
}
#footer-area ul.type_6 h3 a:hover {
  color: #0b7088;
  text-decoration: none;
}

ul#legal-reassurance-list li {
  margin: 0;
  padding: 0.556rem 1.111rem 0.556rem 0;
}
ul#legal-reassurance-list li img {
  float: left;
  width: 2.222rem;
  height: auto;
  margin: 0 0.556rem 0 0;
}
ul#legal-reassurance-list li p {
  font: 300 0.556rem/0.889rem "Quicksand", sans-serif;
  margin: 0;
  padding: 0 0 0 2.778rem;
}

.coord-footer a:hover {
  text-decoration: none;
}
.coord-footer ul li {
  display: block;
  float: left;
  margin-right: 0.556rem !important;
}
.coord-footer ul li i {
  width: 1.944rem;
  height: 1.944rem;
  line-height: 1.944rem;
  border-radius: 50%;
  background: #fff;
  color: #7fc241;
  font-size: 0.833rem;
  text-align: center;
}

#credit {
  text-align: center;
  font-size: 0.778rem;
  line-height: 1rem;
  padding: 1.667rem 0;
}
#credit img {
  image-rendering: pixelated;
}

#sharethis {
  position: fixed;
  top: 40%;
  left: 1.389rem;
  text-align: left;
  z-index: 101;
}
#sharethis .shareIcons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#sharethis a.stbar {
  display: block;
  height: 1.667rem;
  line-height: 1.667rem;
  margin: 0.278rem 0;
  width: 1.667rem;
  text-align: center;
  position: relative;
  font-size: 0.667rem;
  border-radius: 0.222rem;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  font-weight: 500;
  z-index: 1001;
}
#sharethis a.stbar img {
  display: none;
}
#sharethis a:hover {
  background: #7fc241;
  color: #ffffff;
}
#sharethis a.email:before {
  font-family: "FontAwesome";
  content: "\f0e0";
}
#sharethis a.facebook:before {
  font-family: "FontAwesome";
  content: "\f09a";
}
#sharethis a.twitter:before {
  font-family: "FontAwesome";
  content: "\e61b";
}
#sharethis a.sharethis:before {
  font-family: "FontAwesome";
  content: "\f1e0";
}
#sharethis a.linkedIn:before {
  font-family: "FontAwesome";
  content: "\f0e1";
}
#sharethis a.pinterest:before {
  font-family: "FontAwesome";
  content: "\f231";
}

form {
  max-width: 33.333rem;
  margin: 1.389rem auto;
}
form textarea {
  width: 100%;
  min-height: 2.222rem;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 0.278rem 0.556rem;
  box-shadow: none;
  border-radius: 16px;
  appearance: none;
  font-family: "Quicksand", sans-serif;
  font-size: 0.889rem;
  font-weight: 300;
  color: #000000;
  resize: vertical;
  max-height: 15.556rem;
}
form textarea:focus {
  outline: none;
  border-color: #0b7088;
}
form input {
  width: 100%;
  min-height: 2.222rem;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 0.278rem 0.556rem;
  box-shadow: none;
  border-radius: 16px;
  appearance: none;
  font-family: "Quicksand", sans-serif;
  font-size: 0.889rem;
  font-weight: 300;
  color: #000000;
}
form input:focus {
  outline: none;
  border-color: #0b7088;
}
form select {
  width: 100%;
  min-height: 2.222rem;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 0.278rem 0.556rem;
  box-shadow: none;
  border-radius: 16px;
  font-family: "Quicksand", sans-serif;
  font-size: 0.889rem;
  font-weight: 300;
  color: #000000;
  appearance: none;
}
form select:focus {
  outline: none;
  border-color: #0b7088;
}
form select::-ms-expand {
  display: none;
}
form table {
  width: 100%;
}
form tr {
  width: 100%;
}
form tr td {
  display: block;
}
form label {
  display: block;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  line-height: 1.333rem;
}
form .input {
  padding-bottom: 0.667rem;
}
form .help {
  display: none;
}
form .type_select .input,
form .type_destinataire .input {
  position: relative;
}
form .type_select .input:after,
form .type_destinataire .input:after {
  content: "\f078";
  display: block;
  position: absolute;
  color: #ccc;
  right: 0.667rem;
  top: 0.556rem;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 0.667rem;
  pointer-events: none;
}
form input[type=radio] {
  display: none;
}
form input[type=radio]:checked + label:after {
  transform: scale(1);
}
form input[type=radio] + label {
  padding-left: 2rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1.778rem;
}
form input[type=radio] + label:before {
  content: "";
  display: block;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  border: 2px solid #0b7088;
  position: absolute;
  top: 0.333rem;
  left: 0.333rem;
  border-radius: 50%;
}
form input[type=radio] + label:after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0.333rem;
  left: 0.333rem;
  cursor: pointer;
  background: #0b7088;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.2s ease-out;
}
form .type_checkbox {
  position: relative;
  padding: 0.556rem 0;
  overflow: hidden;
}
form .type_checkbox label {
  display: inline;
  width: 92%;
  float: right;
}
form .type_checkbox .input {
  float: left;
  width: 8%;
  padding: 0 0.556rem 0.667rem 0;
}
form .type_checkbox input[type=checkbox] {
  float: left;
  width: 1.111rem;
  height: 1.111rem;
  min-height: 0;
  border: none;
  padding: 0;
  appearance: none;
}
form .type_checkbox input:before {
  font-size: 1.111rem;
  font-family: "FontAwesome";
  content: "\f096";
}
form .type_checkbox input:checked:before {
  display: none;
}
form .type_checkbox input:checked:after {
  font-size: 1.111rem;
  font-family: "FontAwesome";
  content: "\f046";
  color: #0b7088;
}
form .type_grades {
  overflow: hidden;
}
form .type_grades label {
  float: left;
  padding-right: 1.333rem;
  width: 40%;
}
form .type_grades .input {
  float: left;
  width: 60%;
  text-align: right;
}
form .type_data_information {
  clear: both;
}
form p.notice_data_information {
  font-size: 0.85rem !important;
  line-height: 1rem !important;
  margin: 0.556rem 0 !important;
}
form p.notice_data_information a {
  text-decoration: underline;
}

.input img {
  margin: 0.278rem 0 0 0;
  border: 1px solid #ccc;
}

.type_file * {
  transition: none;
  cursor: pointer;
}
.type_file input.input {
  width: calc(100% - 7.556rem);
  min-height: 0;
  padding: 0.444rem;
}
.type_file button.btn-file {
  float: right;
  width: calc(7.556rem - 16px);
  min-height: 2.333rem;
  padding: 0.222rem 0.556rem;
  border: none;
  background: #0b7088;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-left: 16px;
  border-radius: 16px;
}
.type_file button.btn-file:hover {
  cursor: pointer;
  background: rgb(9.0918367347, 92.5714285714, 112.4081632653);
}

.the_info {
  font-size: 0.85rem;
  color: #676767;
  line-height: 1rem;
  margin-bottom: 0.222rem;
}

.obligatoire {
  color: #d11400;
  margin-right: -0.444rem;
}

.asterisque {
  margin: 0.556rem 0 0 0;
  font-size: 0.667rem;
  color: #d11400;
}

.type_submit {
  margin-top: 0.889rem;
  text-align: center;
}
.type_submit button {
  min-width: 80%;
  margin: 0;
  padding: 0.556rem 1.333rem;
  border: 1px solid #ff7f1d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.333rem;
  text-align: center;
  background: #ff7f1d url(../img/construct/cheat.png) repeat;
  border-radius: 16px;
  cursor: pointer;
  appearance: none;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
.type_submit button:active, .type_submit button:hover {
  background: transparent;
  color: white;
  background-color: rgb(255, 141.4424778761, 54.5);
}

input[type=submit] {
  min-width: 80%;
  margin: 0;
  padding: 0.556rem 1.333rem;
  border: 1px solid #0b7088;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.333rem;
  text-align: center;
  background: #0b7088 url(../img/construct/cheat.png) repeat;
  border-radius: 0.222rem;
  cursor: pointer;
  appearance: none;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
input[type=submit]:active, input[type=submit]:hover {
  background: transparent;
  color: #0b7088;
}

.required {
  text-align: center;
}

.Zebra_DatePicker_Icon_Wrapper {
  display: block !important;
}

.intl-tel-input {
  display: block !important;
}

.Zebra_DatePicker_Icon {
  margin-right: 0 !important;
  top: 50% !important;
  right: 0.444rem !important;
  left: auto !important;
  line-height: 1.333rem !important;
  margin-top: -0.667rem !important;
  width: 1.333rem !important;
  height: 1.333rem !important;
  background: none !important;
  position: relative;
}
.Zebra_DatePicker_Icon:after {
  font-family: "FontAwesome";
  content: "\f133";
  font-weight: 900;
  text-indent: 0;
  display: block;
  width: 100%;
  color: #7fc241;
  font-size: 1.056rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.Zebra_DatePicker .dp_header .dp_caption:before {
  content: "\f133";
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  line-height: 0.833rem;
  vertical-align: middle;
  margin-right: 0.444rem;
  color: white;
}

.alert {
  max-width: 65rem;
  overflow: hidden;
  padding: 0.833rem;
  margin: 2rem auto 0 auto;
  border: 1px solid transparent;
  border-radius: 16px;
  position: relative;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin: 0 !important;
}
.alert > p + p {
  margin-top: 0.278rem;
}
.alert i.icon {
  position: absolute;
  font-size: 5.556rem;
  opacity: 0.1;
  left: 0.556rem;
  top: 50%;
  margin: -2.778rem 0 0 0;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 1.944rem;
}
.alert-dismissable .close,
.alert-dismissible .close {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0.278rem;
  right: 0.278rem;
  font-size: 1.111rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.pagination {
  clear: both;
  overflow: hidden;
  margin: 2.222rem 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 0.056rem;
}
.pagination li a {
  display: block;
  width: 1.389rem;
  height: 1.389rem;
  line-height: 1.389rem;
  color: #000000;
  font-size: 0.667rem;
  text-align: center;
  border-radius: 5.556rem;
  border: 1px solid #f9f9f9;
}
.pagination li a:hover {
  background: #0b7088;
  color: #ffffff;
  text-decoration: none;
}
.pagination li.active a {
  background: #0b7088;
  color: #ffffff;
  text-decoration: none;
}

.recherche_simple {
  float: right;
  border: 1px solid #dfdfdf;
  padding: 0.444rem 0.444rem 0.444rem 0.667rem;
  border-radius: 5.556rem;
  width: 11.667rem;
  margin: 0.222rem 1.111rem 0 0;
  background: #fff;
  height: 2.222rem;
  position: relative;
}
.recherche_simple form {
  width: auto;
  margin: -0.556rem 0 0 0;
  float: left;
}
.recherche_simple form label {
  display: none;
}
.recherche_simple form .recherche_txt {
  border: none;
  box-shadow: none;
  width: 9.556rem;
  padding: 0.111rem 0;
  float: left;
  color: #1B1C1F;
  background: transparent;
  font-size: 0.611rem;
}
.recherche_simple form #recherche_simple_submit {
  display: block;
  width: 0.833rem;
  height: 0.833rem;
  background: url(../img/construct/btn-search.png) no-repeat center;
  text-indent: -9999px;
  border: none;
  box-shadow: none;
  float: left;
  cursor: pointer;
  position: absolute;
  padding: 0;
  min-width: 1rem;
  right: 0.556rem;
}

.recherche_s .cc_content {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.111rem 0.833rem 0 rgba(0, 0, 0, 0.07);
  padding: 0 2.222rem 0 0;
  margin: 2.222rem 0;
}
.recherche_s .cc_content .cc_vignette {
  float: left;
  max-width: 16.667rem;
  margin: 0 2.222rem 0 0;
  position: relative;
}
.recherche_s .cc_content .cc_vignette:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.111rem;
  right: 0;
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.556rem solid transparent;
  border-right: 1.111rem solid #fff;
  border-bottom: 0.556rem solid transparent;
}
.recherche_s .cc_content .cc_vignette img {
  width: 100%;
  max-width: 22.222rem;
  height: auto;
}
.recherche_s .cc_content:hover {
  box-shadow: 0 0.111rem 0.833rem 0 rgba(0, 0, 0, 0.07);
}
.recherche_s .cc_content:hover .cc_vignette img {
  opacity: 0.5;
}
.recherche_s .cc_content:hover .cc_title h3 a {
  color: #29af4c;
  text-decoration: none;
}
.recherche_s .cc_content .cc_title h3 {
  font: 700 1rem/1.667rem "Montserrat", sans-serif;
  color: #979797;
  margin: 0;
  padding: 1.111rem 0 0.556rem 0;
}
.recherche_s .cc_content .cc_title h3 a {
  color: #7fc241;
  position: relative;
  text-decoration: none !important;
}
.recherche_s .cc_content .cc_title h3 a:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 2.222rem;
  position: absolute;
  top: 0;
  left: -1.111rem;
  opacity: 0.1;
  transform: rotate(-10deg);
}
.recherche_s .cc_content .cc_read_more {
  padding: 0.556rem 0;
  float: right;
}
.recherche_s .cc_content .cc_read_more a {
  font: 700 0.611rem/1.111rem "Quicksand", sans-serif;
  text-decoration: none !important;
  text-transform: uppercase;
  color: inherit;
  border-radius: 2.222rem;
  border: 2px solid #7fc241;
  padding: 0.556rem 1.111rem;
  margin: 0.556rem 0.278rem;
}
.recherche_s .cc_content .cc_read_more a:after {
  font-family: "FontAwesome";
  content: "\f061";
  font-weight: 900;
  position: relative;
  left: 0.556rem;
}
.recherche_s .cc_content .cc_read_more a:hover {
  color: #fff;
  background: #29af4c;
  border: 2px solid #29af4c;
}

#a_scrolltotop {
  height: 2.667rem;
  line-height: 2.5rem;
  width: 2.667rem;
  bottom: 0.556rem;
  right: 0.556rem;
  color: #fff;
  text-decoration: none;
  background: #0b7088;
  border: 2px solid #0b7088;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1000;
}
#a_scrolltotop:before {
  display: block;
  content: "\f077";
  font-weight: 900;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "FontAwesome";
}
#a_scrolltotop:hover {
  background: none;
  color: #0b7088;
}
#a_scrolltotop span {
  display: none !important;
}

.googlemap {
  height: 22.222rem;
  position: relative;
  margin: 3.333rem 0 0 0;
  overflow: hidden;
  clear: both;
}
.googlemap * {
  transition: none;
}
.googlemap p {
  margin: 0.556rem 0;
}
.googlemap > div {
  height: 100%;
}
.googlemap > div > div {
  width: 100% !important;
  height: 100% !important;
}
.googlemap .leaflet-control-zoom a {
  text-decoration: none !important;
}
.googlemap .leaflet-container a.leaflet-popup-close-button {
  text-decoration: none !important;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 30%;
  padding-top: 1.389rem;
  height: 0;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.responsive-iframe.facebook {
  padding-bottom: 100%;
}

p.no_articles {
  background: #F5F5F5;
  padding: 0.5555555556rem;
  text-align: center;
}

.separator-line {
  margin: 0 0.5555555556rem;
  width: 1px;
  height: 0.8888888889rem;
  background: #000000;
}

.gm-style div {
  box-sizing: initial;
}

.dark-bg {
  background: #7fc241;
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: #f9f9f9;
}

.color-bg {
  background: #0b7088;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000000;
}

.txt-align-left {
  text-align: left;
}

.txt-align-right {
  text-align: right;
}

.txt-align-center {
  text-align: center;
}

.section-large {
  padding: 6.667rem 0;
  clear: both;
}

.section-med {
  padding: 4.444rem 0;
  clear: both;
}

.section-small {
  padding: 2.222rem 0;
  clear: both;
}

.margin-large {
  margin: 4.444rem;
}

.margin-med {
  margin: 2.222rem;
}

.margin-small {
  margin: 1.111rem;
}

.margin-none {
  margin: 0;
}

.padding-large {
  padding: 4.444rem;
}

.padding-med {
  padding: 2.222rem;
}

.padding-small {
  padding: 1.111rem;
}

.padding-none {
  padding: 0;
}

body.homepage .chapeau {
  font: 400 1.111rem/1.667rem "Quicksand", sans-serif;
  position: relative;
  background: none;
  color: #000000;
  padding: 0;
  margin: 0;
}

body.no-slider .chapeau {
  margin: 0 0 2.222rem 0;
}

.chapeau {
  font: 400 1.111rem/1.667rem "Quicksand", sans-serif;
  position: relative;
  background-color: #7fc241;
  color: #ffffff;
  padding: 2.222rem;
  margin: -2.222rem 0 2.222rem 0;
}

.txt-large {
  font: 400 1.111rem/1.667rem "Quicksand", sans-serif;
}

.img-container {
  overflow: hidden;
}

.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded img {
  border-radius: 0.222rem;
}

.img-thumbnail img {
  padding: 0.222rem;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.222rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle img {
  border-radius: 50%;
}

.lax {
  transition: none;
}

.container {
  max-width: 100%;
}
.container.container-sm {
  width: 936px;
}
.container.container-lg {
  width: 1920px;
  padding: 0 4.4444444444rem;
}
.container .row {
  max-width: none !important;
  margin-left: -0.833rem !important;
  margin-right: -0.833rem !important;
}

.container-fluid .row {
  max-width: none !important;
  margin-left: -0.833rem !important;
  margin-right: -0.833rem !important;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

.global-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.833rem;
  padding-right: 0.833rem;
}

#cookie_bottom_bar .wrapper {
  max-width: 57.5rem !important;
}

.container-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.container-video-16-9 {
  padding-bottom: 56.25%;
}
.container-video-4-3 {
  padding-bottom: 75%;
  /* Rapport hauteur / largeur 4:3 */
}
.container-video-default {
  padding-bottom: 56.25%;
  /* Rapport hauteur / largeur par défaut */
}
.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .global-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .global-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .global-container {
    width: 1170px;
  }
}
@keyframes TextIntro {
  0.00% {
    opacity: 0;
    filter: blur(35px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes SliderInterne {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes ZoomImg {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.bg-section {
  background-image: linear-gradient(300deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.6)), url("../img/construct/background-section2.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.galerie-section .row {
  padding: 0 !important;
}
.galerie-section .row .mceEditable {
  padding: 0 !important;
  height: 350px;
  object-fit: cover;
}
.galerie-section .row .mceEditable img {
  height: 100%;
  object-fit: cover;
}

[data-reveal] {
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-reveal=up] {
  transform: translateY(40px);
}

[data-reveal=left] {
  transform: translateX(-40px);
}

[data-reveal=right] {
  transform: translateX(40px);
}

[data-reveal=fade] {
  transform: none;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.digitatel-intel {
  padding: 64px 0;
  padding-bottom: 32px;
}
.digitatel-intel .container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 5vw;
}
.digitatel-intel h2 {
  margin-top: 0;
  text-align: left;
}
.digitatel-intel__body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.digitatel-intel__body--text {
  flex-basis: 45%;
}
.digitatel-intel__lead {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.digitatel-intel__intro {
  text-align: center;
}
.digitatel-intel .module_content:has(.digitatel-intel__house) {
  position: relative;
  flex-basis: 35%;
}
.digitatel-intel__house::before {
  content: "";
  height: 100px;
  width: 80px;
  right: -5vw;
  background: url("../img/construct/logo-technologies.png");
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  top: 35%;
  position: absolute;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7215686275));
}
.digitatel-intel__house img {
  max-width: 100%;
  filter: drop-shadow(0 20px 25px rgba(0, 85, 104, 0.1215686275));
}
.digitatel-intel__house.is-active img:not(.digitatel-intel__house--calque) {
  filter: drop-shadow(0 20px 45px rgba(0, 85, 104, 0.1215686275)) saturate(0.25);
}
.digitatel-intel__house--calque {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.digitatel-intel__house--calque.is-active {
  opacity: 1;
  animation: calque-pulse 3.5s ease-in-out infinite;
}
.digitatel-intel__house--calque.not-active {
  opacity: 0.5;
}
@keyframes calque-pulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgba(255, 127, 29, 0.4)) saturate(2);
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 32px rgba(255, 127, 29, 0.8)) saturate(2);
  }
}
.digitatel-intel__contexts {
  margin-top: 128px;
  display: flex;
  gap: 96px;
  justify-content: center;
}
.digitatel-intel__contexts .context-card {
  max-width: 400px;
  padding: 16px;
  background: white;
  border-radius: 16px;
  flex: 1 1;
  box-shadow: 0 20px 45px rgba(0, 85, 104, 0.12);
}
.digitatel-intel__contexts .context-card:last-of-type {
  background: #f2ffd9;
}
.digitatel-intel__contexts .context-card h3 {
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  top: -50px;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.digitatel-intel__contexts .context-card figure {
  border-radius: 16px;
  overflow: hidden;
}
.digitatel-intel__contexts .context-card figure img {
  max-width: 100%;
}

.digital-process__bluetooth img {
  max-width: 150px;
}

.digital-process__4g img {
  max-width: 150px;
}

.digitatel-process {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 64px;
  padding-bottom: 48px;
  padding-top: 0px;
}
.digitatel-process__steps {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  justify-content: center;
}
.digitatel-process__title {
  margin-top: 0;
}
.digitatel-process__intro {
  margin-bottom: 64px;
  text-align: center;
}
.digitatel-process__col {
  display: flex;
  gap: 16px;
  align-items: center;
}
.digitatel-process__bluetooth img, .digitatel-process__4g img {
  max-width: 150px;
}
.digitatel-process__pair {
  display: flex;
  gap: 16px;
  align-self: stretch;
}
.digitatel-process__pair .process-step {
  padding: 18px;
  background: white;
  border-radius: 16px;
  text-align: center;
  width: 250px;
  position: relative;
  box-shadow: 0 20px 45px rgba(0, 85, 104, 0.12);
  flex: 1 1;
}
.digitatel-process__pair .process-step:hover {
  cursor: pointer;
}
.digitatel-process__pair .process-step__toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: background-color 0.25s ease;
}
.digitatel-process__pair .process-step__toggle:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .digitatel-process__pair .process-step__toggle {
    display: none;
  }
}
.digitatel-process__pair .process-step__icon {
  font-size: 14px;
  transition: transform 0.3s ease, color 0.25s ease;
  display: inline-block;
}
.digitatel-process__pair .process-step__text {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.25s ease;
}
.digitatel-process__pair .process-step__text .strong_title {
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 767px) {
  .digitatel-process__pair .process-step__text {
    max-height: none;
    opacity: 1;
    margin-top: 8px;
    overflow: visible;
  }
}
.digitatel-process__pair .process-step.is-open .process-step__icon {
  transform: rotate(45deg);
  color: red;
}
.digitatel-process__pair .process-step.is-open .process-step__text {
  max-height: 500px;
  opacity: 1;
  margin-top: 8px;
}
.digitatel-process__pair .process-step .process-alert.full {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  content: "\f0f3";
  background: #ff7f1d;
  color: white;
  font-size: 3rem;
  border-radius: 100%;
  margin: 0 auto;
  aspect-ratio: 1;
  max-height: 150px;
  position: relative;
}
.digitatel-process__pair .process-step .process-alert.full::after {
  background-color: #7fc241;
  right: -4px;
  top: -4px;
  color: white;
  content: "1";
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 20px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.digitatel-process__pair .process-step__text {
  font-size: 16px;
}
.digitatel-process__pair .process-step.hub-digitatel .process-alert {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  content: "\f0f3";
  background: #ff7f1d;
  color: white;
  font-size: 18px;
  border-radius: 100%;
  top: 8px;
  right: 64px;
}
.digitatel-process__pair .process-step.hub-digitatel .process-alert::after {
  background-color: #0b7088;
  right: -4px;
  top: -4px;
  color: white;
  content: "1";
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 10px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.digitatel-process__pair .process-step__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #0b7088;
}
.digitatel-process__pair figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.digitatel-process__pair figure img {
  max-height: 150px;
  border-radius: 15px;
}
.digitatel-process__pair figure img.illustration {
  width: 100%;
  object-fit: cover;
}

.digitatel-intel.vitatel h2 {
  margin-bottom: 48px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 48px;
}
.digitatel-intel.vitatel .digitatel-intel__body--text {
  flex-basis: 45%;
}
.digitatel-intel.vitatel .digitatel-intel__body {
  padding: 48px 0;
}
.digitatel-intel.vitatel .digitatel-intel__house {
  position: relative;
  flex-basis: 40%;
}
.digitatel-intel.vitatel .digitatel-intel__house::before {
  display: none;
}
.digitatel-intel.vitatel .digitatel-intel__house img {
  max-width: 100%;
  filter: drop-shadow(0 20px 45px rgba(0, 85, 104, 0.1215686275));
  border-radius: 16px;
  width: 100%;
}

.beneficiaire {
  padding: 64px 0;
}
.beneficiaire .container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 5vw;
}
.beneficiaire h2 {
  margin-top: 0;
  margin-bottom: 48px;
  text-align: center;
}
.beneficiaire div:has(> iframe) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beneficiaire iframe {
  box-shadow: 0 20px 45px rgba(0, 85, 104, 0.12);
}
.beneficiaire .mce-column {
  padding: 24px auto;
}
.beneficiaire .module_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beneficiaire .reassurance {
  max-width: 760px;
  width: 100%;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: visible;
  padding-top: 0;
}
.beneficiaire .reassurance__text strong {
  color: #7fc241;
}
.beneficiaire .reassurance__separator {
  font-weight: bold;
  transform: translateX(88px);
  font-size: 28px;
  margin: -10px 0;
}
.beneficiaire .reassurance__sub {
  display: block;
  font-size: 18px;
  color: #0b7088;
  margin-top: 8px;
}
.beneficiaire .reassurance .reassurance__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.beneficiaire .reassurance .reassurance__item.wallonie {
  margin-top: 24px;
}
.beneficiaire .reassurance .reassurance__item p {
  text-transform: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 400px;
  margin: 0;
}
.beneficiaire .reassurance .reassurance__icon {
  font-size: 28px;
  min-width: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0, 85, 104, 0.12);
}
.beneficiaire .reassurance .reassurance__icon--text {
  font-size: 28px;
  font-weight: bold;
  color: #0b7088;
}

.installation {
  padding: 64px 0;
  padding-top: 0;
}
.installation .container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 5vw;
}
.installation h2 {
  margin-bottom: 0;
}
.installation__subtitle {
  font-size: 24px;
  line-height: 1.2;
}
.installation__subtitle strong {
  color: #7fc241;
}
.installation__subtitle strong.highlight {
  color: #ff7f1d;
}
.installation-steps {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 64px;
}
.installation-step {
  max-width: 300px;
  flex: 1 1;
}
.installation-step__number {
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-66%);
  font-family: "Montserrat";
  color: #0b7088;
  font-variant-numeric: tabular-nums;
}
.installation-step__text {
  max-width: 90%;
  margin-left: 5%;
}
.installation figure {
  border-radius: 16px;
  overflow: hidden;
}
.installation figure img {
  max-width: 100%;
}

.contact {
  background: #f7fbff;
}
.contact__lead strong {
  color: #7fc241;
}
.contact__grid {
  padding: 48px 0;
  display: flex;
  gap: 48px;
}
.contact__grid h2 {
  margin-top: 0;
}
.contact__list {
  list-style: none;
  padding-left: 16px;
}
.contact__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.contact__icon {
  font-size: 32px;
  color: #7fc241;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__icon--external {
  position: absolute;
  left: 16px;
}
.contact__external-text {
  display: inline-block;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 16px 80px;
  background-color: #dceed4;
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative;
}
.contact__external-text .contact__icon--external i {
  font-size: 40px;
  color: #7fc241;
}
.contact__external-text .contact__external-text {
  text-align: center;
}
.contact__legal {
  padding: 16px;
  background: #fbba8a;
  border-radius: 16px;
}
.contact__legal h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.contact__info {
  flex-basis: 40%;
  position: sticky;
  align-self: start;
  top: 126px;
}
.contact__form-wrapper {
  flex-basis: 60%;
  padding: 32px;
  background: #71b1bf;
  border-radius: 16px;
}
.contact__form-wrapper form {
  margin: 0;
}

.digitatel-faq {
  position: relative;
  padding: 64px 0;
}
.digitatel-faq .container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 5vw;
}
.digitatel-faq__body {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 64px;
  position: relative;
}
.digitatel-faq__list {
  max-width: 880px;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  flex-basis: 70%;
  align-self: start;
  position: sticky;
  top: 168px;
}
.digitatel-faq__title {
  margin-bottom: 0;
}
.digitatel-faq__lead {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
}
.digitatel-faq__lead strong {
  color: #7fc241;
}
.digitatel-faq__illustration {
  flex-basis: 30%;
  align-self: start;
  position: sticky;
  top: 168px;
}
.digitatel-faq__illustration img {
  width: 100%;
}
.digitatel-faq .faq-item {
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.digitatel-faq .faq-item:last-of-type {
  border-bottom: none;
}
.digitatel-faq .faq-item[open] {
  background: rgba(255, 255, 255, 0.06);
  border-bottom: none;
}
.digitatel-faq .faq-item::details-content {
  height: 0;
  overflow: clip;
  transition: height 0.4s ease, content-visibility 0.4s allow-discrete;
}
.digitatel-faq .faq-item[open]::details-content {
  height: auto;
}
.digitatel-faq .faq-item__question {
  cursor: pointer;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: black;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Montserrat";
  user-select: none;
  list-style: none;
}
.digitatel-faq .faq-item__question::-webkit-details-marker {
  display: none;
}
.digitatel-faq .faq-item__question::marker {
  display: none;
  content: "";
}
.digitatel-faq .faq-item__question:focus-visible {
  outline: 2px solid rgba(127, 194, 65, 0.5);
  outline-offset: -2px;
}
.digitatel-faq .faq-item__label {
  flex: 1;
}
.digitatel-faq .faq-item__icon {
  color: black;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.3s all 0.2s ease-in-out, color 0.3s ease;
}
.digitatel-faq .faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
  color: red;
}
.digitatel-faq .faq-item__answer {
  padding: 16px;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2;
  background: #f7fbff;
}
.digitatel-faq .faq-item__answer p {
  margin: 0 0 0.75rem;
}
.digitatel-faq .faq-item__answer p:last-child {
  margin-bottom: 0;
}
.digitatel-faq .faq-item__answer strong {
  color: #000;
  font-weight: 700;
}

.partners {
  background: #ffffff;
  padding: 64px 0;
  /* ===== Responsive ===== */
}
.partners .container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 5vw;
}
.partners__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 96px;
  align-items: center;
  justify-content: center;
}
.partners__group {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-direction: column;
  align-items: start;
}
.partners__group--partnership {
  justify-content: flex-end;
}
.partners__label {
  font: 600 1.3333333333rem/1.6666666667rem "Quicksand";
  color: #000000;
  margin: 0;
  white-space: nowrap;
  opacity: 0.75;
}
.partners__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
}
.partners__logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.partners__logo-link:hover, .partners__logo-link:focus-visible {
  opacity: 0.7;
  transform: translateY(-2px);
}
.partners__logo-link:focus-visible {
  outline: 2px solid #0b7088;
  outline-offset: 4px;
  border-radius: 4px;
}
.partners__logo {
  display: block;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .partners__grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .partners__group {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .partners__group--partnership {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .partners {
    padding: 32px 0;
  }
  .partners__logos {
    gap: 0 16px;
  }
  .partners__logo {
    max-height: 100px;
  }
}

.separation {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 5;
  padding: 64px 0;
}
.separation__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #7fc241;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 85, 104, 0.25);
}
.separation__circle i {
  color: white;
  font-size: 48px;
}
.separation.plus .separation__circle {
  background: #7fc241;
}

/*# sourceMappingURL=global.css.map */
