/*
Theme Name: Alan Allman Associates
Theme URI: https://wordpress.org
Author: Magina
Author URI: https://magina.fr
Description: Thème de AAA
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aaa
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



@font-face {
  font-family: 'LarkenBlack';
  src: url(assets/fonts/Larken-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'LarkenBold';
  src: url(assets/fonts/Larken-Bold.ttf) format('truetype');
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

/* DEBUG MODE */
/* div {
  border: red 1px solid;
} */

.bg-grey-aaa {
  background-color: #f9f9f9;
}

a {
  text-decoration: none !important;
}

.text-gold {
  color: #cb9e43;
}

:root {
  --swiper-navigation-color: #fff;
}

/* Header */
#header {
  background-color: #091b5a;
  overflow: hidden;
  position: -webkit-sticky;
  /* Pour les navigateurs WebKit */
  position: sticky;
  z-index: 1000;
  /* S'assurer que l'en-tête est au-dessus des autres éléments */
  top: 0;
}

.logo-header {
  width: 180px;
}



.mega-menu {
  width: 100vw !important;
  background-color: #091b5a;
  top: 89px !important;
  left: -1px !important;
  right: 0px !important;
  position: fixed !important;
  z-index: 1000;
  display: none;
}

.mega-menu h5 {
  color: #cb9e43;
  font-family: "LarkenBlack", sans-serif;
  font-size: 1.2vw;
}

.mega-menu h5 a {
  color: #cb9e43;
  font-family: "LarkenBlack", sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.mega-menu h5 a:hover {
  color: #f9f9f9;
}

.mega-menu ul {
  padding-left: 0 !important;
}

.mega-menu li {
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #cb9e43 !important;
}

a.btn-flag {
  margin-top: 18px !important;
}

@media screen and (max-width: 1023px) {
  #header {
    display: none;
  }
}

@media screen and (max-width: 1024px) {

  .testimonial-left-col {
    flex-basis: 100% !important;
  }

  .testimonial-wp-photo {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .testimonial-wp-name {
    width: 100% !important;
  }

  .testimonial-wp-name p {
    text-align: center !important;
  }

  .testimonial-wp-name h4 {
    text-align: center !important;
  }

  .block-margin {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .block-margin-h {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }


  .block-margin2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }


  .header-spacer-mobile {
    height: 75px;
  }

  #header-mobile {
    background-color: #091b5a;
    overflow: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    /* S'assurer que l'en-tête est au-dessus des autres éléments */
    transition: top 0.3s;
  }

  #header-mobile ul#menu-header-mobile,
  #header-mobile ul#menu-header-mobile-en {
    padding-left: 0;
  }

  #header-mobile ul#menu-header-mobile li a,
  #header-mobile ul#menu-header-mobile-en li a {
    color: #fff;
    display: block;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px #fff solid;
    font-family: LarkenBlack;
    font-size: 18px;
  }

  #header-mobile ul#menu-header-mobile ul.sub-menu li a,
  #header-mobile ul#menu-header-mobile-en ul.sub-menu li a {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
  }

  #header-mobile ul#menu-header-mobile li,
  #header-mobile ul#menu-header-mobile-en li {
    padding-left: 0px;
    margin-left: 0px;
  }

  /* Masquer les sous-menus par défaut */
  #header-mobile .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  /* Lorsque le sous-menu est actif */
  #header-mobile .sub-menu.mobile-menu-active {
    max-height: 1000px;
    /* Fixer une valeur max élevée pour permettre l'expansion */
  }

  #header-mobile .menu .sub-menu.mobile-menu-active {
    display: block;
  }

  #header-mobile .current_page_item a {
    color: #CB9E43 !important;
  }

  #header-mobile .menu-item-has-children>a::after {
    content: '\25B8';
    /* Petite flèche droite */
    float: right;
    transition: transform 0.3s ease;
  }

  /* Flèche qui tourne vers le bas lorsque le lien est actif */
  #header-mobile .menu-item-has-children>a.active-link::after {
    transform: rotate(90deg);
  }



  .logo-header {
    width: 180px;
  }

  li.toplevel-menu {
    text-align: center !important;
  }

  .link-menu {
    padding-bottom: 5px !important;
  }


}

.link-menu {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #f9f9f9;
  margin-top: 25px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 33px;
  display: inline-block;
  border-bottom: 3px solid #091b5a;
  text-decoration: none !important;
}

.link-menu:hover, .link-menu:focus {
  color: #cb9e43;
  border-bottom: 2px solid #cb9e43;
}

.flag-menu {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #f9f9f9;
  margin-top: 25px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 33px;
  display: inline-block;
}

.border-left-gold {
  border-left: 1px solid #cb9e43;
}

.link-submenu {
  text-decoration: none !important;
  color: #f9f9f9;
  margin-top: 10px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #091b5a;
}

.link-submenu:hover, .link-submenu:focus {
  color: #cb9e43;
}

.active {
  color: #cb9e43 !important;
  border-bottom: 3px solid #cb9e43 !important;
  font-weight: 700;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

@media screen and (min-width: 1024px) {

  .header-spacer-mobile {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    height: 74px;
  }

  .padding-block-lg {
    padding: 100px 100px 100px 100px !important;
  }

  .custom-grid.wp-container-core-group-is-layout-4 {
    grid-template-columns: repeat(auto-fill, minmax(min(22rem, 100%), 1fr)) !important;
  }

  .custom-grid-mkt {
    grid-template-columns: repeat(auto-fill, minmax(min(18rem, 100%), 1fr)) !important;
  }

  .custom-grid-3 {
    grid-template-columns: repeat(auto-fill, minmax(min(28rem, 100%), 1fr)) !important;
    gap: 40px;
  }


  .wp-block-embed__wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 600px !important;
    border: none;
    /* Supprime les bordures */
  }

}

body {
  font-family: "Open Sans";
  color: #091b5a;
  font-size: 11pt;
  background-color: #ffffff;
}

@font-face {
  font-family: "LarkenBlack";
  src: local("LarkenBlack"), url(assets/fonts/Larken-Black.ttf) format("truetype");
}

@font-face {
  font-family: "LarkenBold";
  src: local("LarkenBold"), url(assets/fonts/Larken-Bold.ttf) format("truetype");
}

h1 {
  font-family: LarkenBlack;
  font-size: 40px;
  color: #091b5a;
}

h1 .inverted {
  -webkit-text-stroke: 1px #091b5a;
  -webkit-text-fill-color: transparent !important;
}

h1 .inverted-white {
  -webkit-text-stroke: 1px #f9f9f9 !important;
  -webkit-text-fill-color: transparent !important;
}

h1 .white-title {
  color: #f9f9f9 !important;
}

.inverted-white {
  -webkit-text-stroke: 1px #f9f9f9 !important;
  -webkit-text-fill-color: transparent !important;
}

.inverted {
  -webkit-text-stroke: 1px #091b5a !important;
  -webkit-text-fill-color: transparent !important;
}

h2 {
  font-family: LarkenBlack;
  font-size: 32px;
  color: #091b5a;
}

h2 .inverted {
  -webkit-text-stroke: 1px #091b5a;
  -webkit-text-fill-color: transparent !important;
}

h2 .golden {
  color: #cb9e43 !important;
}

h2 .inverted-white {
  -webkit-text-stroke: 1px #f9f9f9 !important;
  -webkit-text-fill-color: transparent !important;
}

h2 .white-title {
  color: #f9f9f9 !important;
}

h3 {
  font-family: LarkenBlack;
  font-size: 30px;
  color: #091b5a;
}

h3 .inverted {
  -webkit-text-stroke: 1px #091b5a;
  -webkit-text-fill-color: transparent !important;
}

h3 .inverted-white {
  -webkit-text-stroke: 1px #f9f9f9 !important;
  -webkit-text-fill-color: transparent !important;
}

h4 {
  font-family: LarkenBlack;
  font-size: 18px;
  color: #091b5a;
}

h4 .inverted {
  -webkit-text-stroke: 1px #091b5a;
  -webkit-text-fill-color: transparent !important;
}

.section-bg-light {
  background-color: #f9f9f9;
}

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

.section-bg-blue {
  background-color: #091b5a;
}

.img-section {
  width: 100%;
  height: auto;
}

/* ANIMATIONS */
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.bg-fix {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* FIX BG IMAGES */
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {

  .gov-grid img {
    text-align: center !important;
  }

  .gov-grid {
    text-align: center !important;
  }

  .bg-image {
    min-height: 350px;
  }


  .wp-block-embed__wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 300px !important;
    border: none;
    /* Supprime les bordures */
  }

}

/* News Selector */
.btn-gold {
  color: #f9f9f9;
  font-size: 28px;
  text-align: center;
  padding: 5px 20px 5px 20px;
  background: rgb(203, 158, 67);
  background: linear-gradient(90deg, rgb(203, 158, 67) 0%, rgb(244, 197, 103) 50%, rgb(203, 158, 67) 100%);
}

.btn-cta {
  text-decoration: none !important;
  display: inline-block;
  color: #091b5a;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #091b5a;
  border-radius: 5px;
  text-align: center;
}

.expertise-filter:hover {
  color: #fff !important;
  background-color: #091b5a;
}

.expertise-filter-active {
  color: #fff !important;
  background-color: #091b5a;
}

.btn-cta:hover {
  text-decoration: none;
  display: inline-block;
  color: #091b5a;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #091b5a;
  border-radius: 5px;
  text-align: center;
}


.button-cta {
  text-decoration: none !important;
  display: inline-block;
  color: #091b5a;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #091b5a;
  border-radius: 5px;
  text-align: center;
}

.button-cta:hover {
  text-decoration: none;
  display: inline-block;
  color: #091b5a;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #091b5a;
  border-radius: 5px;
  text-align: center;
}

.button-cta-white {
  text-decoration: none;
  display: inline-block;
  color: #f9f9f9;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  text-align: center;
}

/* Heroes */
/* HOME HEROES */

/*TABLET*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* Styles pour l'affichage portrait de l'iPad */

  .order-lg-1 {
    order: 2 !important;
  }

  .order-lg-2 {
    order: 1 !important;
  }

  .order-1 {
    order: 2 !important;
  }

  .order-2 {
    order: 1 !important;
  }


  .left-quote {
    max-width: 80px !important;
    background-color: #fff;
    position: absolute !important;
    top: -70px;
    left: -150%;
    z-index: 99;
  }

  .right-quote {
    max-width: 57px !important;
    background-color: #fff;
    position: absolute !important;
    top: 95%;
    left: 85%;
    z-index: 99;
  }


}

/* DESKTOP */
@media screen and (min-width: 1024px) {

  #header-mobile {
    display: none;
  }

  .quote-text-extract {
    width: 120% !important;
    position: absolute !important;
  }

  .hero-country {
    background-image: url("assets/img/backgrounds/sky.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }

  .hero-country-usa {
    background-image: url("assets/img/backgrounds/usa.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }

  .hero-title {
    font-family: "LarkenBlack", sans-serif;
    font-size: 5vw;
    position: relative;
    top: 30%;
    left: 10%;
  }

  .hero-title-usa {
    font-family: "LarkenBlack", sans-serif;
    font-size: 36px;
    position: relative;
    top: 30%;
    left: 10%;
  }

  .hero-text {
    width: 40%;
    left: 10%;
    position: relative;
    top: 30%;
    z-index: 7;
    color: #091b5a;
  }

  .hero-inside-wrapper {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
  }

  .hero-img {
    height: 40vw;
  }

  .hero-canada {
    height: 100% !important;
  }

  .text-transparent-stroke {
    font-family: "LarkenBlack", sans-serif;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent !important;
  }

  .text-transparent-stroke-blue {
    font-family: "LarkenBlack", sans-serif;
    -webkit-text-stroke: 1px #091B5A;
    -webkit-text-fill-color: transparent !important;
  }

  .social-header-link {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #091b5a;
    text-decoration: none;
  }
}

/* MOBILE */
@media screen and (max-width: 1024px) {
  .hero-country {
    background-image: url("assets/img/backgrounds/sky.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }

  .hero-title {
    font-family: "LarkenBlack", sans-serif;
    font-size: 46px;
    width: 30%;
    line-height: 44px;
    position: relative;
    top: 100px !important;
    left: 30px;
  }

  .hero-text {
    width: 30%;
    left: 10%;
    position: relative;
    top: 30%;
    z-index: 7;
    color: #091b5a;
    display: none;
  }

  .hero-inside-wrapper {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
  }

  .hero-img {
    height: 300px;
  }

  .hero-canada {
    height: 46vh !important;
  }

  .text-transparent-stroke {
    font-family: "LarkenBlack", sans-serif;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent !important;
  }

  .text-transparent-stroke-blue {
    font-family: "LarkenBlack", sans-serif;
    -webkit-text-stroke: 1px #091B5A;
    -webkit-text-fill-color: transparent !important;
  }
}

/* COMMON HEROES */
.hero-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(9, 27, 90));
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-full {
  color: white !important;
}

.text-full-blue {
  color: #091B5A !important;
}

.hero-titre {
  /* padding-top: 190px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  text-align: center;
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/bg_news.png");
  background-size: cover;
}

.hero-titre h1 {
  font-family: "LarkenBlack", sans-serif;
  font-size: 2.5rem;
  color: #f9f9f9;
}

.hero-titre.hero-cabinet {
  padding-top: 40px !important;
  height: 300px !important;
}

.hero-titre img {
  width: 300px;
  height: auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.hero-titre p {
  color: #f9f9f9;
}

/* SPECIFIC BACKGROUNDS */
.hero-bg-aaa {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/BG.jpg") !important;
}

.hero-bg-strategie-management {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/strategie-management.png") !important;
}

.hero-bg-poles-expertises {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/expertises/poles-expertises/1.png") !important;
}

.hero-bg-dsi {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/dsi.png") !important;
}

.hero-bg-pole-finance {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/finance.png") !important;
}

.hero-bg-gestion-carriere {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/gestion-carriere.png") !important;
}

.hero-bg-talents {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/talents/index.png") !important;
}

.hero-bg-high-tech {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/high-tech.png") !important;
}

.hero-bg-juridique {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/juridique.png") !important;
}

.hero-bg-marketing-communication {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/marketing-communication.png") !important;
}

.hero-bg-marketing-digital {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/marketing-digital.png") !important;
}

.hero-bg-recrutement-rh {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/recrutement-rh.png") !important;
}

.hero-bg-gouvernance {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/investors/invest-gouvernance-large.png") !important;
}

.hero-bg-strategie-developpement {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/strategie-developpement.png") !important;
}

.hero-bg-transfo-industrielle {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/transfo-industrielle.png") !important;
}

.hero-bg-calendrier {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/investors/invest-calendrier-large.png") !important;
}

.hero-bg-esg {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/investors/invest-esg-large.png") !important;
}

.hero-bg-finance {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/investors/invest-finance-large.png") !important;
}

.hero-bg-ag {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/investors/invest-ag-large.png") !important;
}

.hero-bg-implantations {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/implantations.png") !important;
}

.hero-bg-cooptation {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/cooptation.png") !important;
}

.hero-bg-fonctions-partenaires {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/hero-titles/fonctions-partenaires.png") !important;
}

.hero-bg-contact {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/contact.png") !important;
}

.hero-bg-news-index {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/news-index.png") !important;
}

.hero-bg-investors {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/investors_bg.png") !important;
  background-position: center;
  background-size: cover;
}

.hero-bg-carriere {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/backgrounds/talents/carriere.png") !important;
  background-position: center;
  background-size: cover;
}

.hero-bg-default {
  background-image: linear-gradient(to top, rgba(9, 27, 90, 0.65), rgba(9, 27, 90, 0)), url("assets/img/bg_news.png") !important;
}

/* Hero titles */
/* News Cards */
.news-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: 275px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 21px 4px rgba(9, 27, 90, 0.35);
  box-shadow: 0 0 21px 4px rgba(9, 27, 90, 0.35);
}

.news-overlay {
  height: 280px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(9, 27, 90));
  position: absolute;
  left: 0;
  top: 0;
}

.news-overlay h3 {
  color: #f9f9f9 !important;
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 26px;
  width: 90%;
}

.news-category {
  font-family: "LarkenBlack", sans-serif;
  font-size: 14px;
  color: #cb9e43;
}

.news-date {
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
}

/* NEWS PAGE */
.see-also-news {
  border-top: 1px solid #091b5a;
  border-bottom: 1px solid #091b5a;
  text-align: center;
  text-transform: uppercase;
}

/* VIDEO BLOCK */
.video-over {
  position: relative;
  z-index: 2;
  /* padding-left: 0; */
}

.video-block-overflow {
  overflow: hidden;
}


/* Bootstrap Custom */
.icon-list {
  padding-left: 0;
  list-style: none;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto;
}

/* BLOCK INTERNAL MENU */
.internal-menu-block {
  background-color: white;
}

.internal-menu-block a {
  text-decoration: none !important;
  color: #091b5a;
}

.internal-menu-block img {
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* CABINETS */
.cabinets-logos img {
  width: 100%;
}

.cabinets-letters-filter {
  margin-left: auto;
  margin-right: auto;
}

.cabinets-letters-filter a {
  color: #091b5a;
  text-decoration: none;
}

.cabinets-letters-filter a:hover {
  color: #cb9e43;
}

.cabinet-box {
  display: block;
  padding: 15px;
}

.cabinet-logo:hover {
  background-color: #091b5a;
}

.cabinet-box:hover {
  background-color: #091b5a;
}

.cabinet-logo:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.link-filter {
  color: #091b5a;
  margin-top: 25px;
  padding-bottom: 5px;
  display: inline-block;
}

.link-filter:hover {
  border-bottom: 1px solid #cb9e43;
  color: #091b5a;
}

.filter-active {
  color: #091b5a;
  border-bottom: 1px solid #cb9e43 !important;
}

/* ZONE INVESTISSEURS */
#investors-menu {
  /* POLES */
}

#investors-menu .col {
  height: 250px;
  color: #f9f9f9;
  font-family: LarkenBlack, "sans-serif";
  font-size: 22px;
}

#investors-menu .pole-menu {
  height: 250px;
  color: #f9f9f9;
  font-family: LarkenBlack, "sans-serif";
  font-size: 22px;
}

#investors-menu .expertise-menu {
  height: 170px;
  color: #f9f9f9;
  font-family: LarkenBlack, "sans-serif";
  font-size: 22px;
}

#investors-menu .pole-menu-small {
  height: 125px;
  color: #f9f9f9;
  font-family: LarkenBlack, "sans-serif";
  font-size: 22px;
}

#investors-menu .investors-menu-overlay {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(9, 27, 90));
  text-align: center;
  align-items: center;
  display: grid;
}

#investors-menu .investors-menu-overlay a {
  color: #f9f9f9;
  text-decoration: none;
}

#investors-menu #pole-digital {
  background-image: url("assets/img/backgrounds/hero-titles/marketing-digital.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-it {
  background-image: url("assets/img/backgrounds/hero-titles/high-tech.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-recrutement {
  background-image: url("assets/img/backgrounds/hero-titles/recrutement-rh.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-transfo-industrielle {
  background-image: url("assets/img/backgrounds/hero-titles/transfo-industrielle.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-strategie-management {
  background-image: url("assets/img/backgrounds/hero-titles/strategie-management.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-strategie-developpement {
  background-image: url("assets/img/backgrounds/hero-titles/strategie-developpement.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-marketing {
  background-image: url("assets/img/backgrounds/hero-titles/marketing-communication.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-finance {
  background-image: url("assets/img/backgrounds/hero-titles/finance.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-dsi {
  background-image: url("assets/img/backgrounds/hero-titles/dsi.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #pole-juridique {
  background-image: url("assets/img/backgrounds/hero-titles/juridique.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #invest-esg {
  background-image: url("assets/img/backgrounds/investors/invest-esg.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #invest-ag {
  background-image: url("assets/img/backgrounds/investors/invest-ag.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #invest-calendrier {
  background-image: url("assets/img/backgrounds/investors/invest-calendrier.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #invest-finance {
  background-image: url("assets/img/backgrounds/investors/invest-finance.png");
  background-size: cover;
  background-position: center;
}

#investors-menu #invest-gouvernance {
  background-image: url("assets/img/backgrounds/investors/invest-gouvernance.png");
  background-size: cover;
  background-position: center;
}

.calendrier-card {
  width: 100%;
  background-color: white;
  border-radius: 7px;
}

.calendrier-card:hover {
  -webkit-box-shadow: 0 0 21px 4px rgba(9, 27, 90, 0.15);
  box-shadow: 0 0 21px 4px rgba(9, 27, 90, 0.15);
}

.calendrier-card .calendrier-card-date {
  background-color: #091b5a;
  color: #f9f9f9;
  font-size: 13px;
  line-height: 18px;
}

.calendrier-card .calendrier-card-date .small-year {
  font-size: 15px;
}

.calendrier-card .calendrier-card-titre {
  font-family: "LarkenBlack", sans-serif;
  display: grid;
  align-items: center;
  font-size: 18px !important;
}

.calendrier-card .calendrier-card-add {
  display: grid;
  align-items: center;
}

.calendrier-card .calendrier-add {
  font-size: 15px;
  color: #091b5a !important;
}

#investors-kpi {
  background-color: #091b5a;
}

#investors-kpi p {
  color: #cb9e43;
  font-size: 1vw;
}

.investor-document-date {
  font-family: "Montserrat", "Open Sans";
  font-size: 15px;
  color: #cb9e43;
}

.investor-document-size {
  font-size: 12px;
}

.esg-card {
  height: 350px;
}

#esg-declaration {
  background-image: url("assets/img/backgrounds/investors/esg-declaration.png");
}

#esg-charte {
  background-image: url("assets/img/backgrounds/investors/esg-charte.png");
}

#esg-code {
  background-image: url("assets/img/backgrounds/investors/esg-code.png");
}

#esg-ethique {
  background-image: url("assets/img/backgrounds/investors/esg-etique.png");
}

.esg-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(9, 27, 90));
  display: grid;
  align-items: end;
}

.esg-card-overlay {
  color: #f9f9f9;
}

/* BLOC OFFRES */
.bloc-offres {
  position: relative;
  height: 150px;
}

.bloc-offres-photo {
  position: absolute;
  height: 300px;
  z-index: 5;
  top: -150px;
}

.bloc-offres-cta {
  position: relative;
  z-index: 6;
  width: 300px;
  height: 150px;
  top: 0px;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(9, 27, 90));
}

.bloc-offres-btn {
  position: relative;
  left: 80px;
}

.bloc-offres-title {
  position: relative;
  left: -70px;
  z-index: 7;
}

/* BOOK REPORTS */
@media screen and (min-width: 1024px) {
  .book-report {
    height: 250px;
    margin-top: 100px;
    background: rgb(44, 72, 150);
    background: linear-gradient(353deg, rgb(44, 72, 150) 0%, rgb(35, 55, 111) 43%, rgb(51, 70, 126) 43%, rgb(65, 87, 149) 100%);
  }

  .book-report-book {
    position: relative;
    top: -85px;
    left: 40px;
    z-index: 1;
    width: 500px;
  }

  .book-report-infos {
    z-index: 99;
  }

  .book-report-cta {
    padding: 30px;
  }

  .book-report-cta .button-cta-white {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .book-report {
    height: 500px;
    margin-top: 100px;
    background: rgb(44, 72, 150);
    background: linear-gradient(353deg, rgb(44, 72, 150) 0%, rgb(35, 55, 111) 43%, rgb(51, 70, 126) 43%, rgb(65, 87, 149) 100%);
  }

  .book-report-book {
    z-index: 1;
    position: relative;
    top: 227px;
    left: 10px;
    width: 400px;
  }

  .book-report-infos {
    z-index: 99;
  }

  .book-report-cta {
    padding: 30px;
  }

  .book-report-cta .button-cta-white {
    margin-bottom: 20px;
  }
}

.testimonial-block {
  border: 2px #cb9e43 solid;
  border-radius: 5px;
}

.testimonial-block .testimonial-name {
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", "Open Sans";
  font-weight: 800;
  text-align: right;
  margin-top: 30px;
}

.testimonial-block .testimonial-title {
  text-align: right;
  margin-top: 10px;
}

.testimonial-block .testimonial-quote {
  text-align: left;
}

/* .testimonial-block .left-quote {
  font-size: 4vw;
  position: relative;
  top: -110px;
  background-color: white;
  padding: 10px;
}
.testimonial-block .right-quote {
  font-size: 4vw;
  position: relative;
  top: 120px;
  left: 500px;
  background-color: white;
  padding: 10px;
} */



#footer {
  background-color: #091b5a;
  color: #f9f9f9;
  position: absolute;
  padding-top: 50px;
  padding-bottom: 0;
}

#footer ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

#footer ul li a {
  text-decoration: none;
  color: #cb9e43;
}

#footer ul li a:hover {
  color: #f9f9f9;
}

#footer .link-menu {
  color: #f9f9f9;
  font-family: "Montserrat", "Open Sans";
}

.footer-copyright {
  color: #f9f9f9;
  border-top: #f9f9f9 solid 1px;
}

.footer-aaa {
  position: absolute;
  /*top: 70px;*/
  bottom: 10px;
  left: -15px;
}

.footer-link {
  padding-left: 0 !important;
}

#footer .footer-link li a.is-white {
  color: white;
}

@media screen and (max-width: 991px) {
  /* .footer-link:not(.footer-social) {
    margin-bottom: 45px;
  } */
}

@media screen and (min-width: 1024px) {
  .logo-footer {
    text-align: center !important;
    padding-right: 30px !important;
    margin-right: 100px;
    margin-right: clamp(0rem, -9.7561rem + 15.2439vw, 6.25rem);
    border-right: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo-footer img {
    width: 80%;
  }

  .footer-columns {
    justify-content: center;
  }
}

/*
  Player Skin Designer for Video.js
  http://videojs.com

  To customize the player skin edit
  the CSS below. Click "details"
  below to add comments or questions.
  This file uses some SCSS. Learn more
  at http://sass-lang.com/guide)

  This designer can be linked to at:
  https://codepen.io/heff/pen/EarCt/left/?editors=010
*/
.video-js {
  /* The base font size controls the size of everything, not just text.
     All dimensions use em-based sizes so that the scale along with the font size.
     Try increasing it to 15px and see what happens. */
  font-size: 15px;
  /* The main font color changes the ICON COLORS as well as the text */
  color: #CB9E43;
}

/* The "Big Play Button" is the play button that shows before the video plays.
   To center it set the align values to center and middle. The typical location
   of the button is the center, but there is trend towards moving it to a corner
   where it gets out of the way of valuable content in the poster image.*/
.vjs-default-skin .vjs-big-play-button {
  /* The font size is what makes the big play button...big.
     All width/height values use ems, which are a multiple of the font size.
     If the .video-js font-size is 10px, then 3em equals 30px.*/
  font-size: 3em;
  /* We're using SCSS vars here because the values are used in multiple places.
     Now that font size is set, the following em values will be a multiple of the
     new font size. If the font-size is 3em (30px), then setting any of
     the following values to 3em would equal 30px. 3 * font-size. */
  /* 1.5em = 45px default */
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #CB9E43;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align center */
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #091B5A;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(9, 27, 90, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #CB9E43;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(255, 255, 255, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(255, 255, 255, 0.75);
}

/* Supprimer le gap entre les colonnes pour les blocs avec la classe is-layout-flex */
:where(.wp-block-columns.is-layout-flex) {
  gap: 0 !important;
}

/* Supprimer le gap entre les colonnes pour tous les éléments avec la classe is-layout-flex */
:where(.is-layout-flex) {
  gap: 0 !important;
}

.has-larken-font-family a {
  text-decoration: none !important;
}

#report_home {
  background-image: url("assets/img/backgrounds/publication_bg_full.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#home_investors {
  background-image: url("assets/img/backgrounds/investors_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#home_cp {
  background-image: url("assets/img/backgrounds/cp_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#report_home_book {
  width: 662px;
  position: absolute;
  top: -38px;
  left: -9px;
  z-index: 5;
}

@media only screen and (max-width: 768px) {

  .left-quote {
    max-width: 80px !important;
    background-color: #fff;
    position: absolute !important;
    top: -391px;
    left: 7%;
    z-index: 99;
  }

  .right-quote {
    max-width: 57px !important;
    background-color: #fff;
    position: absolute !important;
    top: 95%;
    left: 85%;
    z-index: 99;
  }

  .testimonial-wp-photo {
    order: 1;
  }

  .testimonial-wp-name {
    order: 2;
  }

  .block-menu-cover {
    min-height: 300px !important;
    /* Vous pouvez ajuster cette valeur selon vos besoins */
  }

  .logo-header {
    width: 180px !important;
  }

  .footer-columns {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .hero-img {
    height: 220px;
  }

  .wp-block-cover {
    min-height: 300px !important;
    /* Vous pouvez ajuster cette valeur selon vos besoins */
  }

  .cover-responsive {
    height: 500px !important;
    min-height: 500px !important;
  }

  .menu-partner-row {
    height: 140px !important;
  }

  .menu-partner-row p {
    font-size: 1.8rem !important;
  }

  .links-country {
    display: flex;
    justify-content: center;
  }

  .block-mobile-claim {
    min-height: 550px !important;
  }


}

.block-mobile-claim {
  min-height: 100%;
}

.uagb-post__image {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 60px;
}


.uagb-post__image img {
  filter: brightness(0) invert(1);
}

.uagb-post__inner-wrap {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: transparent !important;
}

.uagb-slick-carousel .slick-slide {
  height: auto !important;
  min-height: auto !important;
}

.uagb-slick-carousel .slick-track {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}



.news-wrapper-mini {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: 200px;
  -webkit-box-shadow: 0 0 21px 4px rgba(9, 27, 90, 0.35);
  box-shadow: 0 0 21px 4px rgba(9, 27, 90, 0.35);
}

.news-overlay-mini {
  height: 200px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(9, 27, 90, 1));
  position: absolute;
  left: 0;
  top: 0;
}

.news-extract-mini {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.news-overlay-mini h3 {
  color: #fff !important;
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 26px;
}

.news-link-mini {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 16px;
  text-decoration: none;

}

.em-cal-day-date.colored {
  /*color: #cb9e43 !important;*/
  font-weight: bold;
  /*--date-border: 3px solid #cb9e43 !important;*/
  position: relative;

}

.em-cal-day-date.colored::before {
  content: '';
  display: block;
  background-color: #cb9e43;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.em-cal-day.eventless-today {
  position: relative;
}

.em.em-calendar.size-small .em-cal-body .em-cal-day.eventless-today .em-cal-day-date.em-cal-day-date span {
  background: transparent !important;
  color: #fff !important;
}

.em-cal-day.eventless-today::before {
  content: '';
  display: block;
  background-color: #091B5A;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date.colored {
  border: none !important;
}

.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date.colored a {
  position: relative;
  z-index: 1;
  color: #fff !important;
  border: none !important;
}


.em-cal-day-date {
  padding: 1px 6px !important;
}

.em.em-list .em-item {
  display: block !important;
  width: 100% !important;
}

.calendrier-card .calendrier-add span {
  font-size: 15px;
  color: #091b5a !important;
}

.talents-block:hover {
  color: #cb9e43 !important;
  border: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.character-overflow {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-230px);
  z-index: 1;
}

.vjs-poster {
  background-size: cover !important;
}

.social-link-share {
  margin: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  font-size: 22px;
  background-color: #091B5A;
  border-radius: 30px;
}

.social-link-share a {
  color: white;
}

.social-link-share a:hover {
  color: white;
  text-decoration: none;
}

.cabinet-logo {
  height: 160px;
}

.custom-book {
  position: absolute !important;
  z-index: 1;
  width: 500px;
  height: 426px;
  left: -3px;
  right: 0;
  top: 15px;
  bottom: 0;
}

.custom-book img {
  width: auto !important;
  height: auto;
}


.grid-quick-links {
  width: 100vw;
  /* Assure que la grille occupe toute la largeur de la fenêtre */
  overflow: hidden;
  /* Empêche tout débordement qui pourrait provoquer un espace à droite */
  padding: 0;
  margin: 0;
  gap: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1400px) {
  .grid-quick-links {
    grid-template-columns: repeat(auto-fill, 14.15dvw) !important;
  }
}


/* RESPONSIVE MOBILE */

@media (max-width: 1024px) {

  .footer-columns {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .poles-quick-menu p {
    font-size: 18px !important;
  }

  .testimonial-block-wp {
    min-height: auto;
  }

  .testimonial-wp-border {
    min-height: auto;
  }


  .bg-fix {
    min-height: 350px;
  }

  .video-under {
    font-size: 74px;
    position: relative;
    top: -40px;
    left: 0 !important;
    z-index: 1;
    font-family: "LarkenBold", sans-serif;
  }

  .navbar-nav {
    margin-left: 0;
  }

  .bloc-offres-photo {
    position: absolute;
    /* height: 0px; */
    z-index: 5;
    width: 300px;
    top: -106px;
  }

}

/* RESPONSIVE DESKTOP */

@media (min-width: 1024px) {


  .block-margin {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .block-margin-h {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .bg-fix {
    min-height: 350px;
  }

  .video-under {
    font-size: 74px;
    position: relative;
    top: -40px;
    left: 45px;
    z-index: 1;
    font-family: "LarkenBold", sans-serif;
  }

  .navbar-nav {
    margin-left: 50px;
  }

  .bloc-offres-photo {
    position: absolute;
    /* height: 0px; */
    z-index: 5;
    width: 300px;
    top: -106px;
  }

  .left-quote {
    position: absolute;
    top: -150px;
    left: -260px;
    font-size: 5rem;
    background-color: white;
    padding: 10px;
    z-index: 99;
  }

  .right-quote {
    position: absolute;
    bottom: -100px;
    left: 270px;
    background-color: white;
    padding: 10px;
    z-index: 99;
  }

}

.spacer-100 {
  height: 100px;
  width: auto;
}

.sitemap-item a {
  color: #091b5a !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff !important;
}

.custom-grid {
  gap: 40px;
  /* Contrôle l'espace entre les colonnes */
}

.esg-grid .wp-block-cover {
  border-radius: 12px;
}

.custom-grid-mkt {
  gap: 20px;
  /* Contrôle l'espace entre les colonnes */
}

html[lang="fr-FR"] .gotrgf_summary_title h5::before {
  content: 'Résumé du formulaire' !important;
  display: block;
}

html[lang="fr-FR"] .gotrgf_summary_title h5 {
  visibility: hidden;
  /* Cache le texte en anglais */
  position: relative;
  /* Nécessaire pour l'affichage du pseudo-élément */
}

html[lang="fr-FR"] .gotrgf_summary_title h5::before {
  visibility: visible;
  position: absolute;
  /* Permet de placer le texte exactement au même endroit */
  top: 0;
  left: 0;
}

html[lang="fr-FR"] .gotrgf_nothing_selected::before {
  content: 'Veuillez remplir le formulaire' !important;
  display: block;
}

html[lang="fr-FR"] .gotrgf_nothing_selected {
  visibility: hidden;
  /* Cache le texte en anglais */
  position: relative;
  /* Nécessaire pour l'affichage du pseudo-élément */
}

html[lang="fr-FR"] .gotrgf_nothing_selected::before {
  visibility: visible;
  position: absolute;
  /* Permet de placer le texte exactement au même endroit */
  top: 0;
  left: 0;
}


.gotrgf_form_overview_container {
  padding: 20px !important;
}

.em.em-calendar.size-small .em-cal-nav .month input {
  color: #CB9E43 !important;
  font-family: "LarkenBlack", sans-serif;
}

.em-cal-head .em-cal-col-0, .em-cal-head .em-cal-col-1, .em-cal-head .em-cal-col-2, .em-cal-head .em-cal-col-3, .em-cal-head .em-cal-col-4 {
  color: #091b5a !important;
  font-weight: bold;
}

.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
  color: #091b5a !important;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

.social_icon_footer {
  color: #091b5a !important;
  display: inline-block;
  background-color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
  border-radius: 15px;
  font-size: 19px;
}

/* Custom */
@media (max-width: 768px) {
  .uagb-block-d5927202, .uagb-block-0fa5eddb {
    text-align: center;
  }

  .uagb-block-d5927202 img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .uagb-block-cb1b9296.wp-block-uagb-image .wp-block-uagb-image__figure img {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .uagb-block-1f7388e5 {
    text-align: center;
  }

  ul.footer-social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  ul.footer-social li {
    margin: 5px;
  }

  .quote-text-extract {
    margin-top: 10px;
    display: block !important;
  }


}

@media (max-width: 991px) {
  ul.footer-social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  ul.footer-social li {
    margin: 5px;
  }

  .footer-aaa {
    top: inherit;
    bottom: 90px;
  }
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 3px !important;
}

.hamburger-inner::before {
  width: 70% !important;
  position: relative;
  right: 0;
}

.hamburger-inner::after {
  width: 90% !important;
  position: relative;
  right: 0;
}


.is-active .hamburger-inner::before {
  width: 100% !important;
  position: relative;
  right: 0;
}

.is-active .hamburger-inner::after {
  width: 100% !important;
  position: relative;
  right: 0;
}

.grid-autoflow-item:nth-last-child(-n+3) {
  justify-self: center;
  /* Centre les éléments de la dernière ligne */
}

.content-center-aligned {
  display: flex;
  align-items: center;
}

.kpi-grid {
  gap: 0;
  text-align: left !important;
  margin: 10px 0 10px !important;
  padding: 0 30px;
}

.kpi-grid .wp-block-group:nth-child(3), .kpi-grid .wp-block-group:nth-child(4) {
  border-top: 1px solid #091b5a;
  margin-top: 2rem;
  padding-top: 2rem;
}

.kpi-grid .wp-block-group>p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .kpi-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    margin: 36px auto 70px !important;
    text-align: center !important;
  }

  .kpi-grid .wp-block-group:nth-child(1) {
    order: 1;
  }

  .kpi-grid .wp-block-group:nth-child(2) {
    order: 3;
    border-top: 1px solid #091b5a;
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .kpi-grid .wp-block-group:nth-child(3) {
    order: 2;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .kpi-grid .wp-block-group:nth-child(4) {
    order: 4;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .kpi-grid .wp-block-group:nth-child(3)::before, .kpi-grid .wp-block-group:nth-child(4)::before {
    content: '';
    display: block;
    width: 68%;
    height: 1px;
    margin: 2rem auto;
    background-color: #091B5A;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .kpi-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    text-align: center !important;
  }

  .kpi-grid .wp-block-group:nth-child(1) {
    order: 1;
  }

  .kpi-grid .wp-block-group:nth-child(2) {
    order: 3;
    border-top: 1px solid #091b5a;
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .kpi-grid .wp-block-group:nth-child(3) {
    order: 2;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .kpi-grid .wp-block-group:nth-child(4) {
    order: 4;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .kpi-grid .wp-block-group:nth-child(3)::before, .kpi-grid .wp-block-group:nth-child(4)::before {
    content: '';
    display: block;
    width: 68%;
    height: 1px;
    margin: 2rem auto;
    background-color: #091B5A;
  }

}

@media (min-width: 1200px) {
  .kpi-grid {
    padding: 0;
  }
}

.section-cabinets-carrousel:has(.uagb-post__no-posts) {
  display: none !important;
}

.title-centered-left {
  width: max-content;
}


.header-spacer-mobile+.wp-block-cover .wp-block-cover__inner-container h1+p,
.header-spacer-mobile+.wp-block-cover .wp-block-cover__inner-container h2+p {
  font-size: clamp(1rem, 0.9309rem + 0.2837vw, 1.25rem);
  margin-top: clamp(1rem, 0.8617rem + 0.5674vw, 1.5rem);
  max-width: clamp(21.5rem, 7.7394rem + 56.4539vw, 71.25rem);
}

.header-spacer-mobile+.wp-block-cover {
  min-height: clamp(18.75rem, 14.2553rem + 18.4397vw, 35rem) !important;
}

/* Calendrier financier */
.em-view-container[data-view=calendar] {
  max-width: 325px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cal-financier {
  padding: 0 clamp(1.25rem, -0.6845rem + 7.9365vw, 3.125rem) !important;
}

.cal-financier .wp-block-uagb-container {
  flex-wrap: wrap !important;
}

.cal-financier .wp-block-uagb-container>.wp-block-uagb-container {
  padding: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 992px) {
  .cal-financier .wp-block-uagb-container {
    flex-wrap: nowrap !important;
  }

  .cal-financier .wp-block-uagb-container>.wp-block-uagb-container:first-child {
    max-width: 40% !important;
    min-width: 40% !important;
    width: 40% !important;
  }

  .cal-financier .wp-block-uagb-container>.wp-block-uagb-container:last-child {
    max-width: 60% !important;
    min-width: 60% !important;
    width: 60% !important;
  }

}

.bloc-rapport-annuel {
  aspect-ratio: 779 / 812;
  height: auto;
  justify-content: flex-end !important;
}

.grid-esg {
  place-items: center center;
}

.wp-block-embed {
  width: 100%;
  height: auto;
}