@charset "UTF-8";
/* -----------------------------------------------------
   Variable
   ----------------------------------------------------- */
/* Colors
  ========================================================================== */
/* Typography
  ========================================================================== */
:root {
  --content-max: 1422px; /* largeur max de ton contenu */
  --gutter: 24px; /* gouttière mini sur petits écrans */
  --gutter-desktop: 88px; /* plafond desktop */
  --color-primary: #ff6904; /* orange primaire */
  --color-secondary: #ff8737; /* orange clair */
}
html {
  font-size: 16px;

  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;

  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;

  letter-spacing: 0.05rem;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: 500;

  letter-spacing: 3px;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h4 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75rem;
}

.black-link,
a[href*="tel:"],
a[href*="fax:"],
.sidebar__menu .menu-item a {
  color: black;
}
.black-link:hover,
a[href*="tel:"]:hover,
a[href*="fax:"]:hover,
.sidebar__menu .menu-item a:hover,
.black-link:focus,
a[href*="tel:"]:focus,
a[href*="fax:"]:focus,
.sidebar__menu .menu-item a:focus {
  color: #4d4d4d;
}

a {
  color: #ff6904;

  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
a:hover,
a:focus {
  color: #da5800;
  text-decoration: none;
}

ul {
  padding: 0;

  list-style: none;

  margin-inline: 0;
}

/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
.btn-scroll {
  display: inline-block;
  cursor: pointer;

  position: relative;

  padding: 0.8125rem 22px;

  background: none;

  border: 0;

  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.1875rem;
  text-shadow: none;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-appearance: none;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
}

/* -----------------------------------------------------
   Libs
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */
@media (min-width: 1024px) {
  .no-padding {
    padding: 0;
  }
}
.sr-only,
.home h1 {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  overflow: hidden !important;

  padding: 0 !important;

  border: 0 !important;

  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.img-cover {
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.d-none {
  display: none;
}

@media (min-width: 1200px) {
  .d-lg-inline {
    display: inline;
  }
}
.sidebar img,
[class*="sidebar--"] img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar--abs {
  position: absolute;
  top: 120px;
}

.sidebar--img {
  height: 960px;
}

.sidebar--menu {
  padding: 15px;

  background-color: whitesmoke;
}

.sidebar__menu .menu-item {
  margin: 1rem 0;

  font-size: 1.25rem;
  line-height: 2rem;
}
.sidebar__menu .menu-item:after {
  content: "";

  display: block;

  position: relative;
  bottom: -1rem;

  width: 20px;
  height: 3px;

  background-color: white;
}
.sidebar__menu .menu-item:first-child {
  margin-top: 0;
}
.sidebar__menu .menu-item:last-child {
  margin-bottom: 0;
}
.sidebar__menu .menu-item:last-child:after {
  display: none;
}
.sidebar__menu .menu-item a:after {
  content: "+";

  margin-left: 0.5rem;

  color: #ff6904;
  font-size: 1.5em;
  font-weight: 200;
}

.section--sidebar {
  position: relative;
}

.content-sidebar {
  width: calc(100% - 30px);
  height: 480px;
}
.content-sidebar img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-hide {
  padding: 3rem 0;

  background-color: white;
}

@media screen and (min-width: 767px) {
  .sidebar-hide {
    padding: 10rem 0;
  }
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;

  height: 300px;

  background-color: whitesmoke;
}
.sidebar--img {
  height: 300px;
}

@media (min-width: 992px) {
  .sidebar,
  [class*="sidebar--"] {
    padding: 0;
  }

  .sidebar--fixed {
    position: fixed;
    top: 120px;

    height: 100vw;
  }

  .sidebar--img {
    height: 960px;
  }
}
.footer {
  position: relative;

  background: #ffffff;

  font-size: 0.875rem;
}

.footer__wrapper > * ul {
  list-style: none !important;
}

.footer__wrapper > * {
  list-style: none !important;
}

.footer__nav {
  padding: 2rem 0;

  line-height: 2rem;
}
.footer__nav img {
  width: 8rem;

  margin-bottom: 2rem;
}
.footer__nav a {
  display: block;

  color: black;
  text-transform: uppercase;
}

.footer__contact {
  padding: 2rem 0;

  color: white;
}
.footer__contact h3 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.footer__contact li:not(:last-child) {
  margin-bottom: 3rem;
}
.footer__contact .textwidget {
  height: 100%;
}
.footer__contact address {
  margin-bottom: 0;
}
.footer__contact address h3 {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.0625rem;

  letter-spacing: 0.1em;
}
.footer__contact address p:last-of-type {
  margin-bottom: 0;
}
.footer__contact address a:not([href*="mailto"]) {
  color: white;
}
.footer__contact address a:not([href*="mailto"]):hover,
.footer__contact address a:not([href*="mailto"]):focus {
  color: #cccccc;
}

.footer {
  position: relative;

  font-size: 0.875rem;
}
.footer .container-fluid .offset-lg-1 {
  background: black;
}

.footer__nav__links {
  font-size: 0.875rem;
  font-weight: 700;

  letter-spacing: 0.1em;
}

.footer__nav__links-aside {
  font-size: 0.875rem;

  letter-spacing: 0.1em;
}

.footer__legal {
  padding: 3rem 30px;
}
.footer__legal a:not(:first-child) {
  margin-left: 1.625rem;
}

.footer__legal__logos {
  margin-bottom: 2rem;
}
.footer__legal__logos img {
  height: 68px;

  margin: 1rem 0;
}

.btn-scroll {
  pointer-events: none;

  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 80px;

  opacity: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);

  color: #000000;
  font-size: 0.75rem;
  font-weight: 900;

  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.btn-scroll::before {
  content: "";

  position: absolute;
  z-index: -1;
  top: -8px;
  left: 0;

  width: 40px;
  height: 40px;

  background: #ff6904;

  border-radius: 50%;

  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.btn-scroll:hover {
  transform: translateY(-10px) rotate(-90deg);
  -webkit-transform: translateY(-10px) rotate(-90deg);
}
.btn-scroll:hover::before {
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
}
.btn-scroll.show {
  pointer-events: all;

  opacity: 1;
}

@media screen and (min-width: 575px) {
  .footer {
    z-index: 3;
  }
}
@media screen and (min-width: 767px) {
  .footer__nav .footer__wrapper,
  .footer__legal .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    padding-right: 16px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__legal .footer__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__contact ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__nav__logo,
  .footer__nav__links,
  .footer__nav__links-aside,
  .footer__contact li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .footer__nav .container--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 991px) {
  .footer .container-fluid {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(42.85714%, white),
      color-stop(1%, black)
    );
    background-image: linear-gradient(to right, white 49%, black 1%);
  }

  .footer__nav .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__nav__logo,
  .footer__nav__links,
  .footer__nav__links-aside,
  .footer__contact li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1289px) {
  .footer .container-fluid {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(49%, white),
      color-stop(1%, black)
    );
    background-image: linear-gradient(to right, white 49%, black 1%);
  }

  .footer__nav,
  .footer__contact {
    padding: 40px 0;
  }

  .footer__nav .footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__legal {
    padding: 0 50px;
  }
  .footer__legal a:not(:first-child) {
    margin-left: 1.625rem;
  }

  .footer__nav__logo,
  .footer__nav__links,
  .footer__nav__links-aside {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .footer__contact li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1350px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__legal {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
/* -----------------------------------------------------
   Components
   ----------------------------------------------------- */
.swiper-container {
  height: 300px;
}

[class$="__hero"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class$="__hero__panel"] {
  display: block;

  position: relative;

  padding: 120px 30px;

  -webkit-transition: 1s;
  transition: 1s;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

[class$="__hero__panel__background"] {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}
[class$="__hero__panel__background"] img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

[class$="__hero__panel__title"] {
  display: block;

  position: absolute;
  top: 50%;
  left: 50%;

  width: 80%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

  color: black;

  -webkit-transition: color 1s, -webkit-transform 1s;
  transition: color 1s, -webkit-transform 1s;
  transition: transform 1s, color 1s;
  transition: transform 1s, color 1s, -webkit-transform 1s;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
[class$="__hero__panel__title"] h2 {
  font-size: 1.5rem;

  -webkit-transition: color 1s, -webkit-transform 1s;
  transition: color 1s, -webkit-transform 1s;
  transition: color 1s, transform 1s;
  transition: color 1s, transform 1s, -webkit-transform 1s;
}
[class$="__hero__panel__title"] h2:after {
  content: "\25B7";

  position: absolute;
  right: -2rem;
  bottom: 0rem;

  opacity: 0;

  color: #ff6904;
  font-weight: 100;

  -webkit-transition: opacity 0.5s, right 1s;
  transition: opacity 0.5s, right 1s;
}
[class$="__hero__panel__title"] span {
  display: block;

  font-size: 1s;
}

@media screen and (min-width: 575px) {
  [class$="__hero__panel__title"] h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 767px) {
  [class$="__hero__panel__title"] h2 {
    font-size: 2.5rem;
  }
  [class$="__hero__panel__title"] h2 span {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 991px) {
  [class$="__hero"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  a[class$="__hero__panel"]:hover,
  a[class$="__hero__panel"]:focus {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  a[class$="__hero__panel"]:hover h2,
  a[class$="__hero__panel"]:focus h2 {
    transform: translateX(5rem);
    -webkit-transform: translateX(5rem);

    color: #ff6904;
  }
  a[class$="__hero__panel"]:hover h2:after,
  a[class$="__hero__panel"]:focus h2:after {
    right: -5rem;

    opacity: 1;

    -webkit-transition: opacity 1s, right 1s;
    transition: opacity 1s, right 1s;
  }

  a[class$="__hero__panel"]:last-child:hover h2,
  a[class$="__hero__panel"]:last-child:hover h2 {
    transform: translateX(-5rem);
    -webkit-transform: translateX(-5rem);
  }

  [class$="__hero__panel__title"] {
    width: 25rem;
  }
  :last-child > [class$="__hero__panel__title"] {
    text-align: right;
  }
}
@media screen and (min-width: 1289px) {
  [class$="__hero__panel__title"] {
    width: 32rem;
  }
}
@media screen and (min-width: 1600px) {
  [class$="__hero__panel__title"] {
    width: 44rem;
  }
}
.home__hero {
  /* Removing heights of menu and logo */
  height: calc((100vh - 5.125rem) - 3.125rem);
}

.home__hero__panel:first-child h2:after {
  position: relative;
}

.home__hero__panel:last-child .home__hero__panel__title {
  padding-right: 20%;
}

@media screen and (min-width: 575px) {
  .home__hero {
    height: 100vh;
  }
}
@media screen and (min-width: 991px) {
  .home__hero__panel:last-child .home__hero__panel__title {
    padding-right: 10rem;
  }
}
.resources {
  margin-bottom: 2rem;
}

.resource {
  border-bottom: whitesmoke 1px solid;

  letter-spacing: 0.8px;
}
.resource p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.resource a {
  display: inline-block;
  display: block;

  margin-top: 1rem;
  margin-right: 2rem;

  text-align: right;
}
.resource a:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.resource a:hover:after,
.resource a:focus:after {
  left: 1rem;
}

@media screen and (min-width: 767px) {
  .resource {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .resource a {
    margin-top: 0;
    margin-left: 3rem;

    text-align: right;

    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
.button,
.nav__hidden__picker,
.nav__hidden__picker__option,
.wpcf7-submit,
.housing__contact {
  height: 45px;

  background-color: #ff6904;

  border: 0;
  outline: none;

  color: white;
  font-size: 1rem;
  font-weight: bold;

  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.button:hover,
.nav__hidden__picker:hover,
.nav__hidden__picker__option:hover,
.wpcf7-submit:hover,
.housing__contact:hover,
.button:focus,
.nav__hidden__picker:focus,
.nav__hidden__picker__option:focus,
.wpcf7-submit:focus,
.housing__contact:focus {
  background-color: #ff8737;

  color: white;
}

.button-text {
  padding: 0.5rem;

  background-color: #ff6904;

  border: 0;
  outline: none;

  color: white;
  font-size: 0.9rem;
  font-weight: bold;

  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media (min-width: 575px) {
  .button-text {
    font-size: 1rem;
  }
}

.button-text:hover,
.button-text:focus {
  background-color: #ff8737;

  color: white;
}

.btn-arrow {
  display: inline-block;
  display: inline-block;

  margin-right: 2rem;

  text-transform: uppercase;
}
.btn-arrow:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-arrow:hover:after,
.btn-arrow:focus:after {
  left: 1rem;
}

.production__panel:first-child {
  background-size: cover;
}

.production__nav {
  display: grid;

  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (min-width: 767px) {
  .production__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.production__tab {
  font-size: 1.5rem;
}
.production__tab a {
  padding: 0;

  color: rgba(66, 25, 101, 0.4);
}
.production__tab a:focus,
.production__tab a:hover,
.production__tab a:active,
.production__tab a.active {
  color: #421965;
}

.production__content {
  margin: 3.125rem 0;

  font-size: 1.125rem;
}
.production__content h3 {
  color: #421965;
  font-weight: 700;
}

@media screen and (min-width: 991px) {
  .production__tab {
    padding-top: 3.5rem;

    font-size: 1.875rem;
  }
}
.btn-app {
  margin-right: 0;
}

.nav__primary {
  width: 100%;

  padding: 1rem 0;

  background: white;
}

.nav__primary__logo {
  display: block;

  width: 100%;
  height: 3.125rem;

  text-align: center;
}
.nav__primary__logo img {
  height: 3.125rem;
}

.nav__primary__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  position: fixed;
  z-index: 3;
  top: calc(100vh - 3.125rem);

  width: 100%;
  height: 3.125rem;

  padding: 15px;

  background: white;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__primary__linkedin {
  margin-right: 16px;
  margin-left: auto;

  color: black;
}

.search-wrapper {
  display: inline-block;

  position: relative;
}

.nav__primary__search {
  margin-right: 1rem;
  padding: 0;

  background: none;

  border: 0;

  text-align: right;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav__primary__search:focus {
  outline: none;
}

#searchform {
  /* right: 2.5rem; */
  display: none;

  position: absolute;
  top: -5px;

  width: 200px;
}
#searchform.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#searchform button {
  width: 3rem;

  background: #000000;

  border: 0;

  color: #ff6904;
}

.nav__primary__toggle {
  position: relative;
  z-index: 2;

  width: 20px;
  height: 3px;

  margin: 4px 0;
  padding: 0;

  background-color: black;

  border: 0;

  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.nav__primary__toggle:before,
.nav__primary__toggle:after {
  content: "";

  display: block;

  position: relative;
  top: -7px;
  left: 0;

  width: 20px;
  height: 3px;

  background-color: black;

  -webkit-transition: top 0.4s 0.1s, height 0.4s 0.1s;
  transition: top 0.4s 0.1s, height 0.4s 0.1s;
}
.nav__primary__toggle:after {
  top: 4px;
}

@-webkit-keyframes toggle-button {
  from {
    transform: rotate(90deg) scaleX(0);
    -webkit-transform: rotate(90deg) scaleX(0);
  }
  to {
    transform: rotate(90deg) scaleX(1);
    -webkit-transform: rotate(90deg) scaleX(1);
  }
}

@keyframes toggle-button {
  from {
    transform: rotate(90deg) scaleX(0);
    -webkit-transform: rotate(90deg) scaleX(0);
  }
  to {
    transform: rotate(90deg) scaleX(1);
    -webkit-transform: rotate(90deg) scaleX(1);
  }
}
.nav__hidden {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  background: white;
}
.nav__hidden .container {
  height: 100%;

  padding-top: 2rem;
}
.nav__hidden.collapsing {
  display: none;

  transition: none;
  -webkit-transition: none;
}
.nav__hidden:after {
  content: "";

  display: none;

  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;

  width: 100%;
  height: 100%;

  background-image: url(../img/sowaer-deco.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.nav__hidden__wrapper {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__hidden > *:last-child {
  width: 100%;

  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav__hidden__primary-toggle {
  position: absolute;
  top: 30px;
  right: 30px;

  width: 25px;
  height: 25px;

  background: none;

  border: 0;
  outline: none;
}
.nav__hidden__primary-toggle:before,
.nav__hidden__primary-toggle:after {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 3px;

  background: black;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.nav__hidden__primary-toggle:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.nav__hidden__primary,
.nav__hidden .menu {
  font-size: 1.625rem;
}
.nav__hidden__primary > li > a,
.nav__hidden .menu > li > a {
  display: block;

  color: black;
  line-height: 1.5em;

  -webkit-transition: all 0.5s, color 0.2s;
  transition: all 0.5s, color 0.2s;
}
.nav__hidden__primary > li > a:not([href="#secondaryNav"]):hover,
.nav__hidden .menu > li > a:not([href="#secondaryNav"]):hover {
  color: #ff6904;
}
.nav__hidden__primary:not(.secondary-open)
  .nav__hidden__secondary-toggle
  > a:after,
.nav__hidden
  .menu:not(.secondary-open)
  .nav__hidden__secondary-toggle
  > a:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.nav__hidden__primary:not(.secondary-open)
  .nav__hidden__secondary-toggle
  > a:hover:after,
.nav__hidden
  .menu:not(.secondary-open)
  .nav__hidden__secondary-toggle
  > a:hover:after {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}

.nav__hidden__secondary-toggle {
  display: inline-block;

  vertical-align: middle;
}
.nav__hidden__secondary-toggle > a:after {
  content: "+";

  display: inline-block;

  position: relative;

  margin-left: 0.75rem;

  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);

  color: #ff6904;
  font-weight: 100;

  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.6, 1);
}
.nav__hidden__secondary-toggle > a:active:hover,
.nav__hidden__secondary-toggle > a:active {
  color: black;
}
.nav__hidden__secondary-toggle > a:active:hover:after,
.nav__hidden__secondary-toggle > a:active:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav__hidden__secondary,
.nav__hidden .sub-menu {
  padding-left: 2rem;

  font-size: 1rem;
  text-transform: uppercase;
}
.nav__hidden__secondary a,
.nav__hidden .sub-menu a {
  display: block;

  color: #ff6904;
  line-height: 2em;
}
.nav__hidden__secondary a:hover,
.nav__hidden__secondary a:focus,
.nav__hidden .sub-menu a:hover,
.nav__hidden .sub-menu a:focus {
  color: #da5800;
}
.nav__hidden__secondary li:last-child a,
.nav__hidden .sub-menu li:last-child a {
  margin-bottom: 1rem;
}

.nav__hidden__picker {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;

  position: relative;

  width: 100%;

  padding: 2.25rem;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__hidden__picker label {
  margin-bottom: 0;
}
.nav__hidden__picker:after {
  content: "\f0dc";

  position: absolute;
  right: 3rem;

  color: white;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.nav__hidden__picker:hover,
.nav__hidden__picker:focus {
  background-color: #ff6904;
}

.nav__hidden__picker__select {
  cursor: pointer;

  margin-left: 1rem;

  background: none;

  border: 0;

  color: white;
  font-weight: 700;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav__hidden__picker__select:focus {
  outline: none;
}

.nav__hidden__picker__option:hover {
  background-color: #ff6a06;
}

.nav__hidden__link {
  display: block;

  position: relative;

  padding-top: 0.5rem;

  color: black;
  font-size: 0.8125rem;
  text-transform: uppercase;

  letter-spacing: 3px;
}
.nav__hidden__link img {
  position: relative;
  top: -0.25rem;

  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.99, -1.23, 0, 0.77);
  transition: -webkit-transform 0.5s cubic-bezier(0.99, -1.23, 0, 0.77);
  transition: transform 0.5s cubic-bezier(0.99, -1.23, 0, 0.77);
  transition: transform 0.5s cubic-bezier(0.99, -1.23, 0, 0.77),
    -webkit-transform 0.5s cubic-bezier(0.99, -1.23, 0, 0.77);
}
.nav__hidden__link:hover,
.nav__hidden__link:focus {
  color: #ff6904;
}
.nav__hidden__link:hover img,
.nav__hidden__link:focus img {
  transform: translate(0.2rem, -0.2rem);
  -webkit-transform: translate(0.2rem, -0.2rem);
}

@media screen and (min-width: 575px) {
  .nav__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;

    padding: 15px 30px;

    background: none;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog .nav__primary {
    position: relative;
  }

  .nav__primary__logo {
    width: auto;
  }

  .nav__primary__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: static;

    height: 100%;

    padding: 0;

    background: none;

    text-align: right;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav__primary__linkedin {
    margin-right: 1rem;
  }

  .nav__hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__hidden__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__hidden__link {
    padding: 2rem 0;
  }

  .nav__primary__linkedin {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .nav__hidden .container {
    position: relative;
  }

  .nav__hidden__secondary-toggle > a:after {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .nav__hidden:after {
    display: block;
  }

  .nav__hidden__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    max-height: 80%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav__hidden__primary,
  .nav__hidden .menu {
    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;
  }

  .nav__hidden__aside {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__hidden__links {
    display: block;
  }

  .nav__hidden__link {
    display: block;
  }
  .nav__hidden__link img {
    width: 1.5rem;
  }

  .nav__hidden__picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-align: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__hidden__picker__select {
    margin-left: 1rem;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav__hidden__picker__option {
    padding: 1rem 0;
  }
  .nav__hidden__picker__option:hover {
    background-color: white;

    color: #ff6904;
  }

  .nav__hidden__link:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1289px) {
  .nav__primary {
    padding: 15px 50px;
  }

  .nav__primary__logo {
    width: auto;
    height: 6.25rem;
  }
  .nav__primary__logo img {
    height: 4.375rem;
  }

  .nav__hidden__primary-toggle {
    top: 50px;
    right: 50px;
  }

  .nav__hidden__primary,
  .nav__hidden .menu {
    height: 100%;
  }
  .nav__hidden__primary.secondary-open > li > a:not([href="#secondaryNav"]),
  .nav__hidden .menu.secondary-open > li > a:not([href="#secondaryNav"]) {
    font-size: 1.875rem;
  }

  .nav__hidden .sub-menu a {
    font-size: 1.25rem;
  }

  .nav__hidden__links a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1900px) {
  .nav__hidden__primary,
  .nav__hidden .menu {
    font-size: 2.5rem;
  }
}
.main__title,
[class*="main__title--"] {
  position: relative;

  margin-bottom: 2rem;
}
.main__title > .main_subtitle {
  position: absolute;
  top: -2rem;

  font-size: 1.875rem;
}
.main__title h1,
[class*="main__title--"] h1 {
  color: black;
  font-size: 2.5rem;
  font-weight: 800;

  letter-spacing: 3px;
}

[class$="__title--orange"] span {
  top: -1rem;

  color: #ff6904;
  font-size: 1rem;
  text-transform: uppercase;
}

.page-id-16797 .main__title,
.page-id-16572 .main__title,
.page-id-16559 .main__title,
.page-id-16765 .main__title,
.page-id-16570 .main__title,
.post-type-archive-sw-partners .main__title,
.post-type-archive-sw-jobs .main__title {
  position: relative;
}
/* .page-id-16797 .main__title:before,
.page-id-16572 .main__title:before,
.page-id-16559 .main__title:before,
.page-id-16765 .main__title:before,
.page-id-16570 .main__title:before,
.post-type-archive-sw-partners .main__title:before,
.post-type-archive-sw-jobs .main__title:before {
  content: "SOWAER";

  position: absolute;
  top: -1.2rem;
  left: 0;

  color: #ff6904;
  font-size: 1rem;
  text-transform: uppercase;
} */

@media screen and (min-width: 991px) {
  .main__title,
  [class*="main__title--"] {
    margin-bottom: 4rem;
  }
}
.wysiwyg h2 {
  margin-top: 5rem;
}
.wysiwyg :target:before {
  content: "";

  display: block;

  height: 100px;

  margin: -100px 0 0;
}
.wysiwyg img {
  display: block;

  height: auto;
  max-width: 100%;

  margin: 2rem 0;
}
.wysiwyg a[href]:only-child:not(.button-text) {
  display: inline-block;

  margin-right: 2rem;
}
.wysiwyg a[href]:only-child:not(.button-text):after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.wysiwyg a[href]:only-child:not(.button-text):hover:after,
.wysiwyg a[href]:only-child:not(.button-text):focus:after {
  left: 1rem;
}
.wysiwyg p {
  margin: 1rem 0;
}

@media screen and (min-width: 991px) {
  .wysiwyg {
    margin-bottom: 5rem;
  }
}
form h2 {
  margin-top: 1rem;

  font-weight: 700;
}
form label {
  font-weight: 700;
}

.form select {
  width: 100%;

  margin: 1rem 0;

  border: 1px #ff6904 solid;
  border-radius: 0;

  color: black;
  font-weight: 800;

  letter-spacing: 0.8px;
}
.form select:focus {
  outline: none;
}
.form option {
  padding: 1rem 2rem;
}
.form .form__button,
.form [class*="__form__button"] {
  width: 100%;

  border: 0;
  outline: none;

  text-align: center;
  color: white;
}

.row-form,
.formulaire__hidden__panel .row:not(.ninja-forms-field) {
  margin-bottom: 3.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form__input-wrap,
.block-wrapper,
.field-wrap {
  width: 100%;

  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  /* padding: 0 7.14286%; */

  /* background-color: #f5f5f5; */
}
.form__input-wrap label,
.block-wrapper label,
.field-wrap label {
  display: block;
}
.form__input-wrap input,
.form__input-wrap textarea,
.form__input-wrap select,
.block-wrapper input,
.block-wrapper textarea,
.block-wrapper select,
.field-wrap input,
.field-wrap textarea,
.field-wrap select {
  width: 100%;

  margin: 0;
  padding: 0.875rem 1.5rem;

  border: 2px solid #ececec;

  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.form__input-wrap input:focus,
.form__input-wrap textarea:focus,
.form__input-wrap select:focus,
.block-wrapper input:focus,
.block-wrapper textarea:focus,
.block-wrapper select:focus,
.field-wrap input:focus,
.field-wrap textarea:focus,
.field-wrap select:focus {
  border: 2px solid rgba(135, 135, 135, 0.5);
  outline: none;
}

.form__radio {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.form__radio input {
  display: none;

  width: 0;

  opacity: 0;
}
.form__radio label {
  cursor: pointer;

  position: relative;

  margin-bottom: 0;

  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.form__radio label:before {
  content: "";

  display: inline-block;
  cursor: pointer;

  position: relative;
  top: 2px;

  width: 1rem;
  height: 1rem;

  margin-right: 1rem;

  background: white;

  border: 2px solid black;
  border-radius: 50%;

  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.form__radio label:after {
  content: "";

  display: inline-block;
  cursor: pointer;

  position: absolute;
  top: 8px;
  left: 3px;

  width: 10px;
  height: 10px;

  margin-right: 1rem;

  background: #ff6904;
  transform: scale(0);
  -webkit-transform: scale(0);

  border-radius: 50%;

  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.form__radio input:checked + label {
  color: #ff6904;
}
.form__radio input:checked + label:before {
  border-color: #ff6904;
}
.form__radio input:checked + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.wpcf7-radio,
.list-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.wpcf7-radio label,
.list-radio-wrap label {
  cursor: pointer;

  font-weight: bold !important;
}
.wpcf7-radio input,
.list-radio-wrap input {
  position: relative;

  width: auto;

  margin-right: 1rem !important;
}
.wpcf7-radio input:before,
.list-radio-wrap input:before {
  content: "";

  display: inline-block;
  cursor: pointer;

  position: relative;
  top: -4px;

  width: 1rem;
  height: 1rem;

  margin-right: 1rem;

  background: white;

  border: 2px solid black;
  border-radius: 50%;

  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.wpcf7-radio input:after,
.list-radio-wrap input:after {
  content: "";

  display: inline-block;
  cursor: pointer;

  position: absolute;
  top: 2px;
  left: 3px;

  width: 10px;
  height: 10px;

  margin-right: 1rem;

  background: #ff6904;
  transform: scale(0);
  -webkit-transform: scale(0);

  border-radius: 50%;

  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.wpcf7-radio input:checked:before,
.list-radio-wrap input:checked:before {
  border-color: #ff6904;
}
.wpcf7-radio input:checked:after,
.list-radio-wrap input:checked:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.wpcf7-radio span,
.list-radio-wrap span {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.wpcf7-radio input:checked + span,
.list-radio-wrap input:checked + span {
  color: #ff6904;
}

.wpcf7-checkbox,
.form-checkbox-wrap,
.checkbox-wrap {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wpcf7-checkbox input,
.form-checkbox-wrap input,
.checkbox-wrap input {
  width: 0;

  opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.form-checkbox-wrap .wpcf7-list-item-label,
.checkbox-wrap .wpcf7-list-item-label {
  display: block;
  cursor: pointer;

  position: relative;

  margin-right: 1rem;
  padding-left: 3rem;

  font-weight: 700;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.form-checkbox-wrap .wpcf7-list-item-label:before,
.checkbox-wrap .wpcf7-list-item-label:before {
  content: "";

  display: inline-block;

  position: absolute;
  top: 6px;
  left: 0;

  width: 17px;
  height: 17px;

  margin-right: 1rem;

  background: white;

  border: 1px solid black;
}
.wpcf7-checkbox .wpcf7-list-item-label:after,
.form-checkbox-wrap .wpcf7-list-item-label:after,
.checkbox-wrap .wpcf7-list-item-label:after {
  content: "";

  display: block;

  position: absolute;
  top: 10px;
  left: 2px;

  width: 13px;
  height: 10px;

  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.form-checkbox-wrap input:checked + .wpcf7-list-item-label:after,
.checkbox-wrap input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-list-item label {
  display: flex !important;

  align-items: center !important;
}

.list-dropdown-wrap {
  position: relative;
}
.list-dropdown-wrap:before {
  content: "\f0dc";

  position: absolute;
  top: 1rem;
  right: 2rem;

  color: #ff6904;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.list-dropdown-wrap select {
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__legal-wrap {
  position: relative;

  margin-right: -15px;
  margin-left: -15px;
  padding: 2rem 0;
}
.form__legal-wrap label {
  display: block !important;
}
.form__legal-wrap label a {
  display: block;
}
.form__legal-wrap label span {
  color: #ff6904 !important;
}
.form__legal-wrap .ninja-forms-req-symbol {
  display: none;
}
.form__legal-wrap input[type="checkbox"] {
  width: 0;
}

.wpcf7-submit {
  width: 100%;
}

label strong {
  color: #ff6904 !important;
}

.wpcf7-not-valid-tip {
  color: #ff6904 !important;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 1rem;

  flex-direction: column;
  gap: 8px;
}

.filters__button {
  text-align: center;
}
.filters__button button {
  padding: 0.5rem 0;
}

.filter {
  cursor: pointer;

  position: relative;

  height: 45px;

  padding: 0.5rem 1rem;

  border: 1px solid #ff6904;
}
.filter.is-open .filter__label {
  color: #878787;
}
.filter.is-open .filter__options {
  z-index: 4;

  height: auto;

  -webkit-transition: max-height 2s;
  transition: max-height 2s;
}
.filter.is-open .filter__option {
  opacity: 1;

  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}

.filter__label {
  display: block;
  cursor: pointer;

  position: relative;
  z-index: 3;

  width: 100%;

  margin-right: 2rem;
  margin-bottom: 0;

  user-select: none;
}
.filter__label:after {
  content: "\f0dc";

  position: absolute;
  right: 0;

  color: #ff6904;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.filter__options {
  position: absolute;
  top: 0;
  left: -1px;

  width: calc(100% + 2px);
  height: 0;

  margin-top: 2.7rem;

  background: white;

  border: 1px solid #ff6904;
  border-top: 0;

  -webkit-transition: max-height 3s 0.5s;
  transition: max-height 3s 0.5s;
}

.filter__option {
  display: flex;

  margin-bottom: 8px;

  opacity: 0;

  padding-inline: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.filter__option input {
  position: absolute;

  width: 0;

  opacity: 0;
}
.filter__option label {
  display: block;
  cursor: pointer;

  position: relative;

  margin-right: 1rem;
  padding-left: 2rem;
}
.filter__option label:before {
  content: "";

  display: inline-block;

  position: absolute;
  top: 6px;
  left: 0;

  width: 17px;
  height: 17px;

  margin-right: 1rem;

  background: whitesmoke;

  border: 1px solid #878787;
}
.filter__option label:after {
  content: "";

  display: block;

  position: absolute;
  top: 10px;
  left: 2px;

  width: 13px;
  height: 10px;

  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.filter__option li a.active {
  color: black;
}
.filter__option li a::after {
  display: none !important;
}
.filter__option input:checked + label:after {
  opacity: 1;
}

@media screen and (min-width: 991px) {
  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 1rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter {
    min-width: calc((33.333% - 30px));

    margin-bottom: 1rem;
  }
  .filter.is-open .filter__label {
    color: #878787;
  }
  .filter.is-open .filter__options {
    height: auto;

    -webkit-transition: max-height 2s;
    transition: max-height 2s;
  }
  .filter.is-open .filter__option {
    opacity: 1;

    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
  }

  .filters__button {
    min-width: calc((33.333% - 30px));

    margin-bottom: 1rem;

    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .list-radio-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
  }
  .list-radio-wrap li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1289px) {
  .filters--prodecure .filter {
    min-width: 350px;
  }

  .filter {
    min-width: calc((25% - 30px));

    margin-bottom: 1rem;
  }

  .filters__button {
    min-width: calc((25% - 30px));

    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.job .row {
  width: 100%;
}
.job h4 {
  margin: 3rem 0 2rem;
}
.job li {
  position: relative;

  margin: 0.5rem 0;
  padding-left: 1.25rem;
}
.job li:before {
  content: "\25B7";

  position: absolute;
  top: 2px;
  left: 0;

  font-size: 0.8125rem;
}

.job-item {
  margin-bottom: 3.75rem;
  padding-bottom: 30px;

  border-bottom: 1px solid #b2b2b2;
}
.job-item h3 {
  font-size: 24px;
  font-weight: 500;
}

.job-item-header {
  display: grid;

  margin-bottom: 2rem;

  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.job-item-header a {
  display: inline-block;

  margin-right: 2rem;
}
.job-item-header a:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.job-item-header a:hover:after,
.job-item-header a:focus:after {
  left: 1rem;
}

.jobs {
  display: grid;

  margin-top: 72px;

  grid-template-columns: 1fr;
  grid-gap: 4rem;
}

@media (min-width: 991px) {
  .jobs {
    margin-top: 128px;

    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
  }
}

.jobs-content {
  margin-bottom: 2rem;
}

.job__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-bottom: 1.5625rem;

  border-bottom: 1px whitesmoke solid;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.job__heading h1::before {
  content: "JOBS";

  position: absolute;
  top: -1.2rem;
  left: 0;

  color: #ff6904;
  font-size: 1rem;
  text-transform: uppercase;
}
.job__heading a {
  display: inline-block;

  margin-right: 2rem;
}
.job__heading a:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.job__heading a:hover:after,
.job__heading a:focus:after {
  left: 1rem;
}

.job__footer {
  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;
}

.link-arrow {
  display: inline-block;

  margin-right: 2rem;
}
.link-arrow:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.link-arrow:hover:after,
.link-arrow:focus:after {
  left: 1rem;
}

.job__details ul {
  margin: 2rem 0;
}
.job__details li {
  line-height: 1.875rem;
}

@media screen and (min-width: 991px) {
  .job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .job__details h4:first-of-type {
    margin-top: 1rem;
  }
}
.cta,
[class*="cta--"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;

  position: relative;

  width: 100%;

  overflow: hidden;

  margin-bottom: 1rem;
  padding: 5.5rem 4rem;

  background-size: cover;

  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  text-shadow: black 0 0 5px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta:before,
[class*="cta--"]:before {
  content: "";

  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-size: cover;

  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.cta:hover,
.cta:focus,
[class*="cta--"]:hover,
[class*="cta--"]:focus {
  background-size: 200%;

  color: white;
}
.cta:hover:before,
.cta:focus:before,
[class*="cta--"]:hover:before,
[class*="cta--"]:focus:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.cta--help:before {
  background-image: url("../img/photos/cta_help.jpg");
}

.cta--info:before {
  background-image: url("../img/photos/cta_info.jpg");
}

.cta--contact:before {
  background-image: url("../img/photos/cta_contact.jpg");
}

.cta--avis:before {
  background-image: url("../img/photos/cta-avis.png");
}

.cta--investisseurs:before {
  background-image: url("../img/photos/cta-investisseurs.png");
}

.cta--missions:before {
  background-image: url("../img/photos/cta-missions.png");
}

.cta--logement:before {
  background-image: url("../img/photos/cta_logement.jpg");
}

.cta--publications:before {
  background-image: url("../img/photos/cta-publications.png");
}

.cta--partenariats:before {
  background-image: url("../img/photos/cta-partenariats.png");
}

/* .faq {
  margin: 10px 0;
} */

.faq__title {
  display: block;
  cursor: pointer;

  position: relative;

  width: 100%;

  margin-top: 42px;
  margin-bottom: 0;
  padding-right: 2.5rem;
  padding-bottom: 28px;

  border-bottom: 1px solid #b2b2b2;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;

  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.faq__title:after {
  content: "";

  display: block;

  position: absolute;
  top: 0.625rem;
  right: 0;

  width: 15px;
  height: 11px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11'%3E%3Cpath fill='none' d='M7.5 11 0 0h15Z'/%3E%3Cpath d='M7.5 9.225 13.108 1H1.892L7.5 9.225M7.5 11 0 0h15L7.5 11Z' fill='%23ff6904'/%3E%3C/svg%3E");

  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.faq__title.open:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.faq__title:hover {
  color: #ff6904;
}

.faq__title:hover:after {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.faq__title:hover.open:after {
  transform: rotate(-180) scale(1.3);
  -webkit-transform: rotate(-180) scale(1.3);
}

.faq__content {
  display: none;

  margin-top: 1.25rem;
  margin-bottom: 1.6875rem;
  padding-right: 2.5rem;
  padding-bottom: 1rem;

  border-bottom: 1px solid #b2b2b2;

  -webkit-transition: 0.3s ease-out, opacity 0.2s 0.1s ease-out;
  transition: 0.3s ease-out, opacity 0.2s 0.1s ease-out;
}

.faq__content.open {
  display: block;
}

@media (min-width: 992px) {
  .faq__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* -----------------------------------------------------
   Pages
   ----------------------------------------------------- */
.home__introduction {
  position: relative;

  margin: 10rem auto;

  text-align: center;
}
.home__introduction h2 {
  font-weight: 700;
}
.home__introduction:after {
  content: url("../img/homedeco.png");

  display: block;

  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.home__news {
  margin: 5rem auto;
}

.home__news__title {
  text-align: center;
}

.home__news__list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;

  list-style: none;
}

.home__news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 1rem 0;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home__news__item h3 {
  display: inline;

  font-size: 1.25rem;
  font-weight: 700;
}
.home__news__item h3:before {
  display: block;

  left: 0;
}
.home__news__item time {
  padding-right: 1.688rem;

  text-align: center;
  color: #878787;
  font-size: 1.563rem;
  line-height: 1.6rem;
}
.home__news__item time span {
  display: block;

  margin-bottom: 0.5rem;

  font-size: 2.375rem;
}
.home__news__item a {
  display: inline-block;
  display: inline;

  margin-right: 2rem;

  color: black;
}
.home__news__item a:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.home__news__item a:hover:after,
.home__news__item a:focus:after {
  left: 1rem;
}

.home__production {
  position: relative;
}
.home__production .sidebar--img {
  top: 0;

  height: 100%;
}
.home__production .production__tab {
  padding: 0.5rem 0;
}

@media screen and (min-width: 767px) {
  .home__news__list li {
    margin-top: 2.5rem;
  }
  .home__news__list li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .home__news {
    margin: 10rem auto;
  }

  .home__news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home__news__list li {
    margin-top: 0;

    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .home__news__list li:nth-child(odd) {
    padding-right: 4rem;
  }
  .home__news__list li:nth-child(n + 3) {
    margin-top: 3.75rem;
  }

  .home__production .sidebar--img {
    width: calc(((100vw - 960px) / 2) + ((960px * 6) / 14));
  }

  .production__tab {
    padding: 3.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .home__production .sidebar--img {
    width: calc(((100vw - 1140px) / 2) + ((1140px * 6) / 14));
  }
}
.qr-code {
  display: none;

  position: fixed;
  z-index: 4;
  right: 0;
  bottom: 7px;

  background: #ffffff;

  font-weight: 600;
}
.qr-code.show {
  display: block;
}
.qr-code > div {
  position: relative;

  padding: 23px 33px;
}
.qr-code a {
  position: absolute;
  top: -46px;
  right: 14px;
}

.main__container {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main__title-container {
  position: relative;
}

.back-link {
  margin-left: 1rem;
}
.back-link:before {
  content: "◁";

  position: relative;
  left: -0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.back-link:hover:before,
.back-link:focus:before {
  left: -1rem;
}

@media screen and (min-width: 767px) {
  .main__container {
    /* min-height: calc(100vh - 7.5rem); */
    margin-top: 7.5rem;
    padding-top: 0;
  }

  /* .post-type-archive-sw-partners .main__container {
    min-height: calc(100vh - 22.5rem);
  } */
}
@media screen and (min-width: 1289px) {
  .main__container {
    /* min-height: calc(100vh - 33.125rem); */
    margin-top: 13.125rem;
  }
}
.flight_prodecures {
  margin-top: 1rem;
}
.flight_prodecures h4 {
  margin-bottom: 1rem;

  font-size: 1.125rem;
}

.video-wrapper {
  cursor: pointer;

  position: relative;
}
.video-wrapper p {
  pointer-events: none;

  position: absolute;
  top: 30px;
  left: 30px;

  max-width: 200px;

  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;

  letter-spacing: 0.05em;
}
.video-wrapper img {
  max-width: 100%;
}
.video-wrapper a {
  display: block;
}

.modal-dialog {
  margin: 30px auto;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
}
.modal-body {
  position: relative;

  padding: 0px;
}

.close {
  position: absolute;
  z-index: 999;
  top: 0;
  right: -30px;

  opacity: 1;

  color: #ffffff;
  font-size: 2rem;
  font-weight: normal;
}

body.newsletter .main__title h1,
body.newsletter-citoyen .main__title h1,
body.newsletter-pro .main__title h1 {
  text-align: center;
}
body.newsletter article > div > div > div.main__title,
body.newsletter-citoyen article > div > div > div.main__title,
body.newsletter-pro article > div > div > div.main__title {
  display: none;
}

/* WELL-AIR */
.page-template-archive-projects-well-air .site-header,
.single-project_well_air .site-header {
  display: none;
}
.page-template-archive-projects-well-air .section__container,
.single-project_well_air .section__container {
  padding-bottom: 0;

  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-template-archive-projects-well-air .section__container .section__title,
.single-project_well_air .section__container .section__title {
  margin: 0 0 0 0;
}
.page-template-archive-projects-well-air .section__container .section__title h1,
.single-project_well_air .section__container .section__title h1 {
  display: inline-block;

  width: 376px;
  height: 116px;

  overflow: hidden;

  margin: 3rem auto 3rem auto;

  background-image: url(../img/well-air-title.png);
  background-size: contain;

  text-indent: 100%;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .page-template-archive-projects-well-air
    .section__container
    .section__title
    h1,
  .single-project_well_air .section__container .section__title h1 {
    margin: 20rem auto 3rem auto;
  }
}
.page-template-archive-projects-well-air .main__container,
.single-project_well_air .main__container {
  margin-top: 0rem !important;
}

.single-project_well_air .section__container {
  background-position: center -100px;
}
.single-project_well_air .section__container .section__title h1 {
  width: 243px;
  height: 75px;
}
@media (min-width: 767px) {
  .single-project_well_air .section__container .section__title h1 {
    margin: 11rem auto 3rem auto;
  }
}
.single-project_well_air .main__container {
  margin-top: 2rem !important;
}

.page-template-archive-projects-well-air .main__baseline {
  font-size: 2.4375rem;
  line-height: 1;
}
.page-template-archive-projects-well-air .main__content {
  position: relative;

  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;

  background-color: #ffffff;
}
@media (min-width: 981px) {
  .page-template-archive-projects-well-air .main__content:before {
    content: "";

    display: block;

    position: absolute;
    top: 0;
    bottom: 0;

    width: 8%;

    background-color: #ffffff;
    transform: translateX(-95%);
    -webkit-transform: translateX(-95%);
  }
  .page-template-archive-projects-well-air .main__content:after {
    content: "";

    display: block;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 8%;

    background-color: #ffffff;
    transform: translateX(95%);
    -webkit-transform: translateX(95%);
  }
}

/* WELL-AIR */
.projects_well_air__list_title {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.projects_well_air__list {
  margin-bottom: 3rem;
}

.project_well_air-item img {
  height: auto;
  max-width: 100%;
}
.project_well_air-item__location {
  color: #ff6904;
}
.project_well_air-item__title a {
  color: black;
}

.project_well_air-single footer {
  margin-top: 3rem;
}

/* PARTENARIAT */
.sidebar--grey {
  background-color: #ececec;
}

.page-template-archive-partnerships aside ul {
  margin-top: 2rem;
  margin-left: 8%;
}
@media (min-width: 767px) {
  .page-template-archive-partnerships aside ul {
    margin-top: 7.5rem;
  }
}
@media (min-width: 767px) {
  .page-template-archive-partnerships aside ul {
    margin-top: calc(13.125rem - 80px);
  }
}

.partnerships-locations-list-link li {
  display: block;
}
.partnerships-locations-list-link li:after {
  content: "";

  display: block;

  width: 10px;
  height: 2;

  margin: 15px 0;

  background-color: #ffffff;
}
.partnerships-locations-list-link a {
  color: black;
}
.partnerships-locations-list-link a.active,
.partnerships-locations-list-link a:hover {
  color: #ff6904;
}

.partnership-item__text {
  margin-top: 1.5rem;
}
.partnership-item footer {
  margin-top: 2rem;
}

.partnerships__list .partnership-item__title {
  font-size: 1.375rem;
}
.partnerships__list .partnership-item__title a {
  color: black;
}
.partnerships__list .partnership-item__title a.active,
.partnerships__list .partnership-item__title a:hover {
  color: #ff6904;
}

/*
** Specific styles for the contact page (/contact)
*/
.page-id-16583 .main__container address {
  margin-bottom: 2rem;
}
.page-id-16583 .main__container address h3 {
  font-size: 1.25rem;
}
.page-id-16583 .main__container address a:first-of-type {
  display: inline-block;

  margin-top: 1rem;
}

@media screen and (min-width: 991px) {
  .page-id-16583 .wysiwyg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-id-16583 .wysiwyg > * {
    height: 100%;

    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
  }
  .page-id-16583 .wysiwyg > *:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page-id-16583 .wysiwyg address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    margin-bottom: 4.375rem;

    -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;
  }
  .page-id-16583 .wysiwyg address p:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/*
** Specific styles for the Nos valeurs page (/nos-valeurs)
*/
.values {
  padding: 30px;
}

.values__part__img {
  position: relative;

  width: 100%;
  height: 6.25rem;

  overflow: hidden;
}
.values__part__img img {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.values__part__content {
  position: relative;

  font-size: 1.625rem;
}

.values__part__content__title {
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .values__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 39rem;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .values__part:nth-child(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .values__part:nth-child(2n + 1) .values__part__content__wrapper {
    margin-left: calc((100% / 9) * 2);
  }

  .values__part__img {
    height: 100%;
  }

  .values__part__content {
    padding: 0;
  }

  .values__part__content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc((100% / 9) * 6);
    height: 100%;

    margin-left: calc(100% / 9);

    -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;
  }

  .values__part__content__title {
    font-size: 3.5rem;
  }
}
a.news__hero__panel {
  background-color: black;
}
a.news__hero__panel .news__hero__panel__title {
  color: white;
}
a.news__hero__panel .news__hero__panel__title span {
  font-size: 1.125rem;
  font-weight: 400;

  letter-spacing: 0.2rem;
}
a.news__hero__panel .news__hero__panel__title h2:after {
  display: block;

  position: relative;
  top: 0;
  right: 0;
  left: 0;

  opacity: 1;

  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
a.news__hero__panel:hover h2:after,
a.news__hero__panel:focus h2:after {
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
}

.news__title {
  margin: 3rem 0;
}

.news__item {
  margin-bottom: 1rem;
}
.news__item h3 {
  margin-top: 1.25rem;

  color: black;
  font-size: 1.375rem;
  font-weight: 400;
}
.news__item time {
  color: black;
  font-size: 1rem;
  font-weight: 300;
}
.news__item:hover img,
.news__item:focus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.news__item__img {
  width: 100%;

  overflow: hidden;
}
.news__item__img img {
  width: 100%;
  height: 100%;

  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-single h1 {
  font-size: 40px;
  font-weight: 800;
}
.news-single time {
  color: #c6c6c6;
  font-size: 1.375rem;
  font-weight: 800;
}
.news-single .wysiwyg {
  margin: 2.875rem 0;
}

@media screen and (min-width: 575px) {
  .news__list {
    display: grid;

    margin-bottom: 4rem;

    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }

  .news-single {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .news__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 991px) {
  a.news__hero__panel {
    height: 25rem;
  }

  .news__list {
    margin-bottom: 6rem;

    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .news-single {
    margin-top: 7.5rem;
  }
}
/* =========================
   Base styles (inchangés)
   ========================= */
.team__group__item {
  margin-bottom: 1.875rem;
  padding: 1.5rem;

  background-color: #ececec;

  font-size: 1.25rem;
}
.team__group__item h3 {
  font-size: 1.25rem;
}
.team__group__item p {
  font-size: 1.125rem;
}

.team__group__card {
  position: relative;

  margin-bottom: 1.875rem;
}
.team__group__card__title span {
  display: block;
}

.team__group__card__img img {
  display: block;

  width: 100%;
  height: auto;
}

.team__group__card__content {
  padding: 1.125rem;

  border: 1px solid #b2b2b2;
}
.team__group__card__content h3 {
  font-size: 1.125rem;
  font-weight: 800;
}
.team__group__card__content p {
  font-size: 1rem;
  font-weight: 800;
}

/* =========================
   Grille équipe (responsive)
   ========================= */
/* Mobile: 1 colonne */
.team__group__list {
  display: grid;

  grid-template-columns: 1fr;
  gap: 30px; /* remplace column-gap + row-gap */
}

/* ≥ 480px: 2 colonnes auto-fit, garde le gap */
@media (min-width: 480px) {
  .team__group__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ≥ 768px: 3 colonnes */
@media (min-width: 768px) {
  .team__group__list {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Les 2 premiers items sur toute la largeur */
  .team__group__item:first-child,
  .team__group__item:nth-child(2) {
    grid-column: 1 / -1;
  }

  /* Card: image à gauche, contenu à droite */
  .team__group__card {
    min-height: 260px; /* garde une présence visuelle stable */
  }
  .team__group__card__img {
    position: absolute;
    z-index: -1;

    width: calc(30% + 1rem);
    height: calc(100% - 1.125rem);

    overflow: hidden;

    inset: 0 auto 1.125rem 0; /* top:0; right:auto; bottom:1.125rem; left:0; */
  }
  .team__group__card__img img {
    height: 100%;

    object-fit: cover;
  }
  .team__group__card__content {
    margin: 1.25rem 0 0 30%;
    padding-left: 2rem;
  }
}

/* ≥ 1100px: respire un peu plus si besoin */
@media (min-width: 1100px) {
  .team__group__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =========================
   Partenaires (responsive)
   ========================= */
.partners__list {
  display: grid;

  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  align-items: center; /* vertical align des logos si hauteurs variables */
}

/* Hauteur auto en mobile, fixe en >= 480px pour garder l’alignement */
.partners__item {
  height: auto;
}
@media (min-width: 480px) {
  .partners__item {
    height: 100px;
  }
}

.partners__item a {
  display: flex;

  height: 100%;

  align-items: center;
  justify-content: center;
}

/* Assure un rendu propre des logos */
.partners__item img {
  display: block;

  height: auto;
  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
}

.partners__list {
  display: grid;

  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 100px;
  grid-gap: 2rem;
}

.partners__item {
  height: 100px;
}
.partners__item a {
  display: block;

  height: 100%;

  text-align: center;
}
.partners__item img {
  width: 100%;
  height: 100%;
  max-width: 100px;

  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 575px) {
  .partners__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 767px) {
  .partners__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 991px) {
  .partners__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
/*
** Specific styles for the Nos missions page (/nos-missions)
*/
.page-id-16572 .wysiwyg {
  margin-bottom: 6rem;

  counter-reset: missions;
}
.page-id-16572 .wysiwyg ol {
  padding: 0;

  list-style: none;
}
.page-id-16572 .wysiwyg li {
  position: relative;

  margin-bottom: 2rem;

  counter-increment: missions;
}
.page-id-16572 .wysiwyg li:last-child {
  margin-bottom: 0;
}
.page-id-16572 .wysiwyg li:before {
  content: counter(missions);

  color: black;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.page-id-16572 .wysiwyg li h2 {
  margin-top: 0;
}
.page-id-16572 .wysiwyg li a {
  display: inline-block;

  margin-right: 2rem;
}
.page-id-16572 .wysiwyg li a:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.page-id-16572 .wysiwyg li a:hover:after,
.page-id-16572 .wysiwyg li a:focus:after {
  left: 1rem;
}

@media screen and (min-width: 991px) {
  .page-id-16572 .wysiwyg li {
    margin-bottom: 3.125rem;
  }
}
.acf-map {
  height: 300px;
}

.housing__list li {
  margin: 3.75rem 0;
}

.housing__title h1 {
  display: inline-block;

  font-weight: 800;

  vertical-align: middle;
}

.housing__tag {
  display: inline-block;

  position: relative;

  margin-left: 5px;
  padding: 6px 14px;

  background: whitesmoke;

  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;

  vertical-align: middle;
  letter-spacing: 0.11em;
}

.housing__tag--new {
  display: inline-block;

  position: relative;

  margin-left: 5px;
  padding: 6px 14px;

  background: #ff6904;

  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;

  vertical-align: middle;
  letter-spacing: 0.11em;
}

.housing__address {
  margin-top: 1rem;
}

.housing__price {
  color: #ff6904;
  font-size: 1.875rem;
}

.housing__photos {
  display: grid;

  margin: 1rem 0;

  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 8.75rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}

.housing__photo:nth-child(n + 8) {
  display: none;
}

.housing__photo:first-child {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 3;
  grid-row-end: 4;
}
.housing__photo a {
  display: block;

  width: 100%;
  height: 100%;
}
.housing__photo img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.housing__infos {
  width: 100%;
}
.housing__infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 2rem 0;
  padding: 1.875rem;

  border: 2px solid black;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.housing__infos li {
  line-height: 2rem;

  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.housing__infos i {
  margin-right: 1rem;
}

.housing__item__description {
  margin-bottom: 2.5rem;
}

.housing__details {
  margin-bottom: 2.5rem;
}
.housing__details dl {
  display: grid;

  margin: 1rem 0;

  grid-template-columns: 10rem 1fr;
  row-gap: 1rem;
}

.housing__map {
  width: 100%;
  height: 350px;

  background: whitesmoke;
}

.housing__contact {
  display: block;

  margin: 1rem 0;

  text-align: center;
  line-height: 2.75rem;
}
.housing__price + .housing__contact {
  height: auto;

  padding: 5px;
}
.housing__contact--reserved {
  background: #474747;
}
.housing__contact--reserved:hover {
  background: #474747;
}

.housing__back {
  display: block;

  margin: 2rem 0;
}

.housing__list a:hover img,
.housing__list a:focus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.housing__item {
  color: black;
}

.housing__item__img {
  width: 100%;

  overflow: hidden;

  margin-bottom: 1.5625rem;
}
.housing__item__img img {
  width: 100%;
  height: 100%;

  -webkit-transition: 1s;
  transition: 1s;
  -o-object-fit: cover;
  object-fit: cover;
}
.housing__item__img.reserved {
  position: relative;
}
.housing__item__img.reserved::before {
  content: "Prise de rendez-vous cloturée";

  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  pointer-events: none;

  position: absolute;
  z-index: 2;

  width: 100%;
  height: 100%;

  background: rgba(71, 71, 71, 0.77);

  text-align: center;
  text-align: center;
  color: #f5f5f5;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  line-height: 22px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.housing__item__description {
  position: relative;

  padding-right: 104px;
}

.housing__item__title {
  display: block;

  font-size: 1rem;
  line-height: 1.5rem;
}

.housing__list--single .housing__item__description {
  padding-right: 82px;
}
.housing__list--single .housing__item__title {
  margin-bottom: 0.75rem;
  padding-right: 5rem;

  font-size: 1rem;
  line-height: 1.5rem;
}
.housing__list--single .housing__item__tag {
  position: absolute;
  top: 5px;
  right: 0;

  padding: 3px 7px;

  font-size: 12px;
}

.housing__item__price {
  color: #ff6904;
  font-size: 1.125rem;
}

.housing__item__tag {
  position: absolute;
  top: 5px;
  right: 0;

  padding: 6px 14px;

  background: whitesmoke;

  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;

  letter-spacing: 0.11em;
}

.housing__item__tag--new {
  position: absolute;
  top: -58px;
  right: 0;

  padding: 6px 14px;

  background: #ff6904;

  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;

  letter-spacing: 0.11em;
}

.housing__item__labels {
  position: absolute;
  top: -34px;
  right: 10px;

  margin-bottom: 0.5rem;
}

.housing__item__label {
  padding: 3px 7px;

  background: whitesmoke;

  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.housing__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.housing__navigation > * + * {
  margin-left: 2rem;
}

.housing__navigation__link__previous {
  display: inline-block;

  padding-left: 0.5rem;
}
.housing__navigation__link__previous:before {
  content: "◁";

  display: inline-block;

  position: relative;
  left: -0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.housing__navigation__link__previous:hover:before,
.housing__navigation__link__previous:focus:before {
  left: -1rem;
}

.housing__navigation {
  margin: 2rem 0;
}

.housing__navigation__link__middle {
  color: #ff6904;
}

.housing__navigation__link__next {
  display: inline-block;

  margin-right: 2rem;
  padding-right: 0.5rem;
}
.housing__navigation__link__next:after {
  content: "\25B7";

  display: inline-block;

  position: relative;
  left: 0.5625rem;

  color: #ff6904;
  font-weight: 500;

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.housing__navigation__link__next:hover:after,
.housing__navigation__link__next:focus:after {
  left: 1rem;
}

@media screen and (min-width: 767px) {
  .housing__list {
    display: grid;

    grid-gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .housing__list li {
    margin: 0;
  }

  .housing__list--single {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .housing__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .housing__title > div {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .housing__title > div:last-child {
    text-align: right;

    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .housing__infos {
    text-align: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .housing__infos li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media screen and (min-width: 991px) {
  .acf-map {
    height: 961px;
  }

  .housing-list {
    max-width: 1550px;

    margin: 0 auto;
  }

  .housing__back {
    margin-top: 5rem;
  }

  .housing__item__title {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }

  .housing__list--single .housing__item__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.formulaire h1 {
  font-weight: bold;
}
.formulaire .back-link:first-of-type {
  position: absolute;
  right: 0;
}

.ninja-forms-required-items {
  display: none;
}

.formulaire__hidden__panel {
  display: none;
}
.formulaire__hidden__panel.show {
  display: block;
}
.formulaire__hidden__panel .row:not(.ninja-forms-field) {
  margin-bottom: 0;
}
.formulaire__hidden__panel
  .row:not(.ninja-forms-field)
  + .row:not(.ninja-forms-field) {
  padding-top: 0;
}
.formulaire__hidden__panel .row:not(.ninja-forms-field) + .ninja-forms-field {
  margin-top: 3rem;
}
.formulaire__hidden__panel h2 {
  margin-bottom: 1rem;
}
.form-col {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .form-col:first-child {
    padding-left: 7.14286%;
  }
  .form-col:first-child .field-wrap {
    padding-left: 0;
  }
  .form-col:last-child {
    padding-right: 7.14286%;
  }
  .form-col:last-child .field-wrap {
    padding-right: 0;
  }
  .form-col.gr-6,
  .form-col.gr-4,
  .form-col.gr-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 991px) {
  .form-col.gr-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .form-col.gr-8 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}
.screen-reader-response {
  position: absolute;

  width: 1px;
  height: 1px;

  overflow: hidden;

  padding: 0;

  border: 0;

  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

/* ====================================================== refonte site 2025 ===========================================================*/

/* Utilitaires layout / spacing globaux */
.z100 {
  position: relative;
  z-index: 100;
}
.container-custom-footer {
  padding-inline: max(
    var(--gutter, 24px),
    calc((100vw - var(--content-max, 1240px)) / 2)
  );
}

@media (min-width: 768px) {
  .container-custom-footer {
    padding-inline: 0;
  }
}
.container-custom {
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .container-custom {
    padding-inline: max(
      var(--gutter, 24px),
      calc((100vw - var(--content-max, 1240px)) / 2)
    );
  }
}
.container-custom-l {
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .container-custom-l {
    padding-right: 0px;
    padding-left: max(
      var(--gutter, 24px),
      calc((100vw - var(--content-max, 1240px)) / 2)
    );
  }
}
.container-custom-r {
  padding-right: max(
    var(--gutter, 24px),
    calc((100vw - var(--content-max, 1240px)) / 2)
  );
}
.container-custom-responsive {
  padding-inline: 0;
}
@media (min-width: 576px) {
  .container-custom-responsive {
    padding-inline: max(
      var(--gutter, 24px),
      calc((100vw - var(--content-max, 1240px)) / 2)
    );
  }
}
.container-custom-full {
  padding-inline: max(
    var(--gutter, 24px),
    calc((100vw - var(--content-max, 1240px)) / 2)
  );
}
@media (min-width: 576px) {
  .container-custom-full {
    padding-inline: 0;
  }
}
.container-custom-full-reverse {
  padding-inline: 0;
}
@media (min-width: 576px) {
  .container-custom-full-reverse {
    padding-inline: max(
      var(--gutter, 24px),
      calc((100vw - var(--content-max, 1240px)) / 2)
    );
  }
}

.py-faq-intro {
  padding-block: 5px;
}

.pb-header {
  padding-bottom: 40px;
}
.pt-header {
  padding-top: 40px;
}
.py-header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-section {
  padding-bottom: 60px;
}
.pt-section {
  padding-top: 60px;
}
.py-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-block {
  padding-bottom: 80px;
}
.pt-block {
  padding-top: 80px;
}
.py-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .pb-block {
    padding-bottom: 120px;
  }
  .pt-block {
    padding-top: 120px;
  }
  .py-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.p-body {
  padding-inline: clamp(
    var(--gutter, 24px),
    calc((100vw - var(--content-max, 1240px)) / 2),
    var(--gutter-desktop, 88px)
  );
  padding-block: 56px;
}

/* Stacks / gaps */
.v-stack > * {
  margin-bottom: 24px;
}
.v-stack-xs > * {
  margin-bottom: 16px;
}
.v-stack-sm > * {
  margin-bottom: 32px;
}
.v-stack-md > * {
  margin-bottom: 48px;
}
.v-stack-lg > * {
  margin-bottom: 64px;
}
.v-stack-xl > * {
  margin-bottom: 120px;
}
.gap-md {
  gap: 40px !important;
}
@media (min-width: 768px) {
  .gap-md {
    gap: 120px !important;
  }
}
.gap-sm {
  gap: 20px !important;
}
@media (min-width: 768px) {
  .gap-sm {
    gap: 60px !important;
  }
}
.gap-xs {
  gap: 12px !important;
}
@media (min-width: 768px) {
  .gap-xs {
    gap: 30px !important;
  }
}
.gap-xxs {
  gap: 8px !important;
}
@media (min-width: 768px) {
  .gap-xs {
    gap: 16px !important;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.mw-600 {
  max-width: 600px;
}
.mw-750 {
  max-width: 750px;
}
.mw-1000 {
  max-width: 1000px;
}
.fs-16 {
  font-size: 16px !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}

.h1-page {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

/* Couleurs / boutons */
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-light-gray {
  background-color: #fafafa !important;
}
.text-gray-darker {
  color: #686767 !important;
}
.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.btn-primary {
  display: inline-block !important;

  padding: 10px 14px !important;

  background-color: var(--color-primary) !important;
  box-shadow: none !important;

  border: none !important;
  border-radius: 0 !important;

  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--color-secondary) !important;
  box-shadow: none !important;

  color: #ffffff !important;
}
.btn-secondary {
  display: inline-block !important;

  padding: 10px 14px !important;

  background-color: #ffffff !important;
  box-shadow: none !important;

  border: 1px solid var(--color-primary) !important;
  border-radius: 0 !important;

  color: var(--color-primary) !important;
  font-size: 14px !important;
  font-weight: 700;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #ffffff !important;
  box-shadow: none !important;

  border: 1px solid var(--color-secondary) !important;

  color: var(--color-secondary) !important;
}

/* Décor */
.has-decor {
  position: relative;
  z-index: 0;
}
.has-decor::before {
  content: "";

  pointer-events: none;

  position: absolute;
  z-index: 1000;
  right: clamp(8px, 5vw, 100px);
  bottom: clamp(-16px, -2vw, -20px);

  width: min(22vw, 296px);

  background: url("/wp-content/themes/sowaer/assets/img/logos/sowaer_sigle.png")
    no-repeat center / contain;
  opacity: 0.8;

  aspect-ratio: 1;
}
.has-decor > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .has-decor::before {
    display: none;
  }
}
.grid {
  display: grid;

  grid-template-columns: 1fr;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-form {
  display: grid;

  grid-template-columns: 1fr;
  row-gap: 24px;
}

@media (min-width: 576px) {
  .grid-form {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}

.leftright {
  display: grid;

  grid-template-columns: 1fr;
  row-gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .leftright {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 0;
  }

  .leftright.reverse {
    direction: rtl;
  }

  .leftright.reverse > * {
    direction: ltr;
  }
}

.leftright-footer {
  display: grid;

  grid-template-columns: 1fr;
  row-gap: 40px;
  align-items: center;
}

.leftright-footer > * ul {
  margin: 0;
}

@media (min-width: 768px) {
  .leftright-footer {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 0;
  }

  .leftright-footer.reverse {
    direction: rtl;
  }

  .leftright-footer.reverse > * {
    direction: ltr;
  }
}

.leftright-full {
  display: grid;

  grid-template-columns: 1fr;
  row-gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .leftright-full {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 0;
  }

  .leftright-full > .left {
    padding-right: 48px;
  }

  .leftright-full.reverse > .left {
    padding-left: 48px;
  }

  .leftright-full.reverse {
    direction: rtl;
  }

  .leftright-full.reverse > * {
    direction: ltr;
  }
}

.leftright-form {
  display: grid;

  grid-template-columns: 1fr;
  row-gap: 0px;
  align-items: center;
}

@media (min-width: 768px) {
  .leftright-form {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 0;
  }

  .leftright-form.reverse {
    direction: rtl;
  }

  .leftright-form.reverse > * {
    direction: ltr;
  }
}

.text-inboxed {
  display: block;

  padding: 40px;

  border: 1px solid var(--color-primary);
}

.leftright > * ul {
  padding: 0;

  list-style: disc;

  margin-inline: 24px;
}

.col-md-6 > * ul {
  padding: 0;

  list-style: disc;

  margin-inline: 24px;
}

/* procédure de vol 2025 */

/* ---------- Variables (facultatif si tu as déjà un système) ---------- */
/* Trajectoires vol */
.fp-block {
  margin-block: 130px;
}
.fp-block__head {
  display: flex;

  margin-bottom: 48px;

  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.fp-block h3 {
  margin: 0;
}

/* Select */
.fp-filter__select {
  padding: 8px 36px 8px 12px;

  background: #ffffff
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 20 20" fill="none" stroke="%236c3a22" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 8 10 12 14 8"/></svg>')
    no-repeat right 10px center;

  border: 1px solid #f1c7a8;
  border-radius: 0px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Grille */
.fp-grid {
  display: grid;

  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .fp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Carte / vignette 16:9 lazy */
.fp-card {
  margin: 0;
}
.fp-card__caption {
  margin-top: 8px;

  color: #333333;
  font-size: 14px;
}

/* Ratio box + cover */
.fp-thumb {
  position: relative;

  overflow: hidden;

  padding-top: 56.25%; /* 16:9 */

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);

  /*background: #000;     /* fond neutre avant chargement */

  border-radius: 0px;
}
.fp-thumb iframe,
.fp-thumb video {
  position: absolute;

  width: 100%;
  height: 100%;

  border: 0;

  inset: 0;
}

.fp-thumb__cover {
  display: grid;
  cursor: pointer;

  position: absolute;

  width: 100%;
  height: 100%;

  background: transparent;

  border: 0;

  inset: 0;
  place-items: center;
}
.fp-thumb__cover::before {
  content: "";

  position: absolute;

  inset: 0;
  /* background: linear-gradient(0deg, rgba(0,0,0,.45), rgba(0,0,0,.25)); */
}
.fp-thumb__img {
  position: absolute;
  z-index: 0;

  width: 100%;
  height: 100%;

  inset: 0;
  object-fit: cover;
}
.fp-thumb__title {
  position: absolute;
  bottom: 16px;
  left: 16px;

  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);

  letter-spacing: 0.2px;
}
.fp-thumb__play {
  display: inline-block;

  position: relative;

  width: 54px;
  height: 54px;

  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

  border-radius: 999px;
}
.fp-thumb__play::after {
  content: "";

  position: absolute;
  top: 16px;
  left: 20px;

  border-width: 12px 0 12px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
}

/* état après lecture : on masque la cover */
.fp-thumb.is-playing .fp-thumb__cover {
  display: none;
}

/* grid des partenaire */

.grid-partners {
  display: grid;

  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.grid-contact {
  display: grid;

  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .grid-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}

.grid-contact li {
  text-align: left;

  list-style: none;
}

.grid-contact__item {
  display: grid;

  justify-items: start;
  gap: 8px;
}

/* ====================================================== Fin refonte site 2025 ===========================================================*/
/* Harmonise les champs CF7 dans la grille existante */
.grid-form .wpcf7-form-control:not(.wpcf7-acceptance) {
  width: 100%;

  box-sizing: border-box;
}

/* Étend les textareas sur 2 colonnes (déjà fait inline via grid-column, ici en propre) */
@media (min-width: 576px) {
  #comment_1 {
    min-height: 140px;
  }
  .grid-form .form-group:has(#comment_1) {
    grid-column: 1 / -1;
  }
}

/* Icône du select : garde ton style actuel mais cible les selects CF7 aussi */
.list-dropdown-wrap select.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.title-video-locataires {
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
