html {
  font-size: 0.625em;
  /* fallback IE8+ */
  font-size: 0.625em;
  /* IE9-IE11 math fixing.*/
  scroll-behavior: smooth;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove focus for mouse users */
:focus:not(:focus-visible) {
  outline: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class], ul,
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul[class], ul,
ol[class] {
  padding: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ul,
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make medias easier to work with */
img,
video,
audio {
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Set cursor pointer */
label[for],
button,
input[type=submit],
select {
  cursor: pointer;
}

/* Remove font style on address */
address {
  font-style: normal;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
  position: absolute;
  white-space: nowrap;
}

/* Image replacement technique 2012 H5BP  - https://css-tricks.com/the-image-replacement-museum/ */
.ir {
  font: 0/0 a;
  color: transparent;
  border: 0;
  text-shadow: none;
}

/* Phone links active only under 36em (576px) */
a[href^=tel] {
  white-space: nowrap;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 36em) {
  a[href^=tel] {
    pointer-events: auto;
  }
}
/* Print external URLs */
@media print {
  a {
    text-decoration: underline;
  }
}
/* WARNING - Choose whether to keep or not
Natural flow and rhythm in articles by default */
/* article > * + * {
	margin-top: 1em;
} */
/* Sets your defaults */
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
}

/* Set text selection */
::-moz-selection {
  color: #000;
  background-color: #fd0;
}
::selection {
  color: #000;
  background-color: #fd0;
}

/* fira-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/fira-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v15-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/fira-sans-v15-latin-500.woff2") format("woff2"), url("../fonts/fira-sans-v15-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../fonts/fira-sans-v16-latin-500italic.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/fira-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/fira-sans-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/fira-sans-v15-latin-900.woff2") format("woff2"), url("../fonts/fira-sans-v15-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* bai-jamjuree-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Bai Jamjuree";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/bai-jamjuree-v9-latin-regular.woff2") format("woff2"), url("../fonts/bai-jamjuree-v9-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* COLORS */
/* TYPOS */
/* ---------- GENERAL ---------- */
body {
  font-family: "Bai Jamjuree", sans-serif;
}

section:not(.page-contact, .section-hero) {
  margin-bottom: 7rem;
}
@media (min-width: 75em) {
  section:not(.page-contact, .section-hero) {
    margin-bottom: 9rem;
  }
}

p {
  line-height: 24px;
}

h1, h2, h3, h4, .btn {
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2em;
}

h1 {
  color: #18C6BE;
  font-size: 4rem;
  font-weight: 700;
}
h1 span {
  background: #ffffff;
}
@media (min-width: 36em) {
  h1 {
    font-size: 7rem;
  }
}
@media (min-width: 48em) {
  h1 {
    font-size: 9rem;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

h3 {
  position: relative;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

h3::after, .other-page h1::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  height: 2px;
  width: 100%;
  max-width: 33rem;
  background: #18C6BE;
}

.other-page h1::after {
  bottom: -4rem;
}

h4 {
  font-size: 2.4rem;
}

.other-page h1 {
  position: relative;
  color: #ffffff;
  margin-bottom: 7rem;
  background: none;
}
@media (min-width: 48em) {
  .other-page h1 {
    font-size: 6rem;
  }
}
.other-page h2, .other-page .formation__detail--list {
  max-width: 19rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.other-page .formation__detail--list {
  margin-bottom: 0;
}
.other-page h3 {
  font-size: 2.4rem;
}
@media (min-width: 48em) {
  .other-page h3 {
    font-size: 3.2rem;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
.container__nav-tri {
  height: 4.5rem;
  overflow-x: scroll;
  padding-left: 2rem;
}
.container-bleu {
  background-color: #164A51;
  color: #ffffff;
}
.container-bleu:not(.bandeau__formation) p:last-of-type {
  margin-bottom: 67px;
}
.container__droite {
  margin-left: 2rem;
}
.container-double {
  padding-top: 107px;
  padding-bottom: 107px;
}
.container-double p:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .container-double {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 10rem;
  }
}
.container-first {
  padding-top: 195px;
  padding-bottom: 189px;
}
.container-first:not(#realisations) > div > div {
  max-width: 75rem;
}
.container-first p {
  margin-bottom: 2rem;
}
.container-rea {
  height: 50rem;
}
.container-rea h1 {
  color: #18C6BE;
}
.container-rea > div {
  max-width: 45rem;
}
.container__absolute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding: 4rem 0rem;
  position: relative;
}
.container__absolute--img {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 45rem;
  max-width: 110rem;
}
.container__absolute--img img {
  height: 100%;
}
.container__absolute--text {
  padding-top: 22rem;
}
.container__absolute ol {
  margin-bottom: 5rem;
}
.container__absolute .texte__bleu p {
  margin-bottom: 0;
}
@media (min-width: 36em) {
  .container, .container__nav-tri {
    padding-right: 5rem;
    padding-left: 5rem;
    max-width: 150rem;
  }
  .container__carousel {
    margin-left: 5rem;
  }
  .container__droite {
    margin-left: 5rem;
  }
  .container-rea {
    height: 58rem;
  }
}
@media (min-width: 75em) {
  .container, .container__nav-tri {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .container__carousel {
    margin-left: 20rem;
  }
  .container__nav-tri {
    margin: auto;
  }
  .container__droite {
    margin-left: 20rem;
  }
  .container__equipe {
    padding-left: 20rem;
    padding-right: 20rem;
    margin: auto;
    max-width: 150rem;
  }
  .container__droite {
    margin-left: 0;
  }
}

button {
  background: none;
  border: none;
}

img:not(.icone) {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-full img {
  border-radius: 0;
}

.texte__bleu {
  text-transform: uppercase;
  color: #18C6BE;
  font-family: "Fira Sans", sans-serif;
  margin-top: 2rem;
}

.objectif__description {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #164A51;
}
.objectif__description li {
  list-style-type: disc;
}
@media (min-width: 48em) {
  .objectif__description {
    font-size: 3.2rem;
  }
}

.btn {
  font-size: 1.6rem;
  font-weight: 500;
  color: #18C6BE;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12'><path fill='rgb(24,198,190)' d='M10 0.939453L14.5303 5.46978C14.671 5.61044 14.75 5.8012 14.75 6.00011C14.75 6.19903 14.671 6.38979 14.5303 6.53044L10 11.0608L8.93934 10.0001L12.1893 6.75011L0.25 6.75011L0.25 5.25011L12.1893 5.25011L8.93934 2.00011L10 0.939453Z'/></svg>");
  margin-left: 1rem;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.btn:hover::after {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.btn-real {
  max-width: 8.1rem;
  padding-right: 1.2rem;
  line-height: 1.2em;
}
.btn-real:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 48em) {
  .btn-real {
    max-width: none;
    padding-right: 2.2rem;
  }
}
a {
  text-decoration: none;
  color: #000;
}
a[href^="mailto:"] {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
}
a[href^="tel:"]::after {
  content: " - ";
}

/* TIRET SOUS SECTION */
#splide01, .equipe, .temoignage, .formation-formulaire, .contact__address {
  border-bottom: 2px #164A51 solid;
  padding-bottom: 7rem !important;
}

/* SLIDE */
.splide__track {
  position: relative;
}
.splide__slide {
  gap: 2rem;
}
.splide__slide img {
  margin-bottom: 1.9rem;
}
.splide__arrows {
  z-index: 1;
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 10rem;
  width: 100%;
}
.splide__arrow {
  height: 25px;
  width: 25px;
  background-color: #18C6BE;
  border: none;
  position: relative;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.splide__arrow--next img {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.splide__arrow--prev img {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.splide__arrow--next {
  right: 4rem;
}
.splide__arrow--prev {
  left: 1rem;
}
.splide__pagination {
  display: none;
}
@media (min-width: 36em) {
  .splide__arrows {
    top: 16rem;
  }
  .splide__arrow {
    height: 50px;
    width: 50px;
  }
}

/* ---------- BURGER MENU ---------- */
.menu-btn {
  height: 2rem;
  width: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.menu-btn_burger {
  position: relative;
  width: 32px;
  height: 4px;
  background-color: #000;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-white .menu-btn_burger {
  background-color: #ffffff;
}
.menu-btn_burger::before, .menu-btn_burger::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header-white .menu-btn_burger::before, .header-white .menu-btn_burger::after {
  background-color: #ffffff;
}
.menu-btn_burger::before {
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.menu-btn_burger::after {
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}

.open .menu-btn .menu-btn_burger {
  background-color: transparent;
}
.open .menu-btn .menu-btn_burger::before, .open .menu-btn .menu-btn_burger::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}
.open .menu-btn .menu-btn_burger::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 48em) {
  .menu-btn {
    display: none;
  }
}
@-webkit-keyframes opaCross {
  from {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opaCross {
  from {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.section-hero {
  position: relative;
}

.hero {
  background-image: url("../img/ico_white.svg"), url("../img/ico_blue.svg");
  background-size: 30px 30px;
  background-position: -120px 0px;
  background-color: #ffffff;
  background-repeat: no-repeat, repeat;
}
.hero .container {
  z-index: 999 !important;
}

.targetDiv {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 50;
  background-image: url("../img/ico_blue_hover.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: opaCross 0.85s;
          animation: opaCross 0.85s;
}

/* IMPORT PAGE */
.equipe {
  padding-right: 2rem;
}
@media (min-width: 36em) {
  .equipe {
    padding-right: 5rem;
  }
}
.equipe__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 1.6rem;
}
.equipe__list--nom {
  font-size: 1.8rem;
}
.equipe__list p {
  line-height: 1.125em;
}
.equipe__list--img {
  height: 17.7rem;
}
.equipe__list .item-equipe-5 {
  display: none;
}
.equipe__list--item:not(.item-equipe-5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 36em) {
  .equipe__list--img {
    height: 24rem;
  }
}
@media (min-width: 48em) {
  .equipe__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 62em) {
  .equipe__list {
    counter-reset: orderedlist;
    grid-template-columns: repeat(4, 1fr);
  }
  .equipe__list .texte__bleu {
    margin-top: 0;
  }
  .equipe__list--item:not(.item-equipe-5) {
    max-width: 17rem;
    position: relative;
  }
  .equipe__list--item:not(.item-equipe-5)::before {
    content: "";
    top: 0;
    background: #164A51;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .equipe__list--item:not(.item-equipe-5)::after {
    counter-increment: orderedlist;
    content: counter(orderedlist);
    position: absolute;
    top: 0;
    left: 0.8rem;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
  }
  .equipe__list .item-equipe-5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    display: block;
  }
  .equipe__list .item-equipe-5 img {
    height: 100%;
  }
  .equipe__list .equipe__list--img {
    display: none;
  }
}
@media (min-width: 75em) {
  .equipe {
    padding-right: 20rem;
  }
  .equipe__contenu {
    max-width: 150rem;
  }
}

/* NOTRE MANIFESTE */
.manifeste__list {
  display: grid;
  gap: 7rem;
}
.manifeste__list h3 {
  margin-bottom: 2rem;
}
.manifeste__list--item {
  display: grid;
  gap: 4rem;
}
.manifeste__list img {
  height: 21.5rem;
}
@media (min-width: 36em) {
  .manifeste__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 62em) {
  .manifeste__list {
    gap: 7rem 15rem;
  }
}

.prestations__list {
  display: grid;
  gap: 7rem;
}
.prestations__list img {
  max-height: 30rem;
}
.prestations__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.prestations__list--item > div {
  width: 100%;
}
.prestations__list--item ul {
  margin-top: 3rem;
}
@media (min-width: 48em) {
  .prestations__list--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prestations__list--item > div {
    width: 50%;
  }
  .prestations__list--item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .prestations__list--img {
    height: 100%;
  }
  .prestations__list--img img {
    max-height: none;
    height: 100%;
  }
}

#realisations {
  overflow: hidden;
}
#realisations h1 {
  max-width: 75rem;
}
#realisations h1::after {
  display: none;
}

.container__nav-tri ul {
  min-width: 60rem;
}

.real__list {
  font-family: "Fira Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px #ffffff solid;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 1rem !important;
  max-width: 100%;
  font-weight: 700;
}
.real__list button {
  color: #ffffff;
}
.real__list li::after {
  background-color: #ffffff;
}
.real__list li:hover li::after {
  opacity: 1;
}
.real__list img {
  width: auto;
  max-width: 47rem;
}
@media (min-width: 48em) {
  .real__list {
    opacity: 1;
  }
}

.real__tabs {
  position: relative;
  margin-bottom: none;
}

.grid__real {
  display: grid;
  gap: 4rem 9rem;
}
@media (min-width: 36em) {
  .grid__real {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page__realisation .realisations__slide {
  border-bottom: 0;
  padding-bottom: 0;
}

.list__description--realisations .container-double, .objectif {
  padding-bottom: 0;
  padding-top: 0;
}

.page-rea__list--item, .page-rea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (min-width: 48em) {
  .page-rea__list--item, .page-rea__list {
    gap: 10rem;
  }
}

.page-rea__nav {
  text-align: center;
  margin-bottom: 0;
}
.page-rea__nav nav {
  margin-bottom: 3rem;
}
.page-rea__nav li::after {
  background-color: #18C6BE;
}
.page-rea__nav-list {
  font-weight: 400;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-rea__nav h3 {
  margin-bottom: 5rem;
}
.page-rea__nav h3::after {
  display: none;
}
.page-rea__nav .image-full {
  max-height: 39rem;
}

.temoignage {
  font-family: "Fira Sans", sans-serif;
  color: #164A51;
}
.temoignage__commentaire {
  font-style: italic;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2em;
  margin-bottom: 5rem;
}
.temoignage__client {
  text-align: end;
}
.temoignage__client--nom {
  font-weight: 500;
}

.formations nav {
  margin-bottom: 9rem;
}
.formations nav ul {
  border-color: #164A51;
}
.formations .container-double {
  padding-bottom: 0;
  padding-top: 0;
}
.formations nav button {
  color: #164A51;
}
.formations .real__list li:after {
  background-color: #164A51;
}
.formations .grid__real {
  gap: 5rem 3.4rem;
}
.formations .grid__real img {
  max-height: 23rem;
}
@media (min-width: 62em) {
  .formations .grid__real {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bandeau__formation {
  padding: 7rem 0;
}

.bandeau__list {
  display: grid;
  text-transform: uppercase;
  gap: 5rem;
}
.bandeau__list--item {
  text-align: center;
}
.bandeau__list .icone {
  margin-bottom: 2rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 36em) {
  .bandeau__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48em) {
  .bandeau__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.formulaire {
  background-color: #18C6BE;
  color: #ffffff;
  border-radius: 1rem;
  padding: 5rem 3rem;
  text-align: center;
}
.formulaire--titre {
  margin-bottom: 3.2rem;
}
.formulaire--titre h3 {
  margin-bottom: 0;
}
.formulaire--titre h3::after {
  display: none;
}
.formulaire .btn::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12'><path fill='white' d='M10 0.939453L14.5303 5.46978C14.671 5.61044 14.75 5.8012 14.75 6.00011C14.75 6.19903 14.671 6.38979 14.5303 6.53044L10 11.0608L8.93934 10.0001L12.1893 6.75011L0.25 6.75011L0.25 5.25011L12.1893 5.25011L8.93934 2.00011L10 0.939453Z'/></svg>");
}
.formulaire a {
  color: white;
}
.formulaire form {
  display: grid;
  gap: 1.8rem;
  max-width: 100rem;
  margin: auto;
  text-align: left;
  margin-bottom: 4rem;
}
.formulaire label {
  position: absolute;
  color: transparent;
}
.formulaire input, .formulaire textarea {
  border: 2px #ffffff solid;
  background: transparent;
  width: 100%;
  padding: 1rem;
  resize: none;
}
.formulaire ::-webkit-input-placeholder {
  color: #ffffff;
}
.formulaire ::-moz-placeholder {
  color: #ffffff;
}
.formulaire :-ms-input-placeholder {
  color: #ffffff;
}
.formulaire ::-ms-input-placeholder {
  color: #ffffff;
}
.formulaire ::placeholder {
  color: #ffffff;
}
@media (min-width: 48em) {
  .formulaire {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.page-contact {
  background-color: #18C6BE;
  color: #ffffff;
  padding-bottom: 5rem;
}
.page-contact__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .contact {
  padding-top: 26rem;
}
.page-contact .hello {
  margin-bottom: 4rem;
  position: absolute;
}
.page-contact h1 {
  margin-bottom: 4rem;
}
.page-contact h1::after {
  display: none;
}
.page-contact .contact__address {
  margin-bottom: 5rem;
  max-width: 70rem;
}
.page-contact address p, .page-contact address {
  margin-bottom: 7rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .footer__hello--list {
  display: grid;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  grid-template-columns: repeat(2, 1fr);
  font-size: 4.8rem;
  height: 100%;
  gap: 1rem;
}
@media (min-width: 36em) {
  .page-contact .footer__hello--list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-contact .contact {
    padding-top: 20rem;
  }
}
@media (min-width: 48em) {
  .page-contact address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 62em) {
  .page-contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13rem;
  }
  .page-contact .contact {
    padding-top: 0;
  }
  .page-contact .hello {
    position: relative;
  }
  .page-contact .hello .footer__hello--list {
    grid-template-columns: repeat(1, 1fr);
    font-size: 9rem;
    gap: 0;
  }
}

.filterDiv {
  display: none;
  /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* ---------- HEADER ---------- */
.open {
  background: #18C6BE;
  height: 100vh;
}

header {
  z-index: 2;
}
header nav {
  position: relative;
}
header a {
  font-size: 2.4rem;
  color: #ffffff;
}

.logo {
  z-index: 2;
}
.logo-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 5rem;
}
.open .logo path {
  fill: #ffffff;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100vh;
  opacity: 0;
  gap: 1.6rem;
}

.apparition {
  opacity: 1;
}

.header__tabs, .real__tabs {
  position: relative;
}
.header__tabs::after, .header__tabs .real__tabs::after, .real__tabs::after, .real__tabs .real__tabs::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  background-color: #ffffff;
}

.header__tabs:not(:last-of-type) {
  margin-bottom: 4.8rem;
}

.header__tabs, .real__tabs {
  cursor: pointer;
}

.header__tabs::after, .real__tabs::after {
  background-color: #164A51;
}

.header-white .header__tabs::after {
  background-color: #ffffff;
}

.header-white .logo path {
  fill: #ffffff;
}

@media (min-width: 48em) {
  header {
    position: absolute;
    top: 5rem;
    background: none !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__tabs::after, .real__tabs::after {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__tabs:hover::after, .real__tabs:hover::after {
    opacity: 1;
  }

  .logo-burger {
    position: initial;
    width: auto;
  }

  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto;
    opacity: 1;
    background: none;
    max-width: 65.4rem;
  }

  .header__tabs {
    margin: 0 !important;
    font-weight: 500;
  }
  .header__tabs a {
    font-size: 1.8rem;
    color: #164A51;
  }

  .header-white a {
    color: #ffffff;
  }
}
@media (min-width: 62em) {
  header nav {
    gap: 10rem;
  }

  .header__list {
    width: 100%;
  }

  .header-white a {
    color: #ffffff;
  }
  .header-white .logo path {
    fill: #ffffff;
  }
}
/* ---------- HERO ---------- */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
  overflow: hidden;
}
.hero h1 {
  max-width: 54.6rem;
}

/* ---------- SECTION SUR-MESURE ---------- */
/* ---------- SECTION REALISATIONS ---------- */
.realisations__titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7rem;
  margin-bottom: 4.5rem;
}
.realisations__titre h2 {
  margin-bottom: 0;
}

/* ---------- CLIENTS ---------- */
.clients__list {
  margin-top: 7rem !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.clients__list-item {
  justify-self: center;
}

@media (min-width: 36em) {
  .clients__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 48em) {
  .clients__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .clients__text div {
    width: 60%;
  }

  .clients__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* ---------- FOOTER ---------- */
footer {
  position: relative;
  background-color: #18C6BE;
  color: #ffffff;
  padding: 7rem 0;
  overflow: hidden;
  height: 65rem;
}
footer a {
  color: #ffffff;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
}
footer h2 {
  text-align: left;
}

address {
  width: 16rem;
  margin-right: 3rem;
}
@media (min-width: 36em) {
  address {
    width: auto;
  }
}

.footer {
  position: relative;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__mail-h2 {
  text-align: center;
}
.footer__hello {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 18rem;
}
.footer__hello p {
  line-height: 1.2em;
}
.footer__hello--list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  white-space: nowrap;
  font-weight: 900;
  gap: 4rem;
  font-size: 9.6rem;
  -webkit-text-stroke: 2px #ffffff;
  color: rgba(255, 255, 255, 0);
}
.footer__hello--list p:hover {
  -webkit-animation: 5s slide-right infinite linear;
          animation: 5s slide-right infinite linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
}
.footer__hello--list p span {
  margin-right: 10px;
}
@-webkit-keyframes slide-right {
  to {
    -webkit-transform: translateX(17.3%);
            transform: translateX(17.3%);
  }
}
@keyframes slide-right {
  to {
    -webkit-transform: translateX(17.3%);
            transform: translateX(17.3%);
  }
}
.footer__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__infos__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.footer__infos__rs {
  margin-bottom: 1rem;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.icon-fb {
  margin-right: 1.6rem;
}

@media (min-width: 48em) {
  .footer__hello {
    bottom: 12rem;
  }
  .footer__hello--list {
    font-size: 28.8rem;
  }
  .footer .list-2 {
    display: none;
  }
}
@media (min-width: 48em) and (min-width: 62em) {
  .footer__infos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2rem;
  }
  .footer__rs {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  address p {
    margin-left: 0.2rem;
  }
}/*# sourceMappingURL=style.css.map */