/*
Theme Name: Enault Child
Theme URI: https://bleu-com-orange.fr/
Template: Divi
Author: Bleu COM' Orange
Author URI: https://bleu-com-orange.fr/
Version: 4.27.6.1776156928
Updated: 2026-04-14 10:55:28

*/
:root {
  --white: #ffffff;
  --black: #2F2F2F;
  --bleu: #0D1D50;
  --vert-fonce: #004D29;
  --vert-clair: #01D873;
  --rouge: #E30617;
  --jaune: #FFE500;
  --fuschia: #a83e5a;
  --rose: #e3738c;
  --marron-clair: #C8A678;
  --bordeaux: #AF0613;
  --gris: #646464;
  --gris-clair: #ECECEC;
  --gris-bleu: #414756;
  --header-height: 85px;
  --expertise-title: 105px;
  --section-menu-principal-height: 58px;
  --page-container-top: 211px;
}

header {
  /* display: none; */
}

/* ReCaptcha */
body:not(.page-id-36).et_pb_recaptcha_enabled .grecaptcha-badge {
  visibility: hidden;
}

/* Cookie Notice */
@media (max-width: 576px) {
  .cn-text-container {
    margin: 0 0 2em 0;
  }

  .cookie-notice-container #cn-notice-buttons {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin: auto;
  }

  #cookie-notice .cn-button:not(.cn-button-custom) {
    margin: 0 0 1.5em 0;
    padding: 12px;
  }
}

/* Back to top */
.et_divi_100_custom_back_to_top .et_pb_scroll_top {
  background: var(--vert-fonce);
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
  /* bottom: 55px; */
}

/***** Typographie *****/
body {
  font-size: 17px !important;
  line-height: 1.4em;
  font-style: italic;
  font-weight: 600 !important;
  color: var(--vert-fonce);
}

@media (max-width:576px) {
  body {
    font-size: 15px !important;
  }
}

h1,
.et-db #et-boc .et-l .et_pb_title_container h1 {
  font-size: clamp(24px, 2.3vw, 38px);
  /* transform: translateY(2px); */
  /* text-transform: uppercase; */
  line-height: 1.2em;
  padding-bottom: 0;
  /* letter-spacing: 0px;
  /* text-shadow: 1px 3px 4px rgb(0 0 0 / 20%); */
  text-wrap: balance;
}

h2 {
  font-size: clamp(22px, 1.8vw, 30px);
  /* text-transform: uppercase; */
  line-height: 1.2em;
  /* padding-bottom: 0; */
  /* letter-spacing: 5px;  */
  text-wrap: balance;
}

h3 {
  font-size: clamp(20px, 2.2vw, 24px);
  /* text-transform: uppercase; */
  line-height: 1.2em;
  /* padding-bottom: 0; */
  /* letter-spacing: 0px; */
  text-wrap: balance;
}

h4 {
  /* font-size: clamp(22px, 2.2vw, 28px); */
  /* text-transform: uppercase; */
  line-height: 1.2em;
  /* padding-bottom: 0; */
  /* letter-spacing: 0px; */
}

p {
  line-height: 1.3em;
}

.text-intermediaire {
  font-size: clamp(18px, 2.4vw, 22px) !important;
}

/***** END Typographie *****/
/******* Helpers *******/
.et_pb_contact_submit,
.btn {
  transition: box-shadow 0.25s ease;
}

.et_pb_contact_submit:hover,
.btn:hover {
  box-shadow: 2px 6px 4px rgba(0, 0, 0, 0.5) !important;
}

.column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mfp-counter {
  display: none;
}

.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.entry-content ul {
  /* list-style-type: disc; */
  /* list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7px' height='7px' viewBox='0 0 8.7 7'%3E%3Crect id='Rectangle_524' data-name='Rectangle 524' fill='%230d1d50' width='7' height='7' style='' transform='matrix(1, 0, -0.236846, 1, 1.678961, 0)'%3E%3C/rect%3E%3C/svg%3E"); */
  /* list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7px' height='7px' viewBox='0 0 8.7 7'%3E%3Crect id='Rectangle_524' data-name='Rectangle 524' fill='%23004D29' width='7' height='7' style='' transform='matrix(1, 0, -0.236846, 1, 1.678961, 0)'%3E%3C/rect%3E%3C/svg%3E%0A"); */
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7px' height='7px' viewBox='0 0 8.7 7'%3E%3Crect id='Rectangle_524' data-name='Rectangle 524' fill='%2301D873' width='7' height='7' style='' transform='matrix(1, 0, -0.236846, 1, 1.678961, 0)'%3E%3C/rect%3E%3C/svg%3E%0A");
}

/***** END Helpers *****/
/*************** HEADER ***************/
header.et-l--header {
  position: sticky;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 981px) {
  header.et-l--header {
    position: fixed;
  }
}

.admin-bar header.et-l--header {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar header.et-l--header {
    top: 32px;
  }
}

.section-menu-principal {
  background-color: rgba(255, 255, 255, 0);
  /* transition: background-color 0.5s ease, box-shadow 0.5s ease; */
  transition: box-shadow 0.5s ease;
}

.section-menu-principal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  /* background-image: linear-gradient(90deg, rgba(13, 29, 80, 0.7) 0%, rgba(183, 5, 19, 0.7) 20%, rgba(227, 6, 23, 1) 100%); */
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sticky .section-menu-principal {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.sticky .section-menu-principal::before {
  opacity: 1;
}

.section-menu-principal .et_pb_column {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

header .logo {
  /* max-height: 101px; */
  max-height: 60px;
  transition: max-height 0.5s ease;
}

.sticky header .logo {
  /* max-height: 60px; */
}

#menu-menu-principal {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 0;
  list-style: none;
  padding: 0;
  line-height: 1em;
  text-transform: uppercase;
  transform: translateY(15px);
}

#menu-menu-principal a {
  position: relative;
  font-weight: 800;
  color: var(--vert-fonce);
  font-size: clamp(13px, 0.9vw, 16px);
  display: block;
  padding: 10px 20px;
  clip-path: polygon(12.5px 0, 100% 0, calc(100% - 12.5px) 100%, 0% 100%);
  background-color: #fff;
  transition: background-color 0.5s, color 0.25s ease;
}

#menu-menu-principal li {
  filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 40%));
}

/* A voir */
#menu-principal-wrapper ul:not(.sub-menu)>li {
  flex: 0 0 auto;
}

#menu-principal-wrapper ul:not(.sub-menu)>li>a {
  padding: 10px clamp(15px, 1.05vw, 20px);
}

#menu-menu-principal li.current_page_ancestor>a,
#menu-menu-principal li.current-menu-item>a,
#menu-menu-principal li.et-hover>a,
#menu-menu-principal li:hover>a {
  background-color: var(--vert-fonce);
  color: #fff;
}

#menu-menu-principal li.contact a {
  background-color: var(--jaune);
  color: var(--vert-fonce);
}

/* Sous-menu */
@media (min-width: 981px) {
  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 1rem;
    min-width: 475px;
    background-color: #fff;
    /* background: linear-gradient(316deg, rgba(13, 29, 80, 1) 0%, rgba(227, 6, 23, 1) 100%); */
    background: linear-gradient(316deg, #004d29 0%, #01D873 60%);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }

  .menu-item-has-children>.sub-menu {
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .menu-item-has-children:hover>.sub-menu,
  .menu-item-has-children:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity .2s ease, transform .2s ease, visibility 0s;
  }

  .menu-item-has-children>.sub-menu>li {
    opacity: 0;
    line-height: 1em;
    transform: translateY(8px);
    /* background-color: #fff; */
    /* padding: 5px; */
    /* border-radius: 5px; */
    transition: opacity .22s ease, transform .22s ease;
  }

  #menu-menu-principal .menu-item-has-children>.sub-menu>li>a {
    font-size: 14px;
    font-weight: 600;
    text-wrap: balance;
    /* color: var(--bleu); */
    /* transition: color .3s ease; */
  }

  .menu-item-has-children>.sub-menu>li:not(:last-child) {
    /* margin-bottom: 0.4rem; */
  }

  .menu-item-has-children:hover>.sub-menu>li,
  .menu-item-has-children:focus-within>.sub-menu>li {
    opacity: 1;
    transform: translateY(0);
  }

  /* ---------- Stagger (jusqu'Ã  8 items) ---------- */
  .menu-item-has-children:hover>.sub-menu>li:nth-child(1),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(1) {
    transition-delay: .05s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(2),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(2) {
    transition-delay: .10s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(3),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(3) {
    transition-delay: .15s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(4),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(4) {
    transition-delay: .20s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(5),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(5) {
    transition-delay: .25s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(6),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(6) {
    transition-delay: .30s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(7),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(7) {
    transition-delay: .35s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(8),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(8) {
    transition-delay: .40s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(9),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(9) {
    transition-delay: .45s;
  }

  .menu-item-has-children:hover>.sub-menu>li:nth-child(10),
  .menu-item-has-children:focus-within>.sub-menu>li:nth-child(10) {
    transition-delay: .50s;
  }

  .menu-item-has-children:not(:hover):not(:focus-within)>.sub-menu>li {
    transition-delay: 0s;
  }
}

/********** HEADER MENU MOBILE **********/
#header-mobile-fixed {
  box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 10%);
}

#header-mobile-fixed .et_pb_code .et_pb_code_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-mobile-fixed .logo {
  display: block;
  width: 125px;
}

#header-mobile-fixed .left-content {
  display: flex;
  align-items: center;
}

#header-mobile-fixed .right-content {
  display: flex;
  align-items: center;
  gap: 1em;
}

#header-mobile-fixed .burger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  height: 1.2rem;
  width: 2.2rem;
  cursor: pointer;
  order: 1;
}

#header-mobile-fixed .burger .bar {
  height: 3px;
  background: var(--vert-fonce);
  border-radius: 5px;
  margin: -4px 0px;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
  transform-origin: left;
  transition: all 0.3s;
}

#header-mobile-fixed.active .burger .top {
  transform: rotate(45deg);
}

#header-mobile-fixed.active .burger .middle {
  opacity: 0;
}

#header-mobile-fixed.active .burger .bottom {
  transform: rotate(-45deg);
}

/**** Mobile Sidebar ****/
#header-mobile-sidebar {
  position: absolute !important;
  top: 0;
  height: 100dvh;
  width: 100vw;
  background-color: #fff;
  background-image: linear-gradient(90deg, #ffffff 0%, rgb(0 77 41 / 20%) 100%);
  /* background-image: linear-gradient(90deg, #ffffff 0%, rgb(200 166 120 / 20%) 100%); */
  /* background-image: linear-gradient(-90deg, var(--jaune) 0%, var(--jaune-orange) 100%) !important; */
  /* background-image: linear-gradient(-90deg, #fff 0%, var(--jaune-orange) 100%) !important; */
  /* background-color: var(--fond) !important; */
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.3s ease;
  z-index: -1;
  display: flex;
  flex-direction: column;
}

#header-mobile-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gris-clair);
  background-image: linear-gradient(270deg, rgb(0 77 41 / 50%) 0%, #ffffff 100%);
  opacity: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

#header-mobile-sidebar.active:before {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.2s ease, opacity 0.5s ease;
}

#header-mobile-sidebar>.et_pb_row {
  margin-top: var(--header-height) !important;
  /* overflow-y: auto; */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#header-mobile-sidebar>.et_pb_row::-webkit-scrollbar {
  display: none;
}

#header-mobile-sidebar.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

#header-mobile-sidebar ul {
  list-style-type: none;
  padding: 0 0 0.5em 0;
  line-height: 1;
}

#header-mobile-sidebar ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

#header-mobile-sidebar ul li {
  /* filter: drop-shadow(0px 1px 2px rgb(0 0 0 / 40%)); */
  /* background-color: #fff; */
}

#header-mobile-sidebar ul li:not(.tel) a {
  /* font-size: 16px; */
  font-weight: 800;
  color: var(--vert-fonce);
  text-transform: uppercase;
  width: fit-content;
  display: block;
  border-radius: 3px;
  padding: 10px 20px;
  transition: color 0.3s ease, background-color 0.3s ease;
  clip-path: polygon(8.5px 0, 100% 0, calc(100% - 8.5px) 100%, 0% 100%);
}

#header-mobile-sidebar ul li.et-touch-hover:not(.compte)>a,
#header-mobile-sidebar ul li:not(.compte, .tel):hover>a,
#header-mobile-sidebar ul li:not(.compte).current-menu-ancestor>a,
#header-mobile-sidebar ul li:not(.compte).current-menu-item>a {
  background-color: var(--vert-fonce);
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#header-mobile-sidebar ul li:not(.tel).contact>a {
  background-color: var(--jaune);
  color: var(--vert-fonce);
}

#header-mobile-sidebar ul li.contact {
  margin-bottom: 1em;
}

#header-mobile-sidebar .tel {
  font-weight: 400;
  margin-top: 1em;
  /* border-radius: 5px; */
  background-color: var(--vert-fonce);
  clip-path: polygon(8.5px 0, 100% 0, calc(100% - 8.5px) 100%, 0% 100%);
}

#header-mobile-sidebar .tel a {
  width: fit-content;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 22px;
  margin: auto;
}

.et-db #et-boc .et-l #header-mobile-sidebar .tel a {
  color: #fff;
}

#header-mobile-sidebar ul.sub-menu {
  position: absolute;
  top: -1.5em;
  right: -100%;
  width: 85%;
  padding: 1em;
  border-radius: 5px;
  box-shadow: -2px 6px 10px rgb(0 0 0 / 30%);
  background-color: #fff;
  /* background-color: #e94d28; */
  /* background-image: linear-gradient(90deg, #e94d28 0%, #f4b430 100%); */
  /* background: linear-gradient(316deg, #004d29 0%, #01D873 60%); */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.5s ease;
  z-index: 10000;
}

#header-mobile-sidebar li:hover ul.sub-menu,
#header-mobile-sidebar li.et-touch-hover ul.sub-menu {
  opacity: 1;
  transform: translateX(-100%);
}

#header-mobile-sidebar ul.sub-menu li a {
  text-wrap: balance;
  font-size: 16px;
}

/**** END Mobile Sidebar ****/
/******** END HEADER MENU MOBILE ********/
/*************** END HEADER ***************/
/*************** PAGE ACCUEIL ***************/
@media (min-width: 981px) {
  .section-hero.accueil {
    /* padding-top: calc(var(--header-height) + 12rem) !important; */
  }

  .section-hero {
    /* padding-top: calc(var(--header-height) + 10rem) !important; */
  }

  .section-hero {
    aspect-ratio: 1920/430;
  }

  .section-hero.accueil {
    aspect-ratio: 1920/670;
  }

  .section-hero .et_pb_row,
  .section-hero .et_pb_column {
    height: 100%;
  }

  .section-hero .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .section-hero.accueil .et_pb_column {
    /* justify-content: center; */
  }
}

@media (min-width: 2500px) {
  .section-hero.accueil {
    /* padding-top: calc(var(--header-height) + 15rem) !important; */
  }
}

/* Secteurs d'intervention */
.card-wrapper {
  display: grid;
}

.card-wrapper.secteurs-intervention {
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); */
  gap: 1rem;
}

@media (min-width: 981px) {
  .card-wrapper.secteurs-intervention {
    grid-template-columns: repeat(8, 1fr);
  }
}

.card-wrapper.securite {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 981px) {
  .card-wrapper.securite {
    grid-template-columns: repeat(6, 1fr);
  }
}

.card-wrapper .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  background-color: #fff;
  box-sizing: border-box;
}

.card-wrapper.securite .card {
  background-color: rgba(255, 255, 255, 0.8);
}

.card-wrapper.secteurs-intervention .card {
  aspect-ratio: 1;
}

.card-wrapper.securite .card {
  aspect-ratio: unset;
  padding: 1rem;
  justify-content: flex-start;
}

.card-wrapper.secteurs-intervention .card img {
  height: clamp(50px, 3vw, 70px);
  width: auto;
  display: block;
}

.card-wrapper.securite .card img {
  height: 40px;
}

.card-wrapper.secteurs-intervention .card .title {
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1.2em;
  font-size: clamp(13px, 0.9vw, 17px);
}

.card-wrapper.securite .card .title {
  font-size: 16px;
}

@media (max-width: 575px) {
  .card-wrapper.secteurs-intervention {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-wrapper.secteurs-intervention .card img {
    height: 56px;
  }

  .card-wrapper.securite .card img {
    height: 35px;
  }

  .card-wrapper.secteurs-intervention .card .title {
    font-size: 0.85rem;
  }

  .card-wrapper.securite .card .title {
    font-size: 0.65rem;
  }
}

/* Nos métiers */
/* NEW */
.cards-metier {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 981px) {
  .cards-metier {
    gap: 2rem 1rem;
  }
}

.cards-metier a {
  padding: 8px;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cards-metier h3.card-metier__title {
  color: var(--vert-fonce);
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(14px, 1vw, 20px);
  text-wrap: balance;
  line-height: 1.2;
  min-height: calc(1.2em * 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
}

.cards-metier img.card-metier__image {
  display: block;
  aspect-ratio: 27 / 20;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.card-metier .img-content {
  overflow: hidden;
}

.card-metier:hover img.card-metier__image {
  transform: scale(1.05);
}

@media (min-width: 981px) {
  .cards-metier {
    grid-template-columns: repeat(5, 1fr);
  }
}

/**** Section Nos Expertises ****/
.et_pb_column:has(.expertise-title) {
  overflow-x: hidden;
}

.expertise-title {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease, box-shadow 0.25s ease;
}

.expertise-title.left {
  transform: translateX(50%);
}

.expertise-title.right {
  transform: translateX(-50%);
}

.show .expertise-title.left,
.show .expertise-title.right {
  opacity: 1;
  transform: translateX(0);
}

/*************** END PAGE ACCUEIL ***************/
/* Section "NOUS CONTACTER – NOUS REJOINDRE" dans le Footer */
/* Bloc principal */
.footer-cta-band {
  width: 100%;
  overflow: hidden;
  font-family: inherit;
}

/* Bande rouge */
.footer-cta-band__top {
  min-height: 60px;
  width: 100%;
}

/* Conteneur interne */
.footer-cta-band__inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  min-height: 60px;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 576px) {
  .footer-cta-band__inner {
    flex-direction: row;
    gap: 0;
  }
}

/* Items de droite */
.footer-cta-band__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 34px;
  min-height: 60px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0% 100%);
}

/* Couleurs des blocs */
.footer-cta-band__item--text {
  background-color: var(--vert-clair);
  /* padding-left: 46px; */
  /* padding-right: 46px; */
  flex-grow: 1;
  justify-content: flex-end;
}

.footer-cta-band__item--phone {
  background: var(--vert-fonce);
  clip-path: polygon(24px 0, 100% 0, calc(100% - 24px) 100%, 0% 100%);
}

.footer-cta-band__item--form {
  background: var(--vert-clair);
  clip-path: polygon(24px 0, 100% 0, calc(100% - 24px) 100%, 0% 100%);
}

/* Icônes */
.footer-cta-band__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.footer-cta-band__icon svg {
  width: 100%;
  height: 100%;
}

/* Texte */
.footer-cta-band__label {
  display: inline-block;
  font-size: 18px;
}

/* Bande bleue foncée du dessous */
.footer-cta-band__bottom {
  height: 60px;
  background-color: var(--jaune);
  margin-left: 18.5%;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%);
}

/* Hover léger */
.footer-cta-band__item:hover {
  opacity: 0.92;
}

/* ===== Responsive ===== */
@media (min-width: 981px) {
  .footer-cta-band__top {
    width: 80%;
  }

  .footer-cta-band__bottom {
    margin-left: 26.5%;
  }
}

/* ==== Animation ==== */
.footer-cta-band__top,
.footer-cta-band__bottom {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.footer-cta-band__top {
  transform: translateX(-50%);
}

.footer-cta-band__bottom {
  transform: translateX(50%);
}

.footer-cta-band.show .footer-cta-band__top,
.footer-cta-band.show .footer-cta-band__bottom {
  opacity: 1;
  transform: translateX(0);
}

/* END Section "NOUS CONTACTER – NOUS REJOINDRE" dans le Footer */
/********* Sections spéciales DIVI *********/
body:not(.et-fb) .et_section_specialty.realisation h2 {
  font-size: clamp(22px, 1.8vw, 24px);
}

body:not(.et-fb) .et_section_specialty.realisation .et_pb_gallery,
body:not(.et-fb) .et_section_specialty.realisation .et_pb_gallery_items,
body:not(.et-fb) .et_section_specialty.realisation .et_pb_gallery_item,
body:not(.et-fb) .et_section_specialty.realisation .et_pb_gallery_image {
  height: 100%;
}

body:not(.et-fb) .et_section_specialty.realisation .et_pb_gallery_image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 981px) {
  body:not(.et-fb) .et_section_specialty {}

  /* Animation Image */
  body:not(.et-fb) .et_section_specialty .et_pb_gallery,
  body:not(.et-fb) .et_section_specialty .et_pb_code,
  body:not(.et-fb) .et_section_specialty .et_pb_image {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1.5s ease 0.3s, transform 1.5s ease 0.3s;
  }

  body:not(.et-fb) .et_section_specialty.show .et_pb_gallery,
  body:not(.et-fb) .et_section_specialty.show .et_pb_code,
  body:not(.et-fb) .et_section_specialty.show .et_pb_image {
    transform: scale(1);
    opacity: 1;
  }

  /* Animation column content */
  body:not(.et-fb) .et_pb_specialty_column .et_pb_row_inner {
    opacity: 0;
    transform: translateX(5%);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  body:not(.et-fb) .et_section_specialty.show .et_pb_specialty_column .et_pb_row_inner {
    opacity: 1;
    transform: translateX(0);
  }

  body:not(.et-fb) .et_section_specialty:not(.realisation)>.et_pb_row {
    display: flex;
    align-items: center;
  }

  body:not(.et-fb) .et_section_specialty:not(.realisation) .et_pb_column:not(.et_pb_column_inner) {
    height: fit-content;
  }
}

@media (max-width: 980px) {
  body:not(.et-fb) .et_section_specialty:not(.realisation) .et_pb_row>.et_pb_column {
    padding-bottom: 2rem;
  }
}

/******* END Sections spéciales DIVI *******/
/* Section "Équipes expérimentées" */
#certifications-content {}

#certifications-content .qualites {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  #certifications-content .qualites {
    grid-template-columns: repeat(2, 1fr);
  }
}

#certifications-content .qualite {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#certifications-content .text {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
  text-wrap: balance;
  line-height: 1.4em;
}

#certifications-content .certifications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  place-items: center;
}

@media (max-width: 575px) {
  #certifications-content .certifications img:nth-child(odd):not(:last-child) {
    justify-self: flex-end;
  }

  #certifications-content .certifications img:nth-child(even):not(:last-child) {
    justify-self: flex-start;
  }
}

#certifications-content .certifications img:last-child {
  grid-column: span 2;
  justify-self: center;
}

@media (min-width: 576px) {
  #certifications-content .certifications {
    grid-template-columns: repeat(5, 1fr);
  }

  #certifications-content .certifications img:last-child {
    grid-column: auto;
    justify-self: auto;
  }
}

/* END Section "Équipes expérimentées" */
/* Section "Sécurité et la performance" */
.securite-peformance {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  position: relative;
}

@media (min-width: 576px) {
  .securite-peformance {
    grid-template-columns: repeat(2, 1fr);
  }
}

.securite-peformance .card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  padding: 0.7rem;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 30%);
}

@media (min-width: 981px) {
  .securite-peformance {
    width: fit-content;
  }

  .securite-peformance .card {
    max-width: 300px;
  }

  .securite-peformance::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25%;
    width: 150%;
    height: calc(100% + 4rem);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    transform: translateY(-50%);
    z-index: -1;
  }
}

.securite-peformance .card img {}

.securite-peformance .card .text {
  text-transform: uppercase;
  color: var(--bleu);
  font-weight: 900;
  text-wrap: balance;
  line-height: 1.3em;
}

/* END Section "Sécurité et la performance" */
/**************** FOOTER ****************/
#row-footer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  align-items: flex-start;
}

@media (min-width: 576px) {
  #row-footer {
    grid-template-columns: repeat(3, 1fr);
  }
}

#row-footer .et_pb_column {
  width: fit-content;
  margin-right: 0;
}

#row-footer .et_pb_column:nth-child(1) {
  justify-self: flex-start;
}

#row-footer .et_pb_column:nth-child(3) {
  justify-self: flex-end;
}

#menu-menu-footer {}

#menu-menu-footer {
  list-style: none;
  padding: 0;
  line-height: 1em;
  text-transform: uppercase;
}

#menu-menu-footer li {}

#menu-menu-footer li:not(:last-child) {
  margin-bottom: 0.5rem;
}

#menu-menu-footer li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/* footer-bco-content */
.footer-bco-content .et_pb_code_inner {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-bco-content .et_pb_code_inner nav {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 576px) {
  .footer-bco-content .et_pb_code_inner {
    gap: 0.5em;
  }

  .footer-bco-content .et_pb_code_inner nav {
    gap: 1em;
    flex-direction: row;
  }
}

@media (min-width: 981px) {
  .footer-bco-content .et_pb_code_inner {
    gap: 1em;
    flex-direction: row;
  }
}

.footer-bco-content .et_pb_code_inner nav,
.footer-bco-content .et_pb_code_inner nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer-bco-content .et_pb_code_inner .bco img {
  display: block;
  width: 155px;
}

.footer-bco-content .et_pb_code_inner a {
  position: relative;
}

.footer-bco-content .et_pb_code_inner a:not(.bco):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: transform 0.25s ease;
  transform-origin: center;
  transform: scale(0);
}

.footer-bco-content .et_pb_code_inner a:not(.bco):hover:before {
  opacity: 1;
  transform: scale(1);
}

/******* END FOOTER *******/
/*********** CAROUSSEL D'IMAGES ***********/
#caroussel {}

#caroussel .slick-list,
#caroussel .slick-track,
#caroussel .slick-slide {
  height: 100px !important;
}

@media (min-width: 576px) {

  #caroussel .slick-list,
  #caroussel .slick-track,
  #caroussel .slick-slide {
    height: 200px !important;
  }
}

#caroussel .slick-slide {
  width: auto !important;
}

#caroussel .slick-slide * {
  height: 100% !important;
}

#caroussel img {
  object-fit: contain;
  object-position: center;
  width: auto !important;
}

/********* END CAROUSSEL D'IMAGES *********/
