/*
Author: WaterDesign
Email: hpetreh@gmail.com
File: Main css file of the template
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary: #017804;
  --primary-dark: #0581aa;
  --primary-light: #FBFFFB;
  --primary-lightless: #0caadd;
  --accent: #9EB54D;
  --accent-dark: #067e5b;
  --accent-2: #FF7C09;
  --accent-2-dark: #ff3934;
  --dark: #222222;
  --gray2: #4f4f4f;
  --gray3: #888792;
  --gray4: #a8a7b2;
  --gray5: #e1e0f0;
  --gray7: #f8f8f8;
  --darker: #004d69;
  --red: #F41925;
  --green: #108757;
  --yellow: #fbd142;
  --flag-green: #008751;
  --flag-yellow: #fcd116;
  --flag-red: #e8112d;
}

/*******************
1.General
*******************/
@font-face {
  font-family: "Nexa";
  font-weight: 700;
  src: url(../fonts/Nexa-Bold.otf);
}

@font-face {
  font-family: "Nexa";
  font-weight: 300;
  src: url(../fonts/Helvetica-Light.otf);
}

@font-face {
  font-family: "Helvetica";
  font-weight: 300;
  src: url(/media?id=/assets/fonts/Helvetica-Light.otf);
}

@font-face {
  font-family: "Helvetica";
  font-weight: 500;
  src: url(/media?id=/assets/fonts/Helvetica-Regular.otf);
}

@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  src: url(/media?id=/assets/fonts/Helvetica-Bold.otf);
}

html {}

body {
  zoom: 98%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: #FBFFFB;
  margin: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow-x: hidden;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1000;
  border: 0.5px solid #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .14), 0 2px 2px 0 rgba(0, 0, 0, .098), 0 1px 5px 0 rgba(0, 0, 0, .084);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: bold;
}

h1 {
  font-size: 2.63em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.63em;
}

h4 {
  font-size: 1.38em;
}

h5 {
  font-size: 1.13em;
}

h6 {
  font-size: 0.88em;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
}

strong {
  font-weight: bold;
}

p {}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: var(--primary);
}

::selection {
  color: white;
  background: var(--primary);
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
      40% 0%,
      75% 84%,
      from(#017804),
      to(#017804),
      color-stop(.6, #017804))
}

.container {
  width: 1016px;
}

.red {
  color: red;
}

.red-back {
  background-color: red;
}

.white {
  color: #fff;
}

.white-back {
  background-color: #fff;
}

.black {
  color: #000;
}

.black-back {
  background-color: #000;
}

.primary {
  color: var(--primary);
}

.primary-back {
  background-color: var(--primary);
}

.primary-dark {
  color: var(--primary-dark);
}

.primary-dark-back {
  background-color: var(--primary-dark) !important;
}

.primary-light {
  color: var(--primary-light);
}

.primary-light-back {
  background-color: var(--primary-light) !important;
}

.accent {
  color: var(--accent) !important;
}

.accent-dark {
  color: var(--accent-dark);
}

.accent-back {
  background-color: var(--accent);
}

.accent-2 {
  color: var(--accent-2);
}

.accent-2-dark {
  color: var(--accent-2-dark);
}

.accent-2-back {
  background-color: var(--accent-2);
}

.dark {
  color: var(--dark);
}

.dark-back {
  background-color: var(--dark);
}

.gray3 {
  color: var(--gray3);
}

.gray2 {
  color: var(--gray2);
}

.gray4 {
  color: var(--gray4);
}

.gray5 {
  color: var(--gray5);
}

.white-border {
  border-color: white !important;
}

.accent-border {
  border-color: var(--accent) !important;
}

.primary-border {
  border-color: var(--primary) !important;
}

.gray3-border {
  border-color: var(--gray3) !important;
}

.gray2-border {
  border-color: var(--gray2) !important;
}

.gray4-border {
  border-color: var(--gray4) !important;
}

.gray5-border {
  border-color: var(--gray5) !important;
}

.gray2-back {
  background-color: var(--gray2);
}

.gray3-back {
  background-color: var(--gray3);
}


.testimonial-shadow,
.service-shadow,
.team-shadow,
.eservice-items-shadow {
  box-shadow: 0px 15px 30px rgba(17, 169, 221, 0.1);
}

.header-shadow {
  box-shadow: 0px 14px 15px rgba(17, 169, 221, 0.1);
  z-index: 4;
}

.primary-gradient {
  background: linear-gradient(180deg, #6d0ee2 0%, #3b1278 100%);
}

.accent-gradient {
  background: linear-gradient(270deg, #2ecbe8 0%, #4141de 100%);
}

.accent2-gradient {
  background: linear-gradient(270deg, #ff3934 0%, #ff7033 100%);
}

.box-shadow {
  box-shadow: 0em 0.62em 1.56em rgba(0, 0, 0, 0.1);
}

.box-shadow-accentuated {
  box-shadow: 0em 0.62em 1.56em rgba(0, 0, 0, 0.2);
}

.box-shadow-accentuated:hover {
  box-shadow: 0em 0.62em 0.56em rgba(0, 0, 0, 0.2);
}

.accent-btn-shadow {
  box-shadow: 5px 8px 16px rgba(34, 18, 207, 0.1);
}

.employer-logo-shadow {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
}

.how-it-works-icon-shadow {
  box-shadow: 3px 9px 22px rgba(34, 181, 115, 0.2);
}

.newsletter-input-shadow {
  box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.03);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0;
}

.font-3-em {
  font-size: 3em;
  line-height: normal;
}

.font-35-em {
  font-size: 3.5em;
  line-height: normal;
}

.font-4-em {
  font-size: 4em;
  line-height: 1;
}

.font-45-em {
  font-size: 4.5em;
  line-height: 1;
}

.font-5-em {
  font-size: 5em;
  line-height: 1;
}

.title {}

.xsmall {
  font-size: 0.8em;
  line-height: 120%;
}

.small {
  font-size: 1rem;
  line-height: 140%;
}

.medium {
  font-size: 1.2rem;
  line-height: 140%;
}

.large {
  font-size: 1.5rem;
  line-height: 140%;
}

.xlarge {
  font-size: 2.13rem;
}

.it {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: normal;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.column-center {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement au centre*/
  align-items: center;
}

.column-start {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement au debut*/
  align-items: flex-start;
}

.column-end {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement a la fin*/
  align-items: flex-end;
}

.column-stretch {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement a la fin*/
  align-items: stretch;
}

.row-center {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement au centre*/
  align-items: center;
}

.row-stretch {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement au centre*/
  align-items: stretch;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.column-reverse {
  flex-direction: column-reverse !important;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.row-start {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement au debut*/
  align-items: flex-start;
}

.row-end {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement a la fin*/
  align-items: flex-end;
}

.space {
  flex: 2;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.mobile-only {
  display: none;
}

.no-underline {
  /*enlever toute decoration*/
  text-decoration: none;
  /*comme c'est pour l'ancre qui englobe les chapitres pour le moment*/
  height: auto;
}

.parent-center {
  margin-left: auto;
  margin-right: auto;
}

.position-absolute {
  position: absolute;
}

a img {
  object-fit: cover;
  height: inherit;
  width: inherit;
}

.cursor-default {
  cursor: default !important;
}

.hover-to-light-background {
  transition: all 0.2s ease-out;
}

.hover-to-light-background:hover {
  background-color: var(--primary-light) !important;
}

.hover-to-fade {
  transition: all 0.2s ease-out;
}

.hover-to-fade:hover {
  opacity: 0.7;
}

.hover-to-white {
  transition: all 0.2s ease-out;
}

.hover-to-white:hover {
  color: white !important;
}

.hover-to-accent {
  transition: all 0.2s ease-out;
}

.hover-to-accent:hover {
  color: var(--accent) !important;
}

.hover-to-accent2 {
  transition: all 0.3s ease-out;
}

.hover-to-accent2:hover {
  color: var(--accent-2-dark) !important;
}

.hover-to-opaque {
  opacity: 0.9;
  transition: all 0.2s ease-out;
}

.hover-to-opaque:hover {
  opacity: 1;
}

.hover-to-opacity {
  transition: all 0.2s ease-out;
  opacity: 1;
}

.hover-to-opacity:hover {
  opacity: 0.5;
  color: inherit;
}

.hover-to-primary {
  transition: all 0.3s ease-out;
}

.hover-to-primary:hover {
  color: var(--primary) !important;
}

.blink-animation {
  animation-name: blink-white-to-accent;
  animation-timing-function: ease-out;
  animation-duration: 4s;
}

.w-1em {
  width: 1em !important;
}

.w-15em {
  width: 1.5em !important;
}

.w-2em {
  width: 2em !important;
}

.w-25em {
  width: 2.5em !important;
}

.w-3em {
  width: 3em !important;
}

.w-35em {
  width: 3.5em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.h-1em {
  height: 1em !important;
}

.h-15em {
  height: 1.5em !important;
}

.h-2em {
  height: 2em !important;
}

.h-25em {
  height: 2.5em !important;
}

.h-3em {
  height: 3em !important;
}

.h-35em {
  height: 35em !important;
}

.h-4em {
  height: 4em !important;
}

.h-45em {
  height: 4.5em !important;
}

.h-5em {
  height: 5em !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-full {
  border-radius: 100% !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-15 {
  border-width: 1.5px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-25 {
  border-width: 2.5px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-35 {
  border-width: 3.5px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-45 {
  border-width: 4.5px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-55 {
  border-width: 5.5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-65 {
  border-width: 6.5px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-75 {
  border-width: 7.5px !important;
}

.border-8 {
  border-width: 8px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-to-primary:hover {
  color: var(--primary);
}

.hover-to-primary-dark:hover {
  color: var(--primary-dark);
}

.hover-to-accent-dark:hover {
  color: var(--accent-dark);
}

.hover-to-primary-light:hover {
  color: var(--primary-light);
}

.hover-to-accent:hover {
  color: var(--accent);
}

.hover-to-primary-light-3:hover {
  color: var(--primary-light-3);
}

.hover-to-primary-back:hover {
  background-color: var(--primary);
}

.hover-to-primary-dark-back:hover {
  background-color: var(--primary-dark);
}

.hover-to-accent-dark-back:hover {
  background-color: var(--accent-dark);
}

.hover-to-primary-light-back:hover {
  background-color: var(--primary-light);
}

.hover-to-accent-back:hover {
  background-color: var(--accent);
}

.hover-to-primary-light-3-back:hover {
  background-color: var(--primary-light-3);
}

.hover-to-primary-border:hover {
  border-color: var(--primary) !important;
}

.hover-to-primary-dark-border:hover {
  border-color: var(--primary-dark);
}

.hover-to-accent-dark-border:hover {
  border-color: var(--accent-dark);
}

.hover-to-primary-light-border:hover {
  border-color: var(--primary-light);
}

.hover-to-accent-border:hover {
  border-color: var(--accent) !important;
}

.hover-to-primary-light-3-border:hover {
  border-color: var(--primary-light-3);
}

.flex4 {
  flex: 4;
}

.flex3 {
  flex: 3;
}

.flex2 {
  flex: 2;
}

.flex1 {
  flex: 1;
}

.back-opacity-10 {
  background-color: #0ca9dd31;
}

/**BACK TO TOP**/

.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--primary);
  transition: all 0.5s;
}

.back-to-top i {
  color: white;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

@keyframes guy-amin-initial {
  0% {
    top: 186px;
    opacity: 0;
  }

  100% {
    top: 236px;
    opacity: 1;
  }
}

@keyframes guy-amin-hover {
  0% {
    top: 236px;
  }

  100% {
    top: 19px;
  }
}

@keyframes girl-amin-initial {
  0% {
    left: 600px;
    opacity: 0;
  }

  100% {
    left: 405px;
    opacity: 1;
  }
}

@keyframes girl-amin-hover {
  0% {
    left: 405px;
  }

  100% {
    left: 495px;
  }
}

@keyframes pot-amin-initial {
  0% {
    left: 600px;
    opacity: 0;
  }

  100% {
    left: 355px;
    opacity: 1;
  }
}

@keyframes pot-amin-hover {
  0% {
    left: 355px;
  }

  100% {
    left: 725px;
  }
}

@keyframes phone-app-amin-hover {
  0% {
    height: 407px;
    left: 225px;
    top: 59px;
  }

  100% {
    height: 454px;
    left: 225px;
    top: 13px;
  }
}

@keyframes blink-white-to-accent {
  0% {
    color: white;
    margin-bottom: 0em;
  }

  20% {
    color: var(--accent);
  }

  40% {
    color: white;
  }

  60% {
    color: var(--accent);
    margin-bottom: 1em;
  }

  100% {
    color: white;
    margin-bottom: 0em;
  }
}

@keyframes hue-anim {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(45deg);
  }
}

@keyframes particlerotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
  }

  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px);
  }

  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@keyframes particlefloat {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@keyframes particlemoverotate {
  0% {
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
  }

  25% {
    transform: rotate(90deg) translate(10px, 10px);
    -webkit-transform: rotate(90deg) translate(10px, 10px);
  }

  50% {
    transform: rotate(180deg) translate(5px, 5px);
    -webkit-transform: rotate(180deg) translate(5px, 5px);
  }

  75% {
    transform: rotate(270deg) translate(10px, -5px);
    -webkit-transform: rotate(270deg) translate(10px, -5px);
  }

  100% {
    transform: rotate(360deg) translate(0, 0);
    -webkit-transform: rotate(360deg) translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  10% {
    transform: scale(1);
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes phone-oblique-1 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }

  100% {
    transform: rotate(-10deg) translateX(-35px) translateY(-3px);
  }
}

@keyframes phone-oblique-2 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }

  100% {
    transform: rotate(17deg) translateX(-53px) translateY(27px);
  }
}

@keyframes phone-static-1 {
  0% {
    transform: rotate(-10deg) translateX(-35px) translateY(-3px);
  }

  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}

@keyframes phone-static-2 {
  0% {
    transform: rotate(17deg) translateX(-53px) translateY(27px);
  }

  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}

.phone-static-2 {
  animation: phone-static-2 0.1s ease-out;
  animation-fill-mode: forwards;
}

.phone-static-1 {
  animation: phone-static-1 0.1s ease-out;
  animation-fill-mode: forwards;
}

.phone-oblique-2 {
  animation: phone-oblique-2 0.1s ease-out;
  animation-fill-mode: forwards;
}

.phone-oblique-1 {
  animation: phone-oblique-1 0.1s ease-out;
  animation-fill-mode: forwards;
}

.hue-anim1 {
  animation: hue-anim 5s infinite linear;
  animation-direction: alternate-reverse;
}

.hue-anim2 {
  animation-direction: alternate-reverse;
  animation: hue-anim 7s infinite ease-in-out;
}

.hue-anim3 {
  animation-direction: alternate-reverse;
  animation: hue-anim 6s infinite ease-in;
}

.particlerotate1 {
  animation: particlerotate 6s infinite linear;
  animation-fill-mode: forwards;
}

.particlerotate2 {
  animation: particlerotate 0.5s infinite linear;
  animation-fill-mode: forwards;
}

.particlerotate1-1 {
  animation: particlerotate 24s infinite linear;
  animation-fill-mode: forwards;
}

.particlerotate2-1 {
  animation: particlerotate 2s infinite linear;
  animation-fill-mode: forwards;
}

.pulse1 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1s;
}

.pulse2 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.1s;
}

.pulse3 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.3s;
}

.pulse4 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.5s;
}

.pulse5 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.8s;
}

.pulse6 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 2s;
}

.phone-app-amin-hover {
  animation: phone-app-amin-hover 0.3s 0.3 !important;
  animation-fill-mode: forwards;
}

.pot-amin-hover {
  animation-fill-mode: forwards;
  animation: pot-amin-hover 0.3s 0s !important;
}

.guy-amin-hover {
  animation: guy-amin-hover 0.3s 0s !important;
  animation-fill-mode: forwards;
}

.girl-amin-hover {
  animation: girl-amin-hover 0.3s 0.1s !important;
  animation-fill-mode: forwards;
}

.girl-amin-initial {
  animation: girl-amin-initial 0.3s 2.2s;
  animation-fill-mode: forwards;
}

.pot-amin-initial {
  animation: pot-amin-initial 0.4s 2.5s;
  animation-fill-mode: forwards;
}

.guy-amin-initial {
  animation: guy-amin-initial 0.3s 2s;
  animation-fill-mode: forwards;
}

.particlemove1 {
  animation: particlemove2 4.5s infinite linear;
  animation-delay: 1s;
}

.particlemove3 {
  animation: particlemove2 4.5s infinite linear;
  animation-delay: 0.5s;
}

.particlemove2 {
  animation: particlemove2 4.5s infinite linear;
}

.particlemoverotate1 {
  animation: particlemoverotate 4.5s infinite linear;
}

.particlemoverotate2 {
  animation: particlemoverotate 3s infinite linear;
}

.particlefloat {
  animation: particlefloat 2s infinite linear;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mt-6 {
  margin-top: 3.5rem;
}

.mt-7 {
  margin-top: 4rem;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

.ml-6 {
  margin-left: 3.5rem;
}

.ml-7 {
  margin-left: 4rem;
}

.mr-6 {
  margin-right: 3.5rem;
}

.mr-7 {
  margin-right: 4rem;
}

.w-1-em {
  width: 1em !important;
}

.w-1-5-em {
  width: 1.5em !important;
}

.w-2-em {
  width: 2em !important;
}

.w-2-5-em {
  width: 2.5em !important;
}

.w-3-em {
  width: 3em !important;
}

.w-4-em {
  width: 4em !important;
}

.w-5-em {
  width: 5em !important;
}

.w-6-em {
  width: 6em !important;
}

.w-7-em {
  width: 7em !important;
}

.w-8-em {
  width: 8em !important;
}

.w-9-em {
  width: 9em !important;
}

.w-10-em {
  width: 10em !important;
}

.w-11-em {
  width: 11em !important;
}

.w-12-em {
  width: 12em !important;
}

.w-13-em {
  width: 13em !important;
}

.w-14-em {
  width: 14em !important;
}

.w-15-em {
  width: 15em !important;
}

.h-1-em {
  height: 1em !important;
}

.h-2-em {
  height: 2em !important;
}

.h-2-5-em {
  height: 2.5em !important;
}

.h-1-5-em {
  height: 1.5em !important;
}

.h-3-em {
  height: 3em !important;
}

.h-3-5-em {
  height: 3.5em !important;
}

.h-4-em {
  height: 4em !important;
}

.h-5-em {
  height: 5em !important;
}

.h-6-em {
  height: 6em !important;
}

.h-7-em {
  height: 7em !important;
}

.h-8-em {
  height: 8em !important;
}

.h-9-em {
  height: 9em !important;
}

.h-10-em {
  height: 10em !important;
}

.h-11-em {
  height: 11em !important;
}

.h-12-em {
  height: 12em !important;
}

.rounded-0-1 {
  border-radius: 0.1em;
}

.rounded-0-2 {
  border-radius: 0.2em;
}

.rounded-0-3 {
  border-radius: 0.3em;
}

.rounded-0-4 {
  border-radius: 0.4em;
}

.rounded-0-5 {
  border-radius: 0.5em;
}

.rounded-0-6 {
  border-radius: 0.6em;
}

.rounded-0-7 {
  border-radius: 0.7em;
}

.rounded-0-8 {
  border-radius: 0.8em;
}

.rounded-0-9 {
  border-radius: 0.9em;
}

.rounded-1 {
  border-radius: 1em;
}

.rounded-1-5 {
  border-radius: 1.5em;
}

.rounded-2 {
  border-radius: 2em;
}

.rounded-2-5 {
  border-radius: 2.5em;
}

.rounded-3 {
  border-radius: 3em;
}

.rounded-3-5 {
  border-radius: 3.5em;
}

.rounded-4 {
  border-radius: 4em;
}

.rounded-4-5 {
  border-radius: 4.5em;
}

.rounded-5 {
  border-radius: 5em;
}

.rounded-5-5 {
  border-radius: 5.5em;
}

.rounded-full {
  border-radius: 100px !important;
}


.icon-text-group {}

.icon-text-group img {}

.icon-text-group p {
  margin-left: 0.8em;
}

.icon-text-group a {
  margin-left: 0.8em;
}

.small p {
  margin-left: 0.5em;
}

.cta-h2 {
  padding: 1.2em 1.5em 1.2em 1.5em !important;
}

.cta-h1 {
  padding: 1em 1.5em 1em 1.5em !important;
}

.cta-h0 {
  padding: 0.6em 1.5em 0.6em 1.5em !important;
}

a {
  text-decoration: none !important;
}

.search-menu .wrapper {
  position: relative;
  margin: 3em auto 0 0;
  padding: 0 1em;
  width: 100%;
}

.search-menu .wrapper input {
  width: 100%;
  padding: 0 0 0.125em 0;
  background: transparent;
  border: none;
  border-bottom: 3px solid #bfbfbf;
  font-size: 2em;
  color: #636363;
}

.search-menu .wrapper input:focus {
  outline: none;
}

.search-tab .nav-link.active {
  font-weight: bold;
}

.search-tab .nav-link {
  padding: 1em 2em;
}

.search-tab .nav-link.active,
.search-tab-content {
  background-color: #01780417;
}

.cta {
  border-radius: 3rem;
  text-decoration: none;
  white-space: nowrap;
  height: 3rem;
  padding: 0.7em 1.5em 0.7em 1.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  /**/
  transition: all 0.2s ease-out;
  font-family: "Montserrat";
  font-weight: 600;
}

.cta:hover {
  text-decoration: none;
  transform: scale(95%);
}

a:hover {
  color: inherit !important;
}

.cta-primary {
  color: white !important;
  position: relative;
  background-color: var(--primary);
}

.cta-primary::before {
  border-radius: inherit;
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: auto;
  width: 70%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary);
}

.cta-red {
  color: white !important;
  position: relative;
  background-color: var(--red);
}

.cta-red::before {
  border-radius: inherit;
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: auto;
  width: 70%;
  height: 100%;
  z-index: -1;
  background-color: var(--red);
  box-shadow: 0px 6px 15px rgba(250, 0, 0, 0.5);
}

.cta-outline {
  border: 1px solid var(--primary);
  box-sizing: border-box;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: var(--primary);
  background-color: #0000;
  font-family: "Montserrat";
}

.cta-outline-white {
  border: 1px solid white;
  box-sizing: border-box;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: white;
  background-color: #0000;
  font-family: "Montserrat";
}

.cta-outline:hover {
  background: var(--primary);
  text-shadow: none;
  color: white;
}

.cta-round {
  border: 1px solid var(--primary);
  box-sizing: border-box;
  border-radius: 54px;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: var(--primary);
  background-color: #0000;
}

.cta-round:hover {
  background: var(--primary);
  text-shadow: none;
  color: white;
}

.cta-outline-primary {
  background: none;
  border-radius: 25px;
  border: 1px solid var(--primary);
  text-decoration: none;
  height: auto;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: var(--primary);
  transition: all 0.2s ease-out;
}

.cta-outline-primary:hover {
  background: var(--primary);
  text-shadow: none;
  color: white;
}

.cta-dark {
  background-color: var(--dark);
  border-radius: 3px;
  border: 1px solid #ffffff;
  text-decoration: none;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-size: 1.13em;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: white;
  transition: all 0.2s ease-out;
}

.cta-dark:hover {
  background: var(--accent);
}

.cta-accent {
  background: var(--primary);
  border-radius: 5px;
  text-decoration: none;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-size: 1.13em;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: white;
  transition: all 0.2s ease-out;
}

.cta-accent:hover {
  background: var(--accent);
}

footer {
  background-color: white;
  padding: 2em 0em;
  position: relative;
}

.links-groups {}

.link-group {
  margin: 0 2.5em;
  max-width: 200px;
}

.link-group ul {
  margin-left: -1em;
}

.link-group li {
  margin-top: 0.5em;
}

.link-group a {
  margin-top: 0.5em;
}

.link-group pre {
  margin-top: 0.5em;
}

.link-group .p2 {
  margin: 0.3em 0;
  transition: all 0.3s ease-out;
  width: 12em;
}

.link-group .p2:hover {
  color: white;
}

footer {
  position: relative;
  justify-content: center;
}

footer h4 {
  margin-top: 0;
}

.mobile-menu-footer h4 {
  margin-top: 0;
}

.social-networks a {
  margin: 0 0.5em;
}

footer .copyright {
  /* margin: 2em 2em 0;
  width: 40em; */
}

.carousel-container {
  width: 480px;
}


.flag-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  height: .7vh
}

.flag-bar .red {
  background-color: var(--flag-red);
  width: 33%;
  height: 100%
}

.flag-bar .green {
  background-color: var(--flag-green);
  width: 33%;
  height: 100%
}

.flag-bar .yellow {
  background-color: var(--flag-yellow);
  width: 34%;
  height: 100%
}


.owl-nav {
  width: 7em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.owl-dots {
  position: absolute;
  bottom: 2em;
  right: 1em;
}

.hero-carousel-container .owl-dots .owl-dot span,
.article-content .owl-dots .owl-dot span,
.team-carousel-container .owl-dots .owl-dot span {
  transition: all 0.3s ease-in-out;
  margin: 5px 3px;
  background: white;
  opacity: 0.7;
}

.article-content .owl-dots .active span,
.team-carousel-container .owl-dots .active span,
.hero-carousel-container .owl-dots .active span {
  margin: 5px 3px;
  width: 50px;
  opacity: 1 !important;
  background: white;
}

.owl-nav button span {
  font-size: xx-large;
  line-height: 70%;
}

.owl-dot .active {}

.owl-prev:hover,
.owl-next:hover {
  background: var(--primary) !important;
  color: white !important;
}

.owl-prev {
  height: 3em;
  width: 3em;
  border-radius: 3em;
  margin-right: 0.5em;
  transition: all 0.3s ease-in-out;
  color: white !important;
  background: #0000 !important;
  line-height: normal !important;
  border: 1px solid white !important;
}

.owl-next {
  transition: all 0.3s ease-in-out;
  color: white !important;
  line-height: normal !important;
  background: #0000 !important;
  border: 1px solid white !important;
  height: 3em;
  width: 3em;
  border-radius: 3em;
}

footer {
  padding: 3em 2em;
  background: url(/media?id=/assets/images/SVG/footer_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .container {
  width: 1080px;
}

.before-line {
  width: 100%;
  margin-bottom: 1em;
}

.footer-logo {
  width: 8em;
}

.footer-socials {
  margin: 0 0.3em;
  transition: all 0.3s ease-in-out;
}

.footer-socials:hover {
  transform: translateY(-5px);
}

.line-separator {
  height: 1px;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  opacity: 0.5;
}

.after-line {
  width: 100%;
  margin-top: 2em;
}

.footer-group {
  margin: 0 1em;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}


.waiting {
  animation-name: fadeInOut;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.copyright {}

.contacts-group {
  margin-bottom: 1em;
}

.contacts-group img {
  margin-right: 0.5em;
}

.footer-group h3 {
  margin-bottom: 1.5em;
}

.footer-group ul a {
  color: white;
}

.footer-group ul {
  list-style-type: none;
  padding: 0;
}

.footer-group ul li {
  margin-bottom: 0.5em;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.footer-group ul li:hover {
  opacity: 1;
}

.footer-group .cta-img {
  padding: 0;
  border: none;
  background: none;
}

.after-input {
  margin-top: 0.5em;
}

.top-bar .separator {
  width: 2px;
  opacity: 0.3;
}

/*******************
    1.1netflix like menu
*******************/

.netflix-text {
  text-transform: uppercase;
}

.netflix-nav-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.netflix-open-btn {
  margin-right: 0;
}

.netflix-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out 0.4s;
  z-index: 10000000;
}

.netflix-nav .mobile-menu-items {
  justify-content: center;
  margin-top: 2em;
}

.netflix-nav .mobile-menu-items a {}

.netflix-nav .mobile-menu-items .active {
  color: var(--primary) !important;
  font-weight: bold;
  position: relative;
}

.netflix-nav .mobile-menu-items .active::before {
  content: "";
  background-image: var(--accent-dark);
  width: 1em;
  height: 70%;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto 0 auto -1.2em;
  background-size: contain;
}

.netflix-nav .mobile-menu-items .top-menu-item:hover {
  color: var(--primary) !important;
}

.netflix-nav .logo {
  margin-bottom: 2em;
}

.netflix-nav.visible {
  transform: translateX(0);
  display: block;
}

.netflix-nav-black {
  background-color: var(--primary);
  width: 100%;
  max-width: 480px;
  min-width: 320px;
}

.netflix-nav-black.visible {
  transition-delay: 0s;
}

.netflix-nav-red {
  background-color: var(--accent);
  transition-delay: 0.2s;
  width: 100%;
}

.netflix-nav-red.visible {
  transition-delay: 0.2s;
}

.netflix-nav-white {
  background-color: #fff;
  padding-top: 40px;
  transition-delay: 0s;
  width: 100%;
  height: calc(100% - 40px);
}

.netflix-nav-white.visible {
  transition-delay: 0.4s;
}

.netflix-nav-container {
  position: relative;
  height: 80vh;
}

.netflix-close-btn {
  opacity: 0.3;
  position: fixed;
  top: 1em;
  right: 1.5em;
}

.netflix-logo {
  width: 150px;
}

.netflix-list {
  list-style-type: none;
  padding: 0;
}

.top-bar {
  padding: 1em 2em 0.8em;
  width: calc(100% - 4em);
  position: relative;
}

.top-bar .logo {
  height: 5em;
  mix-blend-mode: multiply;
}

.icon-input img {
  opacity: 0.5;
  transition: all 0.3s ease-in;
}

.icon-input input {
  border: none;
  margin-left: 1em;
  height: 3em;
  flex: 2;
  font-weight: bold;
  font-size: medium;
  color: var(--gray2);
}

.icon-input input:focus {
  outline: none;
}

.icon-input input::placeholder {
  border: none;
  font-size: 14px;
  color: var(--gray4);
  line-height: 140%;
}

.icon-input textarea {
  border: none;
  margin-left: 1em;
  height: 3em;
  flex: 2;
  font-weight: bold;
  font-size: medium;
  color: var(--gray2);
}

.icon-input textarea:focus {
  outline: none;
}

.icon-input textarea::placeholder {
  border: none;
  font-size: 14px;
  color: var(--gray4);
  line-height: 140%;
}

.icon-input input:focus+img {
  opacity: 1;
}

select {
  border: none;
  height: 2.5em;
  background-color: #0000;
}

select :focus {
  outline: none;
}

.text-chekbox label {
  margin-left: 0.5em;
  opacity: 0.7;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.text-chekbox label:hover {
  opacity: 1;
}

.text-chekbox input:checked~label {
  opacity: 1;
}

.offers-section {
  background-color: var(--primary-light);
  padding-bottom: 3em;
}

.section-content {
  width: 100%;
  z-index: 1;
  min-width: 930px;
  max-width: 90%;
}

.hero-carousel-container.section-content {
  width: 100%;
  z-index: 1;
  min-width: 930px;
  max-width: 100%;
}

.mobile-menu-footer-img {
  filter: grayscale(1);
  opacity: 0.3;
  width: 50%;
}

.blank-section {
  padding: 5em 0;
}

.position-relative {
  position: relative;
}

.header-menu .active,
.top-bar .active {
  font-weight: bold;
  position: relative;
}

.flex-br {
  flex-basis: 100%;
  height: 0;
}

.header-menu {
  border-radius: 2px 2px 20px 20px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  /* margin-right: 10%; */
  height: 4em;
  z-index: 100000000;
  transition: all 0.3s ease-in-out;
}

.header-menu.no-ext:before {
  display: none;
}

.header-menu.no-ext:after {
  display: none;
}

.header-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5em;
  height: 1.5em;
  width: 1.5em;
  background: url(/media?id=/assets/images/SVG/menu_ext_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.header-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5em;
  height: 1.5em;
  width: 1.5em;
  background: url(/media?id=/assets/images/SVG/menu_ext_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.header-menu .active::after,
.top-bar .active::after,
.mobile-menu-items .active::after {
  content: "";
  position: absolute;
  top: -2.3em;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  height: 2em;
  width: 2em;
  background: url(/media?id=/assets/images/SVG/abe_leaf.svg);
  background-size: contain;
}

.iti__flag {
  /*background-image: url("../intl-tel-input/img/flags.png");*/
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    /*background-image: url("../intl-tel-input/img/Sflags@2x.png");*/
  }
}

.hero-back {
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2.9em;
  z-index: -1;
}

.hero-carousel .illustration {
  width: 500px;
  height: 617px;
  position: relative;
}

.hero-carousel .hero-image-to-clip img {
  object-fit: contain;
}

.hero-carousel .hero-image-to-clip {
  object-fit: contain;
  height: 615px;
  width: 500px;
  clip-path: url(#hero-ill-clip-path);
}

.hero-carousel .ileira-logo {
  width: 50% !important;
  top: 15%;
  right: 0%;
}

.hero-carousel .ileira-logo-small {
  width: 10% !important;
  bottom: 10%;
  left: 30%;
}

.hero-carousel .texts {
  bottom: 4em;
  z-index: 10000;
  padding: 8em;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}

.black-filter {
  background: #000000;
  opacity: 0.3;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.hero-carousel-container .owl-nav {
  position: absolute;
  top: 50%;
  width: 95%;
  display: flex;
  flex-direction: row;
  align-items: center;
  left: 2.5%;
  z-index: 10;
}

.hero-carousel-container .owl-nav .owl-next {
  margin-left: auto;
  border-radius: 100%;
}

.hero-carousel-container .owl-nav .owl-prev {
  margin-right: auto;
  border-radius: 100%;
}


.hero-carousel-container .owl-item {
  display: flex;
}

.hero-carousel {
  text-align: center !important;
  height: 70vh;
}

.will-be-owl-carousel .hero-carousel:not(:first-child) {
  display: none !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.newsletter-input .error-msg {
  right: 10%;
  position: absolute;
  color: red;
  font-weight: lighter;
  bottom: 0;
  font-size: small;
}

.newsletter-input i.fa {
  color: var(--gray4);
}

.newsletter-input {
  border-radius: 3em;
  height: 3.5em;
  padding: 0 0.5em 0 2em;
  max-width: 20em;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.newsletter-input input {
  width: 100%;
}

.newsletter-input input:focus {
  border: none !important;
  outline: none !important;
}

.newsletter-input:has(input:focus) {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

.newsletter-input:has(input:focus) i.fa {
  color: var(--primary) !important;
}

.newsletter-input .error-msg,
.newsletter-input .valid-msg {
  display: none;
}

.newsletter-input>.iti {
  margin-top: auto;
  margin-bottom: auto;
}

.newsletter-input-no-cta {
  padding: 0 2em 0 2em;
}

.newsletter-textarea {
  height: auto;
  border-radius: 1em;
}

.newsletter-input input,
.newsletter-input textarea {
  background: no-repeat;
  border: none;
}

.newsletter-input button {
  border: none;
}

.eservices {
  z-index: 1;
  margin-top: -10em;
}

.testimonials .eservice-item {
  border-top: 3px solid var(--primary);
}

.menu-header {
  transition: all 0.3s ease-in-out;
}

.eservice-item {
  cursor: default;
  max-width: 17em;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #9EB54D;
  border-top: 3px solid var(--primary);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(22px);
  transition: all 0.3s ease-in-out;
}

.eservice-item:hover {
  transform: translateY(-10px) scale(102%);
}

.eservice-item-alt {
  max-width: 17em;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #9EB54D;
  border-top: 3px solid var(--primary);
  background: var(--primary);
  backdrop-filter: blur(22px);
}

.eservice-items .eservice-item,
.testimonials .eservice-item {
  border-radius: 0px 0px 20px 20px;
  border-top: 3px solid var(--primary);
  max-width: 18em;
}

.testimonials .eservice-item {
  max-width: 21em;
}

.eservice-item {
  position: relative;
}

.qui-sommes-nous .illustrations img {
  object-fit: fill;
}

.qui-sommes-nous .illustrations .phone-contact {
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
  bottom: 20%;
  left: -10%;
}

.qui-sommes-nous .illustrations img:last-child {
  right: 2em;
  border: 8px solid #FBFFFB;
  bottom: -0.5em;
}

.qui-sommes-nous .illustrations:hover .position-absolute {
  margin-left: 30px;
}

.qui-sommes-nous .illustrations .position-absolute {
  transition: all 0.3s ease-in-out;
}

.bottom-0 {
  bottom: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-auto {
  bottom: auto;
}

.top-auto {
  top: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

.bottom-50 {
  bottom: 50%;
}

.top-50 {
  top: 50%;
}

.left-50 {
  left: 50%;
}

.right-50 {
  right: 50%;
}

.stat {
  transition: all 0.3s ease-in-out;
}

.stat:hover {
  transform: translateY(-10px) scale(120%);
}

.stats-back {
  background: url(/media?id=/assets/images/SVG/stats_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.standard-section-back {
  background: url(/media?id=/assets/images/back-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.stats-section-all .stat-icon {
  filter: brightness(0.5);
}

.stats-section-all p {
  color: var(--gray2);
}

.address-map.active {
  border: solid 1px #017804;
}

.ressources-section-back {
  background: url(/media?id=/assets/images/ressources-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 9em !important;
}

.ressources-section .black-filter {
  opacity: 0.6;
}

.observatoire-ressource {
  background-image: url(/media?id=/assets/images/observatoire-back.jpg);
  background-size: cover;
}

.observatoire-ressource-alt {
  background-image: url(/media?id=/assets/images/reies-back.jpg);
  background-size: cover;
}

.annuaire-ressource {
  background-image: url(/media?id=/assets/images/annuaire-back.jpg);
  background-size: cover;
}

.annuaire-ressource-alt {
  background-image: url(/media?id=/assets/images/labos_agr_back.jpg);
  background-size: cover;
}

.geoportail-ressource {
  background-image: url(/media?id=/assets/images/geoportail-back.jpg);
  background-size: cover;
}

.geoportail-ressource-alt {
  background-image: url(/media?id=/assets/images/ramzar_back.jpg);
  background-size: cover;
}

.secondary-ressources {
  bottom: -16%;
  width: 100%;
  justify-content: center;
  left: 0;
}

.secondary-ressources .ressource-item {
  filter: drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-in-out;
}

.secondary-ressources .ressource-item:hover {
  transform: translateY(-10px) scale(102%);
}

.ressources .ressource-item {
  cursor: default;
  filter: drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.35));
  transition: all 0.3s ease-in-out;
}

.ressources .ressource-item:hover {
  transform: scale(102%);
}

.ressource-title {
  letter-spacing: 0.3em;
}

.ressource-item p,
.ressource-item a,
.ressource-item img {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.35));
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}

.ressource-item {
  width: 20em;
}

.marche-item {
  max-width: 22em;
  transition: all 0.3s ease-in-out;
}

.marche-item:hover {
  transform: translateY(-10px) scale(102%);
}

.marche-item[delay-status="green"] {
  border: 1px solid #BDBDBD;
}

.marche-item[delay-status="green"] .header {
  background-color: var(--primary);
}

.marche-item[delay-status="orange"] {
  border: 1px solid var(--accent-2);
}

.marche-item[delay-status="orange"] .header {
  background-color: var(--accent-2);
}

.marche-item[delay-status="orange"] .structure p:first-child,
.marche-item[delay-status="orange"] .objet p:first-child,
.marche-item[delay-status="red"] .structure p:first-child,
.marche-item[delay-status="red"] .objet p:first-child {
  color: var(--gray2);
}

.marche-item[delay-status="red"] {
  border: 1px solid var(--red);
}

.marche-item[delay-status="red"] .header {
  background-color: var(--red);
}

.video-anchor {
  border: 2px solid var(--primary);
  border-radius: 27px;
  overflow: hidden;
}

.video-anchor .video-btn {
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000044;
}

.video-anchor .video-btn img {
  width: 30%;
  height: auto;
  transition: all 0.3s ease;
}

.video-anchor .video-btn img:hover {
  transform: scale(1.2);
}

.produits-carousel-container .eservice-item-ill {
  height: 5em !important;
  width: auto !important;
}

.produits-carousel-container .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.produits-carousel-container .owl-nav {
  position: absolute;
  top: -30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  right: 10%;
  z-index: -1;
}

.produits-carousel-container .owl-nav .owl-next {
  margin-left: auto;
  border-radius: 100%;
}

.produits-carousel-container .owl-nav .owl-prev {
  margin-right: auto;
  border-radius: 100%;
}

.floating-logo {
  opacity: 0.2;
  height: 12em;
  width: 12em;
  top: 0;
  right: 8%;
}

.floating-logo2 {
  opacity: 0.2;
  height: 16em;
  width: 16em;
  top: 0;
  right: 8%;
}

.articles .article {
  border: 1px solid #e0e0e0;
  max-width: 21em;
  transition: all 0.3s ease-in-out;
}

.articles .article:hover {
  box-shadow: 0px 15px 30px rgba(4, 78, 6, 0.055);
  transform: translateY(-5px);
}

.articles .article .article-date,
.articles .article .category {
  transition: all 0.3s ease-in-out;
}

.articles .article:hover .article-date {
  background-color: var(--accent) !important;
}

.articles .article:hover .category {
  color: var(--accent) !important;
}

.testimonial {
  margin-bottom: 10em;
}

.testimonials .emphasis {
  background-color: var(--primary) !important;
}

.testimonials .emphasis .text {
  color: white !important;
}

.testimonials .emphasis .quote {
  mix-blend-mode: screen;
}

.testimonial .quote {
  top: 0.5em;
  left: 0.5em;
}

.testimonial .author {
  bottom: -7.5em;
  left: auto;
}

.qsmn-back {
  background: url(/media?id=/assets/images/SVG/qsmn-page-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.big-logo {
  height: 10em;
}

.partenaires-carousel-container .owl-carousel img {
  object-fit: contain;
}

.partenaires-section {
  background: url(/media?id=/assets/images/hero-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
}

.services-section .eservice-item {
  border: none;
}

.services-section .head {
  object-fit: cover;
}

.services-section .floating-logo {
  width: 20em;
  height: 20em;
}

#accordion .ui-state-active {
  border: none;
  background: none;
  color: var(--gray2);
}

#accordion .ui-accordion-content {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid var(--gray5);
  padding-left: 0.7em;
}

#accordion .ui-state-hover {
  opacity: 0.8;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--primary);
  background: var(--primary);
}

.profiles img {
  margin-left: -1em;
}

.profiles .active {
  z-index: 2;
}

.ui-accordion-header .ui-icon {
  margin-left: auto;
}

.ui-accordion-header {
  display: flex !important;
  align-items: center;
  background: none;
  height: 4em;
  border: none;
  border-bottom: 1px solid var(--gray5);
  flex-direction: row-reverse;
}

#accordion .floating-logo2 {
  opacity: 0.1;
  height: 120%;
}

.contact-section form {
  max-width: 42em;
}

.contact-section form button {
  width: 15em;
}

.z-index-0 {
  z-index: 0;
}

.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.blog-hero {
  height: 50vh;
  outline: 1px solid var(--primary);
  outline-offset: 10px;
}

.blog-hero .breadcrumbs {}

.text-article {
  border: none !important;
}

.text-article:hover {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.text-article:hover .date {
  color: var(--gray2);
}

.recent-article .recent-image {
  width: 5em;
  height: 5em;
  object-fit: cover;
}

.p-10 {
  padding: 5em;
}

.v-separator {
  border: 1px solid #E0E0E0;
  height: 2em;
  width: 1px;
}

.text-justify {
  text-align: justify;
}

.header-menu .menu-group:hover .sub-menu {
  display: flex;
}

.header-menu .menu-group .sub-menu {
  display: none;
  padding-top: 0.9em;
  left: -1em;
}

.owl-carousel .owl-item img {
  width: auto;
}

.standard-page-header {
  background-image: url(/media?id=/assets/images/standanrd-page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 25vh;*/
  padding-left: 9em;
  padding-right: 9em;
  margin-top: -2.9em;
  padding-bottom: 2em;
  padding-top: 4em;
}

.standard-page-header .breadcrumb li,
.standard-page-header .breadcrumb li a {
  color: white !important;
}

.standard-page-header .breadcrumb li,
.standard-page-header h1 {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}

.standard-page-header .breadcrumb li::before {
  opacity: 0.5;
  color: white !important;
}

.abe-tab-item {
  width: 22em;
  min-height: 5em;
}

.abe-tab-item p,
.abe-tab-item img,
.abe-tab-item .marker {
  transition: all 0.3s ease-in-out;
}

.abe-tab-item p {
  color: var(--gray4);
  font-weight: normal;
  opacity: 0.5;
}

.abe-tab-item:hover p,
.abe-tab-item.active p {
  color: var(--gray2);
  font-weight: bold;
  opacity: 1;
}

.abe-tab-item img {
  filter: grayscale(1);
  opacity: 0.3;
}

.abe-tab-item:hover img,
.abe-tab-item.active img {
  filter: grayscale(0);
  opacity: 1;
}

.abe-tab-item .marker {}

.abe-tab-item.active .marker {
  opacity: 1;
}

.abe-tab-item:hover .marker {
  opacity: 0.3;
}

.abe-tab-item:hover.active .marker {
  opacity: 1;
}

.abe-tab-item .marker {
  width: 8px;
  background-color: var(--primary);
  height: 100%;
  border-radius: 30px;
  opacity: 0;
  margin-left: auto;
}

.abe-tab-separator {
  background-color: var(--gray5);
  margin-top: -1em;
  width: 1px;
  margin-right: 4em;
  margin-left: -4px;
  z-index: -10;
}

.abe-tab-content {
  max-width: 55em;
  width: 70%;
}

.abe-tab-content-item {
  display: none;
}

.abe-tab-content-item.active {
  display: flex;
}

.abe-tab-content p,
.abe-tab-content ul {
  text-align: justify;
}

.directeur-photo {
  border-radius: 100%;
  height: 15em;
  width: 15em;
  border: 4px solid var(--accent);
}

.quote-directeur {
  position: relative;
}

.quote-directeur p {
  text-align: center !important;
}

.quote-directeur::before {
  position: absolute;
  content: "";
  width: 10em;
  height: 10em;
  z-index: -10;
  top: -1em;
  left: -1em;
  background-image: url(/media?id=/assets/images/SVG/quote-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.entite-directeur-photo {
  width: 15em;
  height: 15em;
  object-fit: cover;
  border-radius: 10px;
}

.comite-member-photo {
  width: 10em;
  height: 10em;
  object-fit: cover;
  border-radius: 10px;
}

.masked-part {
  display: none;
}

.abe-tab-content #missions h2,
.abe-tab-content #organisation h2 {
  font-size: large;
  font-weight: bold;
  color: var(--dark);
  margin-bottom: 1em;
}

.abe-tab-content #missions p,
.abe-tab-content #missions ul,
.abe-tab-content #organisation p,
.abe-tab-content #organisation p,
.prestation-tab-content-item .description p,
.prestation-tab-content-item .montant p,
.prestation-tab-content-item .pieces p,
.prestation-tab-content-item ul {
  font-size: medium;
  font-weight: normal;
  color: var(--gray2);
}

.prestation-tab-content-item .description h3 {
  font-size: medium;
  font-weight: bold;
  color: var(--primary);
}

.abe-tab-content #organisation img {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
}

.abe-tab-content #entites h3 {
  font-size: medium;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0;
  margin-top: 2em;
}

.abe-tab-content #entites ul {
  font-size: medium;
  font-weight: normal;
  color: var(--gray2);
  margin-bottom: 1.5em;
}

.faq-section #accordion p {
  position: relative;
}


#search-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  top: -20em;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999999999;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#1a000000", GradientType=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

#search-wrapper {
  padding: 6em 3em;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0.5em;
  overflow: hidden;
}

#search-menu.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#search-menu .wrapper {
  position: relative;
  margin: 3em auto 0 0;
  padding: 0 1em;
  width: 100%;
}

#search-menu .wrapper input {
  width: 100%;
  padding: 0 0 0.125em 0;
  background: transparent;
  border: none;
  border-bottom: 3px solid #bfbfbf;
  font-size: 2em;
  color: #636363;
}

#search-menu .wrapper input:focus {
  outline: none;
}

.faq-section .section-content {
  max-width: 1024px;
}

.intro p {
  max-width: 55em;
}

.projet-header {
  background-color: #01780598;
}

.projet-item {
  border: solid 1px var(--gray4);
  position: relative;

}

.documents-header {
  background-color: #01780598;
}

.document-item {
  border: solid 1px var(--gray5);
  position: relative;
  overflow: hidden;
}

.document-item:hover {
  border: solid 1px var(--primary);
}

.projet-item.active .markage {
  display: flex;
}

.projet-item .markage {
  display: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.projet-item:hover,
.projet-item.active {
  border: solid 1px var(--primary);
}

.projet-details .project-details-item {
  display: flex !important;
}

.project-details-item {
  display: none !important;
}

.projet-details .no-selected {
  display: block;
}

.projet-details .feed-list,
.projet-details .details {
  display: none !important;
}

.projet-details.active .feed-list,
.projet-details.active .details {
  display: flex !important;
}

.projet-details.active .no-selected {
  display: none;
}

.projets-list {
  height: 100vh;
  overflow-y: scroll;
}

.projet-details {
  height: 100vh;
}

.projet-details.active {
  overflow-y: scroll;
}

.light-green-back {
  background: #9EB54D;
}

.light-yellow-back {
  background: #F2C94C;
}

.light-orange-back {
  background: #FF7C09;
}

.light-blue-back {
  background: #56CCF2;
}

.light-purple-back {
  background: #BB6BD9;
}

.filters form select,
.filters form input {
  width: 20em !important;
}

.article-item {
  width: 350px;
  transition: all 0.3s ease-in-out;
  margin: 1em;
}

.article-item:hover {
  transform: translateY(-5px) scale(102%);
}

.article-image img {
  width: 350px;
  height: 200px;
  object-fit: cover;
}

.article-gallery img {
  max-width: 300px;
  margin-bottom: 0.4em;
}

.mfp-bg,
.mfp-wrap {
  z-index: 100000000000;
}

.mfp-ready #pdf-nav {
  display: flex;
  ;
}

#pdf-nav {
  display: none;
  ;
}

/* .article-gallery {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
} */

.article-gallery a {
  margin: 1em;
}

article h2,
article h3,
article h4,
article h5,
article h6,
article p,
article ul {
  color: var(--gray2);
}

article p,
article ul {
  font-size: medium;
  text-align: justify;
}

.article-document-item {
  background: #82828211;
}

article {
  width: 70%;
}

.side-bar {
  width: 30%;
}

.observ-item {
  background-color: #01780510;
  width: 250px;
  transition: all 0.3s ease-in-out;
  margin: 4em 1em 1em 1em;
}

.observ-item .cover {
  width: 150px;
  filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.1));
  margin-top: -4em;
  transition: all 0.3s ease-in-out;
}

.observ-item:hover .cover {
  transform: translateY(-10px) scale(110%);
}

.observ-item:hover {
  transform: scale(95%);
}

.observ-main-image img {
  max-width: 25em;
}

.nav-link {
  color: var(--gray4);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/media?id=/assets/images/ui-icons_444444_256x240.png) !important;
}

#geoportail-map {
  height: 90vh;
  width: 100%;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

#pdf-container .mfp-close{
  color: white;
}

/******************
    13.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1016px) {}

@media (min-width: 1017px) {}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hero-carousel .texts {
    padding: 3em;
  }

  .eservices {
    margin-top: -5em;
  }
}

@media (min-width: 991px) and (max-width: 1400px) {
  .side-bar form {
    flex-direction: column !important;
    align-items: start;
  }

  .side-bar form button {
    margin-top: 1em !important;
    width: 100%;
    text-align: center !important;
  }

  .standard-page-header h1 {
    font-size: 2em;
  }

  .side-bar form input {
    width: 100%;
  }

  .article-documents-header {
    height: 4em !important;
  }

  .article-documents-header .gray3-back {
    height: 4em !important;
  }

  .article-gallery img {
    width: 260px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .article-item {
    width: 80%;
  }

  .article-image {
    width: 80%;
  }

  .article-image img {
    width: 100%;
    height: 270px;
  }
}

@media (min-width: 426px) and (max-width: 991px) {


  .eservices {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  footer .after-line {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start !important;
  }

  footer .after-line .footer-group {
    width: auto !important;
    margin-left: 2em !important;
    margin-right: 2em !important;
  }

  .eservice-item {
    max-width: 17em !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }

  .marches .marche-item {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }

  .stats-section .section-content {
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .stats-section .section-content .stat {
    margin: 1em 2em !important;
  }
}

@media (max-width: 991px) {
  .observ-main-image {
    width: 100%;
  }

  .form-check {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .geoportail-tab .container {
    width: 100%;
  }

  .geoportail-tab #accordion h3 {
    text-align: left !important;
  }

  .projets-list {
    height: auto;
  }

  .side-bar {
    margin-top: 2em;
  }

  article.pe-5 {
    padding: 0 !important;
  }

  article,
  .side-bar {
    width: 100% !important;
  }

  .document-description,
  .document-type {
    width: 100% !important;
  }

  .document-action {
    margin-left: auto;
  }

  .projet-details .project-details-item {
    display: none !important;
  }

  .projets-list .project-details-item.active {
    display: flex !important;
  }

  .projet-item.active {
    display: flex !important;
  }

  .projet-details,
  .projets-list {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .projet-details h2,
  .projets-list h2,
  .projet-details h3,
  .projets-list h3 {
    text-align: left !important;
  }

  .faq-section .section-content {
    max-width: 100%;
  }

  .standard-page-header {
    padding: 2em;
    padding-top: 10em;
    background-position: 60% center;
    /*height: 30vh;*/
  }

  .standard-page-header h1 {
    font-size: 1.2rem;
    line-height: 140%;
  }

  .abe-tab-header {
    width: 100%;
    justify-content: space-around;
    margin-bottom: 2em;
  }

  .abe-tab-content {
    max-width: 100%;
    width: 100%;
  }

  .abe-tab-content-item li,
  .abe-tab-content-item h2 {
    text-align: justify;
  }

  .abe-tab-content-item h2,
  .abe-tab-content-item h3 {
    text-align: left !important;
  }

  .abe-tab-content-item .actions a {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .abe-tab-content-item .actions {
    flex-wrap: wrap;
  }

  #mot-directeur h2 {
    text-align: center !important;
  }

  .abe-tab-item {
    width: auto;
    flex-direction: column !important;
  }

  .abe-tab-item img {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }

  .abe-tab-item.active .marker {
    width: 100%;
    height: 8px;
    margin-top: 1em;
  }

  .abe-tab-item p {
    display: none;
  }

  .abe-tab-item.active p {
    /* display: block; */
  }

  .hero-carousel-container .owl-dots .owl-dot span,
  .article-content .owl-dots .owl-dot span,
  .team-carousel-container .owl-dots .owl-dot span {
    transition: all 0.3s ease-in-out;
    margin: 5px 3px;
    background: var(--primary);
    opacity: 0.7;
  }

  .article-content .owl-dots .active span,
  .team-carousel-container .owl-dots .active span,
  .hero-carousel-container .owl-dots .active span {
    margin: 5px 3px;
    width: 50px;
    opacity: 1 !important;
    background: var(--primary) !important;
  }

  .owl-carousel .owl-item img {
    width: 100% !important;
  }

  .top-bar-mobile {
    z-index: 100000;
    width: 100% !important;
    position: fixed;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .article-content,
  .article-section .sidebar {
    width: 100% !important;
  }

  .qui-sommes-nous .texts a {
    font-size: small;
  }

  .illustrations img:first-child {
    width: 100% !important;
  }

  .illustrations img:last-child {
    display: none;
  }

  .illustrations .phone-contact {
    bottom: 0 !important;
  }

  .marches-section .texts,
  .marches-section .texts p {
    width: 100% !important;
    text-align: center;
  }

  .secondary-ressources {
    position: relative !important;
    flex-direction: row !important;
    overflow-x: scroll !important;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 0;
    width: 100%;
    justify-content: start;
    left: 0;
  }

  .ressources-section-back {
    margin-bottom: 0 !important;
  }

  .secondary-ressources .ressource-item {
    margin-left: 1em !important;
    margin-right: 1em !important;
    margin-top: 1em;
  }

  .secondary-ressources .ressource-item p {
    width: 12em;
  }

  .ressource-item {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1em;
  }

  .ressources-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .marche-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  header {
    background-color: white;
  }

  .hero-carousel {
    height: auto;
  }

  .hero-carousel .texts {
    margin-top: 3em;
    border-radius: 10px;
    text-align: center !important;
    position: relative !important;
    padding: 1.5em;
    background-color: var(--primary);
    width: 95% !important;
  }

  .hero-carousel .black-filter {
    display: none;
  }

  .hero-carousel .texts h1 {
    font-size: large;
  }

  .hero-carousel .texts a {
    font-size: smaller;
    padding: 1em 2em !important;
    height: 3em;
  }

  .hero-carousel .texts .d-flex {
    margin-top: 1em !important;
  }

  .hero-back {
    margin-top: 6em;
  }

  .top-bar .logo {
    height: 3em;
  }

  .hero-carousel-container.section-content {
    width: 100%;
    z-index: 1;
    min-width: auto;
    max-width: 100%;
  }

  .hero-carousel-container .owl-dots {
    bottom: 1em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    text-align: left !important;
  }

  .blog-hero .breadcrumbs {
    height: 90% !important;
    width: 90% !important;
  }

  .blog-section .sidebar,
  .blog-section .articles {
    width: 100% !important;
  }

  .coords-section iframe {
    width: 100% !important;
  }

  .services-section .eservice-item {
    max-width: 100%;
  }

  .qsmn-present .eservices {
    bottom: initial !important;
  }

  .big-logo,
  .qsmn-present .eservices {
    width: 100% !important;
  }

  .stats-back {
    height: auto !important;
  }

  .stats-section .stat {
    align-items: center !important;
    margin: 1em auto !important;
  }

  .stats-section .stat p {
    text-align: center !important;
  }

  .hero-carousel-container .owl-nav {
    z-index: 10 !important;
  }


  .hero-carousel .font-35-em {
    font-size: 2.5em !important;
  }

  .hero-carousel .illustration {
    transform: scale(0.7);
    margin-top: -20%;
  }

  .eservices {
    position: relative !important;
    margin-top: 0;
  }

  .eservice-item {
    max-width: 80%;
  }

  .nos-produits-section,
  .hero-carousel {
    width: 100%;
  }

  .hero-carousel {}

  .hero-carousel-image {
    min-width: 400px;
    height: auto;
    object-fit: cover;
  }

  .nos-produits-section .eservice-items {
    flex-direction: column !important;
    align-items: center !important;
  }

  .nos-produits-section .eservice-item {
    margin: auto !important;
  }

  .nos-produits-section .owl-nav {
    position: relative;
    right: 0;
  }

  .nos-produits-section .owl-stage-outer {
    width: 100%;
    overflow: hidden !important;
  }

  .partenaires-section,
  .team-section,
  .blog-section,
  .testimonials-section,
  .pourquoi-nous-choisir-section,
  .nos-produits-section {
    padding: 0.5em !important;
  }

  .pourquoi-nous-choisir-section .video-anchor {
    margin-top: 2em !important;
  }

  .hero-carousel-container .texts .font-4-em {
    font-size: 3em !important;
  }

  .qui-sommes-nous .illustrations {
    margin-top: 2em !important;
  }

  .team-section .texts,
  .partenaires-section .texts,
  .blog-section .texts,
  .testimonials-section .texts,
  .nos-produits-section .texts,
  .pourquoi-nous-choisir-section .texts,
  .qui-sommes-nous .texts,
  .qui-sommes-nous .illustrations {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .qui-sommes-nous .illustrations img {
    position: relative !important;
  }

  .before-line {
    justify-content: center;
  }

  h2::after {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

  h2,
  h3,
  h4,
  ul {
    text-align: center !important;
    width: 100% !important;
  }

  .footer-logo {
    width: 10em;
    margin-bottom: 2em;
    margin-left: auto;
  }

  footer .copyright {
    width: auto;
  }

  .after-line .footer-group {
    margin-bottom: 2em;
    align-items: center !important;
    margin-top: 2em;
    position: relative;
  }

  .after-line .footer-group::before {
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 0.5;
    background-color: white;
    top: -1em;
  }

  footer .container {
    width: 100%;
  }

  .top-bar {
    width: 100%;
    padding: 1em;
  }

  #hammenu {
    margin-left: 0.5em;
  }

  .section-content {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .link-group {
    max-width: 80%;
  }

  section {
    width: 100%;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.1em;
  }

  h1 {
    font-size: 2em;
  }
}

@media (min-width: 200px) and (max-width: 425px) {
  .entite-body {
    flex-direction: column !important;
  }

  .article-image img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

    height: 150px;
    object-fit: cover;
  }

  .article-image {
    margin-left: auto;
    margin-right: auto;
  }

  .article-item {
    width: 80%;
    transition: all 0.3s ease-in-out;
    margin: 1em;
  }

  .entite-directeur-photo,
  .comite-member-photo {
    margin-bottom: 1em;
  }
}