/*
Theme Name: Twenty Twenty Child
Theme URI: https://studionumerik.fr/
Description: Twenty Twenty Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Placer votre CSS ci-dessous */

/* ---------- */
/* Fonts */
/* ---------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic);

/* ---------- */
/* Overwrite */
/* ---------- */

/* ---------- */
/* Global */
/* ---------- */
html,
body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: regular;
  font-size: 100% !important;
  line-height: 1.3;
  letter-spacing: 0;
  color: rgba(43, 64, 112, 1) !important;
  scroll-behavior: smooth;
}
html.unscrollable {
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
  word-break: normal;
}
section {
  padding: 0;
}
button:hover {
  text-decoration: none !important;
}
input,
input::placeholder,
select,
textarea,
textarea::placeholder {
  font-size: 1.125rem !important;
}
@media screen and (max-width: 1279.98px) {
  input,
  input::placeholder,
  select,
  textarea,
  textarea::placeholder {
    font-size: 1rem;
  }
}
img {
  display: block;
}
p {
/*  margin: 0;*/
  padding: 0;
  font-size: 1rem;
  line-height: 1.3;
}
a {
  text-decoration: none;
  color: unset;
}
ul {
  margin: 0;
}
li {
  margin: 0;
  list-style-type: none;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  letter-spacing: 0;
}
h2,
.h2-size {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 3.125rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1479.98px) {
  h2,
  .h2-size {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1279.98px) {
  h2,
  .h2-size {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  h2,
  .h2-size {
    margin: 0 0 1rem;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  h2,
  .h2-size {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  h2,
  .h2-size {
    margin: 0 0 1rem;
    font-size: 1.875rem;
  }
}
h3,
.h3-size,
.main-politiques .section-contenu h2 {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1479.98px) {
  h3,
  .h3-size,
  .main-politiques .section-contenu h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1279.98px) {
  h3,
  .h3-size,
  .main-politiques .section-contenu h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023.98px) {
  h3,
  .h3-size,
  .main-politiques .section-contenu h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  h3,
  .h3-size,
  .main-politiques .section-contenu h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  h3,
  .h3-size,
  .main-politiques .section-contenu h2 {
    font-size: 1.25rem;
  }
}
h2 + .subtitle,
.h2-size + .subtitle {
  font-size: 2rem !important;
  margin: 0 0 2rem !important;
}
@media screen and (max-width: 1279.98px) {
  h2 + .subtitle,
  .h2-size + .subtitle {
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 1023.98px) {
  h2 + .subtitle,
  .h2-size + .subtitle {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  h2 + .subtitle,
  .h2-size + .subtitle {
    font-size: 1.25rem !important;
  }
}

.container-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.to-top {
  position: fixed;
  z-index: 20;
  bottom: 2rem;
  right: 2rem;
  border-radius: 10px;
  background-color: rgba(43, 64, 112, 1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.to-top.visible {
  opacity: 1;
  visibility: visible;
}

/* ---------- */
/* Header */
/* ---------- */
#main-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
#main-header .custom-container {
  position: relative;
  width: 100%;
  padding: 0 3rem;
  background-color: rgba(43, 64, 112, 0.65);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1023.98px) {
  #main-header .custom-container {
    background-color: rgba(43, 64, 112, 1);
  }
}
@media screen and (max-width: 767.98px) {
  #main-header .custom-container {
    padding: 0 2rem;
  }
}
#main-header .custom-container.scrolled {
  background-color: rgba(43, 64, 112, 1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
#main-header .custom-container .container-wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#main-header .custom-container .container-wrap .desktop-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 -0.5rem;
}
@media screen and (max-width: 1023.98px) {
  #main-header .custom-container .container-wrap .desktop-menu {
    display: none;
  }
}
#main-header .custom-container .desktop-menu .logo {
  width: 25%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1279.98px) {
  #main-header .custom-container .desktop-menu .logo {
    width: 15%;
  }
}
.custom-main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 85px;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1279.98px) {
  .custom-main-menu {
    width: 80%;
  }
}
.custom-main-menu > div {
  width: 100%;
  height: 100%;
}
.custom-main-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
.custom-main-menu ul li {
  display: flex;
  align-items: center;
  height: 100%;
}
.custom-main-menu ul li.current-item a {
  color: rgba(242, 140, 22, 1) !important;
}
.custom-main-menu ul li a {
  padding: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .custom-main-menu ul li a {
    font-size: 0.875rem;
  }
}
.custom-main-menu ul li.is-active a,
.custom-main-menu ul li a:hover {
  color: rgba(242, 140, 22, 1);
}

.submenu-container {
  position: absolute;
  z-index: 10;
  top: 85px;
  left: 0;
  width: 100%;
}
.submenu {
  display: none;
  max-width: 800px;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  background-color: rgba(43, 64, 112, 0.65);
}
.submenu-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
}
.submenu-wrap > nav {
  width: 25%;
}
.submenu-wrap > nav ul li a {
  display: block;
  padding: 0 0 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .submenu-wrap > nav ul li a {
    font-size: 0.875rem;
  }
}
.submenu-wrap > nav ul li.is-active a,
.submenu-wrap > nav ul li.current_page_item a {
  color: rgba(242, 140, 22, 1);
}
.description {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
}
.description.is-active {
  display: flex;
}
.description .text {
  width: 70%;
  padding: 0 1rem;
}
.description .text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(244, 244, 255, 1);
}
.description .image {
  width: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.description .image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.search-icon {
  display: flex;
  justify-content: center;
  width: 5%;
  cursor: pointer;
}
.search-icon img,
.search-icon-mobile img {
  max-width: 30px;
  width: 100%;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1279.98px) {
  .search-icon img,
  .search-icon-mobile img {
    max-width: 25px;
  }
}
.search-icon-mobile img {
  max-height: 20px;
}
.search-icon:hover img,
.search-icon-mobile:hover img,
.search-icon.active img,
.search-icon-mobile.active img {
  transform: scale(1.1);
}
.search-module {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 600px;
  width: 100%;
  /* margin: 0 0 0 auto; */
  padding: 1rem;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.search-module.show {
  z-index: 11;
  opacity: 1;
  visibility: visible;
  top: 85px;
}
@media screen and (max-width: 1023.98px) {
  .search-module.show {
    top: 50px;
  }
}
.search-module form input {
  padding: 1rem;
}
@media screen and (max-width: 1279.98px) {
  .search-module form input {
    padding: 0.75rem;
  }
}
.search-module form input[type="submit"] {
  display: inline-block;
  border-radius: 8px;
  min-width: 150px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem !important;
  font-weight: 700;
  line-height: 1.25 !important;
  text-align: center;
  text-transform: none;
  border: 2px solid rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: #ffffff;
  transition: all 0.15s ease-in-out;
}
.search-module form input[type="submit"]:hover {
  text-decoration: none;
  background-color: transparent;
  color: rgba(242, 140, 22, 1);
}

.lang-selector {
  width: 5%;
  display: flex;
  align-items: center;
}
.lang-selector .lang-wrap {
  display: flex;
  justify-content: flex-start;
}
.lang-selector .lang-wrap .item {
  width: 30px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.lang-selector .lang-wrap .item:first-child {
  border-right: 1px solid #ffffff;
}
.lang-selector .lang-wrap .item.is-active {
  color: rgba(242, 140, 22, 1);
}
.lang-selector .lang-wrap .item a {
  color: #ffffff;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 1023.98px) {
  .mobile-menu {
    display: flex;
  }
}
.mobile-menu .logo {
  width: 50%;
}
.mobile-menu .logo img {
  max-width: 140px;
  width: 100%;
}
.mobile-menu .tools {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.mobile-menu .tools > div {
  margin: 0 0 0 0.75rem;
}
.mobile-menu .tools .lang-selector {
  width: unset;
}
.mobile-menu .burger-menu .icon {
  position: relative;
  width: 35px;
  height: 20px;
  cursor: pointer;
}
.mobile-menu .burger-menu .icon .line {
  position: absolute;
  z-index: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transform-origin: center;
  transition: all 0.15s ease-in-out;
}
.mobile-menu .burger-menu .icon .line1 {
  top: 0;
}
.mobile-menu .burger-menu .icon .line2 {
  top: 8px;
}
.mobile-menu .burger-menu .icon:hover .line2 {
  top: 10px;
}
.mobile-menu .burger-menu .icon .line3 {
  top: 16px;
}
.mobile-menu .burger-menu .icon:hover .line3 {
  top: 20px;
}
.mobile-menu .burger-menu .icon.close:hover .line3 {
  top: 16px;
}
.mobile-menu .burger-menu .icon.close .line1 {
  transform: translatey(8px) rotate(45deg);
}
.mobile-menu .burger-menu .icon.close .line2 {
  opacity: 0;
}
.mobile-menu .burger-menu .icon.close .line3 {
  transform: translatey(-8px) rotate(-45deg);
}
.mobile-menu-container {
  display: none;
  position: fixed;
  z-index: 1;
  top: 50px;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(43, 64, 112, 1);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023.98px) {
  .mobile-menu-container {
    display: block;
  }
}
.mobile-menu-container.show {
  height: 100%;
  opacity: 1;
}
.mobile-menu-container .wrap {
  height: 100vh;
  padding: 2rem 2rem 0;
}
.mobile-main-menu {
  height: 100%;
  overflow-y: auto;
}
.mobile-main-menu ul.menu > li {
  margin: 0 0 1rem;
}
.mobile-main-menu ul.menu > li > a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
.mobile-main-menu ul.sub-menu {
  margin: 0;
}
.mobile-main-menu ul.sub-menu > li > a {
  font-size: 1.125rem;
  color: #ffffff;
}

.menu-mobile-container {
  padding-bottom: 10rem;
}

/* ---------- */
/* Footer */
/* ---------- */
.custom-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  padding: 1rem 0;
  background-color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1023.98px) {
  .custom-footer {
    height: unset;
  }
}
.custom-footer .custom-container {
  position: relative;
  width: 100%;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .custom-footer .custom-container {
    padding: 0.5rem 2rem;
  }
}
.custom-footer .custom-container .container-wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.custom-footer .custom-container .container-wrap > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 -0.5rem;
}
@media screen and (max-width: 1023.98px) {
  .custom-footer .custom-container .container-wrap > div {
    align-items: center;
  }
}
.custom-footer .custom-container .logo {
  width: 25%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1279.98px) {
  .custom-footer .custom-container .logo {
    width: 15%;
  }
}
@media screen and (max-width: 1023.98px) {
  .custom-footer .custom-container .logo {
    width: 50%;
  }
  .custom-footer .custom-container .logo img {
    max-width: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-footer .custom-container .logo {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 60%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1279.98px) {
  .footer-nav {
    width: 65%;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav-wrap {
  width: 20%;
  padding: 0 0.5rem 0.5rem;
}
.footer-nav-wrap p {
  margin: 0 0 0.25rem;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(244, 244, 255, 1);
}
.footer-nav-wrap ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  color: rgba(244, 244, 255, 1);
  text-decoration: underline;
}
.footer-contact {
  width: 15%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1279.98px) {
  .footer-contact {
    width: 20%;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-contact {
    width: 50%;
  }
  .footer-contact ul {
    text-align: right;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-contact {
    width: 100%;
  }
  .footer-contact ul {
    text-align: left;
  }
}

.custom-footer .col-offset {
  width: 25%;
}
@media screen and (max-width: 1279.98px) {
  .custom-footer .col-offset {
    width: 15%;
  }
}
@media screen and (max-width: 1023.98px) {
  .custom-footer .col-offset {
    width: 0%;
  }
}
.footer-links {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 75%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1279.98px) {
  .footer-links {
    width: 80%;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-links {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-links {
    flex-wrap: wrap;
  }
}
.footer-links-nav {
  padding: 0 0.5rem;
}
@media screen and (max-width: 1023.98px) {
  .footer-links-nav {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-links-nav {
    width: 100%;
  }
}
.footer-links-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 767.98px) {
  .footer-links-nav ul {
    margin: 0 0 0.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-links-nav ul {
    flex-wrap: wrap;
  }
}
.footer-links-nav ul li {
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .footer-links-nav ul li {
    padding: 0 1rem 0 0;
  }
}
.footer-links-nav ul li a {
  font-weight: 600;
  font-size: 0.675rem;
  text-transform: uppercase;
  color: rgba(244, 244, 255, 1);
}
.copyrights {
  padding: 0 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .copyrights {
    width: 100%;
    padding: 0;
  }
}
.copyrights p {
  font-weight: 600;
  font-size: 0.675rem;
  text-transform: uppercase;
  color: rgba(244, 244, 255, 1);
}

/* ---------- */
/* Homepage */
/* ---------- */
.video {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .video {
    margin: 3rem 0 0;
  }
}
.video .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video .wrap .text {
  margin: 0 0 1rem;
  font-weight: 800;
  font-size: 6rem;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1279.98px) {
  .video .wrap .text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .video .wrap .text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .video .wrap .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .video .wrap .text {
    font-size: 1.5rem;
  }
}
.video .wrap .text.hidden {
  opacity: 0;
  visibility: hidden;
}
.video .wrap .play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 1.5rem;
  border: 10px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.video .wrap .play::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 1279.98px) {
  .video .wrap .play {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .video .wrap .play {
    width: 80px;
    height: 80px;
    padding: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .video .wrap .play {
    width: 70px;
    height: 70px;
    padding: 0.75rem;
  }
}
.video .wrap .play:hover {
  border-color: rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
}
.video .wrap .play.hidden {
  opacity: 0;
  visibility: hidden;
}
.video .wrap .play svg {
  transform: translateX(5px);
}

.section-visions {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-visions {
    padding: 3rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-visions {
    padding: 3rem 2rem;
  }
}
.section-visions .etoile-1 {
  top: 25%;
  left: 8%;
}
.section-visions .etoile-2 {
  bottom: 20%;
  right: 8%;
}
.section-visions .wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.section-visions .swiper-visions {
  width: 66.66%;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .section-visions .swiper-visions {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-visions .swiper-visions .swiper {
    padding-bottom: 1.5rem;
  }
}
.pagination-wrap {
  position: relative;
  width: 100%;
  display: flex;
}
.pagination-wrap .swiper-pagination,
.pagination-wrap .offset {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .pagination-wrap .swiper-pagination,
  .pagination-wrap .offset {
    width: 100%;
  }
}
.swiper-pagination {
  /* left: 1rem !important; */
  bottom: 1rem !important;
  /* text-align: unset; */
}
@media screen and (max-width: 767.98px) {
  .swiper-pagination {
    bottom: -1.25rem !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.25rem;
  border: 2px solid #ffffff;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(242, 140, 22, 1);
}
.section-visions .slide-wrap {
  display: flex;
  flex-wrap: wrap;
}
.section-visions .slide-wrap .image {
  width: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .section-visions .slide-wrap .image {
    width: 100%;
  }
}
.section-visions .slide-wrap .image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.section-visions .slide-wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .section-visions .slide-wrap .content {
    width: 100%;
    min-height: 300px;
  }
}
@media screen and (max-width: 479.98px) {
  .section-visions .slide-wrap .content {
    min-height: 290px;
  }
}
.section-visions .slide-wrap .content .title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .section-visions .slide-wrap .content .title {
    font-size: 1.25rem;
  }
}
.section-visions .slide-wrap .content .text {
  margin: 0 0 1rem;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .section-visions .slide-wrap .content .text {
    font-size: 1rem;
  }
}
.section-visions .block-chiffre {
  width: 33.33%;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .section-visions .block-chiffre {
    width: 50%;
  }
}
@media screen and (max-width: 479.98px) {
  .section-visions .block-chiffre {
    width: 100%;
  }
}
.section-visions .block-chiffre .block-chiffre-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 2rem;
  background-color: rgba(43, 64, 112, 1);
}
.section-visions .block-chiffre .block-chiffre-wrap .title {
  font-weight: 700;
  font-size: 3.5rem;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-visions .block-chiffre .block-chiffre-wrap .title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-visions .block-chiffre .block-chiffre-wrap .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-visions .block-chiffre .block-chiffre-wrap .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-visions .block-chiffre .block-chiffre-wrap .title {
    font-size: 2rem;
  }
}
.section-visions .block-chiffre .block-chiffre-wrap .text {
  font-size: 1.375rem;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-visions .block-chiffre .block-chiffre-wrap .text {
    font-size: 1rem;
  }
}

.section-regeneration .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5rem 0 12rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-regeneration .wrap {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-regeneration .wrap {
    padding: 3rem 0 1rem;
  }
}
.section-regeneration .content {
  max-width: 70%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.98px) {
  .section-regeneration .content {
    display: none;
  }
}
.section-regeneration .content > div {
  max-width: 900px;
  width: 100%;
  padding: 3rem;
}
.section-regeneration .content .title {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1279.98px) {
  .section-regeneration .content .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-regeneration .content .title {
    font-size: 1.5rem;
  }
}
.section-regeneration .content .text {
  margin: 0 0 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1279.98px) {
  .section-regeneration .content .text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-regeneration .content .text {
    font-size: 1rem;
  }
}
.section-regeneration .objectives-logo {
  width: 100%;
  padding: 2rem 2rem 0;
}
.section-regeneration .objectives-logo .image-wrap {
  position: relative;
}
.section-regeneration .objectives-logo .image {
  max-width: 634px;
  width: 100%;
  margin: 0;
  transition: all 0.15s ease-in-out;
  transform-origin: top left;
}
@media screen and (max-width: 1279.98px) {
  .section-regeneration .objectives-logo .image {
    max-width: 400px;
  }
}
.section-regeneration .objectives-logo .image.scaled {
  transform: scale(1.5);
}
@media screen and (max-width: 1023.98px) {
  .section-regeneration .objectives-logo .image.scaled {
    transform: unset;
  }
}
.section-regeneration .objectives-logo .image img {
  width: 100%;
}
/* Mobile content */
.section-regeneration .mobile-content {
  display: none;
  width: 100%;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 767.98px) {
  .section-regeneration .mobile-content {
    display: block;
  }
}
.section-regeneration .mobile-content > div {
  padding: 2rem;
}
.section-regeneration .mobile-content .title {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 479.98px) {
  .section-regeneration .mobile-content .title {
    font-size: 1.25rem;
  }
}
.section-regeneration .mobile-content .text {
  margin: 0 0 2rem;
  font-size: 1rem;
}

.section-world {
  position: relative;
  padding: 5rem 3rem 15rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1279.98px) {
  .section-world {
    padding: 5rem 3rem 13rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-world {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-world {
    padding: 3rem 2rem;
  }
}
.section-world .etoile-1 {
  bottom: 5%;
  left: 8%;
}
.section-world-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-world-wrap h3 {
  padding: 0 0 24rem;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-world-wrap h3 {
    padding: 0 0 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-world-wrap h3 {
    padding: 0;
  }
}

.section-flipbox {
  padding: 0 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-flipbox {
    display: none;
  }
}
.flipbox-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -14rem -0.75rem 0;
}
@media screen and (max-width: 1279.98px) {
  .flipbox-wrap {
    margin: -12rem -0.75rem 0;
  }
}
.flipbox-item {
  position: relative;
  width: 25%;
  padding: 0.75rem;
}
.flipbox-item .flipbox-panel {
  margin: 0 auto;
  position: relative;
  perspective: 1400px;
}
.flipbox-item .flipbox-panel::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.flipbox-item .flipbox-panel .front {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: center;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.flipbox-item .flipbox-panel .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.flipbox-item .flipbox-panel.flip .front {
  z-index: 900;
  transform: rotateY(180deg);
}
.flipbox-item .flipbox-panel.flip .back {
  z-index: 1000;
  transform: rotateX(0deg) rotateY(0deg);
}
.flipbox-item .flipbox-panel .back .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  background-color: #ffffff;
}
.flipbox-item .flipbox-panel .back .content .title {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .flipbox-item .flipbox-panel .back .content .title {
    font-size: 1.125rem;
  }
}
.flipbox-item .flipbox-panel .back .content .text {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .flipbox-item .flipbox-panel .back .content .text {
    font-size: 1rem;
  }
}
/* Flipbox mobile */
.section-flipbox-mobile {
  display: none;
  padding: 1rem 0 0;
}
@media screen and (max-width: 1023.98px) {
  .section-flipbox-mobile {
    display: block;
  }
}
.section-flipbox-mobile > div {
  overflow-x: scroll;
}
.section-flipbox-mobile .flipbox-wrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 1200px;
  margin: 0 -0.75rem;
}
@media screen and (max-width: 479.98px) {
  .section-flipbox-mobile .flipbox-wrap {
    width: 1080px;
  }
}
.section-flipbox-mobile .flipbox-item {
  width: 300px;
}
@media screen and (max-width: 479.98px) {
  .section-flipbox-mobile .flipbox-item {
    width: 270px;
  }
}
.section-flipbox-mobile .flipbox-item .flipbox-panel {
  background-color: #ffffff;
}
.section-flipbox-mobile .flipbox-item .flipbox-panel::after {
  display: none;
}
.section-flipbox-mobile .flipbox-item .flipbox-panel .image {
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-flipbox-mobile .flipbox-item .flipbox-panel .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  min-height: 200px;
  padding: 1rem;
}
.section-flipbox-mobile .flipbox-item .flipbox-panel .content .title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.section-flipbox-mobile .flipbox-item .flipbox-panel .content .text {
  margin: 0 0 0.75rem;
  text-align: center;
}
.section-flipbox-mobile .flipbox-item .flipbox-panel .content .button {
  align-self: flex-end;
}

.section-photovoltaiques {
  position: relative;
  padding: 8rem 3rem 0;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-photovoltaiques {
    padding: 5rem 3rem 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-photovoltaiques {
    padding: 3rem 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-photovoltaiques {
    padding: 3rem 2rem 0;
  }
}
.section-photovoltaiques .etoile-1 {
  top: 25%;
  left: 8%;
}
@media screen and (max-width: 1279.98px) {
  .section-photovoltaiques .etoile-1 {
    display: none;
  }
}
.section-photovoltaiques-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.section-photovoltaiques-wrap .content {
  position: relative;
  z-index: 1;
  width: 70%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .section-photovoltaiques-wrap .content {
    width: 70%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-photovoltaiques-wrap .content {
    width: 100%;
  }
}
.section-photovoltaiques-wrap .image {
  position: absolute;
  z-index: 0;
  right: 0;
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .section-photovoltaiques-wrap .image {
    position: static;
    max-width: 100%;
  }
}
.section-photovoltaiques-wrap .image img {
  width: 100%;
}

.section-engagements {
  position: relative;
  padding: 5rem 3rem 0;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-engagements {
    padding: 3rem 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-engagements {
    padding: 3rem 2rem 0;
  }
}
.section-engagements .etoile-1 {
  top: 45%;
  left: 8%;
}
.section-engagements .etoile-2 {
  top: 0%;
  right: 8%;
}
@media screen and (max-width: 767.98px) {
  .section-engagements .etoile-1,
  .section-engagements .etoile-2 {
    display: none;
  }
}
.section-engagements .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.75rem;
}
.block-engagements {
  width: 66.66%;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .block-engagements {
    width: 100%;
  }
}
.block-engagements-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-engagements-wrap .image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .block-engagements-wrap .image {
    width: 100%;
  }
}
.block-engagements-wrap .image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block-engagements-wrap .image img {
  width: 100%;
}
.block-engagements-wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .block-engagements-wrap .content {
    width: 100%;
  }
}
@media screen and (max-width: 479.98px) {
  .block-engagements-wrap .content {
    padding: 1.5rem;
  }
}
.block-engagements-wrap .content .title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .block-engagements-wrap .content .title {
    font-size: 1.25rem;
  }
}
.block-engagements-wrap .content .text {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .block-engagements-wrap .content .text {
    font-size: 1rem;
  }
}
.section-engagements .block-chiffre {
  width: 33.33%;
}
@media screen and (max-width: 1023.98px) {
  .section-engagements .block-chiffre {
    width: 100%;
  }
}
.section-engagements .block-chiffre-wrap {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
.section-engagements .block-chiffre-wrap div:not(.swiper-pagination) {
  height: 100%;
}
.section-engagements .block-chiffre-wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: rgba(43, 64, 112, 1);
}
.section-engagements .block-chiffre-wrap .content .title {
  margin: 0 0 0.5rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-engagements .block-chiffre-wrap .content .title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-engagements .block-chiffre-wrap .content .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-engagements .block-chiffre-wrap .content .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-engagements .block-chiffre-wrap .content .title {
    font-size: 2rem;
  }
}
.section-engagements .block-chiffre-wrap .content .text {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-engagements .block-chiffre-wrap .content .text {
    font-size: 1rem;
  }
}
.swiper-chiffres-pagination {
  left: 0 !important;
  bottom: 1rem !important;
  text-align: center;
}

.section-talents {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-talents {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-talents {
    padding: 3rem 2rem;
  }
}
.section-talents .etoile-1 {
  top: 48%;
  left: 8%;
}
.section-talents .etoile-2 {
  top: 48%;
  right: 8%;
}
@media screen and (max-width: 1279.98px) {
  .section-talents .etoile-1,
  .section-talents .etoile-2 {
    display: none;
  }
}
.section-talents .mosaique-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.section-talents .mosaique-wrap .item {
  width: 25%;
  padding: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .section-talents .mosaique-wrap .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 479.98px) {
  .section-talents .mosaique-wrap .item {
    width: 50%;
  }
}
.section-talents .mosaique-wrap .item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.section-talents .mosaique-wrap .item-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.section-talents .mosaique-wrap .item .image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
}
.section-talents .mosaique-wrap .item .content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background-color: #ffffff;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1023.98px) {
  .section-talents .mosaique-wrap .item .content {
    padding: 0.5rem;
  }
}

.section-talents .mosaique-wrap .item .content.show {
  opacity: 1;
  visibility: visible;
}
.section-talents .mosaique-wrap .item .content a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}
.section-talents .mosaique-wrap .item .content .name {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-talents .mosaique-wrap .item .content .name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-talents .mosaique-wrap .item .content .name {
    font-size: 1rem;
  }
}
.section-talents .mosaique-wrap .item .content .text {
  text-align: center;
  color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-talents .mosaique-wrap .item .content .text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-talents .mosaique-wrap .item .content .text {
    font-size: 0.75rem;
  }
}
.block-regenerez {
  width: 50%;
  padding: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .block-regenerez {
    width: 66.66%;
  }
}
@media screen and (max-width: 479.98px) {
  .block-regenerez {
    width: 100%;
  }
}
.block-regenerez-wrap {
  position: relative;
  height: 100%;
}
.block-regenerez .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  background-color: rgba(43, 64, 112, 1);
}
.block-regenerez .content .title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .block-regenerez .content .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .block-regenerez .content .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .block-regenerez .content img {
    max-width: 80px;
  }
}
.block-regenerez .hidden {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(242, 140, 22, 1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
.block-regenerez .hidden.show {
  opacity: 1;
  visibility: visible;
}
.block-regenerez .hidden .title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .block-regenerez .hidden .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .block-regenerez .hidden .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .block-regenerez .hidden .title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
  }
}
.block-regenerez .hidden img {
  max-width: 150px;
  width: 100%;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 1023.98px) {
  .block-regenerez .hidden img {
    display: none;
  }
}
@media screen and (max-width: 479.98px) {
  .block-regenerez .hidden .button {
    min-width: 1px;
    padding: 0.375rem 0.875rem;
    font-size: 0.75rem;
  }
}

.banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 1279.98px) {
  .banner img {
    height: 500px;
  }
}
@media screen and (max-width: 1023.98px) {
  .banner img {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .banner img {
    height: 300px;
  }
}
/* ---------- */
/* Politique RSE */
/* ---------- */
.section-esg {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 1023.98px) {
  .section-esg {
    padding: 3rem 0;
  }
}
.section-esg .etoile-1 {
  top: 10%;
  left: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-esg .etoile-1 {
    display: none;
  }
}
.section-esg .text-wrap {
  padding: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .section-esg .text-wrap {
    padding: 0 2rem;
  }
}
.section-esg-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1023.98px) {
  .section-esg-wrap {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-esg-wrap {
    padding: 0 2rem;
  }
}
.section-esg-wrap .image1 {
  width: 20%;
}
@media screen and (max-width: 1279.98px) {
  .section-esg-wrap .image1 {
    width: 20%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-esg-wrap .image1 {
    width: 100%;
  }
}
.section-esg-wrap .content {
  width: 40%;
  padding: 2rem 4rem;
}
@media screen and (max-width: 1279.98px) {
  .section-esg-wrap .content {
    width: 60%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-esg-wrap .content {
    width: 100%;
    padding: 2rem 0;
  }
}
.section-esg-wrap .content p {
  margin: 0 0 1rem;
}
.section-esg-wrap .image2 {
  width: 40%;
}
@media screen and (max-width: 1279.98px) {
  .section-esg-wrap .image2 {
    width: 20%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-esg-wrap .image2 {
    display: none;
  }
}

.section-echo {
  position: relative;
  padding: 8rem 3rem 18rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-echo {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-echo {
    padding: 5rem 2rem;
  }
}
.section-echo::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5rem;
  left: 0;
  width: 55%;
  height: 85%;
  background-color: rgba(244, 244, 255, 0.8);
}
@media screen and (max-width: 1279.98px) {
  .section-echo::after {
    width: 65%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-echo::after {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 95%;
  }
}
.section-echo .etoile-1 {
  z-index: 1;
  top: 15%;
  left: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-echo .etoile-1 {
    display: none;
  }
}
.section-echo .content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
}
.section-echo .content p {
  margin: 0 0 1rem;
}

.section-equipes {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-equipes {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-equipes {
    padding: 3rem 2rem;
  }
}
.section-equipes .etoile-1 {
  top: 10%;
  left: 8%;
}
.section-equipes .etoile-2 {
  bottom: 15%;
  right: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-equipes .etoile {
    display: none;
  }
}
.section-equipes .button-container {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}
.section-equipes-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.block-parite,
.block-accessibilite {
  width: 66.66%;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .block-parite,
  .block-accessibilite {
    width: 100%;
  }
}
.block-parite-wrap,
.block-accessibilite-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-parite-wrap .image,
.block-accessibilite-wrap .image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .block-parite-wrap .image,
  .block-accessibilite-wrap .image {
    width: 100%;
  }
}
.block-parite-wrap .image::after,
.block-accessibilite-wrap .image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block-parite-wrap .image img,
.block-accessibilite-wrap .image img {
  width: 100%;
}
.block-parite-wrap .content,
.block-accessibilite-wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .block-parite-wrap .content,
  .block-accessibilite-wrap .content {
    width: 100%;
  }
}
.block-parite-wrap .content .title,
.block-accessibilite-wrap .content .title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .block-parite-wrap .content .title,
  .block-accessibilite-wrap .content .title {
    font-size: 1.25rem;
  }
}
.block-parite-wrap .content .text,
.block-accessibilite-wrap .content .text {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .block-parite-wrap .content .text,
  .block-accessibilite-wrap .content .text {
    font-size: 1rem;
  }
}
.section-equipes .block-ethique,
.section-equipes .block-diversite {
  width: 33.33%;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .section-equipes .block-ethique,
  .section-equipes .block-diversite {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-equipes .block-ethique,
  .section-equipes .block-diversite {
    width: 100%;
  }
}
.section-equipes .block-ethique .block-ethique-wrap,
.section-equipes .block-diversite .block-diversite-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 2rem;
  background-color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-equipes .block-ethique .block-ethique-wrap,
  .section-equipes .block-diversite .block-diversite-wrap {
    padding: 2rem;
  }
}
.section-equipes .block-ethique .block-ethique-wrap .title,
.section-equipes .block-diversite .block-diversite-wrap .title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-equipes .block-ethique .block-ethique-wrap .title,
  .section-equipes .block-diversite .block-diversite-wrap .title {
    font-size: 1.25rem;
  }
}
.section-equipes .block-ethique .block-ethique-wrap .text,
.section-equipes .block-diversite .block-diversite-wrap .text {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  text-align: center;
  color: rgba(244, 244, 255, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-equipes .block-ethique .block-ethique-wrap .text,
  .section-equipes .block-diversite .block-diversite-wrap .text {
    font-size: 1rem;
  }
}
.section-equipes-wrap .popin {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  max-height: 400px;
  height: 900%;
  background-color: rgba(244, 244, 255, 0.95);
}
@media screen and (max-width: 767.98px) {
  .section-equipes-wrap .popin {
    top: 50px;
    transform: translate(-50%, 0);
  }
}
.section-equipes-wrap .popin .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.section-equipes-wrap .popin .close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
.section-equipes-wrap .popin .close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
.section-equipes-wrap .popin .wrap {
  overflow: hidden;
  height: 100%;
  padding: 3rem;
}
.section-equipes-wrap .popin .content {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.section-equipes-wrap .popin .content .title {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .section-equipes-wrap .popin .content .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-equipes-wrap .popin .content .title {
    font-size: 1.5rem;
  }
}
.section-equipes-wrap .popin .content p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1279.98px) {
  .section-equipes-wrap .popin .content p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-equipes-wrap .popin .content p {
    font-size: 1rem;
  }
}

/* ---------- */
/* Projet 2030/2050 */
/* ---------- */
.section-objectif {
  position: relative;
  padding: 20rem 3rem 5rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .section-objectif {
    padding: 10rem 3rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-objectif {
    padding: 3rem 2rem 2rem;
  }
}
.section-objectif::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 85%;
  background-color: rgba(43, 64, 112, 0.65);
}
@media screen and (max-width: 1279.98px) {
  .section-objectif::before {
    width: 100%;
    height: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-objectif::before {
    height: 85%;
  }
}
@media screen and (max-width: 479.98px) {
  .section-objectif::before {
    height: 100%;
  }
}
.section-objectif .etoile-1 {
  z-index: 1;
  top: 45%;
  right: 8%;
}
@media screen and (max-width: 1279.98px) {
  .section-objectif .etoile-1 {
    display: none;
  }
}
.section-objectif-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.section-objectif-wrap .content {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1279.98px) {
  .section-objectif-wrap .content {
    max-width: 100%;
  }
}
.section-objectif-wrap .content h1 {
  color: rgba(242, 140, 22, 1);
}
.section-objectif-wrap .content p {
  margin: 0 0 1rem;
  color: rgba(244, 244, 255, 1);
}
.section-objectif .objectives-logo {
  position: absolute;
  top: 16rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1439.98px) {
  .section-objectif .objectives-logo {
    max-width: 400px;
  }
}
@media screen and (max-width: 1279.98px) {
  .section-objectif .objectives-logo {
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 0 0 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-objectif .objectives-logo {
    margin: 0 0 6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-objectif .objectives-logo {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 0 0 5rem;
    padding: 2rem 0 0;
  }
}
.section-objectif .objectives-logo.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(3rem);
}
@media screen and (max-width: 1279.98px) {
  .section-objectif .objectives-logo.show {
    transform: translateX(0);
  }
}
.section-objectif .objectives-logo .image {
  max-width: 550px;
}

.section-pourquoi {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-pourquoi {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-pourquoi {
    padding: 3rem 2rem;
  }
}
.section-pourquoi .etoile-1 {
  top: 30%;
  left: 8%;
}
.section-pourquoi .etoile-2 {
  bottom: 20%;
  right: 8%;
}
.section-pourquoi .container-wrap {
  overflow: hidden;
}
.section-pourquoi h2 {
  color: rgba(244, 244, 255, 1);
}
.section-pourquoi-wrap {
  position: relative;
  overflow-x: scroll;
}
.section-pourquoi-wrap > div {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 -0.75rem 1rem;
}
.section-pourquoi-wrap .block {
  padding: 0.75rem;
  width: 25%;
}
.section-pourquoi-wrap .block .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 1rem;
  border-left: 1px solid #ffffff;
}
.section-pourquoi-wrap .block .icon {
  height: 120px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 479.98px) {
  .section-pourquoi-wrap .block .icon {
    height: 80px;
  }
}
.section-pourquoi-wrap .block .title {
  min-height: 130px;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 479.98px) {
  .section-pourquoi-wrap .block .title {
    min-height: 100px;
    font-size: 0.875rem;
  }
}
.section-pourquoi-wrap .block .pictos-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-pourquoi-wrap .block .pictos-wrap img {
  opacity: 0.6;
  cursor: pointer;
}
.section-pourquoi-wrap .block .pictos-wrap img.is-active {
  opacity: 1;
}
.section-pourquoi .picto-text > div {
  display: none;
  border-top: 1px solid #ffffff;
  padding-top: 1rem;
}
.section-pourquoi .picto-text > div.is-active {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 479.98px) {
  .section-pourquoi .picto-text > div.is-active {
    flex-wrap: wrap;
  }
}
.section-pourquoi .picto-text > div img {
  width: 50px;
  margin-right: 1rem;
}
.section-pourquoi .picto-text > div p {
  color: #ffffff;
}
@media screen and (max-width: 479.98px) {
  .section-pourquoi .picto-text > div p {
    width: 100%;
  }
}

.section-participer {
  position: relative;
  padding: 10rem 3rem 20rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-participer {
    padding: 12rem 3rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-participer {
    padding: 12rem 2rem 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-participer {
    padding: 10rem 2rem 2rem;
  }
}
.section-participer::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5rem;
  left: 0;
  width: 55%;
  height: 75%;
  background-color: rgba(43, 64, 112, 0.65);
}
@media screen and (max-width: 1279.98px) {
  .section-participer::before {
    width: 65%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-participer::before {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 80%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-participer::before {
    height: 89%;
  }
}
.section-participer-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
}
.section-participer-wrap .content {
  max-width: 600px;
  width: 100%;
}
.section-participer-wrap .content h2 {
  color: rgba(244, 244, 255, 1);
}
.section-participer-wrap .content p {
  margin: 0 0 1rem;
  color: rgba(244, 244, 255, 1);
}
.section-participer-wrap .content img {
  width: 180px;
  border-radius: 50%;
  margin: 0 auto;
}

/* ---------- */
/* Qui êtes-vous ? */
/* ---------- */
.section-solutions {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-solutions {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-solutions {
    padding: 3rem 2rem;
  }
}
.section-solutions .etoile-1 {
  top: 5%;
  left: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-solutions .etoile-1 {
    display: none;
  }
}
.qvs-container {
  padding: 2rem 0;
}
.qvs-container .wrap {
  padding: 1rem 0 0;
  border-top: 2px solid rgba(43, 64, 112, 1);
}
.qvs-container .wrap > .title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1279.98px) {
  .qvs-container .wrap > .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .qvs-container .wrap > .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .qvs-container .wrap > .title {
    font-size: 1.25rem;
  }
}
.qvs-container .pictos-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin: 0 -0.75rem;
}
.qvs-container .pictos-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .qvs-container .pictos-wrap .item {
    width: 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .qvs-container .pictos-wrap .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 479.98px) {
  .qvs-container .pictos-wrap .item {
    width: 50%;
  }
}
.qvs-container .pictos-wrap .item img {
  margin: 0 0 0.5rem;
}
.qvs-container .pictos-wrap .item p {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  hyphens: auto;
}
@media screen and (max-width: 1279.98px) {
  .qvs-container .pictos-wrap .item p {
    font-size: 1rem;
  }
}

.qvc-container {
  padding: 2rem 0;
}
.qvc-container .wrap {
  padding: 1rem 0 0;
  border-top: 2px solid rgba(43, 64, 112, 1);
}
.qvc-container .wrap > .title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1279.98px) {
  .qvc-container .wrap > .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .qvc-container .wrap > .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .qvc-container .wrap > .title {
    font-size: 1.25rem;
  }
}
.qvc-container .pictos-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin: 0 -0.75rem;
}
.qvc-container .pictos-wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 6);
  height: 100%;
  padding: 0.75rem;
  cursor: pointer;
}
@media screen and (max-width: 1023.98px) {
  .qvc-container .pictos-wrap .item {
    width: 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .qvc-container .pictos-wrap .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 479.98px) {
  .qvc-container .pictos-wrap .item {
    width: 50%;
  }
}
.qvc-container .pictos-wrap .item img {
  margin: 0 0 0.5rem;
}
.qvc-container .pictos-wrap .item > p {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .qvc-container .pictos-wrap .item > p {
    font-size: 1rem;
  }
}
.qvc-container .pictos-wrap .item .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(228, 228, 232, 1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
.qvc-container .pictos-wrap .item .text.show {
  opacity: 1;
  visibility: visible;
}
.qvc-container .pictos-wrap .item .text p {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: rgba(242, 140, 22, 1);
}
@media screen and (max-width: 1279.98px) {
  .qvc-container .pictos-wrap .item .text p {
    font-size: 0.75rem;
  }
}
.qvc-container .tiny-title {
  margin: 0 0 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.qvc-container .benefices-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-top: 2px solid rgba(43, 64, 112, 1);
}
.qvc-container .benefices-wrap .text {
  width: calc(100% / 6);
  padding: 1rem;
}
.qvc-container .benefices-wrap .text p {
  font-weight: 600;
  text-align: center;
  color: rgba(242, 140, 22, 1);
}

.solutions-container {
  padding: 2rem 0 0;
}
.solutions-container .wrap {
  padding: 1rem 0 3rem;
  border-top: 2px solid rgba(43, 64, 112, 1);
  border-bottom: 2px solid rgba(43, 64, 112, 1);
}
.solutions-container .wrap > .title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1279.98px) {
  .solutions-container .wrap > .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .solutions-container .wrap > .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .solutions-container .wrap > .title {
    font-size: 1.25rem;
  }
}
.solutions-container .thumb-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -0.75rem;
}
.solutions-container .thumb-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 6);
  padding: 1rem 0.75rem;
}
@media screen and (max-width: 1279.98px) {
  .solutions-container .thumb-wrap .item {
    width: 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .solutions-container .thumb-wrap .item {
    width: 50%;
  }
  .solutions-container .thumb-wrap .item .button {
    min-width: unset;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
.solutions-container .thumb-wrap .item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0.5rem;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .solutions-container .thumb-wrap .item .title {
    font-size: 1rem;
  }
}
.solutions-container .thumb-wrap .item .image {
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0 0 10rem;
  border-radius: 0 0 4px 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 479.98px) {
  .solutions-container .thumb-wrap .item .image {
    padding: 0 0 7rem;
  }
}
.solutions-container .thumb-wrap .hidden-content {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  max-height: 400px;
  height: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .solutions-container .thumb-wrap .hidden-content {
    top: 50px;
    transform: translate(-50%, 0);
  }
}
.solutions-container .thumb-wrap .hidden-content.show {
  opacity: 1;
  visibility: visible;
}
.solutions-container .thumb-wrap .hidden-content .image {
  width: 33.33%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .solutions-container .thumb-wrap .hidden-content .image {
    width: 100%;
  }
}
.solutions-container .thumb-wrap .hidden-content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 66.66%;
  padding: 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .solutions-container .thumb-wrap .hidden-content .content {
    width: 100%;
  }
}
.solutions-container .thumb-wrap .hidden-content .content .title {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .solutions-container .thumb-wrap .hidden-content .content .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .solutions-container .thumb-wrap .hidden-content .content .title {
    font-size: 1.5rem;
  }
}
.solutions-container .thumb-wrap .hidden-content .content .text p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1279.98px) {
  .solutions-container .thumb-wrap .hidden-content .content .text p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .solutions-container .thumb-wrap .hidden-content .content .text p {
    font-size: 1rem;
  }
}
.solutions-container .thumb-wrap .hidden-content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 1279.98px) {
  .solutions-container .thumb-wrap .hidden-content .close {
    border-radius: 50%;
    background-color: #ffffff;
  }
}
.solutions-container .thumb-wrap .hidden-content .close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
.solutions-container .thumb-wrap .hidden-content .close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1279.98px) {
  .solutions-container .thumb-wrap .hidden-content .close::before,
  .solutions-container .thumb-wrap .hidden-content .close::after {
    width: 80%;
    right: 10%;
  }
}
.banner_footer {
  position: relative;
}
.banner_footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner_footer .button-container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ---------- */
/* Investissements */
/* ---------- */
.section-investisseurs {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-investisseurs {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-investisseurs {
    padding: 3rem 2rem;
  }
}
.section-investisseurs .etoile-1 {
  top: 10%;
  left: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-investisseurs .etoile {
    display: none;
  }
}
.vignettes-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.75rem;
}
.vignettes-wrap .item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 33.33%;
  padding: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .vignettes-wrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 479.98px) {
  .vignettes-wrap .item {
    width: 100%;
  }
}
.vignettes-wrap .item .wrap {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.vignettes-wrap .item .wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.vignettes-wrap .item .content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1023.98px) {
  .vignettes-wrap .item .content {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .vignettes-wrap .item .content {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 479.98px) {
  .vignettes-wrap .item .content {
    align-items: center;
  }
}
.vignettes-wrap .item:hover .content {
  opacity: 1;
  visibility: visible;
}
.vignettes-wrap .item .content p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .vignettes-wrap .item .content p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .vignettes-wrap .item .content p {
    font-size: 1.125rem;
  }
}
.vignettes-wrap .item .wrap .button {
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .vignettes-wrap .item .wrap .button {
    bottom: 1.25rem;
  }
}
.vignettes-wrap .hidden-text {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  max-height: 400px;
  height: 90%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .vignettes-wrap .hidden-text {
    top: 50px;
    transform: translate(-50%, 0);
  }
}
.vignettes-wrap .hidden-text.show {
  opacity: 1;
  visibility: visible;
}
.vignettes-wrap .hidden-text .wrap {
  overflow: hidden;
  height: 100%;
  padding: 3rem;
}
.vignettes-wrap .hidden-text .wrap .content {
  overflow-y: auto;
  height: 100%;
}
.vignettes-wrap .hidden-text .name {
  margin: 0 0 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .vignettes-wrap .hidden-text .name {
    font-size: 1.25rem;
  }
}
.vignettes-wrap .hidden-text .text p {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 1279.98px) {
  .vignettes-wrap .hidden-text .text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .vignettes-wrap .hidden-text .text p {
    font-size: 0.875rem;
  }
}
.vignettes-wrap .hidden-text .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.vignettes-wrap .hidden-text .close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
.vignettes-wrap .hidden-text .close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}

.section-investir {
  position: relative;
  padding: 5rem 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .section-investir {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-investir {
    padding: 3rem 2rem;
  }
}
.section-investir .etoile-1 {
  top: 45%;
  right: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-investir .etoile {
    display: none;
  }
}
.section-investir h2 {
  text-transform: none;
  color: rgba(242, 140, 22, 1);
}

.section-investir .block1 {
  padding: 1rem 0;
}
.section-investir .block1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.section-investir .block1 .content .image {
  width: 33.33%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .section-investir .block1 .content .image {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.section-investir .block1 .content .image::after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
@media screen and (max-width: 767.98px) {
  .section-investir .block1 .content .image::after {
    padding-bottom: 55%;
  }
}
.section-investir .block1 .content .text {
  width: 66.66%;
  padding: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .section-investir .block1 .content .text {
    width: 100%;
    padding: 0;
  }
}
.section-investir .block1 .content .text p {
  font-size: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .section-investir .block1 .content .text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-investir .block1 .content .text p {
    font-size: 1.25rem;
  }
}

.section-investir-2 {
  position: relative;
  padding: 0 3rem 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .section-investir-2 {
    padding: 0 2rem 3rem;
  }
}
.section-investir-2 .block2 {
  padding: 0 0 3rem;
}
.section-investir-2 .block2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.section-investir-2 .block2 .content .text {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 1023.98px) {
  .section-investir-2 .block2 .content .text {
    width: 100%;
  }
}
.section-investir-2 .block2 .content .text p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 1279.98px) {
  .section-investir-2 .block2 .content .text p {
    font-size: 1rem;
  }
}
.section-investir-2 .block2 .image {
  position: absolute;
  z-index: 0;
  right: 0;
  max-width: 40%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-investir-2 .block2 .image {
    position: static;
    max-width: 100%;
  }
}
.section-investir-2 .block2 .image::after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
.section-investir-2 .bottom-text {
  max-width: 800px;
  width: 100%;
  text-transform: none;
  color: rgba(242, 140, 22, 1);
}

.section-crowdfunding {
  position: relative;
  padding: 8rem 3rem 18rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-crowdfunding {
    padding: 12rem 3rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-crowdfunding {
    padding: 8rem 2rem 2rem;
  }
}
.section-crowdfunding::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5rem;
  left: 0;
  width: 55%;
  height: 75%;
  background-color: rgba(244, 244, 255, 0.8);
}
@media screen and (max-width: 1279.98px) {
  .section-crowdfunding::after {
    width: 65%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-crowdfunding::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-crowdfunding::after {
    height: 90%;
  }
}
.section-crowdfunding .etoile-1 {
  z-index: 1;
  top: 15%;
  left: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-crowdfunding .etoile-1 {
    display: none;
  }
}
.section-crowdfunding .content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
}
.section-crowdfunding .content p {
  margin: 0 0 1rem;
}

/* ---------- */
/* Qui sommes-nous ? */
/* ---------- */
.section-quelques-mots {
  padding: 5rem 0 0;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-quelques-mots {
    padding: 3rem 0 0;
  }
}
.section-quelques-mots .text-wrap {
  padding: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .section-quelques-mots .text-wrap {
    padding: 0 2rem;
  }
}
.section-quelques-mots .section-tabs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10rem 3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .section-quelques-mots .section-tabs {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-quelques-mots .section-tabs {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-quelques-mots .section-tabs {
    padding: 3rem 2rem;
  }
}
.section-quelques-mots .section-tabs::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 65%;
  height: 75%;
  background-color: rgba(43, 64, 112, 0.65);
}
@media screen and (max-width: 1279.98px) {
  .section-quelques-mots .section-tabs::after {
    width: 75%;
    height: 85%;
  }
}
@media screen and (max-width: 1279.98px) {
  .section-quelques-mots .section-tabs::after {
    top: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
  }
}
.section-quelques-mots .section-tabs .background-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
.section-quelques-mots .section-tabs .background-image.is-active {
  opacity: 1;
  visibility: visible;
}
.section-quelques-mots .section-tabs .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-quelques-mots .section-tabs .tabs-nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 1rem;
}
.section-quelques-mots .section-tabs .tabs-nav p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 1rem 0 0;
  background-color: rgba(242, 140, 22, 0.4);
  font-size: 2.75rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 1439.98px) {
  .section-quelques-mots .section-tabs .tabs-nav p {
    width: 3rem;
    height: 3rem;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .section-quelques-mots .section-tabs .tabs-nav p {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.75rem;
  }
}
.section-quelques-mots .section-tabs .tabs-nav p.is-active {
  background-color: rgba(242, 140, 22, 1);
}
.section-quelques-mots .section-tabs .tabs-wrap .tab {
  position: relative;
  display: none;
  height: 500px;
}
@media screen and (max-width: 1023.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab {
    height: 470px;
  }
}
@media screen and (max-width: 479.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab {
    height: 620px;
  }
}
.section-quelques-mots .section-tabs .tabs-wrap .tab.is-active {
  display: block;
}
.section-quelques-mots .section-tabs .tabs-wrap .tab .picto {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -160px;
}
@media screen and (max-width: 1439.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .picto {
    display: none;
  }
}
.section-quelques-mots .section-tabs .tabs-wrap .tab .content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1439.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .content {
    max-width: 700px;
  }
}
.section-quelques-mots .section-tabs .tabs-wrap .tab .content p {
  margin: 0 0 1rem;
  color: rgba(244, 244, 255, 1);
}
.section-quelques-mots .section-tabs .tabs-wrap .tab .content .title {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1279.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .content .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .content .title {
    font-size: 1.5rem;
  }
}
.section-quelques-mots .section-tabs .tabs-wrap .tab .content .subtitle {
  font-size: 1.325rem;
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .content .subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .content .subtitle {
    font-size: 1.125rem;
  }
}
.section-quelques-mots .section-tabs .tabs-wrap .tab .content .text p {
  font-size: 1.325rem;
}
@media screen and (max-width: 1279.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .content .text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-quelques-mots .section-tabs .tabs-wrap .tab .content .text p {
    font-size: 1rem;
  }
}

.section-chiffres-cles {
  padding: 5rem 3rem 0;
}
@media screen and (max-width: 1023.98px) {
  .section-chiffres-cles {
    padding: 3rem 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-chiffres-cles {
    padding: 3rem 2rem 0;
  }
}
.section-chiffres-cles .chiffres-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 0 0 2rem;
  border-bottom: 2px solid rgba(43, 64, 112, 1);
}
.section-chiffres-cles .chiffres-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 1rem;
}
@media screen and (max-width: 1023.98px) {
  .section-chiffres-cles .chiffres-wrap .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-chiffres-cles .chiffres-wrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 479.98px) {
  .section-chiffres-cles .chiffres-wrap .item {
    width: 100%;
  }
}
/* Hide in EN */
.html-en .section-chiffres-cles .chiffres-wrap .item:nth-child(7) {
  display: none;
}
/* - */
.section-chiffres-cles .chiffres-wrap .item img {
  margin: 0 0 0.5rem;
}
.section-chiffres-cles .chiffres-wrap .item .number {
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1279.98px) {
  .section-chiffres-cles .chiffres-wrap .item .number {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-chiffres-cles .chiffres-wrap .item .number {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-chiffres-cles .chiffres-wrap .item .number {
    font-size: 1.25rem;
  }
}
.section-chiffres-cles .chiffres-wrap .item .text {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .section-chiffres-cles .chiffres-wrap .item .text {
    font-size: 1rem;
  }
}

.section-reconciliation {
  padding: 5rem 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-reconciliation {
    padding: 3rem 2rem;
  }
}
.section-reconciliation h2 {
  text-transform: none;
  color: rgba(242, 140, 22, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-reconciliation h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-reconciliation h2 {
    font-size: 1.5rem;
  }
}
.section-reconciliation .block1 {
  padding: 1rem 0;
}
.section-reconciliation .block1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.section-reconciliation .block1 .content .image {
  width: 33.33%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation .block1 .content .image {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.section-reconciliation .block1 .content .image::after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation .block1 .content .image::after {
    padding-bottom: 50%;
  }
}
.section-reconciliation .block1 .content .text {
  width: 66.66%;
  padding: 0 3rem;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation .block1 .content .text {
    width: 100%;
    padding: 0;
  }
}
.section-reconciliation .block1 .content .text p {
  font-size: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .section-reconciliation .block1 .content .text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation .block1 .content .text p {
    font-size: 1.25rem;
  }
}

.section-reconciliation-2 {
  position: relative;
  padding: 0 3rem 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .section-reconciliation-2 {
    padding-bottom: 0 2rem 3rem;
  }
}
.section-reconciliation-2 .block2 {
  padding: 0 0 3rem;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation-2 .block2 {
    padding: 0;
  }
}
.section-reconciliation-2 .block2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.section-reconciliation-2 .block2 .content .text {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation-2 .block2 .content .text {
    width: 100%;
  }
}
.section-reconciliation-2 .block2 .content .text p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 1279.98px) {
  .section-reconciliation-2 .block2 .content .text p {
    font-size: 1rem;
  }
}
.section-reconciliation-2 .block2 .image {
  position: absolute;
  z-index: 0;
  right: 0;
  max-width: 40%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation-2 .block2 .image {
    position: static;
    max-width: 100%;
  }
}
.section-reconciliation-2 .block2 .image::after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
@media screen and (max-width: 1023.98px) {
  .section-reconciliation-2 .block2 .image::after {
    padding-bottom: 50%;
  }
}
.section-reconciliation-2 .bottom-text {
  max-width: 800px;
  width: 100%;
  text-transform: none;
  color: rgba(242, 140, 22, 1);
}

.section-dirigeants {
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-dirigeants {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-dirigeants {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-dirigeants .mosaique {
    display: none;
  }
}
.section-dirigeants .mosaique-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.75rem;
}
.section-dirigeants .mosaique-wrap .item {
  width: 20%;
  padding: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 1279.98px) {
  .section-dirigeants .mosaique-wrap .item {
    width: 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-dirigeants .mosaique-wrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 479.98px) {
  .section-dirigeants .mosaique-wrap .item {
    width: 50%;
  }
}
.section-dirigeants .mosaique-wrap .item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.section-dirigeants .mosaique-wrap .item-wrap {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
}
.section-dirigeants .mosaique-wrap .item .image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
}
.section-dirigeants .mosaique-wrap .item .content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background-color: #ffffff;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1023.98px) {
  .section-dirigeants .mosaique-wrap .item .content {
    padding: 1rem;
  }
}
.section-dirigeants .mosaique-wrap .item .content.show {
  opacity: 1;
  visibility: visible;
}
.section-dirigeants .mosaique-wrap .item .content .name {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .section-dirigeants .mosaique-wrap .item .content .name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-dirigeants .mosaique-wrap .item .content .name {
    font-size: 0.875rem;
  }
}
.section-dirigeants .mosaique-wrap .item .content .text {
  margin: 0 0 0.75rem;
  text-align: center;
}
.section-dirigeants .hidden-text {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  max-height: 400px;
  height: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .section-dirigeants .hidden-text {
    top: 50px;
    transform: translate(-50%, 0);
  }
}
.section-dirigeants .hidden-text.show {
  opacity: 1;
  visibility: visible;
}
.section-dirigeants .hidden-text .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767.98px) {
  .section-dirigeants .hidden-text .wrap {
    padding: 2rem;
  }
}
.section-dirigeants .hidden-text .content {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.section-dirigeants .hidden-text .content .name {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .section-dirigeants .hidden-text .content .name {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-dirigeants .hidden-text .content .name {
    font-size: 1.5rem;
  }
}
.section-dirigeants .hidden-text .content .text p {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 1279.98px) {
  .section-dirigeants .hidden-text .content .text p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-dirigeants .hidden-text .content .text p {
    font-size: 1rem;
  }
}
.section-dirigeants .hidden-text .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.section-dirigeants .hidden-text .close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
.section-dirigeants .hidden-text .close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
/* Mobile mosaique */
.section-dirigeants .mosaique-mobile {
  display: none;
}
@media screen and (max-width: 479.98px) {
  .section-dirigeants .mosaique-mobile {
    display: block;
  }
}
.section-dirigeants .mosaique-mobile > div {
  overflow-x: scroll;
}
.section-dirigeants .mosaique-mobile-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1620px;
  margin: 0 -0.75rem;
}
.section-dirigeants .mosaique-mobile-wrap .item {
  width: 270px;
  padding: 0.75rem;
}
.section-dirigeants .mosaique-mobile-wrap .item .image {
  height: 220px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.section-dirigeants .mosaique-mobile-wrap .item .content {
  padding: 1rem;
  background-color: #ffffff;
}
.section-dirigeants .mosaique-mobile-wrap .item .content .name {
  font-weight: 700;
  text-align: center;
}

.section-implantations {
  position: relative;
  padding: 8rem 3rem 25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .section-implantations {
    padding: 8rem 3rem 22rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-implantations {
    padding: 16rem 3rem 2rem;
    background-position: right bottom;
  }
}
@media screen and (max-width: 767.98px) {
  .section-implantations {
    padding: 16rem 2rem 2rem;
  }
}
.section-implantations::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5rem;
  left: 0;
  width: 55%;
  height: 45%;
  background-color: rgba(244, 244, 255, 0.8);
}
@media screen and (max-width: 1023.98px) {
  .section-implantations::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 55%;
  }
}
.section-implantations .content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1279.98px) {
  .section-implantations .content {
    max-width: 500px;
  }
}
.section-implantations .content p {
  margin: 0 0 1rem;
  font-size: 1.875rem;
}
@media screen and (max-width: 1279.98px) {
  .section-implantations .content p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-implantations .content p {
    font-size: 1.25rem;
  }
}
.section-implantations .content .title {
  font-weight: 700;
  text-transform: uppercase;
}
.section-implantations .legend {
  position: absolute;
  z-index: 1;
  bottom: 16rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1279.98px) {
  .section-implantations .legend {
    left: 0;
    transform: none;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-implantations .legend {
    display: none;
  }
}
.section-implantations .legend p {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: rgba(244, 244, 255, 1);
}

/* ---------- */
/* Dans le monde */
/* ---------- */
.section-presence {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-presence {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-presence {
    padding: 3rem 2rem;
  }
}
.section-presence .etoile-1 {
  top: 5%;
  left: 8%;
}
@media screen and (max-width: 1439.98px) {
  .section-presence .etoile-1 {
    display: none;
  }
}
.section-presence .location {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0 -0.75rem;
}
.section-presence .location > div {
  width: 33.33%;
  padding: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .section-presence .location > div {
    width: 100%;
  }
}
.section-presence .location p {
  font-size: 1.125rem;
}
@media screen and (max-width: 1279.98px) {
  .section-presence .location p {
    font-size: 1rem;
  }
}
.section-presence .location .block2 p {
  color: rgba(242, 140, 22, 1);
}
.section-presence .location .title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1023.98px) {
  .section-presence .location .title {
    font-size: 1.25rem;
  }
}
.section-presence .map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.section-presence .map img {
  width: 100%;
}
.section-presence .map .pointer {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1599.98px) {
  .section-presence .map .pointer {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1479.98px) {
  .section-presence .map .pointer {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 1279.98px) {
  .section-presence .map .pointer {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-presence .map .pointer {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-presence .map .pointer {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 479.98px) {
  .section-presence .map .pointer {
    width: 3px;
    height: 3px;
  }
}
.section-presence .map .pointer.active,
.section-presence .map .pointer:hover {
  z-index: 2;
  transform: scale(1.3);
}
.section-presence .map .pointer1 {
  top: 23%;
  left: 32%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer2 {
  top: 67%;
  left: 50%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer3 {
  top: 17%;
  left: 15%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer4 {
  top: 44%;
  left: 50.5%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer5 {
  top: 73%;
  left: 23%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer6 {
  top: 80%;
  left: 34%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer7 {
  top: 59.5%;
  left: 55%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer8 {
  top: 75%;
  left: 65%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer9 {
  top: 50%;
  left: 85%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer10 {
  top: 35%;
  left: 14%;
  background-color: rgba(0, 255, 255, 1);
}
.section-presence .map .pointer11 {
  top: 65%;
  left: 56%;
  background-color: rgba(0, 255, 255, 1);
}



.section-presence .map .pointer .content {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 300px;
  padding: 1rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1439.98px) {
  .section-presence .map .pointer .content {
    max-width: 200px;
  }
}
.section-presence .map .pointer4 .content,
.section-presence .map .pointer13 .content,
.section-presence .map .pointer14 .content,
.section-presence .map .pointer15 .content {
  left: unset;
  right: 0;
}
.section-presence .map .pointer .content.active {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .section-presence .map .pointer .content.active {
    display: none;
  }
}
.section-presence .map .pointer .content .city {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 1439.98px) {
  .section-presence .map .pointer .content .city {
    font-size: 1rem;
  }
  .section-presence .map .pointer .content p,
  .section-presence .map .pointer .content a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .section-presence .map .pointer .content .city {
    font-size: 0.75rem;
  }
  .section-presence .map .pointer .content p,
  .section-presence .map .pointer .content a {
    font-size: 0.5rem;
  }
}
.section-presence .map .pointer .content .address {
  margin: 0.5rem 0;
}
.section-presence .map .pointer .content .contact a {
  color: rgba(242, 140, 22, 1);
}
/* Mobile */
.poi-list {
  display: none;
  padding: 2rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .poi-list {
    display: block;
  }
}
.poi-list .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0 -0.75rem;
}
.poi-list .wrap .poi {
  width: 50%;
  padding: 0.75rem;
}
@media screen and (max-width: 479.98px) {
  .poi-list .wrap .poi {
    width: 100%;
  }
}
.poi-list .wrap .poi p,
.poi-list .wrap .poi a {
  font-size: 0.875rem;
}
.poi-list .wrap .poi .city {
  font-weight: 700;
  font-size: 1.125rem;
}
.poi-list .wrap .poi .address {
  margin: 0.5rem 0;
}
.poi-list .wrap .poi .contact a {
  color: rgba(242, 140, 22, 1);
}

.section-realisations {
  position: relative;
  padding: 8rem 3rem 25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .section-realisations {
    padding: 8rem 3rem 22rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-realisations {
    padding: 16rem 3rem 2rem;
    background-position: center top;
  }
}
@media screen and (max-width: 767.98px) {
  .section-realisations {
    padding: 16rem 2rem 2rem;
  }
}
.section-realisations::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5rem;
  left: 0;
  width: 55%;
  height: 45%;
  background-color: rgba(244, 244, 255, 0.8);
}
@media screen and (max-width: 1023.98px) {
  .section-realisations::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 55%;
  }
}
.section-realisations .content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1279.98px) {
  .section-realisations .content {
    max-width: 500px;
  }
}
.section-realisations .content p {
  margin: 0 0 1rem;
  font-size: 1.875rem;
}
@media screen and (max-width: 1279.98px) {
  .section-realisations .content p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-realisations .content p {
    font-size: 1.25rem;
  }
}
.section-realisations .content .title {
  font-weight: 700;
  text-transform: uppercase;
}

/* ---------- */
/* Amarenco and Co */
/* ---------- */
.section-introduction {
  position: relative;
  padding: 5rem 0;
  background-color: rgba(228, 228, 232, 1);
}
.section-introduction .etoile-1 {
  top: 10%;
  left: 8%;
}
.section-introduction .block1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-introduction .block1 .text {
  width: 55%;
}
.section-introduction .block1 .text p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
}
.section-introduction .block1 .image {
  width: 45%;
}
.section-introduction .block2 {
  padding: 6rem 0;
}
.section-introduction .block2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.section-introduction .block2 .content .image {
  position: absolute;
  z-index: 0;
  left: 0;
  max-width: 30%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-introduction .block2 .content .image::after {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.section-introduction .block2 .content .text {
  position: relative;
  z-index: 1;
  width: 70%;
  font-size: 3.875rem;
  color: rgba(242, 140, 22, 1);
}

.section-partenaires {
  position: relative;
  padding: 5rem 0;
  background-color: #ffffff;
}
.section-partenaires .etoile-1 {
  top: 25%;
  left: 8%;
}
.swiper-partenaires {
  max-width: 1090px;
  width: 100%;
  height: 100%;
  padding: 0 100px;
}
.swiper-partenaires .slide-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-partenaires .swiper-button-next,
.swiper-partenaires .swiper-button-prev {
  color: rgba(43, 64, 112, 1);
}
.swiper-partenaires .swiper-button-next:after,
.swiper-partenaires .swiper-button-prev:after {
  font-size: 3rem;
}

/* ---------- */
/* Contact */
/* ---------- */
.section-contacter {
  position: relative;
  padding: 15rem 3rem 5rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-contacter {
    padding: 8rem 3rem 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-contacter {
    padding: 8rem 2rem 5rem;
  }
}
.section-contacter .etoile-1 {
  top: 20%;
  left: 8%;
}
@media screen and (max-width: 1599.98px) {
  .section-contacter .etoile-1 {
    display: none;
  }
}
.section-contacter .formulaire {
  margin: 3rem 0 0;
  padding: 1rem 0 0;
  border-top: 2px solid rgba(43, 64, 112, 1);
}
.section-contacter .formulaire .title {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1279.98px) {
  .section-contacter .formulaire .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-contacter .formulaire .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-contacter .formulaire .title {
    font-size: 1.25rem;
  }
}
.section-contacter .formulaire .text p {
  font-size: 0.875rem;
}
.section-contacter .formulaire form {
  margin: 0 0 2rem;
}
.section-contacter .formulaire form .inputs-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -0.75rem;
}
.section-contacter .formulaire form .inputs-wrap .input {
  width: 33.33%;
  padding: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .section-contacter .formulaire form .inputs-wrap .input {
    width: 50%;
  }
}
@media screen and (max-width: 479.98px) {
  .section-contacter .formulaire form .inputs-wrap .input {
    width: 100%;
  }
}
.section-contacter .formulaire form .inputs-wrap .input-select {
  width: 50%;
}
@media screen and (max-width: 479.98px) {
  .section-contacter .formulaire form .inputs-wrap .input-select {
    width: 100%;
  }
}
.section-contacter .formulaire form .inputs-wrap .textarea {
  width: 100%;
  padding: 0.75rem;
}
.section-contacter .formulaire form .inputs-wrap .input label {
  margin: 0;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 1279.98px) {
  .section-contacter .formulaire form .inputs-wrap .input label {
    font-size: 1rem;
  }
}
.section-contacter .formulaire form .inputs-wrap input[type="text"],
.section-contacter .formulaire form .inputs-wrap input[type="email"],
.section-contacter .formulaire form .inputs-wrap input[type="tel"],
.section-contacter .formulaire form .inputs-wrap select,
.section-contacter .formulaire form .inputs-wrap textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
}
.section-contacter .formulaire form .inputs-wrap .submit {
  padding: 0.75rem;
}
.section-contacter .formulaire form .inputs-wrap .submit input {
  display: inline-block;
  border-radius: 8px;
  min-width: 150px;
  padding: 0.75rem 1.5rem;
  border: 2px solid rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: #ffffff;
  font-size: 0.875rem !important;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.section-contacter .formulaire form .inputs-wrap .submit input:hover {
  background-color: transparent;
  color: rgba(242, 140, 22, 1);
  text-decoration: none;
}
.section-contacter .formulaire form.wpcf7-form.invalid .wpcf7-response-output {
  margin: 0.5rem 0;
  padding: 0.5rem;
  border-radius: 8px;
  border-color: #dc3232;
}

/* ---------- */
/* Nos métiers */
/* ---------- */
.section-metiers {
  position: relative;
  padding: 5rem 0 0;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-metiers {
    padding: 3rem 0 0;
  }
}
.section-metiers .etoile-1 {
  top: 5%;
  left: 8%;
}
@media screen and (max-width: 1599.98px) {
  .section-metiers .etoile-1 {
    display: none;
  }
}
.section-metiers .text-wrap {
  padding: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .section-metiers .text-wrap {
    padding: 0 2rem;
  }
}
.section-metiers .section-tabs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  padding: 0 3rem;
}
@media screen and (max-width: 1279.98px) {
  .section-metiers .section-tabs {
    height: 450px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-metiers .section-tabs {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-metiers .section-tabs {
    height: 550px;
  }
}
.section-metiers .section-tabs::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 65%;
  height: 70%;
  background-color: rgba(43, 64, 112, 0.75);
}
@media screen and (max-width: 1439.98px) {
  .section-metiers .section-tabs::after {
    width: 70%;
  }
}
@media screen and (max-width: 1279.98px) {
  .section-metiers .section-tabs::after {
    width: 100%;
    height: 100%;
  }
}
.section-metiers .section-tabs .background-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
.section-metiers .section-tabs .background-image.is-active {
  opacity: 1;
  visibility: visible;
}
.section-metiers .section-tabs .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-metiers .section-tabs .tabs-nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 1rem;
}
.section-metiers .section-tabs .tabs-nav p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 1rem 0 0;
  background-color: rgba(242, 140, 22, 0.4);
  font-size: 2.75rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 1439.98px) {
  .section-metiers .section-tabs .tabs-nav p {
    width: 3rem;
    height: 3rem;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .section-metiers .section-tabs .tabs-nav p {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.75rem;
  }
}
.section-metiers .section-tabs .tabs-nav p.is-active {
  background-color: rgba(242, 140, 22, 1);
}
.section-metiers .section-tabs .tabs-wrap .tab {
  position: relative;
  display: none;
  height: 400px;
}
@media screen and (max-width: 1279.98px) {
  .section-metiers .section-tabs .tabs-wrap .tab {
    height: 300px;
  }
}
@media screen and (max-width: 479.98px) {
  .section-metiers .section-tabs .tabs-wrap .tab {
    height: 400px;
  }
}
.section-metiers .section-tabs .tabs-wrap .tab.is-active {
  display: block;
}
.section-metiers .section-tabs .tabs-wrap .tab .picto {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -90px;
  max-width: 70px;
}
@media screen and (max-width: 1439.98px) {
  .section-metiers .section-tabs .tabs-wrap .tab .picto {
    display: none;
  }
}
.section-metiers .section-tabs .tabs-wrap .tab .content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
}
.section-metiers .section-tabs .tabs-wrap .tab .content p {
  margin: 0 0 1rem;
  color: rgba(244, 244, 255, 1);
}
.section-metiers .section-tabs .tabs-wrap .tab .content .title {
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1279.98px) {
  .section-metiers .section-tabs .tabs-wrap .tab .content .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-metiers .section-tabs .tabs-wrap .tab .content .title {
    font-size: 1.5rem;
  }
}
.section-metiers .section-tabs .tabs-wrap .tab .content .subtitle {
  font-size: 1.325rem;
  font-weight: 700;
}
.section-metiers .section-tabs .tabs-wrap .tab .content .text p {
  font-size: 1.325rem;
}
@media screen and (max-width: 1279.98px) {
  .section-metiers .section-tabs .tabs-wrap .tab .content .text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-metiers .section-tabs .tabs-wrap .tab .content .text p {
    font-size: 1rem;
  }
}

.section-postes {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-postes {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-postes {
    padding: 3rem 2rem;
  }
}
.section-postes .etoile-1 {
  top: 10%;
  left: 8%;
}
@media screen and (max-width: 1599.98px) {
  .section-postes .etoile-1 {
    display: none;
  }
}
.section-postes h2 {
  margin: 0;
}
.section-postes .postes {
  position: relative;
}
.swiper-postes {
  width: 100%;
  height: 100%;
  padding: 0 100px;
}
@media screen and (max-width: 1023.98px) {
  .swiper-postes {
    padding: 0 50px;
  }
}
@media screen and (max-width: 479.98px) {
  .swiper-postes {
    padding: 0 30px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-prev {
    left: 0;
  }
}
.swiper-postes .swiper-slide .slide-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.swiper-postes .swiper-slide .slide-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.swiper-postes .swiper-slide .slide-wrap .button {
  position: absolute;
  z-index: 0;
  bottom: 1rem;
}
.swiper-postes .swiper-button-next,
.swiper-postes .swiper-button-prev {
  color: rgba(43, 64, 112, 1);
}
.swiper-postes .swiper-button-next:after,
.swiper-postes .swiper-button-prev:after {
  font-size: 3rem;
}

.section-postes .hidden-text {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  max-height: 400px;
  height: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .section-postes .hidden-text {
    top: 50px;
    transform: translate(-50%, 0);
  }
}
.section-postes .hidden-text.show {
  opacity: 1;
  visibility: visible;
}
.section-postes .hidden-text .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767.98px) {
  .section-postes .hidden-text .wrap {
    padding: 2rem;
  }
}
.section-postes .hidden-text .content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.section-postes .hidden-text .content .title {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .section-postes .hidden-text .content .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-postes .hidden-text .content .title {
    font-size: 1.5rem;
  }
}
.section-postes .hidden-text .content .text p {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 1279.98px) {
  .section-postes .hidden-text .content .text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-postes .hidden-text .content .text p {
    font-size: 1rem;
  }
}
.section-postes .hidden-text .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.section-postes .hidden-text .close::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
}
.section-postes .hidden-text .close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 64, 112, 1);
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}

/* Poste */
main.single-emploi {
  background-color: rgba(228, 228, 232, 1);
}
main.single-emploi .banner img {
  height: 500px;
}
@media screen and (max-width: 1279.98px) {
  main.single-emploi .banner img {
    height: 400px;
  }
}
@media screen and (max-width: 1023.98px) {
  main.single-emploi .banner img {
    height: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  main.single-emploi .banner img {
    height: 200px;
  }
}
.section-poste {
  position: relative;
  padding: 3rem 2rem;
}
.section-poste .etoile {
  left: 12%;
  top: 10%;
}
@media screen and (max-width: 1599.98px) {
  .section-poste .etoile {
    display: none;
  }
}
.container-poste {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.container-poste .emploi-nav {
  margin: 0 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .container-poste .emploi-nav {
    order: 1;
  }
}
.container-poste .emploi-nav a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: rgba(43, 64, 112, 1);
}
.container-poste .wrap {
  padding: 3rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .container-poste .wrap {
    padding: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .container-poste .wrap {
    padding: 1.25rem;
  }
}
.container-poste .date {
  font-weight: 600;
}
.container-poste h1 {
  font-weight: 600;
  font-size: 1.5rem;
  color: rgba(242, 140, 22, 1);
}
.container-poste .infos,
.container-poste .content {
  margin: 2rem 0 0;
}
.container-poste .infos p {
  font-weight: 600;
  text-transform: uppercase;
}
.container-poste .infos p span {
  font-weight: 600;
  color: rgba(242, 140, 22, 1);
  text-transform: uppercase;
}
.container-poste .infos p.contrat span:nth-child(2) {
  display: none;
}
.container-poste .content > div,
.container-poste .content p {
  margin: 1rem 0;
}
.container-poste .content a {
  color: rgba(242, 140, 22, 1);
}
.container-poste .content h4 {
  margin: 2rem 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.container-poste .content ul {
  margin: 0 0 2rem;
  padding-left: 2rem;
}
.container-poste .content ul li {
  list-style-type: disc;
}

/* ---------- */
/* Réalisations */
/* ---------- */
.section-filters {
  padding: 5rem 3rem 2rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-filters {
    padding: 3rem 3rem 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-filters {
    padding: 3rem 2rem 1.5rem;
  }
}
.section-filters form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.section-filters form p {
  margin: 0 2rem 0 0;
}
.section-filters form .select-wrap {
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 1023.98px) {
  .section-filters form .select-wrap,
  .section-filters form .button {
    margin: 0 1rem 1rem 0;
  }
}
.section-filters form .select-wrap p {
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.section-filters form select {
  display: inline-block;
  border-radius: 8px;
  width: 240px;
  height: 2.875rem;
  padding: 0.5rem 1rem;
  border: 2px solid rgba(186, 189, 196, 1);
  background-color: transparent;
  font-size: 0.875rem !important;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  color: rgba(186, 189, 196, 1);
}
.section-filters form select:focus {
  outline: none;
}
.section-filters form select.selected {
  border-color: rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: #ffffff;
}

.section-nos-realisations {
  padding: 0 3rem 5rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 767.98px) {
  .section-nos-realisations {
    padding: 0 2rem 5rem;
  }
}
.section-nos-realisations .realisations-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -0.75rem 2rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease-in-out;
}
.section-nos-realisations .button-loadmore.hidden {
  display: none;
}
.section-nos-realisations .realisations-wrap.loading {
  opacity: 0;
  visibility: hidden;
}
.section-nos-realisations .realisations-thumbnail {
  width: 60%;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .section-nos-realisations .realisations-thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .section-nos-realisations .realisations-thumbnail {
    width: 100% !important;
  }
}
.section-nos-realisations .realisations-thumbnail:nth-child(n + 7) {
  display: none;
}
.section-nos-realisations .realisations-thumbnail:nth-child(n + 5).loaded {
  display: block;
}
.section-nos-realisations .realisations-thumbnail:nth-child(4n + 1),
.section-nos-realisations .realisations-thumbnail:nth-child(4n + 4) {
  width: 40%;
}
@media screen and (max-width: 1023.98px) {
  .section-nos-realisations .realisations-thumbnail:nth-child(4n + 1),
  .section-nos-realisations .realisations-thumbnail:nth-child(4n + 4) {
    width: 50%;
  }
}
.section-nos-realisations .realisations-thumbnail .thumbnail-wrap {
  display: block;
}
.section-nos-realisations .realisations-thumbnail .image {
  height: 375px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-nos-realisations .realisations-thumbnail .image {
    height: 275px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-nos-realisations .realisations-thumbnail .image {
    height: 200px;
  }
}
.section-nos-realisations .realisations-thumbnail .infos {
  padding: 1rem;
  background-color: #ffffff;
}
.section-nos-realisations .realisations-thumbnail .infos p {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(43, 64, 112, 1);
}
.section-nos-realisations .realisations-thumbnail .infos .category {
  font-size: 0.875rem;
}
@media screen and (max-width: 1023.98px) {
  .section-nos-realisations .realisations-thumbnail .infos .category {
    font-size: 0.75rem;
  }
}
.section-nos-realisations
  .realisations-thumbnail
  .infos
  .category
  span:last-child
  span {
  display: none;
}
.section-nos-realisations .realisations-thumbnail .infos .title {
  font-size: 1.125rem;
}
@media screen and (max-width: 1023.98px) {
  .section-nos-realisations .realisations-thumbnail .infos .title {
    font-size: 0.875rem;
  }
}

/* Single */
.single-realisations .thumbnail {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-realisation {
  min-height: calc(100vh - 250px);
  padding: 6rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-realisation {
    height: unset;
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-realisation {
    height: unset;
    padding: 3rem 2rem;
  }
}
.container-realisation {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.section-realisation .realisation-nav {
  margin: 0 0 1rem;
}
.section-realisation .realisation-nav a {
  font-weight: 700;
  color: rgba(43, 64, 112, 1);
}
.section-realisation .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #ffffff;
}
.section-realisation .wrap .infos {
  width: 60%;
  padding: 2rem;
}
@media screen and (max-width: 1023.98px) {
  .section-realisation .wrap .infos {
    order: 1;
    width: 100%;
  }
}
.section-realisation .wrap .infos .category {
  margin: 0 0 1rem;
  font-weight: 600;
  color: rgba(242, 140, 22, 1);
}
.section-realisation .wrap .infos .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.section-realisation .wrap .infos .country {
  margin: 0 0 1rem;
  font-weight: 600;
}
.section-realisation .wrap .infos .pictos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 1rem 0 0;
}
.section-realisation .wrap .infos .pictos .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 1.25rem 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .section-realisation .wrap .infos .pictos .item {
    width: 50%;
  }
}
@media screen and (max-width: 479.98px) {
  .section-realisation .wrap .infos .pictos .item {
    width: 100%;
  }
}
.section-realisation .wrap .infos .pictos .item img {
  margin: 0 0 0.5rem;
}
.section-realisation .wrap .infos .pictos .item .number {
  font-size: 1.75rem;
  font-weight: 700;
}
.section-realisation .wrap .infos .pictos .item .text {
  text-align: center;
}
.section-realisation .wrap .image {
  width: 40%;
}
@media screen and (max-width: 1023.98px) {
  .section-realisation .wrap .image {
    order: 0;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-realisation .wrap .image {
    height: 200px;
  }
}
.section-realisation .wrap .image div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/* ---------- */
/* Blog */
/* ---------- */
.section-alaune {
  padding: 5rem 3rem;
  background-color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-alaune {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-alaune {
    padding: 3rem 2rem;
  }
}
.section-alaune h1 {
  text-transform: none;
  text-align: center;
  color: #ffffff;
}
.alaune-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.75rem;
}
.alaune-item {
  width: 50%;
  height: 510px;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .alaune-item {
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 767.98px) {
  .alaune-item {
    height: 380px;
  }
}
.alaune-item:nth-child(2),
.alaune-item:nth-child(3) {
  width: 25%;
}
@media screen and (max-width: 1023.98px) {
  .alaune-item:nth-child(2),
  .alaune-item:nth-child(3) {
    width: 50%;
    height: 510px;
  }
}
@media screen and (max-width: 767.98px) {
  .alaune-item:nth-child(2),
  .alaune-item:nth-child(3) {
    width: 100%;
    height: 380px;
  }
}
.alaune-item .wrap {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.alaune-item .thumbnail {
  display: block;
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .alaune-item .thumbnail {
    height: 250px;
  }
}
@media screen and (max-width: 767.98px) {
  .alaune-item .thumbnail {
    height: 200px;
  }
}
.alaune-item:nth-child(2) .thumbnail,
.alaune-item:nth-child(3) .thumbnail {
  height: 225px;
}
@media screen and (max-width: 767.98px) {
  .alaune-item:nth-child(2) .thumbnail,
  .alaune-item:nth-child(3) .thumbnail {
    height: 200px;
  }
}
.alaune-item .content {
  position: relative;
  padding: 1rem;
}
.alaune-item .content .meta {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0.5rem;
}
.alaune-item .content .meta p,
.alaune-item .content .meta a {
  color: rgba(242, 140, 22, 1);
}
.alaune-item .content .text p {
  color: #ffffff;
}
.alaune-item .content .text .title {
  max-width: 90%;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .alaune-item .content .text .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .alaune-item .content .text .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .alaune-item .content .text .title {
    max-width: 85%;
  }
}
.alaune-item:nth-child(2) .content .text .title,
.alaune-item:nth-child(3) .content .text .title {
  max-width: 100%;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid rgba(244, 244, 255, 1);
  font-size: 1.25rem;
}
@media screen and (max-width: 1279.98px) {
  .alaune-item:nth-child(2) .content .text .title,
  .alaune-item:nth-child(3) .content .text .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .alaune-item:nth-child(2) .content .text .title,
  .alaune-item:nth-child(3) .content .text .title {
    width: 90%;
    border: none;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .alaune-item:nth-child(2) .content .text .title,
  .alaune-item:nth-child(3) .content .text .title {
    width: 85%;
  }
}
.alaune-item .content .text .excerpt {
  display: none;
  padding: 0.5rem 0 0;
}
.alaune-item:nth-child(2) .content .text .excerpt,
.alaune-item:nth-child(3) .content .text .excerpt {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .alaune-item:nth-child(2) .content .text .excerpt,
  .alaune-item:nth-child(3) .content .text .excerpt {
    display: none;
  }
}
.alaune-item .wrap .link {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1rem;
}

.section-actus {
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-actus {
    padding: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-actus {
    padding: 3rem 2rem;
  }
}
.section-actus h2 {
  text-align: center;
  text-transform: none;
}
.actus-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.75rem;
  padding: 0 0 2rem;
}
.actus-item {
  width: 25%;
  height: 510px;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .actus-item {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .actus-item {
    width: 100%;
    height: 380px;
  }
}
.actus-item:nth-child(17n + 1),
.actus-item:nth-child(16n + 16),
.actus-item:nth-child(8n + 8),
.actus-item:nth-child(9n + 9) {
  width: 50%;
}
@media screen and (max-width: 1023.98px) {
  .actus-item:nth-child(17n + 1),
  .actus-item:nth-child(16n + 16),
  .actus-item:nth-child(8n + 8),
  .actus-item:nth-child(9n + 9) {
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 767.98px) {
  .actus-item:nth-child(17n + 1),
  .actus-item:nth-child(16n + 16),
  .actus-item:nth-child(8n + 8),
  .actus-item:nth-child(9n + 9) {
    height: 380px;
  }
}
.actus-item .wrap {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
}
.actus-item .thumbnail {
  display: block;
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .actus-item .thumbnail {
    height: 200px;
  }
}
.actus-item:nth-child(17n + 1) .thumbnail,
.actus-item:nth-child(16n + 16) .thumbnail,
.actus-item:nth-child(8n + 8) .thumbnail,
.actus-item:nth-child(9n + 9) .thumbnail {
  height: 330px;
}
@media screen and (max-width: 1023.98px) {
  .actus-item:nth-child(17n + 1) .thumbnail,
  .actus-item:nth-child(16n + 16) .thumbnail,
  .actus-item:nth-child(8n + 8) .thumbnail,
  .actus-item:nth-child(9n + 9) .thumbnail {
    height: 250px;
  }
}
@media screen and (max-width: 767.98px) {
  .actus-item:nth-child(17n + 1) .thumbnail,
  .actus-item:nth-child(16n + 16) .thumbnail,
  .actus-item:nth-child(8n + 8) .thumbnail,
  .actus-item:nth-child(9n + 9) .thumbnail {
    height: 200px;
  }
}
.actus-item .content {
  position: relative;
  padding: 1rem;
}
.actus-item .content .meta {
  margin: 0 0 0.5rem;
}
.actus-item .content .meta p,
.actus-item .content .meta a {
  padding: 0 0.25rem 0 0;
  color: rgba(43, 64, 112, 1);
}
.actus-item .content .text .title {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid rgba(43, 64, 112, 1);
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1279.98px) {
  .actus-item .content .text .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .actus-item .content .text .title {
    width: 90%;
    border: none;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .actus-item .content .text .title {
    width: 85%;
  }
}
.actus-item:nth-child(17n + 1) .content .text .title,
.actus-item:nth-child(16n + 16) .content .text .title,
.actus-item:nth-child(8n + 8) .content .text .title,
.actus-item:nth-child(9n + 9) .content .text .title {
  max-width: 90%;
  border: none;
  padding: 0;
  font-size: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .actus-item:nth-child(17n + 1) .content .text .title,
  .actus-item:nth-child(16n + 16) .content .text .title,
  .actus-item:nth-child(8n + 8) .content .text .title,
  .actus-item:nth-child(9n + 9) .content .text .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .actus-item:nth-child(17n + 1) .content .text .title,
  .actus-item:nth-child(16n + 16) .content .text .title,
  .actus-item:nth-child(8n + 8) .content .text .title,
  .actus-item:nth-child(9n + 9) .content .text .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .actus-item:nth-child(17n + 1) .content .text .title,
  .actus-item:nth-child(16n + 16) .content .text .title,
  .actus-item:nth-child(8n + 8) .content .text .title,
  .actus-item:nth-child(9n + 9) .content .text .title {
    max-width: 85%;
  }
}
.actus-item .content .text .excerpt {
  padding: 0.5rem 0 0;
  color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 767.98px) {
  .actus-item .content .text .excerpt {
    display: none;
  }
}
.actus-item:nth-child(17n + 1) .content .text .excerpt,
.actus-item:nth-child(16n + 16) .content .text .excerpt,
.actus-item:nth-child(8n + 8) .content .text .excerpt,
.actus-item:nth-child(9n + 9) .content .text .excerpt {
  display: none;
}

.actus-item .wrap .link {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1rem;
}

/* Single */
main.single-actu {
  background-color: rgba(228, 228, 232, 1);
}
.section-actu {
  padding: 10rem 3rem 5rem;
}
@media screen and (max-width: 1279.98px) {
  .section-actu {
    padding: 6rem 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-actu {
    padding: 6rem 2rem 3rem;
  }
}
.container-actu {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.section-actu .actu-nav {
  margin: 0 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .section-actu .actu-nav {
    order: 1;
  }
}
.section-actu .actu-nav a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: rgba(43, 64, 112, 1);
}
.section-actu .thumbnail {
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-actu .thumbnail {
    height: 300px;
  }
}
@media screen and (max-width: 479.98px) {
  .section-actu .thumbnail {
    height: 200px;
  }
}
.section-actu .meta-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(43, 64, 112, 1);
}
.section-actu .meta-wrap .meta {
  width: 50%;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .section-actu .meta-wrap .meta {
    width: 100%;
  }
}
.section-actu .meta-wrap .share-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .section-actu .meta-wrap .share-links {
    display: none;
  }
}
.section-actu .meta-wrap .share-links .share-text {
  font-weight: 700;
}
.section-actu .meta-wrap .share-links .icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 0.5rem;
}
.section-actu .meta-wrap .share-links .icons a {
  display: inline-block;
  padding: 0 0.25rem;
}
.section-actu .title {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(43, 64, 112, 1);
}
.section-actu .title h1 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .section-actu .title h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-actu .title h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-actu .title h1 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479.98px) {
  .section-actu .title h1 {
    font-size: 2rem;
  }
}
.section-actu .content {
  padding: 1rem 0;
}
.section-actu .content p {
  margin-bottom: 1rem;
}
.section-actu .content .wp-block-file a {
  color: rgba(242, 140, 22, 1);
}
.section-actu .content .wp-block-file a:hover {
  text-decoration: none !important;
}
.section-actu .content .wp-block-file a.wp-block-file__button {
  display: inline-block;
  border-radius: 8px;
  min-width: 160px;
  max-width: 200px;
  padding: 0.75rem 1.5rem;
  border: 2px solid rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: rgba(244, 244, 255, 1);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  transition: all 0.15s ease-in-out;
}
.section-actu .content .wp-block-file a.wp-block-file__button:hover {
  background-color: transparent;
  color: rgba(242, 140, 22, 1);
  text-decoration: none;
}
.section-actu .bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  padding: 1rem 0;
  border-top: 1px solid rgba(43, 64, 112, 1);
}
.section-actu .bottom-links > div {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .section-actu .bottom-links > div {
    width: 100%;
  }
}
.section-actu .bottom-links .share-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .section-actu .bottom-links .share-links {
    order: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 1rem;
  }
}
.section-actu .bottom-links .share-links .share-text {
  font-weight: 700;
}
@media screen and (max-width: 479.98px) {
  .section-actu .bottom-links .share-links .share-text {
    margin: 0 0 0.5rem;
  }
}
.section-actu .bottom-links .share-links .icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 0.5rem;
}
@media screen and (max-width: 479.98px) {
  .section-actu .bottom-links .share-links .icons {
    padding: 0;
  }
}
.section-actu .bottom-links .share-links .icons a {
  display: inline-block;
  padding: 0 0.25rem;
}
.section-related {
  padding: 5rem 2rem;
  background-color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-related {
    padding: 3rem 2rem;
  }
}
.section-related h2 {
  text-transform: none;
  text-align: center;
  color: #ffffff;
}
.section-related .related-item {
  width: 33.33%;
  height: 450px;
  padding: 0.75rem;
}
@media screen and (max-width: 1023.98px) {
  .section-related .related-item {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .section-related .related-item {
    width: 100%;
    height: 370px;
  }
}
.section-related .related-item .wrap {
  background-color: rgba(0, 0, 0, 0.2);
}
.section-related .related-item .wrap {
  position: relative;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-related .related-item .thumbnail {
  display: block;
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .section-related .related-item .thumbnail {
    height: 175px;
  }
}
.section-related .related-item .content {
  position: relative;
  padding: 1rem;
}
.section-related .related-item .content .meta {
  margin: 0 0 0.5rem;
}
.section-related .related-item .content .meta p,
.section-related .related-item .content .meta a {
  padding: 0 0.25rem 0 0;
  color: #ffffff;
}
.section-related .related-item .content .text .title {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.section-related .related-item .wrap .link {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1rem;
}

/* ---------- */
/* Nous rejoindre */
/* ---------- */
.section-opportunites {
  position: relative;
  padding: 8rem 3rem 0;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1279.98px) {
  .section-opportunites {
    padding: 5rem 3rem 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-opportunites {
    padding: 3rem 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-opportunites {
    padding: 3rem 2rem 0;
  }
}
.section-opportunites .etoile-1 {
  top: 25%;
  left: 8%;
}
@media screen and (max-width: 1279.98px) {
  .section-opportunites .etoile-1 {
    display: none;
  }
}
.section-opportunites-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.section-opportunites-wrap .content {
  position: relative;
  z-index: 1;
  width: 70%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1279.98px) {
  .section-opportunites-wrap .content {
    width: 70%;
  }
}
@media screen and (max-width: 1023.98px) {
  .section-opportunites-wrap .content {
    width: 100%;
  }
}
.section-opportunites-wrap .image {
  position: absolute;
  z-index: 0;
  right: 0;
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .section-opportunites-wrap .image {
    position: static;
    max-width: 100%;
  }
}
.section-opportunites-wrap .image img {
  width: 100%;
}
.block-candidature {
  padding: 3rem 3rem 0;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 767.98px) {
  .block-candidature {
    padding: 3rem 2rem 0;
  }
}
.block-candidature a {
  display: block;
  background-color: #ffffff;
}
.block-candidature a:hover {
  background-color: #2b4070;
}
.block-candidature .initial,
.block-candidature .hover {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.block-candidature p {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1023.98px) {
  .block-candidature p {
    font-size: 1.25rem;
  }
}
.block-candidature a:hover .initial {
  display: none;
}
.block-candidature .initial p {
  color: #f28c16;
}
.block-candidature .hover {
  display: none;
}
.block-candidature a:hover .hover {
  display: flex;
}
.block-candidature .hover p {
  color: #ffffff;
}
.section-emplois {
  padding: 3rem 3rem 2rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 767.98px) {
  .section-emplois {
    padding: 2rem;
  }
}
.section-emplois .block-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.section-emplois form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.section-emplois form p {
  margin: 0 2rem 0 0;
}
.section-emplois form .select-wrap,
.section-emplois form .button {
  margin: 0 1rem 1rem 0;
}
@media screen and (max-width: 1023.98px) {
  .section-emplois form .select-wrap,
  .section-emplois form .button {
    margin: 0 1rem 1rem 0;
  }
}
.section-emplois form .button {
  height: 2.625rem;
  padding: 0.5rem 1rem;
}
.section-emplois form .select-wrap p {
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.section-emplois form select {
  display: inline-block;
  border-radius: 8px;
  width: 160px;
  height: 2.625rem;
  padding: 0.5rem 1rem;
  border: 2px solid rgba(186, 189, 196, 1);
  background-color: transparent;
  font-size: 0.875rem !important;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  color: rgba(186, 189, 196, 1);
}
.section-emplois form select:focus {
  outline: none;
}
.section-emplois form select.selected {
  border-color: rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: #ffffff;
}
.section-emplois .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1rem;
}
@media screen and (max-width: 767.98px) {
  .section-emplois .row {
    margin: 0;
  }
}
.section-emplois .row > div {
  width: 50%;
  padding: 1rem;
}
@media screen and (max-width: 767.98px) {
  .section-emplois .row > div {
    width: 100%;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-emplois .row .emplois-block {
    border-bottom: 1px solid #2b4070;
  }
}
.section-emplois .row .emplois-block h1 {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 1.375rem;
}
.section-emplois .row .stages-block h1 {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 1.375rem;
}
.emplois-wrap,
.stages-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 1rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease-in-out;
}
.emplois-wrap.loading,
.stages-wrap.loading {
  opacity: 0;
  visibility: hidden;
}
.emplois-thumbnail {
  width: 100%;
  margin-bottom: 1rem;
}
.emplois-thumbnail .thumbnail-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  color: rgba(43, 64, 112, 1);
  transition: all 0.2s ease-in-out;
}
.emplois-thumbnail .thumbnail-wrap:hover {
  background-color: #2b4070;
}
.emplois-thumbnail .thumbnail-wrap:hover p:not(.title) {
  color: #ffffff;
}
.emplois-thumbnail .infos {
  width: 100%;
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.emplois-thumbnail p {
  margin: 0 0 0.5rem;
}
.emplois-thumbnail .date {
  font-size: 0.75rem;
  font-weight: 600;
}
.emplois-thumbnail .title {
  /* height: 2.875rem; */
  font-weight: 600;
  font-size: 1rem;
  color: rgba(242, 140, 22, 1);
}
.emplois-thumbnail .bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.emplois-thumbnail .city,
.emplois-thumbnail .contract {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.emplois-thumbnail .excerpt {
  flex-grow: 1;
}
.emplois-thumbnail .button {
  margin: 1rem 0 0;
}
.emplois-thumbnail .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.emplois-thumbnail .image::after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
.block-index {
  padding: 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 767.98px) {
  .block-index {
    padding: 2rem;
  }
}
.block-index-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding: 0.5rem 3rem 0 0;
  border-top: 1px solid #f28c16;
  border-bottom: 1px solid #f28c16;
  cursor: pointer;
}
.block-index-wrap p {
  padding-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #f28c16;
  transition: all 0.2s ease-in-out;
}
.block-index-wrap:hover p {
  padding-bottom: 1rem;
}
.block-index-content {
  display: none;
  padding: 3rem;
  background-color: #2b4070;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .block-index-content {
    padding: 2rem;
  }
}
.block-index-content.is-active {
  display: block;
}
.block-index-content h2,
.block-index-content p {
  color: #ffffff;
}
.block-index-content h2 {
  text-transform: none;
}
.block-index-content .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-index-content .content .text {
  width: 60%;
  padding-right: 1rem;
}
@media screen and (max-width: 1023.98px) {
  .block-index-content .content .text {
    width: 100%;
  }
}
.block-index-content .content .text p {
  margin-bottom: 1rem;
}
.block-index-content .content .image {
  width: 40%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023.98px) {
  .block-index-content .content .image {
    width: 100%;
  }
}
.index-table {
  width: 100%;
  overflow: hidden;
}
.index-table > div {
  width: 100%;
  overflow-x: auto;
}
.index-table > div > div {
  min-width: 900px;
  width: 100%;
}
.index-table p {
  font-size: 0.625rem;
}
.index-table .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.index-table .offset,
.index-table .row-title,
.index-table .bottom-title {
  width: 25%;
}
.index-table .row-title,
.index-table .bottom-title {
  padding-left: 0.5rem;
}
.index-table .cell {
  width: 10%;
}
.index-table .cell p {
  text-align: center;
}
.index-table .row,
.index-table .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ffffff;
}
.index-table .row .cell {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index-table .row .cell:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.6);
}
.index-table .row .cell:nth-child(even) p {
  color: #2b4070;
}
.index-table .row .cell:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.25);
}
.index-table .row .cell p,
.index-table .bottom .cell p {
  font-size: 0.75rem;
}
.index-table .bottom {
  background-color: rgba(255, 255, 255, 0.25);
}
.index-table .bottom-title {
  font-weight: 700;
}
.block-recrute {
  padding: 2rem 3rem;
  background-color: #babdc4;
}
@media screen and (max-width: 767.98px) {
  .block-recrute {
    padding: 2rem;
  }
}
.block-recrute-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.block-recrute-wrap > p {
  width: 40%;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1023.98px) {
  .block-recrute-wrap > p {
    width: 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .block-recrute-wrap > p {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.block-recrute-wrap .socials {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1023.98px) {
  .block-recrute-wrap .socials {
    width: 45%;
  }
}
@media screen and (max-width: 767.98px) {
  .block-recrute-wrap .socials {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.block-recrute-wrap .socials p {
  margin-right: 0.5rem;
  font-weight: 700;
}
.block-recrute-wrap .socials a {
  display: block;
  margin: 0 0.5rem;
}
.block-recrute-wrap .socials a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #f28c16;
  transition: all 0.2s ease-in-out;
}
.block-recrute-wrap .socials a:hover div {
  background-color: #f28c16;
}
.block-recrute-wrap .socials a:nth-of-type(n + 2):hover svg path {
  fill: #ffffff;
}
.block-recrute-wrap .socials a:nth-of-type(1):hover svg path {
  stroke: #ffffff;
}
.block-recrute-wrap .contact {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}
@media screen and (max-width: 1023.98px) {
  .block-recrute-wrap .contact {
    width: 30%;
  }
}
@media screen and (max-width: 767.98px) {
  .block-recrute-wrap .contact {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* ---------- */
/* Presse */
/* ---------- */
.section-presse {
  position: relative;
  padding: 5rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 767.98px) {
  .section-presse {
    padding: 3rem 2rem;
  }
}
.section-presse::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: rgba(43, 64, 112, 1);
}
@media screen and (max-width: 767.98px) {
  .section-presse::after {
    display: none;
  }
}
.section-presse > div {
  position: relative;
  z-index: 1;
}
.section-presse .month {
  padding: 2rem 0;
}
.section-presse .month h2 {
  text-transform: none;
  color: rgba(242, 140, 22, 1);
}
.section-presse .month .sub-section h3 {
  max-width: 75%;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .section-presse .month .sub-section h3 {
    max-width: 100%;
  }
}
.section-presse .month .sub-section .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -0.75rem;
}
.section-presse .month .sub-section .wrap .articles {
  width: 75%;
  padding: 0 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .section-presse .month .sub-section .wrap .articles {
    width: 100%;
  }
}
.section-presse .month .sub-section .wrap .articles .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(242, 140, 22, 1);
}
.section-presse .month .sub-section .wrap .articles .links a {
  font-size: 1.125rem;
  color: rgba(242, 140, 22, 1);
}
.section-presse .month .sub-section .wrap .articles .links a:hover {
  text-decoration: underline;
}
.section-presse .month .sub-section .wrap .image {
  display: none;
  width: 50%;
  padding: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .section-presse .month .sub-section .wrap .image {
    width: 100%;
  }
}
.section-presse .month .sub-section .wrap .image div {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ---------- */
/* 404 */
/* ---------- */
.section-404 {
  display: flex;
  align-items: center;
  height: calc(100vh - 250px);
  min-height: 600px;
  padding: 5rem 0;
  background-color: rgba(228, 228, 232, 1);
}
.section-404 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-404 h1 {
  font-size: 12rem;
  letter-spacing: 1px;
}
.section-404 .subtitle {
  margin: 0 0 3rem;
  font-size: 4rem;
  font-weight: 600;
}

/* ---------- */
/* Search */
/* ---------- */
.section-search {
  padding: 10rem 0;
  background-color: rgba(228, 228, 232, 1);
}

.section-results {
  padding: 10rem 3rem 3rem;
  background-color: rgba(228, 228, 232, 1);
}
@media screen and (max-width: 1023.98px) {
  .section-results {
    padding: 5rem 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-results {
    padding: 5rem 2rem 3rem;
  }
}
.section-results .search-bar form input {
  padding: 1rem;
}
.section-results .search-bar form input[type="submit"] {
  display: inline-block;
  border-radius: 8px;
  min-width: 150px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  border: 2px solid rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: #ffffff;
  transition: all 0.15s ease-in-out;
}
.section-results .search-bar form input[type="submit"]:hover {
  text-decoration: none;
  background-color: transparent;
  color: rgba(242, 140, 22, 1);
}
.search-value {
  padding: 2rem 0 0;
}
.search-value p {
  font-size: 1.5rem;
  font-weight: 700;
}
.results-wrap {
  padding: 3rem 0 0;
}
.results-wrap h2 {
  margin: 0 0 1rem;
}
.results-wrap a {
  color: rgba(43, 64, 112, 1);
}

/* ---------- */
/* Politiques */
/* ---------- */
.main-politiques {
  padding: 10rem 3rem 3rem;
}
@media screen and (max-width: 1023.98px) {
  .main-politiques {
    padding: 5rem 3rem 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .main-politiques {
    padding: 5rem 2rem 3rem;
  }
}
.main-politiques .section-contenu {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.main-politiques .section-contenu h2 {
  margin: 3rem 0 1rem;
}
.main-politiques .section-contenu a {
  color: rgba(242, 140, 22, 1);
}
.main-politiques .section-contenu ul li {
  list-style-type: disc;
}

/* ---------- */
/* Buttons */
/* ---------- */
.button-wrap {
  display: flex;
  justify-content: center;
}
.button {
  display: inline-block;
  border-radius: 8px;
  min-width: 160px;
  max-width: 200px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  transition: all 0.15s ease-in-out;
}
.button:hover {
  text-decoration: none;
}

.button.button-primary {
  border: 2px solid rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: rgba(244, 244, 255, 1);
}
.button.button-primary:hover {
  background-color: transparent;
  color: rgba(242, 140, 22, 1);
}
.button.button-primary.outlined {
  background-color: transparent;
  color: rgba(242, 140, 22, 1);
}
.button.button-primary.outlined:hover {
  background-color: rgba(242, 140, 22, 1);
  color: rgba(244, 244, 255, 1);
}

.button.button-secondary {
  border: 2px solid rgba(43, 64, 112, 1);
  background-color: rgba(43, 64, 112, 1);
  color: rgba(244, 244, 255, 1);
}
.button.button-secondary:hover {
  background-color: transparent;
  color: rgba(43, 64, 112, 1);
}

.button.button-white {
  border: 2px solid rgba(244, 244, 255, 1);
  background-color: rgba(244, 244, 255, 1);
  color: rgba(43, 64, 112, 1);
}
.button.button-white:hover {
  background-color: transparent;
  color: rgba(244, 244, 255, 1);
}
.button.button-white.outlined {
  background-color: transparent;
  color: rgba(244, 244, 255, 1);
}
.button.button-white.outlined:hover {
  background-color: rgba(244, 244, 255, 1);
  color: rgba(43, 64, 112, 1);
}
/* Button with link inside */
.button-container a {
  display: inline-block;
  border-radius: 8px;
  min-width: 160px;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  transition: all 0.15s ease-in-out;
}
.button-container a:hover {
  text-decoration: none;
}
.button-container.button-container-primary a {
  border: 2px solid rgba(242, 140, 22, 1);
  background-color: rgba(242, 140, 22, 1);
  color: rgba(244, 244, 255, 1) !important;
}
.button-container.button-container-primary a:hover {
  background-color: transparent;
  color: rgba(242, 140, 22, 1) !important;
}
.button-container.button-container-primary.outlined a {
  background-color: transparent;
  color: rgba(242, 140, 22, 1) !important;
}
.button-container.button-container-primary.outlined a:hover {
  background-color: rgba(242, 140, 22, 1);
  color: rgba(244, 244, 255, 1) !important;
}
.button-container.button-container-white a {
  border: 2px solid rgba(244, 244, 255, 1);
  background-color: rgba(244, 244, 255, 1);
  color: rgba(43, 64, 112, 1) !important;
}
.button-container.button-container-white a:hover {
  background-color: transparent;
  color: rgba(244, 244, 255, 1) !important;
}
.button-container.button-container-white.outlined a {
  background-color: transparent;
  color: rgba(244, 244, 255, 1) !important;
}
.button-container.button-container-white.outlined a:hover {
  background-color: rgba(244, 244, 255, 1);
  color: rgba(43, 64, 112, 1) !important;
}

.button.footer-button {
  padding: 0;
  border: 2px solid rgba(244, 244, 255, 1);
  background-color: transparent;
}
.button.footer-button:hover {
  background-color: rgba(244, 244, 255, 1);
}
.button.footer-button a {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(244, 244, 255, 1);
  transition: all 0.15s ease-in-out;
}
.button.footer-button:hover a {
  color: rgba(43, 64, 112, 1);
}

.etoile {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1599.98px) {
  .etoile {
    display: none;
  }
}

.overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.15s ease-in-out;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}

.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha {
  padding: 1rem 0 0;
  font-size: 0.75rem;
}
.recaptcha a {
  color: rgba(242, 140, 22, 1);
}
