* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  overflow-x: hidden;
}
body {
  position: relative;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
h1 {
  text-transform: uppercase;
  margin: 5px 0px 20px;
  font-size: 1.8em;
  color: #1d1d1b;
  font-weight: 300;
}
h2 {
  text-transform: uppercase;
  color: #1d1d1b;
  margin-bottom: 30px;
  font-weight: bold;
}
h3 {
  text-transform: uppercase;
  color: #1d1d1b;
}
.bold {
  font-weight: bold;
}
.container-90 {
  width: 90%;
  margin: 0 auto;
}
.container-full {
  width: 100%;
}
.container-padding {
  padding-left: 5%;
  padding-right: 5%;
}
.flex-row {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-switch {
  display: flex;
  flex-direction: column;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
}
.banner {
  position: relative;
}
.banner .background {
  height: 380px;
  max-width: unset;
  object-fit: cover;
}
.banner .banner-content {
  position: absolute;
  left: 5%;
  top: 10%;
}
.banner .banner-content p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2em;
}
img {
  width: 100%;
  height: auto;
  max-width: fit-content;
  display: block;
}
a,
.btn-white,
.btn-blue,
.btn-red-alt-small {
  transition: background-color 0.3s ease-in, color 0.2s ease-in;
  text-decoration: unset;
  cursor: pointer;
}
.btn-white {
  color: #ca0b1c;
  padding: 10px 30px;
  border: 1px solid #ca0b1c;
  text-decoration: none;
  background-color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
.btn-white:hover {
  background-color: #ca0b1c;
  color: #ffffff;
}
.btn-red,
.btn-red-alt,
.btn-red-small,
.btn-red-alt-small {
  color: #ca0b1c;
  padding: 1em 3em;
  border: 2px solid #ca0b1c;
  border-radius: 15px;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
.btn-red:hover,
.btn-red-alt:hover,
.btn-red-small:hover,
.btn-red-alt-small:hover {
  background-color: #ca0b1c;
  color: #ffffff;
}
.btn-red-alt,
.btn-red-alt-small {
  color: #ffffff;
}
.btn-red-small,
.btn-red-alt-small {
  font-size: 0.95em;
}
.btn-red-2 {
  color: #ffffff;
  padding: 1em 3em;
  background-color: transparent;
  border: 2px solid #ca0b1c;
  border-radius: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
.btn-red-2:hover {
  background-color: #ca0b1c;
  color: #ffffff;
}
.btn-red-3 {
  color: #ffffff;
  padding: 0.3em 1.8em;
  border: 2px solid #ca0b1c;
  border-radius: 15px;
  text-decoration: none;
  background-color: #ca0b1c;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
.btn-red-3:hover {
  background-color: transparent;
  color: #ca0b1c;
}
.img-desktop {
  display: none;
}
.break {
  display: block;
}
input,
textarea {
  display: block;
  margin-bottom: 5px;
  border: 0px;
  padding: 15px;
}
input::placeholder,
textarea::placeholder {
  color: #1d1d1b;
  opacity: 1;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 12px;
}
input[type="submit"] {
  margin-top: 30px;
}
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
}
.file-upload-wrapper:after {
  background-color: #f0f0f0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  color: #1d1d1b;
  font-weight: bold;
  font-family: monospace;
  opacity: 1;
}
.file-upload-wrapper:before {
  content: 'Upload';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: #ca0b1c;
  color: #ffffff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #9a0815;
}
.file-upload-wrapper.resume:before {
  content: 'Upload your resume';
}
.display_50_50image,
.display_50image_50 {
  display: flex;
  flex-direction: column;
  padding: 0px 5%;
}
.display_50_50image h1,
.display_50image_50 h1 {
  padding: 45px 0px 15px;
}
.display_50image_50 {
  flex-direction: column-reverse;
}
.display_50_50image > div:last-of-type > img,
.display_50image_50 > div:first-of-type > img {
  max-width: 100%;
}
.btn_contact_container {
  padding: 30px 0px;
}
ul.dashed {
  list-style-type: none;
  padding-left: 0px;
}
ul.dashed > li:before {
  content: "\2014\00a0";
  font-weight: bold;
  color: #ca0b1c;
}
.flex-end {
  display: flex;
  justify-content: end;
}
.message__success {
  display: block;
  padding: 10px 12px;
  background-color: #ddfad9;
  border: 1px solid #288d1b;
  color: #288d1b;
}
.message__error {
  display: block;
  padding: 10px 12px;
  background-color: #f8d7da;
  border: 1px solid #8d1b1b;
  color: #8d1b1b;
}
.section_50_50 {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.section_50_50 > div {
  width: 100%;
}
.section-intro > .container-90 {
  width: 100%;
  flex-direction: column-reverse;
}
.section-intro > .container-90 .col-1 h1 {
  margin: 20px 0px 20px;
  text-align: center;
}
.section-intro > .container-90 .col-2 img {
  max-width: 370px;
  margin: auto;
}
.section-description .container-full .col-2 {
  background-color: #1d1d1b;
  padding: 0 5%;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.section-description .container-full .col-2 h2 {
  font-weight: 800;
}
.section-description .container-full .col-2 h2,
.section-description .container-full .col-2 p {
  color: #ffffff;
}
.section-description .container-full .col-2 .row-1,
.section-description .container-full .col-2 .row-2 {
  margin-top: 30px;
}
.section-departements {
  margin-top: 40px;
}
.section-departements .row-1 h2 {
  font-weight: 300;
  text-align: center;
}
.section-departements .row-1 h2 .bold {
  font-weight: 800;
}
.section-departements .row-2 {
  margin-top: 50px;
}
.section-departements .row-2 .grid-container {
  column-gap: 12px;
  row-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.section-departements .row-2 .grid-container .departement {
  position: relative;
  width: fit-content;
  margin: auto;
}
.section-departements .row-2 .grid-container .departement a:hover .btn-red-alt-small {
  background-color: #ca0b1c;
}
.section-departements .row-2 .grid-container .departement .elm-absolute {
  position: absolute;
  top: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
.section-departements .row-2 .grid-container .departement .elm-absolute h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 1.8em;
}
.section-departements .row-2 .grid-container .departement .elm-absolute .btn-red-alt-small {
  margin-top: 70px;
}
.section-departements .row-2 .grid-container .departement .elm-absolute:hover {
  background-color: #00000040;
}
.section-partenaires {
  margin-top: 74px;
  margin-bottom: 130px;
}
.section-partenaires .container-90 .partenaires {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.section-partenaires .container-90 .partenaires img {
  max-height: fit-content;
}
@media only screen and (min-width: 768px) {
  .section-intro {
    margin-bottom: 70px;
  }
  .section-intro .flex-switch {
    flex-direction: row;
    align-items: center;
  }
  .section-intro .flex-switch .col-1,
  .section-intro .flex-switch .col-2 {
    width: 45%;
  }
  .section-intro .flex-switch .col-1 h1 {
    text-align: left;
  }
  .section-intro .flex-switch .col-2 img {
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .banner .background {
    height: auto;
    object-fit: unset;
  }
  .banner .banner-content {
    top: 42%;
  }
  .banner .banner-content p {
    font-size: 2.5em;
  }
  .btn-red-small,
  .btn-red-alt-small {
    padding: 1em 1em;
  }
  .section_50_50 {
    display: flex;
    flex-direction: row;
  }
  .section_50_50__container {
    padding: 0px 5%;
  }
  .section_50_50 > div {
    width: 50%;
  }
  .section-intro {
    padding-top: 190px;
    margin-bottom: 0;
  }
  .section-intro .flex-switch .col-2 {
    width: 51%;
  }
  .section-intro > .container-90 {
    justify-content: space-between;
    align-items: center;
  }
  .section-intro > .container-90 .col-1 h1 {
    margin-top: 0;
  }
  .section-description .container-full .col-1 {
    width: 49%;
  }
  .section-description .container-full .col-2 {
    width: 51%;
    margin-bottom: 0;
  }
  .section-description .container-full .col-2 h2 {
    line-height: 40px;
  }
  .section-departements {
    margin-top: 80px;
  }
  .section-departements .row-2 .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .flex-switch {
    flex-direction: row;
  }
  h1 {
    font-size: 3.3em;
  }
  h2 {
    font-size: 2.5em;
  }
  .img-mb {
    display: none;
  }
  .img-desktop {
    display: inline-block;
  }
  .display_100 {
    padding: 45px 10% 45px 10%;
  }
  .display_50_50image {
    padding: 45px 0px 45px 10%;
  }
  .display_50_50image > div:last-of-type > img {
    width: 100%;
  }
  .display_50image_50 {
    padding: 45px 10% 45px 0px;
  }
  .display_50image_50 > div:first-of-type > img {
    width: 100%;
  }
  .display_50_50image,
  .display_50image_50 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
  }
  .display_50_50image > *,
  .display_50image_50 > * {
    width: 50%;
    position: relative;
  }
  .display_50image_50_no_align {
    align-items: normal;
  }
  .display_50_50image > div:last-of-type > img,
  .display_50image_50 > div:first-of-type > img {
    max-width: none;
  }
  .btn_contact_container {
    padding: 90px 0px 90px 10%;
  }
  .section-intro > .container-90 {
    justify-content: space-between;
    align-items: center;
  }
  .section-description .container-full .col-2 h2 {
    font-size: 1.8em;
  }
  .section-departements .row-1 h2 .break {
    font-size: 0.9em;
  }
  .section-departements .row-2 .grid-container .departement .elm-absolute h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1500px) {
  h2 {
    font-size: 3em;
  }
  .btn-red-small,
  .btn-red-alt-small {
    padding: 1em 3em;
  }
  .banner .banner-content {
    left: 5%;
  }
  .banner .banner-content p {
    left: 4%;
  }
  .section-description .container-full .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-description .container-full .col-2 h2 {
    font-size: 2.1em;
  }
  .section-description .container-full .col-2 .row-1,
  .section-description .container-full .col-2 .row-2 {
    margin-top: 55px;
  }
  .section-description .container-full .col-2 .row-1 {
    margin-top: -15px;
  }
  /*
        Visuelle différent dans pages secondaires
    */
  .home .section-departements .row-2 .grid-container {
    width: 96%;
    grid-template-columns: repeat(4, 1fr);
  }
  .section-departements {
    margin-top: 150px;
  }
  .section-departements .row-1 h2 {
    font-size: 2.5em;
  }
  .section-departements .row-2 {
    margin-top: 100px;
  }
  .section-departements .row-2 .grid-container {
    width: 78%;
  }
  .section-departements .row-2 .grid-container .departement .elm-absolute h3 {
    font-size: 2em;
  }
}
.header {
  width: 90%;
  top: 0px;
  background-color: #ffffff;
  z-index: 99;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  margin: auto;
}
.header > .menu_mobile {
  display: block;
}
.header > .menu_desktop {
  display: none;
}
.header > .menu_desktop > ul {
  margin: 1em 0px;
}
.header .header__logo {
  min-width: 140px;
  max-width: 140px;
}
.header a {
  color: #1d1d1b;
  text-decoration: none;
  text-transform: uppercase;
}
.header a:hover {
  color: #1d1d1b;
}
.header ul {
  display: flex;
  justify-content: right;
  padding: 0px;
  list-style: none;
}
.header ul > li {
  padding: 15px;
  position: relative;
}
.header ul > li > .invisible-div {
  position: absolute;
  padding-bottom: 32px;
  bottom: -16px;
  width: 85%;
}
.header ul > li > ul {
  flex-direction: column;
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
}
.header ul > li > ul > li {
  /* padding: 0px; */
  background-color: #003764;
}
.header ul > li:hover > ul {
  display: flex;
  width: 100%;
}
.header__logo img {
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 0px 15px 5%;
    align-items: center;
    background-color: transparent;
  }
  .header .menu_mobile {
    display: none;
  }
  .header > .menu_desktop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 5% 0 30px;
    align-items: end;
    background-color: #ffffff;
  }
  .header > .menu_desktop > ul:first-of-type {
    margin-bottom: 0px;
  }
  .header > .menu_desktop > ul:last-of-type {
    margin-top: 0px;
  }
  .header > .menu_desktop li > a {
    display: block;
    border-bottom: 4px solid #ffffff;
  }
  .header > .menu_desktop li > a:hover {
    border-bottom: 4px solid #ca0b1c;
  }
  .header > .menu_desktop li > a > span {
    display: block;
    font-weight: bold;
  }
  .header > .menu_desktop ul.actif {
    display: block;
  }
  .header > .home {
    position: absolute;
    top: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .header__logo {
    min-width: 150px;
    max-width: 150px;
  }
  .header .header__logo img {
    width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .header .header__logo {
    min-width: 200px;
    max-width: 200px;
    margin-right: 120px;
  }
  .header .header__logo img {
    width: 100%;
  }
  .header ul > li {
    padding: 2px 15px;
  }
  .header > .menu_desktop {
    flex-direction: row;
    align-items: center;
  }
  .header > .menu_desktop > ul:first-of-type {
    margin-bottom: 1em;
  }
  .header > .menu_desktop > ul:last-of-type {
    margin-top: 1em;
  }
}
#icon-hamburgler {
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#icon-hamburgler > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1d1d1b;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#icon-hamburgler > span:nth-child(1) {
  top: 0px;
}
#icon-hamburgler > span:nth-child(2),
#icon-hamburgler > span:nth-child(3) {
  top: 6px;
}
#icon-hamburgler > span:nth-child(4) {
  top: 12px;
}
#icon-hamburgler.open > span:nth-child(1),
#icon-hamburgler.open > span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
#icon-hamburgler.open > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#icon-hamburgler.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_mobile__nav {
  display: flex;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
  transform: translateY(-200%);
  z-index: 98;
  position: absolute;
}
.menu_mobile__nav.toggled {
  transform: translateY(0);
}
.menu_mobile__nav a {
  text-decoration: none;
  text-transform: uppercase;
}
.menu_mobile__nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu_mobile__nav > ul {
  flex: 0 0 100%;
  background-color: #ffffff;
}
.menu_mobile__nav > ul > li:not(:last-child) {
  border-bottom: solid 1px #1d1d1b;
}
.menu_mobile__nav > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu_mobile__nav > ul > li a:hover > div {
  color: #ca0b1c;
}
.menu_mobile__nav > ul > li a > div {
  padding: 15px;
  background-color: #ffffff;
  color: #1d1d1b;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 300;
}
.menu_mobile__nav > ul > li a > div.link-arrow {
  background-color: #ca0b1c;
  color: #ffffff;
  font-size: 24px;
}
.menu_mobile__nav > ul > li a > div.link-arrow:hover {
  background-color: #9a0815;
}
.menu_mobile__nav > ul > li a > div > span {
  font-weight: bold;
}
.menu_mobile__nav > ul > li a.nav-back-link > div.link-arrow {
  flex-grow: 1;
}
.expandable__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #ffffff;
  transition: 0.3s;
  visibility: hidden;
}
.expandable__content > li:not(:last-child) {
  border-bottom: solid 1px #1d1d1b;
}
.expandable__content > li > a {
  background-color: #ffffff;
}
.expandable__content > li > a.nav-back-link {
  background-color: #ca0b1c;
  color: #ffffff;
}
.expandable__content > li > a.nav-back-link:hover {
  background-color: #9a0815;
}
.expandable.expanded .expandable__content {
  transform: translateX(0);
  visibility: visible;
}
footer {
  padding: 60px 5%;
  background-image: url('/public/assets/images/webp/footer.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-color: #f9f9f9;
  text-align: center;
}
footer a {
  color: #ca0b1c;
}
footer a:hover {
  color: #9a0815;
}
footer > div:first-of-type {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 60px;
}
footer > div:first-of-type > div:first-of-type .footer__logo {
  min-width: 200px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
footer > div:first-of-type > div:first-of-type .footer__logo img {
  max-height: 100%;
  max-width: 100%;
}
footer > div:first-of-type > div:last-of-type {
  display: flex;
  gap: 70px;
  flex-direction: column;
}
footer > div:first-of-type > div:last-of-type h3 {
  font-weight: 800;
}
footer > div:first-of-type > div:last-of-type > div {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
footer > div:first-of-type > div:last-of-type > div > div {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
footer > div:first-of-type > div:last-of-type > div > div > div {
  display: flex;
  flex-direction: column;
}
footer > div:first-of-type > div:last-of-type > div > div > div img {
  margin-bottom: 15px;
  max-width: 150px;
  align-self: center;
}
footer > div:first-of-type > div:last-of-type > div > div > div .btn-red-3 {
  align-self: center;
}
footer > div:last-of-type {
  display: flex;
  gap: 15px;
  flex-direction: column;
  font-size: 0.8em;
}
@media only screen and (min-width: 992px) {
  footer {
    padding: 60px 5% 120px;
    text-align: inherit;
  }
  footer > div:first-of-type {
    flex-direction: row;
    align-items: center;
  }
  footer > div:first-of-type > div:first-of-type .footer__logo {
    margin-left: unset;
    margin-right: unset;
  }
  footer > div:first-of-type > div:first-of-type .addresse {
    margin-top: 20px;
  }
  footer > div:first-of-type > div:last-of-type {
    flex-direction: row;
  }
  footer > div:first-of-type > div:last-of-type h3 {
    font-size: 1.5em;
  }
  footer > div:first-of-type > div:last-of-type > div > div {
    flex-direction: row;
  }
  footer > div:last-of-type {
    flex-direction: row;
    gap: 26px;
  }
}
input[name="name"] {
  display: none;
}
label[for="cv"] {
  cursor: pointer;
  display: flex;
  column-gap: 12px;
}
label[for="cv"]:hover {
  color: #ca0b1c;
}
input[type="file"] {
  display: none;
}
input::placeholder,
textarea::placeholder {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.form-error {
  color: red;
  font-weight: bold;
  margin-bottom: 12px;
}
.input-error {
  border: 3px solid red !important;
}
.fields-error {
  color: red;
  font-weight: bold;
}
.message-success {
  display: block;
  padding: 10px 12px;
  background-color: #ddfad9;
  border: 1px solid #288d1b;
  color: #288d1b;
}
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.uploaded-files {
  margin-top: 14px;
}
.anim-opacity {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.4s ease-in;
  transition-delay: var(--delay, 0s);
}
.anim-opacity.actif {
  opacity: 1;
  transform: translateY(0);
}
.anim-translate {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.3s ease-in;
  transition-delay: var(--delay, 0s);
}
.anim-translate.actif {
  opacity: 1;
  transform: translateX(0);
}
.anim-only-opacity {
  opacity: 0;
  transition: all 0.4s ease-in;
  transition-delay: var(--delay, 0s);
}
.anim-only-opacity.actif {
  opacity: 1;
}
body.home .home__section1 {
  padding: 30px 0px 0px 0px;
  background-image: #ffffff;
}
body.home .home__section1 h1 {
  margin-bottom: 15px;
}
body.home .home__section1 h1 .break {
  font-weight: bold;
}
body.home .home__section1 p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.home .home__section1 > div:first-of-type {
  padding: 0px 5% 0px 5%;
  display: flex;
  flex-direction: column-reverse;
}
body.home .home__section2 {
  background-image: url('/public/assets/images/webp/home/index-banniere-solution-systeme-ventilation.webp');
  background-size: cover;
  padding: 15px 5% 15px 5%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  row-gap: 70px;
}
body.home .home__section2 > div:first-of-type {
  margin-bottom: 15px;
}
body.home .home__section2 h2 {
  color: #ffffff;
  font-weight: 800;
}
body.home .home__section2 img {
  max-width: 290px;
}
body.home .home__section3 {
  padding: 0px 5% 15px 5%;
  display: flex;
  align-items: center;
}
body.home .home__section3 h2 {
  font-weight: 800;
}
body.home .home__section3 h2 span {
  font-weight: 300;
}
body.home .home__section3 .accordeon {
  margin-bottom: 15px;
}
body.home .home__section3 .accordeon .accordeon_item_content {
  row-gap: 20px;
}
body.home .home__section3 > div:first-of-type {
  margin-top: 50px;
  margin-bottom: 80px;
}
body.home .home__section4 h2 {
  text-align: center;
}
body.home .home__section4 .department_listing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
body.home .home__section4 .department_listing article {
  position: relative;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}
body.home .home__section4 .department_listing article > .department_content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
body.home .home__section4 .department_listing article > .department_content:hover {
  background-color: transparent;
}
body.home .home__section4 .department_listing article > .department_content h3 {
  color: #ffffff;
}
body.home .home__section4 .department_listing article > .department_content .btn-red-small {
  align-self: center;
}
body.home .home__section4 .department_listing article > img {
  width: 100%;
  display: block;
}
body.home .home__section5 {
  padding: 60px 5%;
}
body.home .home__section5 .partner_listing {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
body.home .home__section5 .partner_listing img {
  height: fit-content;
}
body.home .home__section6 {
  padding: 0px;
  position: relative;
}
body.home .home__section6 h2,
body.home .home__section6 h3 {
  color: #ffffff;
}
body.home .home__section6 h2 span {
  font-weight: 300;
}
body.home .home__section6 h3 {
  border-bottom: 2px solid #ca0b1c;
  padding-bottom: 7.5px;
}
body.home .home__section6 p:last-of-type {
  margin-bottom: 60px;
}
body.home .home__section6 .careers {
  position: relative;
  margin-top: -10%;
  margin-bottom: 60px;
  width: 100%;
}
body.home .home__section6 .careers__inner {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  color: #ffffff;
  margin: 0px auto;
  padding: 30px 5%;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  body.home .home__section5 {
    padding: 90px 5%;
  }
  body.home .home__section6 .careers {
    margin-bottom: 84px;
  }
  body.home .home__section6 .careers__inner {
    width: calc(90% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  body.home .home__section1 {
    display: flex;
    align-items: center;
    padding: 0 0px 0px 0px;
  }
  body.home .home__section1 h1 {
    margin-bottom: 60px;
  }
  body.home .home__section1 p {
    font-size: 2em;
    margin-bottom: 0px;
  }
  body.home .home__section1 > div:first-of-type {
    padding: 208px 0px 0px 5%;
  }
  body.home .home__section1 > div:last-of-type {
    margin-top: 16%;
  }
  body.home .home__section2 {
    margin-bottom: 0px;
    padding: 60px 0px 60px 5%;
  }
  body.home .home__section2 > div:first-of-type {
    margin-bottom: 0px;
  }
  body.home .home__section2 h2 {
    padding-bottom: 60px;
  }
  body.home .home__section2 img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  body.home .home__section3 {
    padding: 0px 0px 60px 5%;
  }
  body.home .home__section3 .accordeon {
    max-width: 80%;
    margin-bottom: 30px;
  }
  body.home .home__section3 > div:first-of-type {
    margin-top: 0;
    margin-bottom: 30px;
  }
  body.home .home__section3 > div:last-of-type {
    text-align: right;
  }
  body.home .home__section3 h2 span {
    font-size: 0.7em;
  }
  body.home .home__section4 .department_listing {
    flex-direction: row;
  }
  body.home .home__section4 .department_listing article {
    width: calc(50% - 15px);
  }
  body.home .home__section6 .careers__inner {
    padding: 30px 60px;
    width: 50%;
  }
}
@media only screen and (min-width: 1500px) {
  body.home .home__section1 > div:first-of-type {
    width: 46%;
  }
  body.home .home__section1 > div:last-of-type {
    width: 54%;
    margin-top: 0;
  }
  body.home .home__section2 img {
    max-width: fit-content;
  }
  body.home .home__section4 .department_listing article {
    width: calc(25% - 22.5px);
  }
  body.home .home__section6 h2 {
    font-size: 2.5em;
  }
}
.cookies-action-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  /* margin-top: 1rem; */
  gap: 1rem;
  flex-shrink: 0;
}
.cookies_popup p {
  text-align: left;
}
.cookies_popup li {
  font-size: 1rem;
}
.cookies-container {
  flex-direction: column;
  color: white;
}
.cookies-modal {
  position: relative;
  z-index: 999999999999;
  background-color: #fff;
  padding: 32px;
  width: 100%;
  height: auto;
  max-width: 700px;
  box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.cookies-modal-list-item {
  width: 100%;
  position: relative;
  column-gap: 20px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.cookies-modal-list-item:last-of-type {
  border-bottom: 0;
}
.cookies-toggle-heading {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: var(--black);
}
.cookies-modal-list-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookies-toggle-checkbox {
  display: none;
}
.cookies-toggle-label {
  flex-shrink: 0;
  width: 60px;
  height: 34px;
  background-color: #ccc;
  border-radius: 34px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: background-color 0.4s;
  margin: 0 auto;
}
.cookies-toggle-checkbox:disabled ~ .cookies-toggle-label {
  cursor: not-allowed;
}
.cookies-toggle-checkbox:checked ~ .cookies-toggle-label {
  background-color: #ca0b1c;
}
.cookies-toggle-label::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: transform 0.4s;
}
.cookies-toggle-checkbox:checked ~ .cookies-toggle-label::before {
  transform: translateX(26px);
}
.cookies-toggle-text {
  display: block;
  color: black;
}
.cookies-banner-close {
  transition: transform 500ms ease-in-out;
  transform: translateY(100%);
}
.cookies-configuration-modal {
  transition: opacity 500ms ease-in-out;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9999999999;
}
.cookies-modal-animate-open {
  transition: opacity 500ms ease-in-out;
  opacity: 1;
}
.cookies-modal-animate-close {
  transition: opacity 500ms ease-in-out;
  opacity: 0;
}
.cookies-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cookies-action-wrapper {
    flex-direction: row;
    align-items: center;
  }
  .cookies-container {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .cookies_popup .cookies-modal {
    width: 70%;
  }
}
@media (min-width: 420px) {
  .cookies_popup .cookies-modal {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .cookies_popup li {
    font-size: 90%;
  }
}
.cookies_popup button {
  border-radius: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-gerance-installation .section-intro {
    margin-bottom: 0;
  }
  .page-gerance-installation .section-intro > .container-90 .col-1 h1 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-dessin-coordination .section-intro {
    margin-bottom: 0;
  }
  .page-dessin-coordination .section-intro .flex-switch .col-2 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1536px) {
  .page-dessin-coordination .section-intro {
    padding-top: 142px;
  }
}
@media only screen and (min-width: 1536px) {
  .page-controle-integration .section-intro {
    padding-top: 142px;
  }
}
@media only screen and (min-width: 1536px) {
  .page-refrigeration-ventilation .section-intro {
    padding-top: 142px;
  }
}
.page-equipe .section-banner .banner-content {
  right: 5%;
}
.page-equipe .section-banner h2,
.page-equipe .section-banner p {
  color: white;
}
.page-equipe .section-banner p {
  text-transform: none;
  font-weight: unset;
  font-size: unset;
}
.page-equipe .section-banner h2 {
  margin-bottom: 22px;
  font-weight: 800;
}
.page-equipe .section-equipe {
  margin-bottom: 130px;
}
.page-equipe .section-equipe > .container-90 .row-2 {
  margin-top: 44px;
}
.page-equipe .section-equipe > .container-90 .row-2 .grid-container {
  row-gap: 44px;
  column-gap: 20px;
  grid-template-columns: 1fr;
}
.page-equipe .section-equipe > .container-90 .row-2 .grid-container .domaine h3 {
  margin-bottom: 12px;
  color: #090909;
  font-weight: 800;
}
.page-equipe .section-equipe > .container-90 .row-2 .grid-container .domaine hr {
  margin-top: 22px;
  background-color: #ca0b1c;
  color: #ca0b1c;
}
.page-equipe .section-equipe > .container-90 .row-3 {
  margin-top: 70px;
}
@media only screen and (min-width: 1024px) {
  .page-equipe .section-banner .banner-content {
    top: 10%;
  }
  .page-equipe .section-banner h2 {
    font-size: 1.8em;
    margin-bottom: 28px;
  }
  .page-equipe .section-banner p {
    font-size: unset;
    max-width: 680px;
  }
  .page-equipe .section-equipe > .container-90 .row-2 {
    margin-top: 70px;
  }
  .page-equipe .section-equipe > .container-90 .row-2 .grid-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 46px;
  }
  .page-equipe .section-equipe > .container-90 .row-2 .grid-container .domaine h3 {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .page-equipe .section-intro {
    padding-top: 130px;
  }
  .page-equipe .section-banner .banner .background {
    min-height: 490px;
    object-fit: cover;
  }
  .page-equipe .section-banner .banner .banner-content {
    left: 5%;
    top: 34%;
  }
  .page-equipe .section-banner h2 {
    font-size: 2.2em;
  }
  .page-equipe .section-equipe {
    margin-bottom: 140px;
  }
  .page-equipe .section-equipe > .container-90 .row-2 {
    margin-top: 90px;
  }
  .page-equipe .section-equipe > .container-90 .row-2 .grid-container {
    column-gap: 130px;
  }
  .page-equipe .section-equipe > .container-90 .row-2 .grid-container .domaine h3 {
    font-size: 1.4em;
  }
}
.page-carriere .section-vie .banner-content {
  color: #ffffff;
}
.page-carriere .section-joindre {
  margin-bottom: 90px;
}
.page-carriere .section-joindre > .container-90 .row-1 {
  margin-top: 30px;
}
.page-carriere .section-joindre > .container-90 .row-1 h2 {
  margin-bottom: 18px;
  font-weight: 800;
  text-transform: none;
}
.page-carriere .section-joindre > .container-90 .row-2 {
  margin-top: 44px;
}
.page-carriere .section-joindre > .container-90 .row-2 .grid-container {
  row-gap: 44px;
  column-gap: 20px;
  grid-template-columns: 1fr;
}
.page-carriere .section-joindre > .container-90 .row-2 .grid-container .liste h3 {
  margin-bottom: 12px;
  color: #030405;
  font-weight: 800;
}
.page-carriere .section-joindre > .container-90 .row-2 .grid-container .liste ul {
  row-gap: 20px;
  list-style: inside;
}
.page-carriere .section-form > .container-90 .row-1 h2 {
  font-weight: 800;
}
.page-carriere .section-form > .container-90 .row-2 form .row .input-container {
  margin-bottom: 20px;
}
.page-carriere .section-form > .container-90 .row-2 form #button-submit {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .page-carriere .section-vie .banner .background {
    height: 380px;
    object-fit: cover;
  }
  .page-carriere .section-vie .banner .banner-content {
    top: 34%;
  }
  .page-carriere .section-joindre > .container-90 .row-1 h2 {
    font-size: 1.8em;
  }
  .page-carriere .section-joindre > .container-90 .row-1 p {
    max-width: 680px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 {
    margin-top: 70px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 .grid-container {
    grid-template-columns: repeat(2, 0.4fr);
    column-gap: 46px;
  }
  .page-carriere .section-form > .container-90 .row-1 h2 {
    font-size: 1.8em;
  }
  .page-carriere .section-form > .container-90 .row-2 form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .page-carriere .section-vie .banner .background {
    height: auto;
    object-fit: unset;
  }
  .page-carriere .section-vie .banner .banner-content {
    top: 42%;
  }
  .page-carriere .section-joindre > .container-90 .row-1 {
    margin-top: 110px;
  }
  .page-carriere .section-joindre > .container-90 .row-1 h2 {
    font-size: 2.2em;
  }
  .page-carriere .section-joindre > .container-90 .row-2 {
    margin-top: 90px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 .grid-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 130px;
  }
  .page-carriere .section-joindre > .container-90 .row-2 .grid-container .liste h3 {
    font-size: 1.4em;
  }
  .page-carriere .section-form > .container-90 .row-1 h2 {
    font-size: 2.2em;
  }
  .page-carriere .section-form > .container-90 .row-2 form #button-submit {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.page-contact .section-vie .banner-content {
  color: #ffffff;
}
.page-contact .section-bureaux {
  margin-bottom: 90px;
}
.page-contact .section-bureaux > .container-90 > h2 {
  text-transform: none;
  font-weight: 800;
}
.page-contact .section-bureaux > .container-90 .row-1 {
  margin-top: 30px;
}
.page-contact .section-bureaux > .container-90 .row-1 h2 {
  margin-bottom: 32px;
  font-weight: 800;
  text-transform: none;
}
.page-contact .section-bureaux > .container-90 .row-1 a {
  display: block;
  color: #1d1d1b;
}
.page-contact .section-bureaux > .container-90 .row-1 .adresse:hover {
  color: #ca0b1c;
}
.page-contact .section-bureaux > .container-90 .row-1 .telephone {
  font-size: 1.3em;
  color: #1d1d1b;
  font-weight: 800;
  margin-top: 16px;
}
.page-contact .section-bureaux > .container-90 .row-1 .telephone:hover {
  color: #ca0b1c;
}
.page-contact .section-bureaux > .container-90 .row-1 .courriel:hover {
  color: #ca0b1c;
}
.page-contact .section-bureaux > .container-90 .row-1 .politique {
  margin-top: 30px;
}
.page-contact .section-bureaux > .container-90 .row-2 {
  margin-top: 44px;
}
.page-contact .section-form > .container-90 .row-1 h3 {
  font-size: 24px;
  font-weight: 800;
}
.page-contact .section-form > .container-90 .row-2 form .row .input-container {
  margin-bottom: 20px;
}
.page-contact .section-form > .container-90 .row-2 form #button-submit {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .page-contact .section-vie .banner .background {
    height: 380px;
    object-fit: cover;
  }
  .page-contact .section-vie .banner .banner-content {
    top: 34%;
  }
  .page-contact .section-bureaux > .container-90 .row-1 h2 {
    font-size: 1.8em;
  }
  .page-contact .section-bureaux > .container-90 .row-2 {
    margin-top: 70px;
  }
  .page-contact .section-form > .container-90 .row-1 h3 {
    font-size: 1.8em;
  }
  .page-contact .section-form > .container-90 .row-2 form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .page-contact .section-form > .container-90 .row-2 form .textarea-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1500px) {
  .page-contact .section-vie .banner .background {
    height: auto;
    object-fit: unset;
  }
  .page-contact .section-vie .banner .banner-content {
    top: 42%;
  }
  .page-contact .section-bureaux > .container-90 .row-1 {
    margin-top: 110px;
  }
  .page-contact .section-bureaux > .container-90 .row-1 h2 {
    font-size: 2.2em;
  }
  .page-contact .section-bureaux > .container-90 .row-2 {
    margin-top: 90px;
  }
  .page-contact .section-form > .container-90 .row-2 form #button-submit {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.page-politique main {
  padding-top: 119px;
  padding-bottom: 84px;
}
.page-politique main section {
  padding-bottom: 23px;
}
.page-politique main h1 {
  text-transform: uppercase;
  font-size: 1.3em;
}
.page-politique main h2 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.page-politique main h2,
.page-politique main h1 {
  padding-bottom: 10px;
}
.page-politique main .responsable {
  margin-top: 60px;
}
.page-politique main .responsable h3 {
  font-size: 1.2em;
  margin-top: 10px;
}
.page-politique main .responsable a {
  text-decoration: none;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .page-politique main {
    padding-top: 198px;
  }
  .page-politique main h1 {
    font-size: 2em;
  }
  .page-politique main h2 {
    font-size: 1.5em;
  }
  .page-politique main #politique-confidentialite .responsable {
    padding-bottom: 76px;
  }
}
.error404 main {
  padding-top: 40px;
  padding-bottom: 200px;
}
.error404 main p {
  color: black;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .error404 main {
    padding-top: 250px;
    padding-bottom: 378px;
  }
  .error404 main p {
    font-size: 2em;
  }
}
.accordeon {
  border-radius: 8px;
  /*overflow: hidden;*/
}
.accordeon_item {
  width: 100%;
  /*overflow: hidden;*/
}
.accordeon_item label {
  margin: 0px;
  color: #414141;
}
.accordeon_item input.accordeon_item_chk {
  display: none;
}
.accordeon_item input.accordeon_item_chk ~ .accordeon_item_content {
  transition: max-height 0.75s ease-out;
  display: flex;
  max-height: 0px;
  overflow: hidden;
  margin-left: 40px;
}
.accordeon_item input.accordeon_item_chk:checked + .accordeon_item_label {
  background: #ffffff;
}
.accordeon_item input.accordeon_item_chk:checked + .accordeon_item_label::before {
  content: "\f107";
}
.accordeon_item input.accordeon_item_chk:checked ~ .accordeon_item_content {
  max-height: 3000px;
  border-top: 2px solid #ca0b1c;
}
.accordeon_item_label {
  display: flex;
  align-items: center;
  background: #ffffff;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.accordeon_item_label::before {
  content: "\f105";
  font-family: 'FontAwesome';
  padding: 10.5px 0px;
  width: 1.8em;
  text-align: center;
  transition: all 0.35s ease-out;
  color: #ca0b1c;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  font-size: 1.3em;
  width: 40px;
}
.accordeon_item_content {
  background: #ffffff;
  transition: all .35s;
}
.accordeon_item_content ol,
.accordeon_item_content ul {
  margin-left: 1em;
  margin-bottom: 15px;
}
.accordeon_item_content ol > li,
.accordeon_item_content ul > li {
  margin-bottom: 15px;
}
.accordeon_item_content ol ul {
  margin-top: 15px;
}
.accordeon_item_content ul {
  list-style-type: '- ';
}
.accordeon_item_content ul li {
  margin-left: 1em;
}
.accordeon_item_content b {
  font-weight: bold;
}
.accordeon_item:last-child .accordeon_item_content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
