:root {
    /* Typographie typescale équilibrée et légèrement augmentée - base 18px */
    --fs-h1: clamp(1.75rem, 1.8vw + 1rem, 2.75rem);      /* ~32 → ~44px */
    --fs-h2: clamp(1.5rem, 1.5vw + 1rem, 2.25rem);      /* ~32 → ~44px */
    --fs-h3: clamp(1.125rem, 1.2vw + 0.6rem, 2rem);    /* ~18 → ~28px */
    --fs-h4: clamp(1rem, 1vw + 0.5rem, 1.625rem);       /* ~16 → ~24px */
    --fs-h5: clamp(1rem, 0.8vw + 0.4rem, 1.5rem);  /* ~14 → ~20px */
    --fs-h6: clamp(0.875rem, 0.7vw + 0.3rem, 1.25rem); /* ~14 → ~18px */
    --fs-base: clamp(0.875rem, 0.6vw + 0.25rem, 1.2rem);/* ~14 → ~19.2px */
    --fs-small: clamp(0.875rem, 0.6vw + 0.25rem, 1rem);/* ~14 → ~19.2px */
  
    /* spacing */
    --gutter-xs: 16px;
    --gutter-sm: 24px;
    --gutter-md: 32px;
    --gutter-lg: 48px;
    --gutter-xl: 64px;
    --gutter-xxl: 80px;
    --gutter-3xl: 256px;
  
    /* section padding / margin vertical */
    --section-padding-sm: var(--gutter-md);   /* 32px */
    --section-padding-md: var(--gutter-lg);   /* 48px */
    --section-padding-lg: var(--gutter-xl);   /* 64px */
    --section-padding-xl: var(--gutter-xxl);  /* 80px */
    --section-padding-xxl: var(--gutter-3xl); /* 256px */
  
    --section-spacing-sm: 32px;
    --section-spacing-md: 48px;
    --section-spacing-lg: 64px;
    --section-spacing-xl: 96px;
  
    /* boutons */
    --primary-color: #d6254f;
    --secondary-color: #ffffff;
    --primary-color-hover: #eb3e64;
    --btn-border-radius: 10px;
    --btn-padding-inline: 1rem;   /* 16px */
    --btn-padding-block: 0.5rem;  /* 8px */
    --btn-padding-inline-sm: 0.75rem; /* 12px */
    --btn-padding-block-sm: 0.375rem; /* 6px */
    --btn-transition: 0.3s ease;
  }
  
  
  @media (width > 2160px) {
    :root {
      --fs-h1: 3.815rem;   /* 68.66px */
      --fs-h2: 3.052rem;   /* 54.93px */
      --fs-h3: 2.441rem;   /* 43.94px */
      --fs-h4: 1.953rem;   /* 35.15px */
      --fs-h5: 1.625rem;   /* 28.13px */
      --fs-h6: 1.5rem;   /* 27.5px */
      --fs-base: 1.375rem; /* 22px */
      --fs-small: 1rem;    /* 16px */
    }
  }
  
body {
    font-size: var(--fs-base);
    font-family: roboto_light, sans-serif !important;  
    transition: padding-top 0.3s ease;
}

.desktop {
    display: block;
}

@media(max-width:992px) {
    .desktop {
        display: none;
    }
}

.row{
    height: auto !important;
}

/* polices  */
@font-face {
    font-family: 'roboto_light';
    src: url("../../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'roboto_black';
    src: url("../../fonts/Roboto/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: 'roboto_bold';
    src: url("../../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'roboto-thin';
    src: url("../../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'roboto-regular';
    src:url("../../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'roboto-medium';
    src: url("../../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}


.adria_groteskbold,
.adria_groteskbold h1,
.adria_groteskbold h2,
.adria_groteskbold h3,
.adria_groteskbold h4,
.adria_groteskbold h5 {
    font-family: 'roboto_bold' !important;
}

.auto-height {
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

@media(min-width:1926px) {
    .auto-height {
        padding-top: 250px;
        padding-bottom: 250px;
    }
}

.full-height {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.custom-height-30 {
    height: 30%;
    position: relative;
    overflow: hidden;
}

.custom-height-40 {
    height: 40%;
    position: relative;
    overflow: hidden;
}

.custom-height-50 {
    height: 50%;
    position: relative;
    overflow: hidden;

}

.custom-height-70 {
    height: 70%;
    position: relative;
    overflow: hidden;

}

.custom-height-150 {
    height: 150%;
    position: relative;
    overflow: hidden;

}

.custom-image-leadership {
    /* margin: auto;
    display: block; */
    width: 200px;
    height: 200px;
}

.full-height .container {
    display: table;
    height: 100vh;
    /* width:100%; */
}

.full-height .container-fluid {
    display: table;
    height: 100vh;
    width: 100%;
}

.custom-height-30 .container {
    display: table;
    height: 30vh;
    width: 100%;
}

.custom-height-40 .container {
    display: table;
    height: 40vh;
    width: 100%;
}


.custom-height-50 .container {
    display: table;
    height: 50vh;
    width: 100%;
    overflow: hidden;
}

.custom-height-70 .container {
    display: table;
    height: 70vh;
    width: 100%;
}

.custom-height-150 .container {
    display: table;
    height: 150vh;
    width: 100%;
}

.custom-height-container-110 {
    height: 110px;
}

.custom-background-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}

.custom-background-container .container {
    height: 100%;
    display: table;
    width: 100%;
}


.position-absolute-top-milieu-left-90 {
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
}

.position-vertical-milieu {
    display: table-cell;
    vertical-align: middle;
}

.position-vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.position-absolute-bottom-150 {
    position: absolute;
    bottom: 150px;
}

.position-absolute-bottom-80 {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.position-absolute-bottom-90 {
    position: absolute;
    bottom: 90px;
    width: 100%;
}

.position-absolute-bottom-85 {
    position: absolute;
    bottom: 85px;
    width: 100%;
}

.position-absolute-bottom-50 {
    position: absolute;
    bottom: 50px;
}

.position-absolute-bottom-40 {
    position: absolute;
    bottom: 40px;
}

.position-absolute-bottom-30 {
    position: absolute;
    bottom: 30px;
}

.position-absolute-bottom-0 {
    position: absolute;
    bottom: 0px;
}

.position-absolute-top-20 {
    position: absolute;
    top: 20px;
}

.position-absolute-top-100 {
    position: absolute;
    top: 100px;
}

.position-absolute-top-milieu {
    position: absolute;
    top: 30%;
}

.position-absolute-right-30 {
    position: absolute;
    right: 30px;
}

.position-absolute-milieu-horizontal {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.background-banniere {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    position: relative;
}

.image-habillage-section {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-habillage-section-2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 65vh;
    object-fit: cover;
}

.image-habillage-section-3 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90vh;
    /* border-bottom-right-radius:120px; */
    object-fit: cover;
}

.custom-paragraphe-2 p {
    font-size: 16px;
}

.custom-paragraphe-2 h5 {
    font-size: 1.2rem;
    margin-top: 30px;
    line-height: 0.9;
    color: #5463a9;
}

.custom-paragraphe-3 p {
    font-size: 16px;
}

.custom-paragraphe-3 h5 {
    margin-top: 30px;
    line-height: 1.1;
}

.custom-paragraphe p,
.custom-paragraphe li {
    font-size: 13px;
    line-height: 1.2;
}

.custom-paragraphe h5 {
    font-size: 20px;
}

.hidden {
    display: none;
}

.full-height .custom-image {
    height: 470px;
    filter: brightness(50%) saturate(150%) hue-rotate(0deg) brightness(120%) contrast(85%);
}

.custom-paragraphe .container {
    height: auto;
}

.custom-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: transform 0.3s ease;
}

.custom-image-pattern {
    width: 100vw;
    height: 10px;
    z-index: 0;
    position: relative;
    object-fit: cover;
}

.custom-image-pattern-2 {
    width: 100%;
    height: 15px;
    position: relative;
    object-fit: cover;
}

.custom-container-titre {
    background: linear-gradient(to right, black 50%, #5463a9 50%);
    background-size: 200% 100%;
    width: 100%;
    height: 120px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: background-position 0.7s ease;
}

.custom-container-titre:hover {
    background-position: -100% 0;
    cursor: pointer;
}


.custom-image-container {
    position: relative;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    bottom: 50px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-image-container:hover .custom-image {
    filter: brightness(30%) saturate(150%) hue-rotate(0deg) brightness(120%) contrast(85%);
    transform: scale(1.1);
}

.custom-image-container:hover .image-overlay {
    opacity: 1;
}

.custom-image-container:hover .custom-container-titre {
    background-position: -100% 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.custom-image-container:hover .position-absolute-bottom-30,
.custom-image-container:hover .position-absolute-bottom-150 {
    display: none;
}

.custom-hr {
    background-color: white;
    width: 80%;
    margin-left: 20px;
    margin-top: 0px;
}

.custom-hr-2 {
    width: 20vw;
    margin-top: -15px;
}

@media(max-width:768px) {
    .custom-hr-2 {
        width: 80vw;
    }
}

.absolute-image img {
    z-index: 0;
    position: absolute;
    bottom: -5px;
    left: 50%;
    height: 250px;
    transform: translateX(-20%);
    object-fit: contain;
}

@media(max-width:992px) {
    .absolute-image img {
        transform: translateX(-50%);
        height: 200px;
    }
}

@media(max-width:768px) {
    .absolute-image img {
        display: none;
    }
}

.custom-button-2 {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: none;
    float: right;
}

.custom-button-2:hover {
    cursor: pointer;
    background-color: #5463a9;
}

.custom-button-3 {
    border-radius: 25px;
    padding: 8px 20px 8px 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: solid 1px #FFFFFF;
    background-color: transparent;
    color: #FFFFFF
}

.custom-button-3:hover {
    cursor: pointer;
    background-color: #d6254f;
    border: none;
}


@media(max-width:992px) {

    .custom-height-30,
    .custom-height-50,
    .custom-height-70,
    .custom-height-120,
    .custom-height-40,
    .full-height {
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .auto-height {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media(min-width:1926px) {
    .full-height {
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .custom-height-150 {
        height: 100%;
    }

    .custom-height-150 .container {
        height: 100vh;
    }

    /* .image-habillage-section{
        height:100vh;
    } */
}

.paragraphe p {
    font-size: 18px;
    font-family: 'roboto-regular' !important;
}

.titre h1 {
    font-size: 65px;
}

.titre h2 {
    font-size: 55px;
}

.titre h1+span {
    font-family: 'roboto_light' !important;
    font-size: 55px;
}

.titre h3 {
    font-size: 45px;
}

.titre h4 {
    font-size: 35px;
}

.titre h5 {
    font-size: 24px;
}

@media(min-width:1926px) {
    .paragraphe p {
        font-size: 22px;
        font-family: 'roboto-regular' !important;
    }

    .titre h1 {
        font-size: 70px;
    }

    .titre h2 {
        font-size: 65px;
    }

    .titre h1+span {
        font-family: 'roboto_light' !important;
        font-size: 70px;
    }

    .titre h3 {
        font-size: 50px;
    }

    .titre h4 {
        font-size: 40px;
    }

    .titre h5 {
        font-size: 30px;
    }
}

@media(min-width:1926px) {
    .paragraphe-engagement p {
        font-size: 20px;
    }

    .paragraphe-engagement li {
        font-size: 16px;
    }
}

.custom-titre-banniere h1 {
    font-size: 50px;
    line-height: 1.0;
    letter-spacing: 2px;
    font-family: 'roboto-medium' !important;
}

.custom-titre-banniere h1 strong {
    font-size: 50px;
    line-height: 1.0;
    letter-spacing: 2px;
    font-family: 'roboto-medium' !important;
}

.custom-titre-banniere h1 span {
    font-size: 50px;
    line-height: 1.0;
    letter-spacing: 2px;
    font-family: 'roboto-thin' !important;
}

.custom-titre-impact h1 {
    font-family: 'roboto_light' !important;
    line-height: 1.0;
}

.custom-titre-impact h1 strong {
    font-family: 'roboto_bold' !important;
}

.custom-titre-impact-2 h2 {
    font-family: 'roboto_bold' !important;
    color: #141c45;
}

.custom-titre-impact-2 h2 strong {
    color: #FFF !important;
}

.custom-titre-impact h2 {
    font-family: 'roboto-thin' !important;
    letter-spacing: 1.1px;
    line-height: 1.1;
}

.custom-titre-impact h3 {
    font-family: 'roboto-thin' !important;
    letter-spacing: 1.1px;
    line-height: 1.0;
}

@media(max-width:992px) {
    .titre h1 {
        font-size: 50px;
    }

    .titre h2 {
        font-size: 40px;
    }

    .titre h3 {
        font-size: 35px;
    }

    .titre h4 {
        font-size: 30px;
    }

    .paragraphe p {
        font-size: 18px;
    }
}

.background-color-grey {
    background-color: #F6F6F6;
}

.background-color-primaire-bleu-ciel {
    background-color: #abc7e4 !important;
    color: #111111;
}

.background-color-primaire-bleu-axian {
    background-color: #5463a9;
    /* color:#111111; */
}

.background-color-blanc {
    background-color: #FFFFFF;
}

.background-color-rouge-axian {
    background-color: #d6254f;
    color: #FFFFFF;
}

.background-color-bleu-fonce {
    background-color: #141c45;
}

.background-color-bleu-ciel {
    background-color: #cdddee;
}

.background-color-lavande {
    background-color: #6b689b;
}

.bleu-marine h1,
.bleu-marine h5,
.bleu-marine p {
    color: #141c45;
}


.no-space-vertical {
    line-height: 1.1;
}

.bold {
    font-family: 'roboto_bold' !important;
}

.line-height-1-1 {
    line-height: 1.1;
}

.line-height-1-1 h1,
.line-height-1-1 h2,
.line-height-1-1 h3,
.line-height-1-1 h4,
.line-height-1-1 h5,
.line-height-1-1 p {
    line-height: 1.1;
}

.line-height-0-9 {
    line-height: 0.9;
}

.line-height-0-9 h1,
.line-height-0-9 h2,
.line-height-0-9 h3,
.line-height-0-9 h4,
.line-height-0-9 h5,
.line-height-0-9 p {
    line-height: 0.9;
}

.line-height-0-8 {
    line-height: 0.8;
}

.line-height-0-8 h1,
.line-height-0-8 h2,
.line-height-0-8 h3,
.line-height-0-8 h4,
.line-height-0-8 h5,
.line-height-0-8 p {
    line-height: 0.8;
}

.position-bottom {
    bottom: 100px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}


.margin-left-20 {
    margin-left: 20px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-0 {
    margin-left: 0px;
}

.padding-70 {
    padding: 70px;
}

.padding-40 {
    padding: 40px;
}

.padding-left-right-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.padding-10 {
    padding: 10px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.width-80 {
    width: 80%;
}

.gallery {
    margin: 20px;
    /* float: left; */
    width: 120px;
}

.gallery img {
    width: 100%;
    height: auto;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-container img {
    width: 20%;
    height: auto;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .image-container {
        flex-direction: column;
    }

    .img-container img {
        width: 100%;
        margin-right: 0px;
    }
}

.custom-button {
    /* border-radius: 25px; */
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    border: none;
}

.custom-button:hover {
    cursor: pointer;
}

.carte-axian-energy {
    height: 100%;
    position: relative;
    width: auto;
}

.container-carte {
    display: flex;
    justify-content: right;
    height: 100%;
}

.container-carte img {
    height: 100%;
    width: auto;
}

.carousel-indicators {
    bottom: -70px;
}

.carousel-inner .row {
    width: 100%;
}

.image-pattern {
    width: 100vw;
    height: 18px;
    overflow: hidden;
}

.overlay .custom-popup {
    position: absolute;
    width: 50%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding-top: 10px; */
    background-color: #F6F6F6;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    /* overflow-y: scroll; */
    overflow: hidden;
}

.overlay .custom-popup .container {
    position: relative;
}

.overlay .custom-popup .container-fluid {
    position: relative;
}

.overlay .custom-popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    z-index: 9;
}

@media (max-width: 1700px) {
    .overlay .custom-popup {
        width: 70%;
    }
}

@media(max-width:992px) {
    .overlay .custom-popup {
        width: 80%;
    }

    .overlay .custom-popup .close {
        top: 0px;
        right: 0px;
    }
}

@media(max-width:600px) {
    .overlay .custom-popup {
        width: 100%;
        height: 100%;
    }
}

.overlay .custom-popup-leadership {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: #F6F6F6;
    /* border-top-left-radius: 18px;
    border-top-right-radius: 18px; */
    overflow: hidden;

}

.overlay .custom-popup-leadership .container {
    position: relative;
}

.overlay .custom-popup-leadership .container-fluid {
    position: relative;
}

.overlay .custom-popup-leadership .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    z-index: 9;
}


@media(max-width:992px) {
    .overlay .custom-popup-leadership .close {
        top: 0px;
        right: 0px;
    }
}

@media(max-width:600px) {
    .overlay .custom-popup-leadership {
        width: 100%;
        height: 100%;
    }
}

.circle-container {
    position: absolute;
    top: -70px;
    left: 15px;
    right: 15px;
    /* width:100vw; */
    /* overflow-x:hidden; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.circle-container .paragraphe {
    position: relative;
    margin-top: 150px;
    text-align: left;
}

.circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 15px;
    text-align: center;
    position: relative;
}


.circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-bottom-radius-25 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

#scroll_container {
    position: fixed;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* overflow: hidden; */
    /* width:100%; */
}

#scroll_container .wrapper {
    transition: all ease 0.4s;
    transform-origin: center;
    cursor: grab;
}

#scroll_container .wrapper.drag {
    cursor: grabbing;
    transform: scale(0.93);
}

.bloc {
    display: inline-block;
    width: 440px;
    height: 300px;
    background: black;
    margin: 25px;
}

.no-padding-container {
    padding: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

@media (max-width: 500px) {
    .titre h1 {
        font-size: 30px;
    }
}

.pop-up-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-pop-up {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
}

@media (max-width: 991px) {
    .hide-at-md {
        display: none;
    }
}

#environnement-AE {
    display: block;
}

.custom-color-titre h5 {
    color: #FFFFFF;
}

.tabs>span {
    color: #FFF;
}

.custom-color-titre:checked h5 {
    color: #d6254f;
}

.tabs>input:checked+span.custom-color-titre,
.tabs>input:hover+span.custom-color-titre {
    color: #d6254f;
}

.tabs>input:checked+span.custom-color-titre h5,
.tabs>input:hover+span.custom-color-titre h5,
.tabs>input:focus+span.custom-color-titre h5 {
    color: #d6254f;
}


.row-realisation {
    position: relative;
    margin-bottom: 150px;
}

.content-realisation {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    min-height: 90%;
}

.background-realisation {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-realisation {
    position: absolute;
    top: 100px;
    right: 100px;
}

@media(max-width: 1024px) {
    .logo-realisation {
    	position: absolute;
        right: 10px !important;
        left: 40px !important;
    }
}

.logo-realisation .logo {
    width: 200px;
    height: 100%;
    object-fit: cover;
}

.logo-realisation .flag {
    width: 60px;
    height: 100%;
    object-fit: cover;
    /* margin-right: 40px; */
}

.titre-realisation {
    color: #fff;
    position: absolute;
    bottom: 90px;
    left: 20%;
    z-index: 10;
}

.overlay-realisation {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

table td {
    padding-right: 20px;
}

.bleu-marine {
    color: #141c45;
}

.picto-realisation {
    /* width: 300px; */
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 90px;
    /* left: 10%; */
    z-index: 9;
    right: 40px;
}

@media (max-width: 991px) {
    .blank-row-realisation {
        display: none;
    }

    .content-realisation {
        position: relative;
    }

    .titre-realisation {
        left: 55px;
    }

    .background-realisation {
        min-height: 500px;
    }
}

@media (max-width: 575px) {
    .content-realisation .padding-40 {
        padding-left: 15px;
        padding-right: px;
    }

    .titre-realisation {
        left: 35px;
    }

    .picto-realisation {
        display: none;
    }
}

.pattern-realisation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    height: 60px;
    width: 100%;
    object-fit: cover;
}

.background-texte-actualite-axian-energy {
    width: 100%;
    background-color: #abc7e4;
    height: 40px;
}

.background-texte-actualite-axian-energy .overlay-image-energy {
    width: 100%;
    height: 40px;
    object-fit: cover;
}

.invite-energy {
    height: 100%;
    background: linear-gradient(90deg, #abc7e4 30%, #f9f9f9 0%);
    position: relative;
}

@media(min-width:1926px) {
    .invite-energy {
        /* height:100%; */
        height: auto;
        padding-top: 250px;
        padding-bottom: 250px;
        background: linear-gradient(90deg, #abc7e4 25%, #f9f9f9 0%);
        /* position:relative; */
    }

    .invite-energy .overlay-image-energy {
        position: absolute;
        top: 0;
        left: 0;
        width: 25% !important;
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width:992px) {
    .invite-energy {
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        background: linear-gradient(90deg, #abc7e4 50%, #f9f9f9 0%);
    }

    .invite-energy .texte-interview-invite p {
        color: rgba(0, 0, 0, 0.8);
    }

    .invite-energy .overlay-image-energy {
        position: absolute;
        top: 0;
        left: 0;
        width: 50% !important;
        height: 100%;
    }
}


.invite-energy .container {
    display: table;
    height: 100%;
}

.invite-energy .overlay-image-energy {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    object-fit: cover;
    /* z-index: 1 */
}

.marques-popup-energy {
    position: relative;
    background: linear-gradient(90deg, #ffffff 85%, #abc7e4 15%);
    height: 100%;
}

.marques-popup-energy .container-fluid {
    display: table;
    height: 100%;
    width: 100%;
}



.marques-popup-energy .container {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-image-energy {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    object-fit: cover;
    /* z-index: 1 */
}

@media(max-width:992px) {
    .marques-popup-energy {
        height: auto;
        background: linear-gradient(180deg, #ffffff 50%, #abc7e4 50%);
        padding-bottom: 30px;
    }

    .overlay-image-energy {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-image-pole h2 {
        font-size: 1.5rem;
    }
}

.adria_grotesklight {
    font-family: 'roboto-thin' !important;
}

@media(max-width:768px) {
    .carousel-item .row {
        text-align: center;
    }
}


@media(max-width:992px) {
    .background-color-primaire-bleu-ciel .overlay-image-energy {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}

.video-energie {
    position: relative;
}

.container-texte-impact-positif {
    position: absolute;
    bottom: 0;
    right: 30px;
    background-color: #acc7e3;
    width: 50%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.container-texte-impact-positif .overlay-image-energy {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 95%;
    object-fit: cover;
}

@media(min-width:1926px) {
    .container-texte-impact-positif {
        width: 40%;
        padding-top: 120px;
        padding-bottom: 180px;
    }

    .container-texte-impact-positif .overlay-image-energy {
        height: 120px;
        top: 95%;
    }
}

@media(max-width:992px) {
    .container-texte-impact-positif {
        right: 0px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.impact-energy {
    height: 100%;
    position: relative;
}

.impact-energy-sm {
    display: none;
}

.impact-energy .container-fluid {
    position: relative;
}

.impact-energy .container-fluid {
    width: 100%;
}

.impact-energy .container-fluid .container-impact-energy {
    display: none;
}

.container-impact-energy {
    display: none;
}

.container-texte-impact-energy {
    padding: 70px;
    overflow-y: scroll;
    height: 600px;
}

@media(max-width:1444px) {
    .container-texte-impact-energy {
        height: 500px;
    }
}

@media(min-width:2000px) {
    .container-texte-impact-energy {
        height: auto;
        overflow-y: hidden;
    }
}

.container-texte-impact-energy::-webkit-scrollbar {
    width: 8px;
}

.container-texte-impact-energy::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.container-texte-impact-energy::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0.2);
}

@media(max-width:992px) {
    .impact-energy {
        display: none;
    }

    .impact-energy-sm {
        display: block;
        background-image: url('images/images-web2/engagement/engagement-02.png');
        background-size: cover;
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
    }

    .impact-energy-sm .container {
        display: table;
        height: 100%;
        width: 100%;
    }

    .container-impact-energy-sm {
        display: table-cell;
        vertical-align: middle;
    }
}

@media(max-width:1200px) {
    .container-texte-impact-energy {
        padding: 50px;
    }
}

@media(max-width:992px) {
    .container-texte-impact-energy {
        padding-left: 25px;
        padding-right: 25px;
        height: 350px;
    }
}

.img-detail-impact-energy img {
    height: 95vh;
    width: 100%;
    object-fit: cover;
}

.container-img-impact-energy {
    height: 0px;
}

.tabs-4 {
    background: #fff;
    position: relative;
    width: 100%;
}

.tabs-4>input,
.tabs-4>span {
    width: 25%;
    height: 145px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-right: solid 0.5px white;
}

@media(max-width:992px) {

    .tabs-4>input,
    .tabs-4>span {
        display: none;
    }
}

.tabs-4>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs-4>span {
    background: #5463a9;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.tabs-4>input:checked+span,
.tabs-4>input:hover+span {
    background-color: #d6254f;
    color: #fff;
    /* border-bottom: solid 5px #d30f3f; */
}

.tabs-4>span p,
.tabs-4>span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab4-1,
#tab4-1+span {
    left: 0;
}

#tab4-2,
#tab4-2+span {
    left: 25%;
}

#tab4-3,
#tab4-3+span {
    left: 50%;
}

#tab4-4,
#tab4-4+span {
    left: 75%;
}

#emploi {
    display: block;
}

.overlay-map {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(172, 199, 227, 0.5);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999999999999999999999;
    overflow: hidden;
}

.overlay-map:target {
    visibility: visible;
    opacity: 1;
}

.overlay-map .popup {
    margin: auto;
    background-color: #FFF;
    width: 75%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes fade-shadow-red {
    0% {
        box-shadow: 0 0 0 0 rgba(215, 37, 79, 0);
    }

    25% {
        box-shadow: 0 0 0px 10px rgba(215, 37, 79, 0);
    }

    50% {
        box-shadow: 0 0 0px 10px rgba(215, 37, 79, 0.6);
    }

    75% {
        box-shadow: 0 0 30px 20px rgba(215, 37, 79, 0.4);
    }

    100% {
        box-shadow: 0 0 40px 40px rgba(215, 37, 79, 0);
    }
}

.overlay-realisation-v2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(172, 199, 227, 0.5);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999999999999999999999;
    overflow: hidden;
}

.overlay-realisation-v2:target {
    visibility: visible;
    opacity: 1;
}

.overlay-realisation-v2 .popup-realisation-v2 {
    margin: auto;
    background-color: #FFF;
    width: 75%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.overlay-realisation-v2 .popup-realisation-v2 .close {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9;
}

.realisation-item {
    padding: 3rem;
}

@media(max-width: 1400px) {
    .realisation-item {
        padding: 1rem;
    }
}



@media(max-width: 1100px) {
    .info-realisation {
        left: 0px !important;
        height: 100% !important;
        top: 0px !important;
    }
}

@media(max-width: 767px) {
    .background-popup-realisation {
        display: none;
    }
}

.table-track-record td {
    height: auto !important;
}

.table-track-record thead {
    font-family: 'roboto_black' !important;
}

.track-record-information {
    padding: 60px;
}

@media(max-width: 767px) {
    .track-record-information {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.cdp-discloser {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.cdp-discloser img{
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}

@media (max-width: 768px) {
    /* .cdp-discloser {
        display: block;
    } */

    .image-empreinte {
        display: none;
    }

    .cdp-discloser img {
        margin-top: 20px !important;

        max-width: 100px;
        max-height: 100px;
        height: auto;
        object-fit: cover;
    }

    .cdp-discloser .margin-top-50 {
        margin-top: 20px !important;
    }

}

/* custom footer */
.footer-desktop{
    position: static;
    margin-bottom:0px;
    bottom:0px;
  }
  
  .footer-mobile{
    display:none;
  }
  
  @media(max-width:992px){
    .footer-desktop{
      display:none;
    }
  
    .footer-mobile{
      display:block;
    }
  }
  
  .custom-banniere-footer-gris{
    border-top-left-radius: 0px;
    padding-top: 64px !important;
  }
  
  .custom-line-top{
    border-top:1px solid #d6254f;
  
  }
  
  .custom-banniere-footer-rouge{
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height:100px;
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  
  @media(max-width:992px){
    .custom-banniere-footer-rouge{
      height:180px;
    }
  }
  
  .logo-footer img{
    width:150px;
    height:auto;
    margin-top:20px;
  }
  
  .footer-grid {
    min-height: 150px;
  
  }
  
  .icone-love-footer{
    margin-right:5px;
    margin-left:5px;
    border-radius:0px;
    width:50px;
  }
  
  .custom-copyright-footer{
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .icone-social-media-footer{
    width:32px;
    height:auto;
  }
  
  @media(max-width:600px){
    .icone-love-footer{ 
      height:auto;
      vertical-align: middle;
      display: inline-block;
      object-fit: contain;
      border-radius: 0px;
    }
  
    .icone-social-media-footer{
      width:24px;
      height:auto;
    }
  }
  
  .footer-dropdown-container {
      position: relative;
      margin-bottom: 8px;
  }
  
  .footer-dropdown-toggle {
      cursor: pointer;
      margin: 0;
      padding: 0;
  }
  
  .footer-dropdown-arrow {
      margin-left: 8px;
      transition: transform 0.3s ease;
      font-size: 0.8em;
  }
  
  .footer-dropdown-menu {
      display: none;
      padding-left: 15px;
      margin-top: 5px;
      list-style: none;
  }
  
  .footer-dropdown-menu li {
      margin: 5px 0;
  }
  
  .footer-dropdown-menu a {
      font-size: 0.9em;
      font-weight: normal;
  }
  
  .footer-dropdown-container.active .footer-dropdown-arrow {
      transform: rotate(180deg);
  }
  
  .footer-dropdown-container.active .footer-dropdown-menu {
      display: block;
      animation: fadeIn 0.3s ease;
  }
  
  @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
  }
  
  #myBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #d6254f;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
  }
  
  span.scroll-top::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin-top:5px;
    border: 0.3rem solid #fff;
    border-left: none;
    border-top: none;
    transform: rotate(225deg);
    z-index: 1000000;
  }
  /* end of footer */

/* primaire */
.rouge-axian{
    color:#d6254f;
}

.rouge-bordeaux{
    color:#c2003f;
}

.rouge-ecarlate{
    color:#ff0045;
}

.noir{
    color:#000000;
}

.gris-charbon{
    color:#414042;
}

.gris-charbon-2{
    color:#515151;
}

.gris-charbon-3{
    color:#606060;
}

.gris-charbon-4{
    color:#707070 !important;
}

.bleu-fonce{
    color:#081635;
}

.blanc{
    color:#ffffff;
}

.gris{
    color:#f1f1f1;
}

.gris-2{
    color:#f2f2f2;
}

.gris-3{
  color:#b7b7b7;
}

@media(max-width:992px){
  .text-mobile {
    color:white!important;
  }
}

.background-rouge-axian{
    background-color:#d6254f;
}

.background-rouge-bordeaux{
    background-color:#c2003f;
}

.background-rouge-ecarlate{
    background-color:#ff0045;
}

.background-noir{
    background-color:#000000;
}

.background-gris-charbon{
    background-color:#414042;
}

.background-blanc{
    background-color:#ffffff;
}

.background-gris{
    background-color:#f1f0f0;
}

.background-transparent{
    background-color:transparent;
}

@media(max-width:768px){
  .background-gris.background-mobile{
    background-color:#FFFFFF;
  }
}

/* secondaire */
.bleu-mauve{
    color:#5463a9;
}

.bleu-marine{
    color:#141c45 ;
}

.bleu-horizon{
    color:#abc7e3;
}

.background-bleu-mauve{
    background-color:#5463a9;
}

.background-bleu-marine{
    background-color:#141c45;
}

.background-bleu-horizon{
    background-color:#acc7e3;
}

.low-opacity {
  opacity: 0.7 !important;
}


/* boutons */
.bouton{
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border-radius: var(--btn-border-radius);
  padding: var(--btn-padding-block) var(--btn-padding-inline);
  line-height: 1.5;
  cursor: pointer;
  transition: all var(--btn-transition);
  border: none;
  font-family: roboto-regular !important;
  text-decoration: none;
}

.bouton-primary{
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 1px solid transparent;
}

.bouton-primary:hover,
.bouton-primary:focus {
  background-color: var(--primary-color-hover);
  color: var(--secondary-color);
  outline: none;
}

.bouton-secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: var(--btn-padding-block) var(--btn-padding-inline);
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.bouton-secondary:hover,
.bouton-secondary:focus {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.bouton-primary-sm {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: var(--btn-padding-block-sm) var(--btn-padding-inline-sm);
  font-size: var(--fs-small);
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.bouton-primary-sm:hover,
.bouton-primary-sm:focus {
  background-color: var(--primary-color-hover);
  color: var(--secondary-color);
  outline: none;
}

.bouton:focus-visible {
  outline: 3px solid rgba(214, 37, 79, 0.5);
  outline-offset: 2px;
}

.full-height {
    height: 75vh;
}

.half-height {
    height: 35vh;
}

.full-width{
    width:100%;
}

.object-fit-cover{
    object-fit: cover;
}

footer section {
    padding-inline: var(--gutter-md);  
    padding-block: var(--section-padding-lg);
    border-radius: 75px 0 75px 0;
    position:relative;
  }
  
  @media(width < 576px) {
    footer section {
      padding-inline: var(--gutter-sm); /* 24px */
      padding-block: var(--section-padding-md);
    }
  }
  
  @media (width > 768px) {
    footer section {
      padding-inline: var(--gutter-lg); /* 48px */
      padding-block: var(--section-padding-md);
    }
  }
  
  @media (width >= 1200px) {
    footer section {
      padding-inline: var(--gutter-xl); /* 64px */
      padding-block: var(--section-padding-lg);
  
    }
  }
  
  @media (width >= 1440px) {
    footer section {
      padding-inline: var(--gutter-xxl); /* 80px */
      padding-block: var(--section-padding-xl);
  
    }
  }
  
  @media (width > 1920px) {
    footer section {
      padding-inline: var(--gutter-3xl); /* 256px */
      padding-block: var(--section-spacing-xl);
    }
  }

  /* fonts */
.roboto-regular,
.roboto-regular p,
.roboto-regular h1,
.roboto-regular h2,
.roboto-regular h3,
.roboto-regular h4,
.roboto-regular h5,
.roboto-regular h6{
    font-family: roboto-regular;
}

.roboto-medium,
.roboto-medium p,
.roboto-medium h1,
.roboto-medium h2,
.roboto-medium h3,
.roboto-medium h4,
.roboto-medium h5,
.roboto-medium h6{
    font-family: roboto-medium;
}

.roboto-thin,
.roboto-thin p,
.roboto-thin h1,
.roboto-thin h2,
.roboto-thin h3,
.roboto-thin h4,
.roboto-thin h5,
.roboto-thin h6{
    font-family: roboto-thin;
}

.roboto-light,
.roboto-light p,
.roboto-light h1,
.roboto-light h2,
.roboto-light h3,
.roboto-light h4,
.roboto-light h5,
.roboto-light h6{
    font-family: roboto_light;
}


.roboto-bold,
.roboto-bold p,
.roboto-bold h1,
.roboto-bold h2,
.roboto-bold h3,
.roboto-bold h4,
.roboto-bold h5,
.roboto-bold h6{
    font-family: roboto_bold;
}

.roboto-black,
.roboto-black p,
.roboto-black h1,
.roboto-black h2,
.roboto-black h3,
.roboto-black h4,
.roboto-black h5,
.roboto-black h6{
    font-family: roboto_black;
}

.pe-2 {
    padding-right: .5rem !important;
}

.ps-2 {
    padding-left: .5rem !important;
}

footer section h5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
}

.ms-auto {
    margin-left: auto;
}

footer .active {
    background-color: inherit;
}

.gap-3 {
    gap: 1rem !important;
}

.mobile-logo img {
    max-height: 64px;
    width: auto;
    object-fit: cover;
    display:block;
}