@charset "UTF-8";
/**
 * Theme Name: Novea Energies
 * Description: Thème enfant de Novea Energies
 * Template:   atm-theme
 */
html {
  scroll-behavior: smooth;
}

.align-items-center {
  align-items: center;
}

/*évolution hp 17/01/24*/
.green {
  color: #95C11F;
}

.blue {
  color: #00323F;
}

.white {
  color: #fff;
}

.blue-ocean {
  color: #44B0BA;
}

.bg-green {
  background-color: #95C11F;
}

.bg-blue {
  background-color: #00323F;
}

.bg-white {
  background-color: #fff;
}

.bg-blue-ocean {
  background-color: #44B0BA;
}

.btn {
  padding: 9px 23px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn.bg-green {
  border: 1px solid #95C11F;
}
.btn.bg-green:hover {
  background: #fff;
  color: #95C11F;
}
.btn.btn-square {
  padding: 9px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}
.d-flex.align-items-center {
  vertical-align: center;
  align-items: center;
}
.d-flex.justify-content-center {
  align-items: center;
  justify-content: center;
}

.container-custom {
  max-width: 1400px;
}

.header-generique .header-top {
  overflow: inherit;
}
.header-generique .slogan {
  font-size: 21px;
  line-height: 125%;
  margin-top: 35px;
  font-weight: 700;
}
.header-generique .slogan span {
  color: #95C11F;
  font-weight: 700;
}
.header-generique .slogan:after {
  display: none;
}
.header-generique .awd_simple_menus {
  background-color: transparent;
  color: #00323f;
}
.header-generique .awd_simple_menus .container {
  padding: 0;
}
.header-generique .awd_simple_menus .navbar-nav {
  display: flex;
  align-items: center;
}
.header-generique .awd_simple_menus .navbar-nav .nav-item a {
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  color: #00323F;
  font-size: 17px;
  font-weight: 600;
}
.header-generique .awd_simple_menus .navbar-nav .nav-item.dropdown {
  position: relative;
}
.header-generique .awd_simple_menus .navbar-nav .nav-item.dropdown .dropdown-menu {
  background: #fff;
  float: inherit;
  min-width: 100%;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.header-generique .awd_simple_menus .navbar-nav .nav-item.dropdown .dropdown-menu a {
  font-size: 17px;
  font-weight: 400;
  border: 0;
  padding: 5px;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.header-generique .awd_simple_menus .navbar-nav .nav-item.dropdown .dropdown-menu a:before {
  content: ""; /* nécessaire pour générer le pseudo-élément */
  display: inline-block;
  width: 6px; /* taille de la puce */
  height: 6px; /* taille de la puce */
  background-color: #00323F; /* couleur de la puce */
  border-radius: 50%; /* rend le carré un cercle */
  margin-right: 10px; /* espace entre la puce et le texte */
  vertical-align: middle; /* alignement vertical avec le texte */
}
.header-generique .links {
  display: inline-block;
  list-style-type: none;
  text-align: right;
}
.header-generique .links li {
  display: inline-block;
}
.header-generique .links li a {
  display: block;
  padding: 9px;
  font-size: 17px;
  text-decoration: none;
}
.header-generique .links li a:not(.btn) {
  margin: 0 10px;
}
.header-generique .links li a.btn {
  margin: 0 5px;
}
.header-generique .lang {
  position: inherit;
  display: inline-block;
  top: inherit;
  right: inherit;
  margin: 0 0 0 25px;
  border: 0;
}
.header-generique .lang li {
  border: 0;
}
.header-generique .lang li a {
  font-size: 17px;
  border: 0;
  padding: 5px 10px;
}
.header-generique .lang li.first a {
  position: relative;
}
.header-generique .lang li.first a:after {
  position: absolute;
  top: 8px;
  right: -2px;
  height: calc(100% - 15px);
  width: 4px;
  content: "";
  background: #B4B4B4;
  border-radius: 2px;
}
.header-generique .lang li:last-child a {
  margin: 0;
}

.home .slider .sprite-triangle-1 {
  display: none;
}
.home .slider .swiper-slide .container-custom {
  position: relative;
  height: 100%;
}
.home .slider .swiper-slide .container-custom .caption {
  position: absolute;
  bottom: 0;
  right: 2%;
  background: #fff;
  padding: 40px 30px;
  border-bottom: 7px solid #00323F;
  max-width: 375px;
  border-radius: 7px 7px 0 0;
}
.home .slider .swiper-slide .container-custom .caption .title {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home .slider .swiper-slide .container-custom .caption .txt {
  font-size: 15px;
}
.home .slider .swiper-slide .container-custom .caption .link a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #00323F;
}
.home .slider .swiper-slide .container-custom .caption .link a:hover {
  color: #95C11F;
}
.home .bloc_home {
  display: none;
}
.home .bloc_home .approche::before, .home .bloc_home .produits::before {
  display: none;
}
.home .slider_pdt {
  padding: 50px 0;
}
.home .slider_pdt .container-custom {
  padding: 0;
}
.home .slider_pdt .h2 {
  font-size: 55px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 35px;
  text-transform: inherit;
}
.home .slider_pdt .h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 4px;
  background: #95C11F;
}
.home .slider_pdt .swiper-pdt-button-next, .home .slider_pdt .swiper-pdt-button-prev {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #00323F;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.home .slider_pdt .swiper-pdt-button-next i.bi, .home .slider_pdt .swiper-pdt-button-prev i.bi {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 26px;
  color: #fff;
}
.home .slider_pdt .swiper-pdt-button-next:hover, .home .slider_pdt .swiper-pdt-button-prev:hover {
  cursor: pointer;
}
.home .slider_pdt .swiper-pdt-button-prev {
  background-color: #B4B4B4;
}
.home .slider_pdt .swiper-container {
  position: relative;
}
.home .slider_pdt .swiper-pdt .swiper-slide {
  height: 538px;
  border-radius: 10px;
  position: relative;
}
.home .slider_pdt .swiper-pdt .swiper-slide .title {
  position: absolute;
  top: 30px;
  left: 20px;
  width: calc(100% - 40px);
  font-size: 28px;
}
.home .slider_pdt .pdt_slider_arrows {
  text-align: right;
}
.home .apropos {
  padding: 100px 30px !important;
}
.home .apropos .img_round_bloc {
  height: 285px;
  width: 285px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.4);
  background-color: #fff;
}
.home .apropos .img_round_bloc .img-round {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: 200px;
  width: auto;
}
.home .apropos .title {
  font-size: 55px;
  font-weight: 100;
  text-transform: inherit;
}
.home .apropos .title strong {
  font-weight: 600;
}
.home .reassurance_part {
  padding: 50px 15px;
}
.home .reassurance_part .pictos_inner {
  padding: 15px;
  text-align: center;
  max-width: 200px;
}
.home .reassurance_part .pictos_inner p {
  text-transform: uppercase;
  color: #00323F;
  font-size: 18px;
  font-weight: 700;
}
.home .monde .title {
  font-size: 55px;
  font-weight: 100;
  position: relative;
  text-transform: inherit;
  padding-bottom: 20px;
}
.home .monde .title strong {
  font-weight: 600;
}
.home .monde .title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 4px;
  background: #95C11F;
}
.home .article-page section.container-fluid .row {
  border: 0;
  padding-bottom: 0;
}
.home .btn btn-tertiary {
  background-color: #44B0BA;
  background-image: inherit;
  border-radius: 4px;
  border: 1px solid #44B0BA;
}
.home .btn btn-tertiary:hover {
  background-color: #fff;
  color: #44B0BA;
}
.home .actu_bloc h2 {
  transform: inherit;
  position: relative;
  top: inherit;
  left: inherit;
  padding-bottom: 25px;
  text-transform: inherit;
  font-size: 55px;
  font-weight: 100;
  line-height: 90%;
}
.home .actu_bloc h2 strong {
  font-weight: 600;
  display: block;
}
.home .actu_bloc h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .actu_bloc .btn_all {
  position: relative;
  top: 55px;
}
.home .actu_bloc .bloc_news_col {
  padding: 5px;
}
.home .actu_bloc .bloc_news_col .bloc_news {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
.home .actu_bloc .bloc_news_col .bloc_news .news_thumb {
  display: block;
  height: 270px;
}
.home .actu_bloc .bloc_news_col .bloc_news .txt {
  background-color: #fff;
  padding: 25px;
  display: block;
}
.home .actu_bloc .bloc_news_col .bloc_news .txt .date_part, .home .actu_bloc .bloc_news_col .bloc_news .txt .date_part a {
  font-size: 14px;
  font-weight: 500;
  color: #B4B4B4;
  text-decoration: none;
}
.home .actu_bloc .bloc_news_col .bloc_news .txt .h2 {
  font-size: 19px;
  text-transform: inherit;
  margin-bottom: 10px;
}
.home .actu_bloc .bloc_news_col .bloc_news .txt .h2 a {
  text-decoration: none;
}
.home .actu_bloc .bloc_news_col .bloc_news .txt p {
  font-size: 15px;
}
.home .actu_bloc .bloc_news_col .bloc_news .txt .link {
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.home .form_gris::after {
  display: none;
}

.newsletter .form-inline {
  margin-bottom: 10px;
}
.newsletter .title_part {
  position: relative;
  padding-left: 10%;
}
.newsletter .title_part:after {
  position: absolute;
  right: 10%;
  content: "";
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.newsletter .h2 {
  text-align: left;
  font-size: 51px;
  font-weight: 100;
  position: relative;
  padding-bottom: 20px;
  text-transform: inherit;
}
.newsletter .h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 4px;
  background: #fff;
}
.newsletter .sprite {
  display: none;
}
.newsletter .rgpd_bloc {
  max-width: 530px;
  text-align: left;
}
.newsletter .rgpd_bloc .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.newsletter .rgpd_bloc .content {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  max-height: 80px;
  overflow-y: scroll;
}

.footer-generique.footer-generique_new .infos {
  border: 0;
}
.footer-generique.footer-generique_new .infos .info_contact .nom {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  color: #00323F;
  font-size: 17px;
  font-weight: 700;
}
.footer-generique.footer-generique_new .infos .info_contact .adresse, .footer-generique.footer-generique_new .infos .info_contact .tel, .footer-generique.footer-generique_new .infos .info_contact .mail {
  color: #00323F;
  font-size: 15px;
  font-weight: 400;
}
.footer-generique.footer-generique_new .infos .info_contact .tel {
  margin-bottom: 5px;
}
.footer-generique.footer-generique_new .infos .info_contact .tel a {
  font-weight: 600;
  color: #00323F;
}
.footer-generique.footer-generique_new .infos .info_contact .social {
  padding: 0;
  list-style-type: none;
}
.footer-generique.footer-generique_new .infos .info_contact .social li {
  display: inline-block;
}
.footer-generique.footer-generique_new .infos .info_contact .social li a {
  font-size: 26px;
  padding: 0 3px;
  display: block;
}
.footer-generique.footer-generique_new .infos .info_contact .social li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer-generique.footer-generique_new .menu_footer p, .footer-generique.footer-generique_new .menu_footer p a {
  font-size: 17px;
  font-weight: 700;
  color: #00323F;
  text-transform: uppercase;
}
.footer-generique.footer-generique_new .menu_footer p:not(:first-child) {
  margin-top: 30px;
}
.footer-generique.footer-generique_new .menu_footer p:first-child {
  margin-top: 0;
}
.footer-generique.footer-generique_new .menu_footer ul {
  display: block;
  width: 100%;
  margin-right: 0;
  padding-left: 15px;
}
.footer-generique.footer-generique_new .menu_footer ul li, .footer-generique.footer-generique_new .menu_footer ul li a {
  font-size: 15px;
  font-weight: 400;
  text-transform: inherit;
  width: 100%;
  display: block;
}
.footer-generique.footer-generique_new .menu_footer ul li {
  position: relative;
}
.footer-generique.footer-generique_new .menu_footer ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #00323F;
}
.footer-generique.footer-generique_new .menu_footer .btn {
  color: #fff;
}
.footer-generique.footer-generique_new .menu_footer .btn:hover {
  text-decoration: none;
  color: #95C11F;
}
.footer-generique.footer-generique_new .last_line {
  padding-top: 40px;
}
.footer-generique.footer-generique_new .last_line .list {
  list-style-type: none;
  padding: 0;
}
.footer-generique.footer-generique_new .last_line .list li {
  display: inline-block;
  padding: 0 5px;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1400px) {
  .container-custom, .home .slider_pdt .container-custom {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1300px) {
  .header-generique .header_right_part {
    padding: 0;
  }
  .header-generique .header_left_part {
    padding: 0 5px;
  }
  .header-generique .logo {
    margin-right: 10px;
  }
  .header-generique .slogan {
    font-size: 15px;
  }
  .header-generique .awd_simple_menus .navbar-nav .nav-item a {
    padding: 10px;
    font-size: 15px;
  }
  .header-generique .awd_simple_menus .navbar-nav .nav-item.dropdown .dropdown-menu a {
    font-size: 15px;
  }
  .home .apropos .title {
    margin-top: 30px;
  }
  .newsletter .title_part {
    padding-left: 15px;
  }
  .footer-generique.footer-generique_new .menu_footer .btn:hover {
    text-decoration: none;
    color: #95C11F;
  }
  .footer-generique.footer-generique_new .menu_footer .btn:hover {
    text-decoration: none;
    color: #95C11F;
  }
  .footer-generique.footer-generique_new .menu_footer .btn {
    color: #fff;
  }
  .footer-generique.footer-generique_new .menu_footer .btn {
    color: #fff;
  }
  .footer-generique.footer-generique_new .menu_footer p .btn {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
  }
  .footer-generique.footer-generique_new .infos .info_contact .social li a .icon {
    color: #00323F;
  }
}
@media only screen and (max-width: 1024px) {
  .header-generique .header-top {
    padding-top: 20px;
  }
  .header-generique .header-top .container-custom {
    padding: 0;
  }
  .header-generique .slogan {
    margin-top: 15px;
  }
  .header-generique .header_right_part {
    padding-right: 30px;
  }
  .header-generique .navbar-expand-lg .navbar-toggler {
    display: block;
    float: right;
    position: relative;
    margin-right: 30px;
  }
  .header-generique .navbar-expand-lg .navbar-toggler .toggle-btn {
    top: 0;
  }
  .header-generique .navbar-expand-lg .navbar-toggler.active {
    margin-top: -40px;
  }
  .header-generique .awd_simple_menus ul {
    margin-top: 15px;
  }
  .header-generique .awd_simple_menus .navbar-nav {
    display: block;
  }
  .header-generique .awd_simple_menus .navbar-nav .nav-item a {
    color: #fff;
  }
  .header-generique .awd_simple_menus #searchform {
    display: none;
  }
  .header-generique .awd_simple_menus .navbar-collapse {
    z-index: 99;
  }
  .home .monde .title br {
    display: none;
  }
  .header-generique .awd_simple_menus .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    background-color: #00323F;
    position: relative;
  }
  .header-generique .awd_simple_menus .navbar-nav .nav-item.dropdown .dropdown-menu a {
    background-color: #00323F;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .header_right_part {
    order: 1;
  }
  .header_right_part .text-right {
    text-align: right;
  }
  .header_left_part {
    order: 2;
  }
  .actu_bloc > .container {
    max-width: 100%;
  }
  .newsletter .title_part::after {
    display: none;
  }
  .newsletter .h2 br {
    display: none;
  }
  .footer-generique.footer-generique_new .infos {
    padding-top: 30px;
    order: 3;
  }
  .footer-generique.footer-generique_new .menu_footer:last-child {
    order: 4;
  }
  .fixed_contact {
    top: inherit;
    bottom: 5px;
  }
  #scroll_to_top {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .header-generique {
    max-width: 100%;
    padding: 0 15px;
  }
  .header-generique .header-top .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .home .slider_pdt .h2, .home .monde .title, .home .apropos .title, .home .actu_bloc h2, .newsletter .h2 {
    font-size: 33px;
  }
  .pdt_slider_arrows {
    text-align: right;
  }
  .home .slider_pdt .swiper-pdt .swiper-slide {
    height: 360px;
  }
  .home .slider_pdt .swiper-pdt .swiper-slide .title {
    font-size: 20px;
  }
  .home .slider_pdt .swiper-pdt-button-next, .home .slider_pdt .swiper-pdt-button-prev {
    height: 30px;
    width: 30px;
    margin: 0 3px;
  }
  .home .slider_pdt .swiper-pdt-button-next i.bi, .home .slider_pdt .swiper-pdt-button-prev i.bi {
    font-size: 14px;
  }
  .home .actu_bloc .btn_all {
    top: 0;
  }
  .home .actu_bloc h2 strong {
    display: inline-block;
  }
  .btn {
    padding: 7px 16px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 480px) {
  .header-generique .logo {
    text-align: center;
    margin-left: inherit;
  }
  .apropos .col-12 {
    padding: 0 5px;
  }
  .footer-generique.footer-generique_new .infos {
    padding-top: 30px;
    order: 4;
  }
  .footer-generique.footer-generique_new .menu_footer:last-child {
    order: 3;
  }
}
.produits_lies h3 {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #00323f;
  margin-bottom: 3rem;
  position: relative;
}

.produits_lies h3::after {
  width: 80px;
  height: 4px;
  background: #95c11f;
  content: "";
  display: block;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

div.galerie_liste .galerie_item {
  display: block;
  margin-bottom: 30px;
}

/*
*
* UPDATE 2026
*
*/
.btn btn-tertiary.primaire {
  background: #00323F;
  border-color: #00323F;
  border-radius: 0;
  border-bottom-left-radius: 12px;
}
.btn btn-tertiary.primaire:hover {
  background: #fff;
  color: #00323F;
}

.filters {
  margin: 2em 0;
}
.filters .categories-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news__item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.news__item .absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news__item-category {
  position: absolute;
  top: 20px;
  right: 0;
  background: #00323F;
  color: #fff;
  padding: 8px clamp(1.25rem, 0.58rem + 1.786vw, 2.188rem);
  border-bottom-left-radius: 12px;
}
.news__item-thumb {
  position: relative;
  height: 250px;
}
.news__item-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.news__item-content {
  background: #F3F3F3;
  padding: clamp(0.938rem, 0.714rem + 0.595vw, 1.25rem);
  height: 100%;
  flex: 1;
}
.news__item-meta {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
  margin-bottom: 0.5em;
}
.news__item-title {
  font-size: clamp(1.125rem, 1.08rem + 0.119vw, 1.188rem);
  color: #222222;
  text-transform: initial;
}
.news__item .excerpt-read-more {
  display: block;
  font-size: clamp(0.938rem, 0.938rem + 0vw, 0.938rem);
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  margin: 1em 0;
}

/*
* Pagination
*/
.pagination {
  display: flex;
  justify-content: center;
  float: none;
  margin: 2em 0;
}
.pagination .page-numbers {
  display: flex;
  gap: 10px;
}

.btn {
  border-radius: 0px;
  border-bottom-left-radius: 12px;
  padding: 10px 18px;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 500;
  text-align: center;
  transition: all 0.5s ease;
  text-transform: initial;
}

.btn-primary {
  background: #00323F;
  color: #fff;
  border: 1px solid #00323F;
}
.btn-primary:hover {
  background: #fff;
  color: #00323F;
}
.btn-primary:hover svg line, .btn-primary:hover svg path {
  stroke: #00323F;
}
.btn-primary .icon {
  margin-left: 1em;
}

.btn-secondary {
  background: #fff;
  color: #00323F;
  border: 1px solid #fff;
}
.btn-secondary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-tertiary {
  background-image: linear-gradient(to right, #00afb7, #008f95);
  color: #ffffff;
  border: 2px solid #44B0BA;
}
.btn-tertiary:hover {
  background: transparent;
  color: #44B0BA;
}

.wpcf7-submit {
  cursor: pointer;
  border-radius: 0px;
  border-bottom-left-radius: 12px;
  padding: 10px 18px;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 500;
  text-align: center;
  transition: all 0.5s ease;
  text-transform: initial;
  background-image: linear-gradient(to right, #00afb7, #008f95);
  color: #ffffff;
  border: 2px solid #44B0BA;
}
.wpcf7-submit:hover {
  background: transparent;
  color: #44B0BA;
}

/****************************************************************************/
/* ANCHOR LAYOUT
/****************************************************************************/
.anchor-layout {
  padding-top: 32px;
  padding-bottom: 32px;
}

.anchor-layout-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.article-page section.container-fluid form .row, .single-job-offer section.container-fluid form .row {
  border-bottom: 0;
  margin-bottom: 0;
}
.article-page section.container-fluid form .codedropz-upload-handler, .single-job-offer section.container-fluid form .codedropz-upload-handler {
  border: 0;
}
.article-page section.container-fluid form .codedropz-upload-container, .single-job-offer section.container-fluid form .codedropz-upload-container {
  padding: 13px 16px;
  background: #fff;
  color: #222222;
}
.article-page section.container-fluid form .codedropz-upload-container span, .single-job-offer section.container-fluid form .codedropz-upload-container span {
  display: none;
}
.article-page section.container-fluid form .cd-upload-btn, .single-job-offer section.container-fluid form .cd-upload-btn {
  color: #222222;
}
.article-page section.container-fluid form .dnd-upload-counter, .single-job-offer section.container-fluid form .dnd-upload-counter {
  display: none;
}
.article-page .fond_bleu, .single-job-offer .fond_bleu {
  padding: 5rem 0;
}
.article-page .fond_bleu h2, .single-job-offer .fond_bleu h2 {
  color: #fff;
  text-transform: initial;
  font-weight: 700;
}

.single-job-offer .meta {
  margin: 2rem 0 3rem;
}
.single-job-offer .meta .meta-item {
  font-weight: 700;
  margin-right: 1rem;
}

/****************************************************************************/
/* JOB OFFER LIST
/****************************************************************************/
.job-offer-list-title {
  color: #00323F;
  text-transform: initial;
  font-weight: 700;
}

.job-offer-list .job-offer-item {
  margin-bottom: 32px;
}

.job-offer-card {
  background-color: #F3F3F3;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.job-offer-card .job-offer-type {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  color: #222222;
  margin-bottom: 10px;
  font-weight: 600;
}

.job-offer-card .job-offer-title {
  font-size: clamp(1.125rem, 1.08rem + 0.119vw, 1.188rem);
  font-weight: 700;
  margin-bottom: 16px;
  color: #222222;
}

.job-offer-card .job-offer-content {
  flex: 1;
  font-size: 14px;
  margin-bottom: 20px;
}

.job-offer-card .job-offer-content ul,
.job-offer-card .job-offer-content ol {
  padding-left: 0;
  list-style: none;
}

.job-offer-card .job-offer-content ul li::before {
  content: "- ";
}

.job-offer-card .job-offer-apply {
  font-weight: 700;
  font-size: clamp(0.875rem, 0.83rem + 0.119vw, 0.938rem);
  text-decoration: none;
  display: inline-block;
}

.job-offer-card .job-offer-apply:hover {
  text-decoration: underline;
}

/****************************************************************************/
/* REASSURANCE LAYOUT
/****************************************************************************/
.reassurance-layout .reassurance-item {
  margin-bottom: 24px;
}

.reassurance-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
}

.reassurance-icon {
  margin-bottom: 16px;
}

.reassurance-icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reassurance-text {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}

/****************************************************************************/
/* CARTE 4 COLONNES
/****************************************************************************/
.article-page .card__section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F3F3F3;
}

.card__section-title {
  margin-bottom: 2rem;
  color: #00323F;
  text-transform: initial;
  font-weight: 700;
}

.card__section-item {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.card__section-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card__section-card-header {
  background-color: #00323F;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
  text-align: center;
  padding: 1.25rem 1rem;
}

.card__section-card-body {
  padding: 1.25rem 1rem;
  font-size: clamp(0.875rem, 0.83rem + 0.119vw, 0.938rem);
  flex: 1;
  background-color: #fff;
}

body {
  container-type: inline-size;
}

:root {
  --primary-green: #98c11f;
  --dark-blue: #002d3a;
  --sidebar-width: 48px; /* Largeur de la barre de base */
}

.sidebar-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background-color: var(--primary-green);
  z-index: 1000;
}
.sidebar-contact .lang-switcher {
  display: none;
}

.sidebar-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sidebar-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 48px;
  font-size: clamp(0.938rem, 0.938rem + 0vw, 0.938rem);
  position: relative;
  justify-content: flex-start;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: var(--sidebar-width);
  background-color: var(--primary-green);
}
.sidebar-item .label {
  display: none;
}
.sidebar-item:hover {
  color: #fff;
}

.sidebar-item .icon {
  min-width: var(--sidebar-width);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 32px;
  height: 32px;
}
.sidebar-item .icon.icon-project {
  background: url("./assets/img/icon-project.svg") no-repeat center center;
}
.sidebar-item .icon.icon-phone {
  background: url("./assets/img/icon-phone.svg") no-repeat center center;
}
.sidebar-item .icon.icon-message {
  background: url("./assets/img/icon-message.svg") no-repeat center center;
}
.sidebar-item .icon.icon-document {
  background: url("./assets/img/icon-document.svg") no-repeat center center;
}

@container (width > 1024px) {
  .contain {
    padding-right: 48px;
  }
  .sidebar-contact {
    padding: 1rem 0;
    top: 0;
    bottom: auto;
    height: 100vh;
    width: var(--sidebar-width);
  }
  .sidebar-contact .lang-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: var(--sidebar-width);
    height: 48px;
    background-color: var(--dark-blue);
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), margin-left 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.35s ease;
  }
  .sidebar-contact .lang-switcher .lang-item {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 700;
    white-space: nowrap;
    display: none;
  }
  .sidebar-contact .lang-switcher .lang-item.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    color: #fff;
    font-weight: 700;
  }
  .sidebar-contact .lang-switcher .lang-sep {
    display: none;
    color: rgba(255, 255, 255, 0.35);
    font-size: 11px;
    margin: 0 3px;
    white-space: nowrap;
  }
  .sidebar-contact .lang-switcher.is-open {
    width: 140px;
    margin-left: calc(var(--sidebar-width) - 140px);
    border-radius: 4px 0 0 4px;
    justify-content: center;
    padding: 0 14px;
    gap: 0;
  }
  .sidebar-contact .lang-switcher.is-open .lang-item {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-width: auto;
  }
  .sidebar-contact .lang-switcher.is-open .lang-item:hover {
    color: #fff;
  }
  .sidebar-contact .lang-switcher.is-open .lang-sep {
    display: inline-flex;
    align-items: center;
  }
  .sidebar-nav {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .sidebar-item .label {
    white-space: nowrap;
    padding-right: 20px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    font-weight: 500;
  }
  .sidebar-item:hover, .sidebar-item.active {
    /* On agrandit le bouton vers la gauche */
    width: 232px;
    margin-left: -160px;
    box-shadow: -5px 5px 15px rgba(149, 193, 31, 0.5);
    border-radius: 4px 0 0 4px;
  }
  .sidebar-item:hover .label, .sidebar-item.active .label {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
}
header .lang-switcher-mobile {
  display: none;
}
header .lang-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: var(--sidebar-width);
  height: 48px;
  background-color: var(--dark-blue);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), margin-left 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), border-radius 0.35s ease;
}
header .lang-switcher .lang-item {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 700;
  white-space: nowrap;
  display: none;
}
header .lang-switcher .lang-item.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sidebar-width);
  min-width: var(--sidebar-width);
  color: #fff;
  font-weight: 700;
}
header .lang-switcher .lang-sep {
  display: none;
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  margin: 0 3px;
  white-space: nowrap;
}
header .lang-switcher.is-open {
  width: 140px;
  margin-left: calc(var(--sidebar-width) - 140px);
  justify-content: center;
  padding: 0 14px;
  gap: 0;
}
header .lang-switcher.is-open .lang-item {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: auto;
}
header .lang-switcher.is-open .lang-item:hover {
  color: #fff;
}
header .lang-switcher.is-open .lang-sep {
  display: inline-flex;
  align-items: center;
}

@container (width < 1024px) {
  header .lang-switcher-mobile {
    display: flex;
    justify-content: flex-end;
  }
}