/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
@import url("assets/css/font-awesome.min.css");
:root,
html,
body {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  color: #6c757d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
}
.container {
  max-width: 1430px;
}
.container-fluid {
  max-width: 1860px;
}
h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: block;
}
h1 strong {
  font-family: "Sedgwick Ave", cursive;
  display: block ;
  font-size: 75px;
}
h2 {
  color: #010000;
}
h2 span {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FDA10F;
  font-family: "Sedgwick Ave", cursive;
}
h2 span.bigger {
  font-size: 21px;
  font-weight: 600;
}
h2 strong {
  display: block;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
h3 {
  color: #010000;
}
h3 span {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FDA10F;
  font-family: "Sedgwick Ave", cursive;
}
h3 span.bigger {
  font-size: 21px;
  font-weight: 600;
}
h3 strong {
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
section .container img {
  max-width: 100%;
}
a {
  color: #FDA10F;
}
div.wpforms-container-full button[type=submit] {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 4px !important;
  padding: 10px 25px !important;
  border: 2px solid transparent !important;
  background: #FDA10F !important;
}
div.wpforms-container-full button[type=submit]:hover {
  transition: all 0.2s ease-in !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  background: #051d4c !important;
}
.btn {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
  border: 2px solid transparent;
}
.btn.btn-primary {
  background: #FDA10F;
}
.btn.btn-secondary {
  background: #06a093;
  color: #FDA10F;
}
.btn:hover {
  transition: all 0.2s ease-in;
  border-color: rgba(255, 255, 255, 0.65);
}
.btn:hover.btn-primary {
  background: #051d4c;
}
.btn:hover.btn-secondary {
  background: #d5aa00;
}
main ul {
  list-style: square;
}
main ul li {
  margin-bottom: 20px;
  line-height: 1.25;
}
.ibp-results .card {
  margin-bottom: 30px;
}
.ibp-results .card a {
  font-size: 15px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir=rtl] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir=rtl] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
#navigate-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  #navigate-mobile {
    display: block;
  }
  #navigate-mobile .burger-item {
    background: #06a093;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: fixed;
    bottom: -20px;
    right: -20px;
    z-index: 150;
  }
  #navigate-mobile .burger-item svg {
    transform: scale(2.2) translate(-50%, -50%);
    position: absolute;
    top: 60%;
    left: 60%;
  }
  #navigate-mobile nav {
    position: fixed;
    left: 0;
    bottom: -100vh;
    height: 100dvh;
    width: 100vw;
    opacity: 0;
    background: #fff;
    transition: all 0.2s ease-in;
    z-index: 149;
    padding: 40px 15px;
  }
  #navigate-mobile nav ul {
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    padding: 0;
  }
  #navigate-mobile nav li.social {
    display: inline-block;
    margin: 0 30px;
  }
  #navigate-mobile nav li.lang {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
  }
  #navigate-mobile nav li.lang a {
    padding-left: 25px;
    font-size: 28px;
  }
  #navigate-mobile nav > ul > li {
    padding: 15px 0;
  }
  #navigate-mobile nav > ul > li ul {
    padding-top: 15px;
  }
  #navigate-mobile nav > ul > li ul li {
    padding: 10px 0;
  }
  #navigate-mobile nav > ul > li ul a {
    font-size: 25px;
    font-weight: 400;
  }
  #navigate-mobile nav > ul > li a {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #navigate-mobile.open nav {
    bottom: 0;
    opacity: 1;
  }
  #navigate-mobile.open .navigation__burger-line--first {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #navigate-mobile.open .navigation__burger-line--second {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  #navigate-mobile.open .navigation__burger-line--third {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #navigate-desktop {
    display: none;
  }
  .navigation__burger-line {
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    fill: none;
    stroke: #FDA10F;
    stroke-width: 6;
  }
  .navigation__burger-line--first {
    transform: scaleX(1.2) scaleY(1.1);
    transform-origin: center;
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .navigation__burger-line--second {
    transform: scaleX(1.2) scaleY(1.1);
    transform-origin: center;
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .navigation__burger-line--third {
    transform: scaleX(1.2) scaleY(1.1);
    transform-origin: center;
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
}
header {
  background: #011F2F;
  background: linear-gradient(140deg, #011f2f 0%, #011f2f 40%, #092533 40%, #092533 50%, #0f2b3a 50%, #0f2b3a 100%);
}
header #logo {
  margin-top: -45px;
}
header #top {
  width: 100%;
  padding: 5px 0;
}
header #top ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
header #top ul li {
  display: inline-block;
  font-weight: 300;
}
header #top ul li.emergency a {
  padding-right: 0;
}
header #top ul li a {
  line-height: 30px;
  display: block;
  color: #fff;
  padding: 0 1em;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.2s ease-in;
}
header #top ul li a:hover {
  color: #06a093;
}
header nav {
  width: 100%;
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 100;
}
header nav .menu-item-has-children > a {
  pointer-events: none;
}
header nav ul > li {
  position: relative;
}
header nav ul > li:hover ul.sub-menu {
  top: 100%;
  opacity: 1;
  z-index: 999999999;
}
header nav ul > li ul.sub-menu {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 90%;
  opacity: 0;
  z-index: -9999999999999;
  transition: all 0.2s ease-in;
  width: 220px;
  display: block;
  background: #fff;
  padding: 10px 15px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
header nav ul > li ul.sub-menu li {
  line-height: 1 !important;
  display: block;
  padding: 0;
}
header nav ul > li ul.sub-menu li + li {
  border-top: 1px solid #f1f1f1;
}
header nav ul > li ul.sub-menu li a {
  text-transform: none;
  color: #06a093;
  display: block;
  padding: 10px 0 8PX !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
header nav ul > li ul.sub-menu li a:after {
  top: inherit !important;
  bottom: -10.5px;
  z-index: 10;
}
header nav ul > li ul.sub-menu li a:hover {
  color: #011F2F;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: right;
}
header nav ul li {
  line-height: 100px;
  display: inline-block;
  padding: 0 0 0 1.5em;
}
header nav ul li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.2s ease-in;
}
header nav ul li a:hover {
  color: #06a093;
}
header nav ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #FDA10F;
  position: relative;
  top: -35px;
  left: -5px;
  transition: 0.35s ease;
}
header nav ul .current-menu-item > a:after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 3px;
  background-color: #06a093;
  position: relative;
  top: -35px;
  left: -5px;
  transition: 0.35s ease;
}
header nav ul .logo {
  position: absolute;
  left: 1em;
}
header nav ul .logo img {
  height: 70px;
}
header nav ul .logo a:after {
  display: none;
}
header nav ul .social {
  padding: 0 0.3em;
  font-size: 1.5em;
}
header nav ul .social a:after {
  display: none;
}
header nav ul .lang {
  text-transform: uppercase;
  color: #06a093;
  margin-left: 2em;
}
header nav ul .lang a {
  border-left: 1px solid #FDA10F;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
header nav ul .lang a:after {
  display: none;
}
#hero .banner-wrapper {
  position: relative;
  border-radius: 45px;
  overflow: hidden;
}
#hero .banner-wrapper:before {
  content: '';
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #011f2f 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
#hero.small .banner-wrapper {
  padding: 120px 15px 80px;
}
#hero.big .banner-wrapper {
  padding: 390px 15px 80px;
}
#hero.map {
  height: 520px;
}
#hero h1 {
  color: #fff;
}
#hero h1 strong {
  color: #FDA10F;
  text-align: center;
  line-height: 1;
}
#hero .content {
  color: #fff;
  font-size: 25px;
}
#hero .btn {
  margin-top: 25px;
}
#hero .btn.btn-primary {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
#hero .btn.btn-secondary {
  border-color: #FDA10F;
  color: #FDA10F;
  background: transparent;
  margin-left: 30px;
}
#page-header {
  padding: 90px 0;
  background: rgba(22, 65, 148, 0.12);
}
.bg-gradient {
  background: rgba(22, 65, 148, 0.01);
  background: linear-gradient(0deg, rgba(22, 65, 148, 0.12) 0%, #ffffff 100%);
}
main > section {
  padding: 45px 0;
}
.block-news {
  width: 100%;
  padding: 0 50px;
  /* Espace pour les flèches */
  box-sizing: border-box;
  position: relative;
  /* Icônes pour les métadonnées (similaire à la capture) */
}
.block-news .container {
  position: relative;
}
.block-news .custom-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}
.block-news .custom-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.block-news .custom-carousel-item {
  flex: 0 0 auto;
  /* Empêche le rétrécissement/agrandissement */
  box-sizing: border-box;
  padding: 0 15px;
  height: auto;
  /* La hauteur sera définie par l'élément enfant carré */
}
.block-news .news-item-square {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  /* Crée un format carré (hauteur = largeur) */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  /* Coins arrondis comme sur la capture */
  overflow: hidden;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
}
.block-news .news-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  transition: all 0.2 ease-in;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
}
.block-news .news-item-square:hover .news-item-title {
  color: #FDA10F;
}
.block-news .news-item-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  transition: all 0.2s ease-in;
}
.block-news .news-item-meta {
  font-size: 0.85rem;
  opacity: 0.9;
}
.block-news .news-item-meta span {
  display: block;
  margin-top: 0.25rem;
}
.block-news .news-item-date::before {
  content: '📅';
  margin-right: 8px;
  font-family: sans-serif;
}
.block-news .news-item-category::before {
  content: '📍';
  margin-right: 8px;
  font-family: sans-serif;
}
.block-news .custom-carousel-button {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  background-color: white;
  color: #333;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.block-news .custom-carousel-button:hover {
  background-color: #f5f5f5;
  transform: translateY(-50%) scale(1.1);
}
.block-news .custom-carousel-button.prev {
  left: -60px;
}
.block-news .custom-carousel-button.next {
  right: -60px;
}
.block-news .custom-carousel-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.block-news .custom-carousel-track {
  margin: 0 -15px;
}
#products .products_main_list .product-item .content {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  /* Crée un format carré (hauteur = largeur) */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  /* Coins arrondis comme sur la capture */
  overflow: hidden;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
}
#products .products_main_list .product-item h2 {
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 30px;
  font-size: 18px;
  color: #fff;
  z-index: 10;
  margin: 0;
  transition: all 0.2s ease-in;
}
#products .products_main_list .product-item:hover h2 {
  color: #FDA10F;
}
#products .products_main_list .product-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  transition: all 0.2 ease-in;
  opacity: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
}
.block-text-media img {
  border-radius: 40px 40px 0 40px;
}
.block-text-media.image-top img {
  max-height: 420px;
  object-fit: cover;
}
.block-text-media .imgs {
  position: relative;
  width: 100%;
}
.slick-slide {
  margin: 0 25px;
}
/* the parent */
.slick-list {
  margin: 0 -25px;
}
section.block-text-cols .row {
  row-gap: 75px;
  margin-left: -30px;
  margin-right: -30px;
}
section.block-text-cols .row .col-item {
  padding: 0 30px;
}
section.block-files .files-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.block-files .files-list a {
  border: 1px solid #06a093;
  margin: 30px 0;
  display: block;
  padding: 15px 30px;
}
section.block-partners {
  /* Style du conteneur principal du slider */
  /* Le "masque" qui cache les éléments qui dépassent */
  /* La piste qui contient toutes les colonnes et qui se déplace */
  /* Style de chaque colonne du carrousel */
  /* Style de chaque item (logo) */
  /* Style des flèches de navigation */
  /* Style pour une flèche désactivée */
}
section.block-partners .content {
  background: #011F2F;
  border-radius: 50px 50px 0 50px;
  padding: 45px 0;
}
section.block-partners .item {
  background: #fff;
  padding: 30px 15px;
  border-radius: 30px 30px 0 30px;
}
section.block-partners .item img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}
section.block-partners h2 {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
section.block-partners h2 span {
  text-transform: none !important;
  color: #06a093;
}
section.block-partners h2 strong {
  color: #06a093;
  display: inline-block;
}
section.block-partners .slider-container {
  position: relative;
  /* Nécessaire pour positionner les flèches absolument */
  width: 90%;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 50px;
  /* Espace latéral pour les flèches */
  box-sizing: border-box;
}
section.block-partners .carousel-wrapper {
  overflow: hidden;
  width: 100%;
}
section.block-partners .carousel-track {
  display: flex;
  /* Animation de transition pour un effet de slide fluide */
  transition: transform 0.5s ease-in-out;
}
section.block-partners .carousel-column {
  /* La propriété 'width' est retirée ici car elle est gérée dynamiquement 
        par un style en ligne dans le fichier PHP pour plus de flexibilité. */
  flex-shrink: 0;
  /* Empêche les colonnes de se rétrécir */
  box-sizing: border-box;
  padding: 0 10px;
  /* Utilisation de flexbox pour aligner les items verticalement */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* Espace entre les deux items d'une même colonne */
}
section.block-partners .item {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* Assure une hauteur uniforme si les logos sont de tailles différentes */
  box-sizing: border-box;
}
section.block-partners .item img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  display: block;
}
section.block-partners .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
section.block-partners .arrow:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.8);
}
section.block-partners .prev-btn {
  left: 0;
}
section.block-partners .next-btn {
  right: 0;
}
section.block-partners .arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
section.block-profiles {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}
section.block-profiles .slick-list {
  overflow: visible;
}
section.block-profiles .slick-list img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 30px;
}
section.block-profiles:after {
  content: '';
  position: absolute;
  top: 220px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
section.block-profiles.bge-primary:after {
  background: #FDA10F;
}
section.block-profiles.bge-secondary:after {
  background: #06a093;
}
section.block-profiles.bge-primary,
section.block-profiles.bge-secondary {
  margin-bottom: 70px;
}
section.block-profiles.bge-primary a,
section.block-profiles.bge-secondary a {
  color: #fff;
  text-decoration: none;
}
section.block-profiles.bge-primary h2 span,
section.block-profiles.bge-secondary h2 span {
  color: #06a093;
}
section.block-profiles.bge-primary h2 strong,
section.block-profiles.bge-secondary h2 strong {
  color: #fff;
}
section.block-profiles .slick-arrow {
  display: none !important;
}
section.block-team .team-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
section.block-team .team-item .content {
  width: 90%;
  margin: -120px auto 0;
  backdrop-filter: blur(15px);
  background: #ffffff99;
  box-shadow: 0 0 60px 0 #0000001a;
  padding: 15px 30px;
  border-radius: 5px;
  text-align: center;
}
section.block-team .team-item .content h3 {
  font-size: 24px;
  letter-spacing: 0px;
}
.partner-carousel .item {
  width: calc(20% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.partner-carousel .item img {
  max-width: 100%;
  max-height: 80px;
  transition: 0.35s ease;
}
section.block-timeline .timeline__headline {
  grid-column: span 4;
  text-align: center;
  grid-column: span 5;
  margin-top: 24px;
  margin-bottom: 32px;
}
section.block-timeline .timeline__button {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid #f3f3f3;
  border-radius: 64px;
  background-color: transparent;
  font-size: 0;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
}
section.block-timeline .timeline__button--next:hover .timeline__button-svg--next,
section.block-timeline .timeline__button--next:focus .timeline__button-svg--next {
  stroke: var(--white);
}
section.block-timeline .timeline__button--previous:hover .timeline__button-svg--previous {
  stroke: var(--white);
}
section.block-timeline .timeline__button:hover {
  background-color: var(--grey-3f);
}
section.block-timeline .timeline__button-svg--next {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 8px;
  height: 12px;
  stroke: #f3f3f3;
}
section.block-timeline .timeline__button-svg--previous {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
  stroke: #f3f3f3;
}
section.block-timeline .timeline__button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
section.block-timeline .timeline__button[disabled]:hover {
  background-color: transparent;
}
section.block-timeline .timeline__text-container {
  grid-column: span 4;
  flex-direction: column;
  justify-content: center;
  grid-row: 2;
  grid-column: span 5;
  gap: 24px;
  display: flex;
}
section.block-timeline .timeline__text-date {
  margin: 0 0 35px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  font-size: 64px;
}
section.block-timeline .timeline__text-text {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--grey-65);
  text-align: center;
}
section.block-timeline .timeline__text-wrapper {
  margin-bottom: 64px;
  margin-bottom: 0;
}
section.block-timeline .timeline__text-wrapper--hide {
  display: none;
}
section.block-timeline .timeline__date {
  flex-direction: row;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}
section.block-timeline .timeline__date-container {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: flex;
  max-width: 100%;
  margin: 19px 0 0;
  padding: 0 16px;
  border-top: 1px solid #e3e3e3;
  list-style: none;
  overflow-x: clip;
  padding: 0 8px;
}
section.block-timeline .timeline__date-single {
  position: relative;
  width: 33%;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #a3a3a3;
  text-align: center;
  transition: font-size 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
  width: 20%;
}
section.block-timeline .timeline__date-single::before {
  position: absolute;
  top: -8px;
  left: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border: 1px solid #e3e3e3;
  border-radius: 32px;
  background-color: #fff;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
  content: '';
  cursor: pointer;
}
section.block-timeline .timeline__date-single:nth-of-type(even) {
  padding-top: 0;
  padding-bottom: 12px;
  transform: translateY(-41px);
}
section.block-timeline .timeline__date-single:nth-of-type(even)::before {
  position: absolute;
  top: initial;
  bottom: -8px;
  left: calc(50% - 6px);
  content: '';
}
section.block-timeline .timeline__date-single--active {
  font-size: 18px;
  font-weight: 700;
  color: #FDA10F;
  transition: font-size 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
}
section.block-timeline .timeline__date-single--active::before {
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
  border: 1px solid #FDA10F;
  background-color: #FDA10F;
  transform: scale(1.2);
  transform-origin: center center;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
  content: '';
  cursor: pointer;
}
section.block-timeline .timeline__date-single--hide {
  display: none;
}
section.block-timeline .timeline__date-single--hide:before {
  display: none;
}
section.block-timeline .timeline__image-container {
  position: relative;
  flex-direction: row;
  grid-column: span 4;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  grid-row: 1 / 3;
  grid-column: 7 / 13;
}
section.block-timeline .timeline__image-single {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 32px;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.2s 0.1s ease-in-out;
  object-fit: cover;
  aspect-ratio: 16/10;
}
section.block-timeline .timeline__image-single--hide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translateX(-20%);
  transition: none;
}
section.block-testimonials {
  /* Responsive: passe en une seule colonne sur mobile */
}
section.block-testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 colonnes sur grand écran */
  gap: 2rem;
  /* Espace entre les cartes */
  margin-top: 2rem;
}
section.block-testimonials .testimonial-card {
  border: 1px solid #06a093;
  /* Bordure sarcelle comme sur l'image */
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: white;
}
section.block-testimonials .testimonial-card .star-rating {
  color: #06a093;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
section.block-testimonials .testimonial-card .star-rating .star-empty {
  color: #e0e0e0;
}
section.block-testimonials .testimonial-card .testimonial-comment {
  flex-grow: 1;
  /* Pousse l'auteur en bas */
  font-style: italic;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
section.block-testimonials .testimonial-card .testimonial-author {
  font-weight: bold;
  color: #011F2F;
}
@media (max-width: 992px) {
  section.block-testimonials .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section.block-testimonials .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
footer .footer {
  background: #011F2F;
  background: linear-gradient(140deg, #011f2f 0%, #011f2f 40%, #092533 40%, #092533 50%, #0f2b3a 50%, #0f2b3a 100%);
  padding: 70px 0;
}
footer h3 {
  color: #fff;
}
footer .copyright {
  background: #FDA10F;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
}
footer .copyright a {
  color: #fff;
}
.otgs-development-site-front-end {
  display: none;
}
.block-contact .content {
  background: rgba(94, 95, 103, 0.08);
  border-radius: 50px 50px 0 50px;
  padding: 50px;
}
.block-contact .content h1 {
  color: #011F2F;
}
.block-contact .content .coord-data,
.block-contact .content .form-box {
  background: #fff;
  border-radius: 10px;
}
.block-contact .content .form-box {
  padding: 15px 30px 30px;
}
.block-contact .content div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.block-contact .content a {
  color: #6c757d;
}
.block-contact div.wpforms-container-full .wpforms-submit {
  color: #06a093 !important;
  border: 1px solid #06a093 !important;
  background: #fff !important;
  border-radius: 5px !important;
  width: 100% !important;
  display: block !important;
  transition: all 0.2s ease-in !important;
}
.block-contact div.wpforms-container-full .wpforms-submit:hover {
  color: #fff !important;
  background: #06a093 !important;
}
.block-product-type {
  /* Le conteneur principal qui utilise Flexbox pour aligner les éléments */
  /* Chaque élément cliquable de la liste */
  /* Effet au survol de la souris */
  /* L'icône (image) à l'intérieur de l'élément */
}
.block-product-type .product-type-list {
  display: flex;
  flex-wrap: wrap;
  /* Permet aux éléments de passer à la ligne */
  justify-content: center;
  /* Centre les éléments sur la ligne */
  gap: 20px;
  /* Espace entre les éléments */
  padding: 20px 0;
  list-style: none;
  margin: 0;
}
.block-product-type .product-type-item {
  display: flex;
  /* Utilise Flexbox pour centrer l'icône à l'intérieur */
  justify-content: center;
  align-items: center;
  background-color: #0D1B2A;
  /* Couleur bleu très foncé, à ajuster */
  width: 150px;
  /* Largeur du carré */
  height: 150px;
  /* Hauteur du carré */
  border-radius: 8px;
  /* Bords légèrement arrondis */
  padding: 25px;
  /* Marge intérieure pour que l'icône ne touche pas les bords */
  box-sizing: border-box;
  /* Assure que le padding n'augmente pas la taille totale */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Animation au survol */
}
.block-product-type .product-type-item:hover {
  transform: scale(1.05);
  /* Agrandit légèrement l'élément */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* Ajoute une ombre */
}
.block-product-type .product-type-item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  /* Garde les proportions de l'image */
  object-fit: contain;
  /* S'assure que l'image est entièrement visible */
}
@media screen and (max-width: 1480px) {
  header nav > ul > li {
    padding: 0 15px;
  }
  header nav ul .lang {
    margin-left: 1em;
  }
  header nav > ul > li > a {
    font-size: 14px;
  }
  header nav > ul > li.social > a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1240px) {
  #banner .owl-dots {
    left: 0;
  }
  h1,
  #banner .title {
    font-size: 48px;
  }
  h2 span.bigger {
    font-size: 19px;
  }
  footer .footer img {
    max-width: 100%;
  }
  footer .footer .container > .row > .col-md-3,
  footer .footer .container > .row > .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  footer .footer .container > .row > .col-md-6 {
    padding: 45px 15px;
  }
}
@media screen and (max-width: 992px) {
  section.block-offices .col-md-10.mx-auto {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  section.block-portima .col-md-6,
  #block-portima .col-md-5 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  section.block-portima .col-md-6 + .col-md-5,
  #block-portima .col-md-5 + .col-md-5 {
    margin-top: 45px;
  }
  h1,
  #banner .title {
    font-size: 42px;
    letter-spacing: 8px;
  }
  h2 span {
    letter-spacing: 4px !important;
  }
  h2 span.bigger {
    font-size: 19px;
  }
  h2 strong {
    font-size: 26px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 768px) {
  section.section {
    padding: 45px 0;
  }
  section.section .row.align-items-center.my-4 {
    margin-top: 0 !important;
  }
  section.section .col-item,
  section.section .office-item,
  section.section .team-item {
    margin: 30px 0;
  }
  section.section .imgs {
    max-height: 365px;
    margin: 45px 0;
    width: 100%;
  }
  section.section .imgs img {
    max-height: 365px;
  }
  section.section .imgs img.first {
    width: 100% !important;
  }
  section.section .text-left.imgs {
    margin-bottom: 80px !important;
  }
  footer .footer .col-md-6 .col-md-6 + .col-md-6 {
    margin-top: 30px;
  }
  #banner .item .content.container {
    max-width: 80%;
  }
  #top a {
    font-size: 13px !important;
  }
  #top li.mail {
    display: none !important;
  }
  footer .copyright {
    background: #164194;
    padding: 25px 0;
    color: #fff;
    font-size: 15px;
    z-index: 151;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  h1,
  #banner .title {
    font-size: 32px;
    letter-spacing: 3px;
  }
  h2 span {
    letter-spacing: 2px !important;
  }
  h2 span.bigger {
    font-size: 16px;
  }
  h2 strong {
    font-size: 22px;
    letter-spacing: 2px;
  }
  #navigate-mobile nav {
    padding: 30px 0;
    line-height: 1.1;
  }
  #navigate-mobile nav > ul > li {
    padding: 10px 0;
  }
  #navigate-mobile nav > ul > li a {
    font-size: 27px;
  }
  #navigate-mobile nav li.lang,
  #navigate-mobile nav li.lang a {
    font-size: 21px;
  }
  #navigate-mobile nav > ul > li ul a {
    font-size: 18px;
    font-weight: 400;
  }
  #navigate-mobile .burger-item {
    width: 100px;
    height: 100px;
  }
  #navigate-mobile .burger-item svg {
    transform: scale(1.4) translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .links .btn + .btn {
    margin: 15px 0 0;
  }
  .links {
    display: flex;
    flex-direction: column;
  }
  .links .btn {
    width: fit-content;
  }
  .profiles-carousel .slick-dots {
    bottom: -30px;
  }
  h3 strong {
    font-size: 21px !important;
  }
  .bs-emergency-modal th,
  .bs-emergency-modal td {
    font-size: 13px;
  }
}
