/*
Theme Name: axiancorpv3
Author: Diamondra RATOVONDRAINY
Description: Le thème du site d'Axian
Version: 1.0
Tags: bootstrap
*/

html,
body {
    font-family: 'roboto_light';
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #5463a9;
}

::selection {
    color: white;
    background: #5463a9;
}

@media(min-width:1440px) {
    .container {
        max-width: 1390px;
    }
}

@media(min-width:1926px) {
    .container {
        max-width: 1690px;
    }
}

@media(min-width:2226px) {
    .container {
        max-width: 1926px;
    }
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
}

[data-pagination] {
    font-size: 8pt;
    line-height: 1;
    font-weight: 400;
    font-family: 'roboto_light';
    -webkit-text-size-adjust: 100%;
    margin: 1em auto;
    text-align: right;
    transition: font-size .2s ease-in-out;
    position: relative;
}

[data-pagination] ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: .5em;
}

[data-pagination] ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    border-radius: 3px;
}

[data-pagination]>a {
    font-size: 140%;
}

[data-pagination] a {
    color: grey;
    font-size: 100%;
    padding: .5em;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
    color: #d30f3f;
}

/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
    opacity: .5;
    pointer-events: none;
}

@media (min-width: 350px) {
    [data-pagination] {
        font-size: 10pt;
    }
}

@media (min-width: 500px) {
    [data-pagination] {
        font-size: 12pt;
    }
}

@media (min-width: 700px) {
    [data-pagination] {
        font-size: 14pt;
    }
}

@media (min-width: 900px) {
    [data-pagination] {
        font-size: 16pt;
    }
}

*:focus {
    outline: 0 !important;
}

.checkbox-button {
    cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    /* padding: 11px 23px; */
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: inherit;
    color: #d30f3f;
    border: 2px solid #666;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #ff0045;
}

.checkbox-button__input:checked+.checkbox-button__control {
    border-color: #ff0045;
}

.checkbox-button__control {
    transform: scale(0.75);
}

section {
    height: 100%;
    /* scroll-snap-align: center; */
}

p {
    font-family: 'roboto_light';
}

h2 {
    font-family: 'roboto-regular';
}

h3 {
    font-family: 'roboto-regular';
}

h4 {
    font-family: 'roboto-regular';
}

li {
    font-family: 'roboto-regular';
}

.adria_groteskextralight{
    font-family:'roboto-thin';
}

.adria_groteskbold{
    font-family: 'roboto_bold';
}

/*Polices Axian personnalisées*/
@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");
}

/* @font-face {
    font-family: ''roboto_light'';
    src: url("../axiancorpv3/fonts/adria-grotesk/AdriaGrotesk-Light.otf") format("opentype");
    font-weight: light;
    font-style: light;
}

@font-face {
    font-family: ''roboto_black'';
    src: url("../axiancorpv3/fonts/adria-grotesk/AdriaGrotesk-Black.otf") format("opentype");
}

@font-face {
    font-family: ''roboto_bold'';
    src: url("../axiancorpv3/fonts/adria-grotesk/AdriaGrotesk-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: ''roboto-thin'';
    src: url("../axiancorpv3/fonts/adria-grotesk/AdriaGrotesk-ExtraLight.otf") format("opentype");
}

@font-face {
    font-family: ''roboto-regular'';
    src: url("../axiancorpv3/fonts/adria-grotesk/AdriaGrotesk-Regular.otf") format("opentype");
}

@font-face {
    font-family: ''roboto-medium'';
    src: url("../axiancorpv3/fonts/adria-grotesk/AdriaGrotesk-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'adria_groteskaxian';
    src: url("../axiancorpv3/fonts/adria-grotesk/AxianAdriaGrotesk-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'adria_groteskthin';
    src: url("../axiancorpv3/fonts/adria-grotesk/Adria-Grotesk-Thin.otf") format("opentype");
} */

.adria-axian {
    font-family: adria_groteskaxian;
}

ul li::marker {
    display: none;
}

.position-escalier {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 5;
    margin: 0;
    padding: 0;
    display: block;
}

@media(max-width:992px) {
    .position-escalier {
        display: none;
    }
}

.position-escalier ul {
    list-style: none;
    liste-style-type: none !important;
}

.position-escalier li {
    padding: 0;
    text-align: center;
}

.position-escalier li a {
    padding: 10px;
    width: 4px;
    height: 4px;
    display: block;
    text-shadow: 0px 0.5px 1px rgb(255 255 255 / 30%);
}

.position-escalier li a.actif-escalier:before {
    width: 10px;
    height: 10px;
    background: black;
    margin-top: -4px;
    right: 3px;

}

.position-escalier li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.carousel-inner .active {
    background-color: transparent;
    border-bottom: none;
}

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: solid 1px #d30f3f;
    bottom: 0px;
}

.carousel-indicators .active {
    background-color: #d30f3f;
    border: none;
}

/* .position-dots{
    margin-top:40px;
} */

#position-dots-investisseur {
    margin-top: 15px;
    bottom: 60px;
}

#position-dots-custom {
    bottom: -40px;
}

.mySlides {
    display: none;
}

.mySlides2 {
    display: none;
}

.mySlides3 {
    display: none;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: transparent;
    border: solid 1px #d30f3f;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dotcustom {
    height: 1px;
    border: 0;
    background: black;
}

.active,
.dot:hover {
    background-color: #d30f3f;
}

/*Couleurs respectant la charte graphique*/
.rouge-axian {
    color: #d30f3f !important;
}

.rouge-fonce {
    color: #c2003f;
}

.rouge-clair {
    color: #ff0045;
}

.gris-axian {
    color: #f1f1f1;
}

.gris-charbon {
    color: #414042;
}

.bleu-clair {
    color: #5463a9 !important;
}

.bleu-marine {
    color: #1a2a44 !important;
}

.couleur-fumee {
    color: #c0cad1;
}

.blanc {
    color: #ffffff !important;
}

.noir {
    color: #000000 !important;
}

.fleche {
    font-size: 50px;
    font-family: 'roboto_light';
}

#position-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
}

#position-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
}

@media(max-width:992px) {
    #position-left {
        left: 35px;
    }

    #position-right {
        right: 35px;
    }
}

/*Style du header*/
.nav-menu {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.nav-link:hover {
    text-decoration: none;
}

.current-menu-item>.active a {
    color: #d30f3f;
}

.fixed-header {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 30px auto;
    float: clear;
    text-align: center;
    z-index: 999999999;
    color: #000;
}

.fixed-header-mobile {
    display: none;
}

.header-active {
    background-color: #FFF;
    border-bottom: 0.5px solid #c0cad1;
    z-index: 9999999999;
    margin-top: 0px;
}

.nav-menu li a:hover,
.nav-menu li a:focus {
    color: #d30f3f;
}

.nav-menu>.current-menu-item>a,
.nav-menu>.current-menu-item>a:focus,
.nav-menu>.current-menu-item>a:hover {
    background-color: transparent;
    color: #d30f3f;
}

.nav-menu li:not(.logo-item) a:after {
    display: block;
    position: absolute;
    bottom: -5px;
    content: '';
    width: 0;
    height: 2px;
    background: #d30f3f;
    -webkit-transition: all .5s;
    transition: all .4s;
}

.nav-menu li.current-menu-item a:after,
.nav-menu li a:hover:after,
.nav-menu li a:focus:after {
    width: 40%;
}

.nav-menu li:nth-child(1) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 58%;
}

.nav-menu li:nth-child(2) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 52%;
}

.nav-menu li:nth-child(3) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 69%;
}

.nav-menu li:nth-child(4) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 71%;
}

.nav-menu li:nth-child(6) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 72%;
}

.nav-menu li:nth-child(7) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 52%;
}

.nav-menu li:nth-child(8) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 58%;
}

.nav-menu li:nth-child(9) a:hover:after,
.nav-menu li:nth-child(1) a:focus:after {
    width: 70%;
}

.nav-menu li.logo-item a:after {
    /* display: none; */
    visibility: hidden;
}


.liens-header {
    font-size: 12.5px;
    text-transform: uppercase;
    font-family: 'roboto-regular';
    letter-spacing: 1px;
    color: white;
    min-width: 12.5%;
    padding: 20px 1.3rem 3px 1.3rem;
    cursor: pointer;
    position: relative;
}

@media(min-width:2226px) {
    .liens-header {
        padding: 20px 5rem 3px 5rem;
    }
}

@media(min-width:1700px) {
    .liens-header {
        padding: 20px 4rem 3px 4rem;
    }
}


@media(min-width:1444px) {
    .liens-header {
        padding: 20px 2rem 3px 2rem !important;
    }
}

@media(max-width:1280px) {
    .liens-header {
        padding: 20px 1rem 3px 1rem !important;
    }
}

.header-active .liens-header {
    font-size: 12.5px;
    text-transform: uppercase;
    font-family: 'roboto-regular';
    letter-spacing: 1px;
    color: black;
    min-width: 12.5%;
    padding: 20px 1.3rem 3px 1.3rem;
    cursor: pointer;
}

@media(min-width:2226px) {
    .header-active .liens-header {
        padding: 20px 5rem 3px 5rem;
    }
}

@media(min-width:1926px) {
    .header-active .liens-header {
        padding: 20px 4rem 3px 4rem;
    }
}

@media(min-width:1444px) {
    .header-active .liens-header {
        padding: 20px 3rem 3px 3rem;
    }
}

.header-active .liens-header:hover {
    cursor: pointer;
    text-decoration: none;
}

.header-active:hover {
    opacity: 1;
}

.choixlangue {
    position: absolute;
    right: 50px;
    /* top:-1px; */
}

@media(max-width:1200px) {
    .liens-header {
        font-size: 10.5px !important;
        padding: 20px 1rem 3px 1rem !important;
    }

    .fixed-header .header-active .liens-header {
        font-size: 10.5px !important;
        padding: 20px 1rem 3px 1rem !important;
    }

    .choixlangue {
        right: 5px !important;
    }
}

.logo-axian-gris {
    width: 160px;
    justify-content: center;
}

.header-active .logo-axian-gris {
    width: 160px;
    justify-content: center;
    padding-top: 10px;
}

.background-menu-mobile {
    display: none;
}

@media(max-width:992px) {
    .fixed-header {
        display: none;
    }

    .fixed-header-mobile {
        display: flex;
        width: 100%;
        position: fixed;
        left: 0;
    }

    .fixed-header-mobile #menu-passif {
        display: block;
    }

    .fixed-header-mobile #menu-actif {
        display: none;
    }

    .header-active #menu-passif {
        display: none;
    }

    .header-active #menu-actif {
        display: block;
    }

    .header-active .logo-axian-gris {
        padding-top: 3px;
        padding-bottom: 6px;
    }

    #menu-mobile {
        display: none;
    }

    .background-menu-mobile {
        display: block;
        background-color: #ffffff;
        z-index: 99999999;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 55px;
        left: 0px;
    }

    .background-menu-mobile ul {
        list-style: none;
    }

    .background-menu-mobile li {
        color: black;
        padding: 10px;
        font-size: 12.5px;
        text-transform: uppercase;
        font-family: 'roboto-thin';
        letter-spacing: 1px;
        cursor: pointer;
    }

    .background-menu-mobile a {
        text-decoration: none;
    }

    .background-menu-mobile li:hover {
        cursor: pointer;
        color: #d30f3f;
        text-align: none;
    }

    .fixed-header-mobile .container-fluid {
        padding-left: 10px;
    }

    .header-mobile-part {
        margin-top: 8px;
        margin-right: 0px;
    }

    .fixed-header-mobile p {
        color: white;
    }

    .fixed-header-mobile .logo-axian-gris {
        max-width: 88px;
        width: auto;
        height: auto;
        padding-top: 8px;
        display: block;
        float: center;
        margin: auto;
    }

    .fixed-header-mobile .liens-header {
        font-size: 15px !important;
        font-family: 'roboto-thin' !important;
        color: #fff;
        padding: 4px 0rem 3px 0rem !important;
    }

    .header-active .liens-header {
        color: #000 !important;
    }

    .menu-hamburger {
        text-align: left;
    }

    .icone-hamburger {
        max-width: 40px;
        width: auto;
        height: auto;
    }


}

@media(max-width:992px) {
    .pg-pips ul {
        display: none;
    }
}

/*Style du footer*/
.juridiction {
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
}


.juridiction a {
    padding-right: 25px;
}

.juridiction a:hover {
    color: #5463a9;
}

#copyright {
    margin-bottom: 0px;
}

#socialmedia {
    text-align: left !important;
    font-size: 18px;
    margin-left: 50px;
}

#socialmedia a {
    padding-right: 10px;
    padding-left: 10px;
}

#suivre {
    text-align: left !important;
    margin-bottom: 0px;
    margin-left: 0px;
}

.socialmedia a:hover {
    color: #5463a9;
}

.juridiction a:hover {
    text-decoration: none;
    color: #5463a9;
}

.footer-v2 {
    width: 100%;
    height: 230px;
    position: static;
    left: 0;
    bottom: 0;
    background-color: rgb(233, 233, 233);
    color: #000000;
    text-align: left;
}

#footer-web {
    display: block;
}

#footer-mobile {
    display: none;
}

@media(max-width:992px) {
    #footer-web {
        display: none;
    }

    #footer-mobile {
        display: block;
    }
}

.table-container-footer {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-container-footer {
    display: table-cell;
    vertical-align: middle;
}

.heart {
    height: 40px;
    position: absolute;
    top: 10px;
}

.love {
    margin-left: 50px
}

#socialmedia .fa-facebook-square:hover {
    color: #3b5998;
    transition-delay: 0.2s;
}

#socialmedia .fa-linkedin:hover {
    color: #0077B5;
    transition-delay: 0.2s;

}

#socialmedia .fa-twitter:hover {
    color: #1DA1F2;
    transition-delay: 0.2s;

}

#socialmedia .fa-rss:hover {
    color: #f26522;
    transition-delay: 0.2s;

}

#socialmedia .fa-youtube:hover {
    color: #FF0000;
    transition-delay: 0.2s;

}

#socialmedia .fa-instagram:hover {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

#socialmedia .fa-whatsapp:hover {
    color: #075E54;
    transition-delay: 0.2s;
}

.tiktok {
    background: url('https://www.axian-group.com/ac-content/uploads/2023/04/icons8-tiktok-24.svg') no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.tiktok:hover {
    background: url('https://www.axian-group.com/ac-content/uploads/2023/04/icons8-tiktok.svg') no-repeat;
    background-position: center;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.tiktok-blanc {
    height: 16px;
    width: 16px;
    object-fit: cover;
    display: block;
    margin-top: 5px;
}

#juridiction a:hover {
    color: #d30f3f !important;
}

@media(max-width:1444px) {
    .juridiction {
        font-size: 15px;
    }

    .juridiction a {
        padding-right: 15px;
    }

    #socialmedia a {
        padding-right: 25px;
    }
}

@media(max-width:1080px) {
    .juridiction {
        font-size: 12px;
    }

    .juridiction a {
        padding-right: 15px;
    }

    #socialmedia {
        font-size: 14px;
        margin-top: 18px;
    }

    #socialmedia a {
        padding-right: 20px;
    }

    .socialmedia {
        margin-left: 20px !important;
    }
}

.position-juridiction-end {
    float: right;
    text-align: left;
}

@media(max-width:992px) {
    /* .footer-v2{
        height:150px;
    } */

    .heart {
        height: 25px;
        position: absolute;
        top: 0px;
    }

    .love {
        margin-left: 30px;
    }

    #socialmedia {
        font-size: 18px;
        margin-top: -10px;
        margin-left: 0px;
    }

    #socialmedia a {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media(max-width:875px) {

    .juridiction {
        margin-top: 15px !important;
        font-size: 9px !important;
    }
}

@media(max-width:500px) {
    #socialmedia a {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(max-width:330px) {
    #socialmedia a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/*Style de la bannière*/
.banniere {
    background-image: url('images/images-web2/HOMEPAGE-01.jpg');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    position: relative;
}

.layer {
    display: none;
}

@media(max-width:992px) {
    .banniere {
        background-attachment: initial;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    }
}


.homebanner {
    bottom: 100px;
    left: 0px;
    right: 0px;
    position: absolute;
}

@media(max-width:992px) {
    .homebanner {
        bottom: 200px;
    }
}

.paragraphe-banniere-accueil br {
    display: none;
}

span.scroll-down:after {
    content: "";
    z-index: 9;
    position: absolute;
    display: block;
    bottom: -3rem;
    left: calc(50% - 1.5rem);
    width: 2.5rem;
    height: 2.5rem;
    border: 0.3rem solid #fff;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    -webkit-animation: arrowMove 1.2s infinite;
    animation: arrowMove 1.2s infinite;
}

span.scroll-down-pages:after {
    content: "";
    z-index: 9;
    position: absolute;
    display: block;
    bottom: 1rem;
    left: calc(50% - 1.5rem);
    width: 2.5rem;
    height: 2.5rem;
    border: 0.3rem solid #fff;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    /* -webkit-animation: arrowMove 4s infinite;
    animation: arrowMove 4s infinite; */
}

@keyframes arrowMove {
    to {
        transform: rotate(45deg) translateY(2rem) translateX(2rem);
        opacity: 0;
    }
}

@keyframes navArrowMove {
    to {
        transform: translateX(2rem);
        opacity: 0;
    }
}

.fleche-right:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -3rem;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    border: 0.5rem solid #fff;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    /* -webkit-animation: arrowMove 1.2s infinite;
    animation: arrowMove 1.2s infinite; */
}

.fleche-left:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -3rem;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    border: 0.5rem solid #fff;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(135deg);
    /* -webkit-animation: arrowMove 1.2s infinite;
    animation: arrowMove 1.2s infinite; */
}

@media(max-width:292px) {
    .banniere .container {
        top: 250px;
    }
}

@media(max-width:500px) {
    .paragraphe-banniere-accueil {
        font-size: 24px !important;
    }
}

@media(max-width:360px) {
    .paragraphe-banniere-accueil {
        font-size: 22px !important;
    }
}

.paragraphe-banniere {
    color: #ffffff;
    font-size: 20px;
}

.paragraphe-banniere-accueil {
    color: #ff0045;
    font-size: 32px;
    line-height: 1.0;
    letter-spacing: 2px;
    font-family: 'roboto_light';
}

@media (max-width: 992px) {
    .paragraphe-banniere-accueil {
        color: #fff;
    }
}

@media (max-width: 992px) and (min-width:768px) {
    .paragraphe-banniere-accueil br {
        display: block !important;
    }
}

/*Style de la section actualité*/
.actualites {
    height: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media(max-width:1580px) {
    .actualites {
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.lien-actualites {
    text-decoration: none;
    color: #ff0045;
    font-family: 'roboto-regular';
    float: right;
}

.lien-actualites:hover {
    text-decoration: none;
}

.actualites .container {
    display: table;
    height: 100%;
}

.container-actualites {
    display: table-cell;
    vertical-align: middle;
}

.content-publication-investisseurs-download .table td,
.content-publication-investisseurs-download .table th {
    height: 60px;
}

.height-row-1 {
    margin-right: 0px;
    margin-left: 0px;
    overflow: hidden;
}

.height-row-2 {
    margin-top: 30px;
    height: auto;
    min-height: 220px;
    width: 100%;
    margin-bottom: 30px;
}

.img-single-actualite {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 15px;
    margin-right: 0px;
    height: 250px;
    object-fit: cover;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 800ms;
    position: relative;
}

.background-texte-actualite {
    background-color: #5463a9;
    color: #fff;
    height: auto;
    margin-right: 15px;
    margin-left: 0px;
    min-height: 100%;
    width: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
}

.img-actualite {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 600ms;
    position: relative;
}

.background-image-sous-actualite {
    overflow: hidden;
    position: relative;
}

.background-image-sous-actualite:hover img {
    transform: scale(1.1);
    transition-property: transform;
    transition-duration: 600ms;
}

.background-image-single-selector:hover img {
    transform: scale(1.05);
    transition-property: transform;
    transition-duration: 800ms;
}

@media(min-width:1626px) {
    .img-single-actualite {
        height: 360px;
    }
}

@media(min-width:1926px) {
    .img-actualite {
        height: 300px;
    }

    .texte-interview-invite p br {
        display: none;
    }
}

@media(max-width:1580px) {
    .text-content-actualite {
        top: 25px !important;
    }

    .date-actualite {
        font-family: 'roboto-regular';
        margin-bottom: 5px;
        font-size: 10px !important;
        letter-spacing: 1.5px;
    }

    .titre-actualite {
        font-family: 'roboto_bold';
        font-size: 15px !important;
    }

    .img-single-actualite {
        height: 277px !important;
        /* height: 215px !important; */
    }

    .paragraphe-actualite p {
        font-size: 11px !important;
    }

    .content-text-actualite {
        top: -75px !important;
    }
}

@media(max-width:1444px) {
    .img-single-actualite {
        height: 215px !important;
    }
}

@media (max-width:991px) {
    .img-single-actualite {
        height: 220px !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .img-actualite {
        height: 140px;
    }

    .background-texte-actualite {
        background-color: rgb(0, 0, 0, 0.5);
        color: #fff;
        height: 220px;
        min-height: inherit;
        width: 100%;
        position: absolute;
        /* top: -220px; */
        padding-right: 10px;
    }
}

@media(max-width:500px) {
    .text-content-actualite {
        top: 13px !important;
    }

    .img-single-actualite {
        height: 290px !important;
    }

    .background-texte-actualite {
        height: 290px !important;
        /* top: -290px; */
        width: 100%;
    }
}

@media(max-width:600px) {
    .date-actualite {
        font-size: 13px !important;
    }

    .titre-actualite {
        font-size: 16px !important;
    }
}

@media (max-width:991px) {
    .img-actualite {
        height: 200px;
    }
}

@media(max-width:375px) {
    .img-actualite {
        height: 180px;
    }
}

.container-actualites .height-row-2 {
    max-height: 320px;
}

.img-actualite-media {
    height: 240px;
    width: 100%;
    max-width: auto;
    object-fit: cover;
    position: relative;
}

@media(min-width:1926px) {
    .img-actualite-media {
        height: 300px !important;
    }
}

@media(max-width:1580px) {
    .img-actualite-media {
        height: 200px !important;
    }
}

@media(max-width:992px) {
    .img-actualite-media {
        height: 180px;
    }
}

.no-padding>div[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.content-actualite {
    background-color: #5463a9;
    color: white;
    position: relative;
    margin-left: -15px;
    height: 260px;
    padding-left: 0px;
    padding-right: 0px;
}

.text-content-actualite {
    position: absolute;
    top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.grand-titre-actualite {
    font-size: 34px;
    font-family: 'roboto_bold';
    color: #d30f3f;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media(max-width:992px) {
    .grand-titre-actualite {
        font-size: 30px !important;
        padding-bottom: 20px !important;
    }
}

@media(max-width:768px) {
    .grand-titre-actualite {
        font-size: 28px !important;
        padding-bottom: 15px !important;
    }
}

@media(max-width:425px) {
    .grand-titre-actualite {
        font-size: 24px !important;
        padding-bottom: 10px !important;
    }
}

@media(max-width:375px) {
    .grand-titre-actualite {
        font-size: 17px !important;
        padding-bottom: 10px !important;
    }
}

@media(max-width:1200px) {
    .titre-gras-chiffres-cles {
        font-size: 47px !important;
    }

    .titre-chiffres-cles {
        font-size: 33px !important;
    }

    #taille-img-icone-3 {
        margin-top: 0px !important;
        height: 100px !important;
    }

    #taille-img-icone-2 {
        margin-top: 10px !important;
        height: 90px !important;
    }
}

@media(max-width:992px) {
    .titre-gras-chiffres-cles {
        font-size: 50px !important;
        padding-bottom: 20px !important;
    }

    .chiffre-chiffres-cles {
        font-size: 30px !important;
    }


}

@media(max-width:768px) {
    .titre-gras-chiffres-cles {
        font-size: 45px !important;
        padding-bottom: 15px;
    }

    .titre-chiffres-cles {
        font-size: 28px !important;
    }
}

@media(max-width:425px) {
    .titre-gras-chiffres-cles {
        font-size: 40px !important;
        padding-bottom: 10px;
    }

    .titre-chiffres-cles {
        font-size: 24px !important;
    }

    .chiffre-chiffres-cles {
        font-size: 35px !important;
    }

    .texte-chiffres-cles {
        font-size: 23px !important;
    }
}

@media(max-width:375px) {
    .titre-gras-chiffres-cles {
        font-size: 35px !important;
        padding-bottom: 10px;
    }

    .titre-chiffres-cles {
        font-size: 17px !important;
    }

    .chiffre-chiffres-cles {
        font-size: 29px !important;
    }

    .texte-chiffres-cles {
        font-size: 17px !important;
    }
}

@media(max-width:1200px) {
    .titre-pole {
        font-size: 25px !important;
    }
}

@media(max-width:992px) {
    .titre-pole {
        font-size: 30px !important;
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
}

@media(max-width:768px) {
    .titre-pole {
        font-size: 28px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media(max-width:425px) {
    .titre-pole {
        font-size: 24px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
}


@media(max-width:1600px) {
    .map__image {
        width: 60%;
    }
}

@media(max-width:1200px) {
    .titre-homepage-investisseur {
        font-size: 28px !important;
    }
}

@media(max-width:992px) {
    .titre-homepage-investisseur {
        font-size: 30px !important;
        padding-top: 70px !important;
        padding-bottom: 20px;
    }

    .texte-homepage-investisseur br {
        display: none;
    }
}

@media(max-width:768px) {
    .titre-homepage-investisseur {
        font-size: 28px !important;
        padding-bottom: 15px;
    }
}

@media(max-width:425px) {
    .titre-homepage-investisseur {
        font-size: 24px !important;
        padding-bottom: 10px;
    }
}

@media(max-width:375px) {
    .titre-homepage-investisseur {
        font-size: 17px !important;
        padding-bottom: 10px;
    }

    .texte-homepage-investisseur {
        font-size: 12px !important;
    }

    .texte-gras-homepage-investisseur {
        font-size: 12px !important;
    }
}

@media(max-width:1200px) {
    .titre-impact-positif {
        font-size: 32px !important;
        padding-bottom: 20px;
    }
}


@media(max-width:768px) {
    .titre-impact-positif {
        font-size: 28px !important;
        padding-bottom: 15px;
    }
}

@media(max-width:425px) {
    .titre-impact-positif {
        font-size: 24px !important;
        padding-bottom: 10px;
    }
}

@media(max-width:375px) {
    .titre-impact-positif {
        font-size: 17px !important;
        padding-bottom: 10px;
    }
}

.date-actualite {
    font-family: 'roboto-regular';
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.titre-actualite {
    font-family: 'roboto_bold';
    font-size: 18px;
}

.paragraphe-actualite p {
    font-size: 13px;
    font-family: 'roboto_light';
    letter-spacing: 0.5px;
    text-align: justify;
}

.lien-actualite {
    font-family: 'roboto-medium';
    font-size: 12px;
}

#position-lien-actualite {
    position: absolute;
    bottom: 3px;
}

.content-sous-actualite {
    position: relative;
    height: 100%;
}

.content-text-sous-actualite {
    position: absolute;
    top: 20px;
    color: #fff;
    padding-right: 15px;
}

@media(min-width:1926px) {
    .content-text-sous-actualite {
        top: 60px;
    }
}

.date-avantdernier-actualite {
    font-family: 'roboto-regular';
    margin-bottom: 7px;
    font-size: 12px;
    letter-spacing: 2px;
}

.titre-avantdernier-actualite {
    font-family: 'roboto_bold';
    font-size: 15px;
    text-align: justify;
}

@media(max-width:1200px) {
    .titre-avantdernier-actualite {
        font-family: 'roboto_bold';
        font-size: 13px;
    }

}

.texte-avantdernier-actualite {
    font-family: 'roboto_light';
    color: #fff;
    line-height: 1.0;
    font-size: 11px;
}

@media(max-width:1200px) and (min-width:992px) {
    .date-avantdernier-actualite {
        font-size: 9px;
    }
}

@media (max-width:320px) {
    .date-avantdernier-actualite {
        font-size: 8px;
    }
}

.position-texte-impact-positif:hover .texte-en-gras1 {
    font-size: 42px;
    -webkit-transition: font-size .8s ease;
    -moz-transition: font-size .8s ease;
    -o-transition: font-size .8s ease;
    transition: font-size .8s ease;
}

.position-texte-impact-positif-particulier:hover .texte-en-gras1 {
    font-size: 40px;
    -webkit-transition: font-size .8s ease;
    -moz-transition: font-size .8s ease;
    -o-transition: font-size .8s ease;
    transition: font-size .8s ease;
}

.impact-positif-particulier-sup:hover .texte-en-gras1 {
    font-size: 42px;
    -webkit-transition: font-size .8s ease;
    -moz-transition: font-size .8s ease;
    -o-transition: font-size .8s ease;
    transition: font-size .8s ease;
}

.impact-positif-particulier-bottom:hover .texte-en-gras1 {
    font-size: 42px;
    -webkit-transition: font-size .8s ease;
    -moz-transition: font-size .8s ease;
    -o-transition: font-size .8s ease;
    transition: font-size .8s ease;
}

.impact-positif-particulier-bottom-bis:hover .texte-en-gras1 {
    font-size: 42px;
    -webkit-transition: font-size .8s ease;
    -moz-transition: font-size .8s ease;
    -o-transition: font-size .8s ease;
    transition: font-size .8s ease;
}

/*Style de la secion ambition*/
.ambition {
    background-image: url('images/images-web2/HOMEPAGE-02.jpg');
    position: relative;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

.ambition .container {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-content-ambition {
    display: table-cell;
    vertical-align: middle;
}

@media(max-width:992px) {
    .ambition {
        background-position: 100% !important;
        background-attachment: initial;
    }

    .paragraphe-ambition br {
        display: none;
    }

    .paragraphe-ambition {
        font-size: 24px !important;
    }

    .paragraphe-ambition strong {
        font-size: 24px !important;
    }

    .titre-ambition {
        font-size: 35px !important;
    }
}

.content-ambition {
    width: 100%;
    max-width: 590px;
    float: right;
    background-color: white;
    color: #414042;
    display: block;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 70px;
    padding-right: 40px;
    height: auto;
    min-height: 350px;
}

@media(max-width:992px) {
    .content-ambition {
        padding-left: 30px;
        padding-right: 20px;
        width: 75%;
        max-width: 445px;
        min-height: 100%;
        float: none;
        margin: auto;
    }
}

.titre-ambition {
    font-family: 'roboto_light';
    font-size: 62px;
    letter-spacing: 1px;
    line-height: 1.0;
    padding-bottom: 30px;
}

.paragraphe-ambition {
    font-family: 'roboto_light';
    font-size: 27px;
    text-align: left;
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.2;
}

.paragraphe-ambition p{
    font-family: 'roboto_light';
    font-size: 20px;
    text-align: left;
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.2;
}

.paragraphe-ambition strong {
    font-family: 'roboto_bold';
    font-size: 27px;
    text-align: left;
    margin-bottom: 20px;
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.0;
}

@media(max-width:1200px) {
    .titre-ambition {
        font-size: 38px !important;
    }

    .paragraphe-ambition {
        font-size: 24px !important;
    }

    .paragraphe-ambition strong {
        font-size: 24px !important;
    }
}

@media (max-width:600px) {
    .titre-ambition {
        font-size: 34px !important;
    }

    .paragraphe-ambition {
        font-size: 18px !important;
    }

    .paragraphe-ambition p{
        font-size: 18px !important;
    }

    .paragraphe-ambition strong {
        font-size: 18px !important;
    }
}

/*Style de la section chiffres cles*/
.chiffres-cles {
    height: 100%;
    position: relative;
    background-color: #F6F6F6;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media(min-width:1926px) {
    .chiffres-cles {
        height: auto !important;
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media(max-width:1280px) {
    .chiffres-cles {
        height: auto !important;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media(max-width:992px) {
    .chiffres-cles {
        height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.container-chiffres-cles {
    display: table-cell;
    vertical-align: middle;
}

.chiffres-cles .container {
    display: table;
    height: 100%;
    width: 100%;
}

.titre-gras-chiffres-cles {
    padding-top: 20px;
    text-align: left;
    color: rgb(0, 0, 0, 0.5);
    font-size: 65px;
    font-family: 'roboto-medium';
    line-height: 0.8;
}

.titre-chiffres-cles {
    text-align: left;
    color: rgb(0, 0, 0, 0.5);
    font-size: 45px;
    letter-spacing: 2px;
    font-family: 'roboto_light';
    margin-bottom: 65px;
}

.chiffre-chiffres-cles {
    color: #d30f3f;
    font-size: 36px;
    font-family: 'roboto_black';
    text-align: center;
    margin-bottom: 0px;
}

.texte-chiffres-cles {
    text-align: center;
    font-size: 25px;
    color: rgb(0, 0, 0, 0.7);
    font-family: 'roboto_light';
    /* margin-bottom:60px; */
    margin-bottom: 30px;
    line-height: 1.1;
}

.chiffre-chiffres-cles-detail-pole {
    color: #ff0045;
    font-size: 36px;
    font-family: 'roboto_black';
    text-align: center;
    margin-bottom: 0px;
}

.texte-chiffres-cles-detail-pole {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 'roboto_light';
    margin-bottom: 60px;
    line-height: 1.1;
}

.liens-gauche-detail-pole {
    position: absolute;
    /* bottom:10px; */
    left: 100px;
    margin-top: 5%;
    font-family: 'roboto-regular';
    font-size: 20px;
    color: grey;
    text-transform: uppercase;
    transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.liens-droit-detail-pole {
    position: absolute;
    /* bottom:10px; */
    right: 100px;
    margin-top: 5%;
    font-family: 'roboto-regular';
    font-size: 20px;
    color: grey;
    text-transform: uppercase;
    text-align: right;
    transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.fleche-right-detail-pole:after {
    content: "";
    position: absolute;
    display: block;
    /* bottom:15px; */
    margin-top: 6.4%;
    right: 70px;
    width: 20px;
    height: 20px;
    border: 0.3rem solid grey;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}

.fleche-left-detail-pole:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 20px;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 0.3rem solid grey;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(135deg);
}

@media(max-width:768px) {
    .liens-gauche-detail-pole {
        left: 35px;
        font-size: 15px;
    }

    .liens-droit-detail-pole {
        right: 35px;
        margin-top: 5%;
        font-size: 15px;
    }

    .fleche-right-detail-pole:after {
        right: 13px;
        width: 15px;
        height: 15px;
        margin-top: 8%;
    }

    .fleche-left-detail-pole:after {
        left: -20px;
        width: 15px;
        height: 15px;
    }
}

.fleche-right-media:after {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 0.2rem solid grey;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}

.fleche-left-media:after {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 0.2rem solid grey;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}


.liens-gauche-detail-pole:hover {
    font-size: 24px;
    color: #d30f3f;
}

.liens-droit-detail-pole:hover {
    font-size: 24px;
    color: #d30f3f;
}

@media(max-width:1200px) {
    .chiffre-chiffres-cles {
        font-size: 33px !important;
    }

    .texte-chiffres-cles {
        font-size: 20px;
    }
}

@media(max-width:992px) {
    .margin-bottom-chiffres-cles {
        margin-bottom: 20px;
    }
}

.position-texte-chiffres-cles {
    margin-bottom: 30px;
    padding-top: 0px;
}

.container-img-icone {
    /* margin-bottom:45px; */
    height: 110px;
}

.container-chiffres-cles-texte {
    margin-top: 80px;
}

.container-chiffres-cles-texte-recrutement {
    margin-top: 60px;
}

.container-chiffres-cles-engagement {
    margin-top: 30px;
}

.img-icone {
    display: block;
    margin: auto;
}

.custom-invest {
    margin-bottom: 20px !important;
}

#taille-img-icone-2 {
    margin-top: 30px;
    height: 110px;
}

#taille-img-icone-3 {
    margin-top: 20px;
    height: 120px;
}

@media(max-width:1024px) {
    .titre-gras-chiffres-cles {
        font-size: 55px;
    }

    .titre-chiffres-cles {
        font-size: 35px;
    }

    .img-icone {
        margin-bottom: 10px;
    }
}



/*Style de la section poles*/
.pole {
    height: 100%;
    position: relative;
    background-color: #f6f6f6;
}

.table-pole {
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell-pole {
    display: table-cell;
    vertical-align: middle;
}

@media(max-width:992px) {
    .pole {
        height: auto !important;
    }
}

.texte-pole {
    position: relative;
    height: 30%;
    background-color: #5463a9;
}

.texte-pole .container {
    display: table;
    height: 100%;
    width: 100%;
}

.position-pole {
    display: table-cell;
    vertical-align: middle;
}

.introduction-pole {
    color: #fff;
    font-family: 'roboto-thin';
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

@media(min-width:1444px) {
    .introduction-pole {
        font-size: 24px !important;
    }
}

@media(min-width:2560x) {
    .introduction-pole {
        font-size: 43px !important;
    }
}

@media(max-width:600px) {
    .introduction-pole {
        font-size: 14px !important;
    }
}

.img-pole {
    height: 100%;
    max-height: 750px;
    width: 100%;
    object-fit: cover;

}

@media(max-width:992px) {
    .img-pole {
        max-height: 275px;
    }
}

.flex-pole {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.description-pole {
    font-size: 18px;
    color: #414042;
    font-family: 'roboto-regular';
}

.images-pole {
    flex: 20%;
    max-width: 20%;
    position: relative;

}

.images-pole .container-fluid {
    position: relative;
    text-align: left;
}

.titre-pole {
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'roboto_bold';
    text-transform: uppercase;
}


.content-image-pole {
    color: white;
    position: absolute;
    bottom: 20px;
    float: left;
    justify-content: left;
    text-align: left;
}

/* @media(max-width:1444px) {
    .titre-pole {
        padding-top: 100px;
    }
} */

@media(max-width:992px) {
    .content-image-pole {
        float: center;
    }
}

.images-pole button {
    position: absolute;
    background-color: #d30f3f;
    border: none;
    color: #FFF;
    font-size: 12px;
    font-family: 'roboto-regular';
    padding: 6px;
    text-transform: uppercase;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.images-pole:hover button {
    cursor: pointerbing;
    opacity: 1;
}

.nom-pole {
    /* font-size:30px; */
    font-size: 28px;
    font-family: 'roboto-thin';
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 2px;
    line-height: 1.0;
    text-transform: uppercase;
}

#position-pole-innovation {
    padding-top: 6px;
    padding-bottom: 0px;
    display: block;
}

#position-pole-innovation-mobile {
    display: none;
}

#position-finance {
    padding-top: 24px;
    padding-bottom: 19px;
}

@media(max-width:992px) {
    .nom-pole {
        padding-top: 63px;
        padding-bottom: 0px;
    }

    #position-pole-innovation {
        padding-bottom: -10px;
    }

    #position-finance {
        padding-top: 41px !important;
    }
}

@media(max-width:1200px) {
    .slogan-pole {
        font-size: 16px !important;
    }

    .nom-pole {
        font-size: 25px;
    }
}

@media(max-width:768px) {
    #position-pole-innovation {
        display: none;
    }

    #position-pole-innovation-mobile {
        display: block;
    }

    #position-finance {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nom-pole {
        padding-top: 55px !important;
        padding-bottom: 0px !important;
        font-size: 25px !important;
    }

    .slogan-pole {
        font-size: 15px;
    }

    .content-image-pole {
        bottom: 0px !important;
    }
}

@media(max-width:600px) {
    .img-pole {
        max-height: 190px !important;
    }

    .nom-pole {
        padding-top: 45px !important;
        padding-bottom: 2px !important;
        font-size: 20px !important;
    }

    .slogan-pole {
        font-size: 13px;
    }

}

.titre-detail-pole {
    font-family: 'roboto-thin';
    font-size: 60px;
    padding-bottom: 43px;
    padding-top: 43px;
}

.sous-titre-detail-pole h1 strong {
    line-height: 1.0;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'roboto_black';
    letter-spacing: 2px;
    text-align: left;
    /* padding-left:35px;*/
    padding-top: 5px;
}

.sous-titre-detail-pole h1 {
    line-height: 1.0;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'roboto-regular';
    letter-spacing: 2px;
    text-align: left;
    /* padding-left:35px;*/
    padding-top: 5px;
}

.icone-detail-pole {
    padding-right: 20px;
    width: 100px;
    height: 79px;
    object-fit: contain;
}

@media(max-width:1200px) {
    .titre-apropos-pole {
        font-size: 33px;
    }
}

@media(max-width:768px) {
    .icone-detail-pole {
        width: 55px;
        height: 65px;
        padding-right: 0px;
    }

    .sous-titre-detail-pole h1 strong {
        padding-top: 9px;
        font-size: 25px;
    }

    .sous-titre-detail-pole h1 {
        font-size: 25px;
    }
}

@media(max-width:575px) {
    .icone-detail-pole {
        padding-right: 0px;
    }

    .sous-titre-detail-pole h1 {
        padding-left: 0px;
    }
}

.slogan-pole {
    font-family: 'roboto-medium';
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
}

.flex-pole-tablette {
    display: none;
}

.flex-pole-tablette-2 {
    display: none;
}

.flex-pole-tablette-3 {
    display: none;
}

@media (max-width:992px) and (min-width:768px) {
    .flex-pole {
        display: none
    }

    .flex-pole-tablette {
        display: flex;
        flex-direction: row;
    }

    .flex-pole-tablette-2 {
        display: flex;
        flex-direction: row;
    }


    .flex-pole-tablette .images-pole {
        flex: 33.3%;
        min-width: 33.3%;
        height: auto;
    }

    .flex-pole-tablette-2 .images-pole {
        flex: 50%;
        min-width: 50%;
        height: auto;
    }
}

@media (max-width:600px) {
    .images-pole {
        min-width: 100%;
        height: auto;
        /* object-fit: cover; */
    }

    .flex-pole {
        flex-direction: column;
    }
}

.investisseur {
    height: auto;
    position: relative;
}

.container-carte-investisseur {
    display: block;
    height: auto;
}

.container-carte-investisseur img {
    height: auto;
    width: 100%;
}

.container-carte-investisseur-mobile {
    display: none;
}

.height-container-investisseur {
    height: 50% !important;
}

.table-cell-investisseur {
    display: table-cell;
    vertical-align: middle;
}

@media(max-width:992px) {
    .table-cell-investisseur {
        vertical-align: top !important;
    }

    .container-carte-investisseur {
        display: none;
    }

    .container-carte-investisseur-mobile {
        display: block;
        height: auto;
        width: 100%;
    }

    .container-carte-investisseur-mobile img {
        height: auto;
        width: 100%;
    }
}

.map__image {
    width: 80%;
    float: left;
    margin-top: 20px;
}

.map__image path {
    fill: #e7e7e8;
    stroke: #FFFFFF;
    stroke-width: 0.5px;
    transition: fill 0.3s;
}

.map__legend {
    position: absolute;
    bottom: 10em;
}

@media(max-width:992px) {
    .map__legend {
        bottom: 2em;
    }
}

.map__legend a {
    color: white;
    font-size: 13px;
    padding-left: 20px;
}

.map__legend a:hover {
    color: #d30f3f;

}

.legende {
    font-family: 'roboto_bold';
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.active-le-izy path {
    fill: #d0d9e2 !important;
}

.investIndirect.mirehatra-daholo path {
    fill: #d0d9e2 !important;
}

.investdirect.mirehatra-daholo path {
    fill: #d0d9e2 !important;
}

.bureauNational.mirehatra-daholo path {
    fill: #d0d9e2 !important;
}

.direct-active-le-izy path {
    fill: #d0d9e2 !important;
}

.investdirect path {
    fill: #c3c4c6;
}

.investIndirect path {
    fill: #c3c4c6;
}

.bureauNational path {
    fill: #c3c4c6;
}

.text-carte-direct {
    font-size: 4px;
    text-transform: uppercase;
    font-family: 'roboto_bold';
}

.container-investisseur {
    display: table-cell;
    vertical-align: middle;
}

.critere-engagement {
    height: 100%;
    position: relative;
    background-color: #5463a9;
    color: #fff;
}

.critere-engagement .container {
    display: table;
    height: 100%;
}

@media(min-width:1926px) {
    .critere-engagement {
        height: 50%;
    }
}


.titre-homepage-investisseur {
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'roboto_bold';
    letter-spacing: 1px;
    color: #ff0045;
    font-size: 34px;
}


.texte-homepage-investisseur {
    font-family: 'roboto_light';
    color: white;
    font-size: 21px;
    line-height: 1.2;
}

.texte-gras-homepage-investisseur {
    font-family: 'roboto_bold';
    color: white;
    font-size: 21px;
}

.bouton-homepage-investisseur {
    float: left;
}

@media(max-width:1326px) {
    .titre-chiffres-cles-investisseur {
        font-size: 42px !important;
        padding-bottom: 0px;
    }

    .texte-chiffres-cles-investisseur {
        font-size: 25px !important;
    }

    #taille-img-icone5 {
        width: 90px !important;
    }

    #taille-img-icone6 {
        height: 61px !important;
        margin-top: 46px !important;
    }

    #taille-img-icone7 {
        height: 80px !important;
        margin-top: 27px !important;
    }

    .chiffre-chiffres-cles-investisseurs {
        font-size: 36px !important;
    }

    .chiffres-cles-gris {
        font-size: 17px !important;
    }
}

@media(max-width:992px) {
    .titre-chiffres-cles-investisseur {
        font-size: 37px !important;
        padding-bottom: 0px !important;
    }

    .texte-chiffres-cles-investisseur {
        font-size: 22px !important;
    }

    .texte-chiffres-cles-investisseur br {
        display: none;
    }

    #taille-img-icone5 {
        width: 80px !important;
    }

    #taille-img-icone6 {
        height: 70px !important;
        margin-top: 25px !important;
    }

    #taille-img-icone7 {
        height: 85px !important;
        margin-top: 10px !important;
    }

    .chiffre-chiffres-cles-investisseurs {
        font-size: 32px !important;
    }

    .texte-chiffres-cles-investisseurs {
        font-size: 21px !important;
    }

    .chiffres-cles-bleu {
        font-size: 18px !important;
    }

    .chiffres-cles-gris {
        font-size: 13px !important;
    }
}

@media(max-width:600px) {
    .titre-chiffres-cles-investisseur {
        font-size: 32px !important;
        padding-bottom: 0px !important;
    }

    .texte-chiffres-cles-investisseur {
        font-size: 18px !important;
    }

    .chiffre-chiffres-cles-investisseurs {
        font-size: 30px !important;
    }

    .texte-chiffres-cles-investisseurs {
        font-size: 18px !important;
    }

    .chiffres-cles-bleu {
        font-size: 18px !important;
    }

    .chiffres-cles-gris {
        font-size: 12px !important;
    }
}

@media(max-width:768px) {
    .texte-homepage-investisseur {
        font-size: 20px;
    }

    .texte-homepage-investisseur br {
        display: none;
    }

    .texte-gras-homepage-investisseur {
        font-size: 20px;
    }
}

@media(max-width:600px) {
    .texte-homepage-investisseur {
        font-size: 17px;
    }

    .texte-gras-homepage-investisseur {
        font-size: 17px;
    }
}


@media(max-width:992px) {
    .bouton-homepage-investisseur {
        margin-top: 10px !important;
        margin-left: 0px !important;
        float: left;

    }
}

/*Style de la section impact positif*/
.impact-positif {
    height: 130%;
    position: relative;
    background-color: #fff;
}

.impact-positif .container {
    display: table;
    height: 100%;
}

.container-impact-positif {
    display: table-cell;
    vertical-align: middle;
}

@media(max-width:992px) {
    .impact-positif {
        height: auto !important;
        /* min-height:100%; */
    }
}

.sup {
    font-size: 19px;
    font-family: 'roboto_light';
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.2;
}

@media(max-width:768px) {
    .sup br {
        display: none;
    }
}

#sup-right {
    margin-bottom: 0px;
}

.titre-impact-positif {
    font-family: 'roboto_bold';
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

@media(max-width:1444px) {
    .titre-impact-positif {
        padding-top: 50px;
    }
}

.texte-en-gras1 {
    font-size: 37px;
    color: #5463a9;
    font-family: 'roboto_bold';
    line-height: 1.0;
    margin-bottom: 10px;
}

#sup-right-1 {
    margin-bottom: 10px;
}

#taille-font-impact {
    margin-top: -10px;
}


.bordure-impact-positif1 {
    border-right: 2px dotted grey;
    border-bottom: 2px dotted grey;
}

.bordure-impact-positif2 {
    border-right: 2px dotted grey;
    border-bottom: none;
}

.bordure-impact-positif3{
    border-right:2px dotted #fff;
    border-bottom:2px dotted #fff;
}

.bordure-impact-positif4{
    border-right:2px dotted #fff;
    border-bottom:none;
}

@media(max-width:992px) {
    .bordure-right-impact {
        border-right: 2px dotted grey !important;
    }

    .bordure-impact-positif1 {
        border-right: none;
        border-bottom: 2px dotted grey;
    }

    .bordure-impact-positif2 {
        border-right: none;
        border-bottom: 2px dotted grey;
    }

    .bordure-impact-positif3 {
        border-right: 2px dotted grey;
        border-bottom: none;
        padding-bottom: 30px;
    }
}

@media(max-width:575px) {
    .bordure-impact-positif3 {
        border-right: none;
        border-bottom: 2px dotted grey;
    }

    .bordure-right-impact {
        border-right: none !important;
    }
}

.position-texte-impact-positif {
    padding-top: 30px;
    padding-bottom: 30px;
}

.position-texte-impact-positif-2 {
    padding-top: 30px;
    padding-bottom: 0px;
}

.position-texte-impact-positif-3 {
    padding-top: 0px;
    padding-bottom: 30px;
}


.position-texte-impact-positif-particulier {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bouton-impact-positif {
    display: block;
    margin: 30px auto;
    margin-bottom: 0px;
    background-color: #d30f3f;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-family: 'roboto_light';
    padding: 10px;
    text-transform: uppercase;
    width: 155px;
    height: 39px;
}

a:hover {
    text-decoration: none;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

#loadmore {
    transition: .3s;
}

#loadmore:hover {
    text-decoration: none;
}

@media(max-width:768px) {
    .bouton-impact-positif {
        width: 70% !important;
        height: 60px !important;
    }
}

@media(max-width:375px) {
    .bouton-impact-positif {
        width: 90% !important;
        height: 60px !important;
    }
}

.bouton-actu {
    width: 250px !important;
}

.bouton-actu-anglais {
    width: 190px !important;
}

.bouton-actualite {
    width: 250px;
    margin: 0px auto !important;
}

.bouton-invite {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    width: 190px;
    height: 60px;
}

#invite-anglais {
    width: 230px;
}

@media(max-width:992px) {
    .bouton-invite {
        width: 190px !important;
    }

    .bouton-actualite {
        width: 250px !important;
    }
}

@media(max-width:768px) {
    .bouton-invite {
        float: none !important;
        margin-left: 0px;
        /* width: 95.5% !important; */
    }

    .bouton-actualite {
        /* width:100% !important; */
        margin: 10px auto !important;
    }
}

.bouton-impact-positif:hover {
    cursor: pointer;
}

@media(max-width:1200px) {
    .texte-en-gras1 {
        font-size: 30px;
    }

    .sup {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .titre-impact-positif {
        font-size: 32px !important;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .position-texte-impact-positif-particulier {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .sup {
        font-size: 15px;
    }

    .texte-en-gras1 {
        font-size: 30px !important;
        color: #5463a9;
        font-family: 'roboto_bold';
        line-height: 1.0;
        margin-bottom: 8px;
    }

    #taille-font-impact {
        margin-top: -10px;
    }

    .position-texte-impact-positif {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .position-texte-impact-positif-2 {
        padding-top: 20px !important;
        padding-bottom: 5px !important;
    }

    .position-texte-impact-positif-3 {
        padding-top: 20px !important;
        padding-bottom: 5px !important;
    }

    .impact-positif-particulier-sup {
        margin-top: 30px;
    }

    #sup-right {
        margin-bottom: 0px;
    }

    #sup-right-1 {
        margin-bottom: 10px;
    }

    .bouton-impact-positif {
        margin: 0px auto;
        font-size: 12px;
        padding: 12px;
        margin-bottom: 20px;
        width: 170px;

    }
}

@media(max-width:600px) {
    .titre-impact-positif {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .position-texte-impact-positif-particulier {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .sup {
        font-size: 13px !important;
    }

    .texte-en-gras1 {
        font-size: 22px !important;
        color: #5463a9;
        font-family: 'roboto_bold';
        line-height: 1.0;
        margin-bottom: 8px;
    }

    #taille-font-impact {
        margin-top: -10px;
    }

    .impact-positif-particulier-sup {
        margin-top: 30px;
    }

    #sup-right {
        margin-bottom: 0px;
    }

    #sup-right-1 {
        margin-bottom: 10px;
    }

    .bouton-impact-positif {
        margin: 0px auto;
        font-size: 14px !important
    }
}


.impact-positif-particulier-bottom {
    margin-top: 17px;
}

.impact-positif-particulier-bottom-bis {
    margin-top: 0px;
}

.impact-positif-particulier-sup {
    margin-bottom: 30px;
    margin-top: 0px;
}

@media(min-width:595px) and (max-width:992px) {
    .impact-positif-particulier-sup {
        margin-top: 30px;
    }

    .impact-positif-particulier-bottom-bis {
        margin-top: 30px !important;
    }

    .impact-positif-particulier-bottom {
        margin-top: 30px !important;
    }

    #sup-right {
        margin-bottom: 10px;
    }
}

@media(max-width:595px) {
    .impact-positif-particulier-sup {
        margin-top: 30px !important;
    }

    #sup-right {
        margin-bottom: 10px;
    }
}


/*Style de la section invité*/
.invite {
    height: 100%;
    background: linear-gradient(90deg, #5463a9 20%, #f9f9f9 0%);
    position: relative;
}

@media(min-width:1926px) {
    .invite {
        /* height:100%; */
        background: linear-gradient(90deg, #5463a9 25%, #f9f9f9 0%);
        /* position:relative; */
    }
}

.invite .container {
    display: table;
    height: 100%;
}

.container-invite {
    display: table-cell;
    vertical-align: middle;
}

.video-interview {
    height: 600px;
    width: 100%;
    padding: 20px;
}

@media(max-width:992px) {
    .invite {
        height: auto;
        background: linear-gradient(180deg, #5463a9 30%, #f9f9f9 0%);
    }
}

.image-invite {
    display: block;
    float: left;
    margin: 10px auto;
    width: 420px;
    /* height:90vh; */
    position: relative;
}

.image-podcast {
    display: block;
    margin: 10px auto;
    width: auto;
    position: relative;
}

@media(max-width:500px) {
    .image-podcast {
        display: block;
        margin: 10px auto;
        width: 300px;
        position: relative;
    }
}

@media(max-width:375px) {
    .image-podcast {
        display: block;
        margin: 10px auto;
        width: 250px;
        position: relative;
    }
}

.image-invite:hover {
    cursor: pointer;
}

.position-video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .image-invite {
        display: block;
        margin: 10px auto;
        height: 300px;
        object-fit: contain;
        position: relative;
    }
}

.table-texte-invite {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-texte-invite {
    display: table-cell;
    vertical-align: middle;
}

.nom-impact h3 {
    font-size: 60px;
    font-family: 'roboto-medium';
    line-height: 1.1;
    padding-bottom: 30px;
}

.nom-invite {
    font-size: 60px;
    font-family: 'roboto-medium';
    line-height: 1.1;
    padding-bottom: 30px;
}

.texte-interview-invite p {
    font-family: 'roboto-regular';
    color: rgb(0, 0, 0, 0.5);
    font-size: 20px;
    line-height: 1.2;
}

.texte-interview-invite a {
    color: rgb(0, 0, 0, 0.5);
    font-family: 'roboto_bold';
}

@media(max-width:1200px) {
    .nom-impact h3 {
        font-size: 42px !important;
        padding-bottom: 0px !important;
    }

    .nom-invite {
        font-size: 42px !important;
        padding-bottom: 0px !important;
    }

    .bouton-impact-positif {
        margin: 15px auto;
    }

    .texte-interview-invite p {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .image-invite {
        /* width:auto !important; */
        float: left;
        text-align: left;
        margin: 10px auto;
        object-fit: contain;
        height: 300px;
    }

    .nom-impact h3 {
        font-size: 32px !important;
    }

    .nom-invite {
        font-size: 32px !important;
    }

    .texte-interview-invite p br {
        display: none;
    }
}

@media(max-width:768px) {
    .texte-interview-invite p br {
        display: none;
    }
}

@media(max-width:600px) {
    .nom-impact h3 {
        padding-bottom: 10px !important;
    }

    .nom-invite {
        padding-bottom: 10px !important;
    }
}

@media(max-width:500px) {
    .invite {
        background: linear-gradient(180deg, #5463a9 30%, #f9f9f9 0%);
    }

    .image-invite {
        margin: 5px auto;
        height: 200px !important;
    }

    .nom-impact h3 {
        font-size: 30px !important;
    }

    .nom-invite {
        font-size: 30px !important;
    }
}

@media(max-width:360px) {

    .nom-impact h3 {
        font-size: 29px !important;
    }

    .nom-invite {
        font-size: 29px !important;
    }

    .texte-interview-invite p br {
        display: none;
    }
}

.titre-lumiere {
    font-size: 30px !important;
    font-family: 'roboto_bold';
    margin-bottom: 0px;
    line-height: 1.1;
}


.titre-lumiere-bis {
    font-size: 20px !important;
    font-family: 'roboto_bold';
    margin-bottom: 0px;
}

/* @media(max-width:1200px){
    .titre
} */

@media(max-width:992px) {
    .titre-lumiere-bis {
        font-size: 16px !important;
    }
}

.popup .close-invite {
    position: absolute;
    top: -70px;
    left: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

/* animation transition */
.reveal {
    opacity: 0;
    transform: translateY(-30px);
}

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
    transition: .3s;
}

/* Les classes dans la page identite */
.ambition-identite {
    height: 60%;
    position: relative;
    background-color: #5463a9;
    color: #fff;
}

.page-identite {
    height: 75% !important;
    ;
}

@media(min-width:1926px) {
    .page-identite {
        height: 60% !important;
    }
}

@media(max-width:1200px) {
    .page-identite {
        height: 60% !important;
    }
}

@media(max-width:600px) {
    .page-identite {
        height: 80% !important;
    }
}

.banniere-identite {
    background-image: url('images/images-web2/identité/identité/identité-02.png');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    position: relative;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;

}

@media(max-width:992px) {
    .banniere-identite {
        background-attachment: initial;
    }
}

.investisseur-accueil {
    background-image: url('images/images-web2/HOMEPAGE/MAP-01.png');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F6F6F6;
}

.investisseur-accueil .container {
    display: table;
    height: 100%;
    width: 100%;
}

.positionnement-identite {
    height: 100%;
    width: 100%;
    position: relative;
}

.positionnement-identite .container {
    display: table;
    height: 60%;
    width: 100%;
}

.container-positionnement-identite {
    display: table-cell;
    vertical-align: middle;
}


.ambition-identite .container {
    display: table;
    height: 100%;
    width: 100%;
}

.position-ambition-identite {
    display: table-cell;
    vertical-align: middle;
}

.titre-ambition-identite {
    font-family: 'roboto_light';
    font-size: 43px;
    line-height: 1.1;
    text-transform: uppercase;
    padding-top: 60px;
}

.margin-titre-ambition-identite {
    margin-bottom: 40px;
}

.texte-ambition-identite p {
    font-family: 'roboto-thin';
    /* font-size:31px; */
    font-size: 20px;
    line-height: 1.3;
}

@media(min-width:1926px) {
    .ambition-identite {
        height: 40%;
    }
}

@media(max-width:1200px) {
    .ambition-identite {
        height: 80%;
    }
}

@media(max-width:1200px) {
    .texte-ambition-identite p {
        font-size: 20px;
    }

    .img-actions-impact-positif {
        height: 150px;
    }

    .titre-ambition-identite {
        font-size: 37px;
    }
}

#img-positionnement {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    width: auto;
    height: 60%;
}


.titre-positionnement {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 38px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'roboto_bold';
    line-height: 1.2;
    text-transform: uppercase;
}

@media(max-width:992px) {
    .titre-positionnement {
        font-size: 38px;
    }

    .texte-positionnement {
        font-size: 23.5px !important;
    }

    .titre-ambition-identite {
        font-size: 30px;
        /* padding-top:20px; */
    }

    .texte-ambition-identite p {
        font-size: 18.5px;
    }
}

@media(max-width:768px) {
    .img-actions-impact-positif {
        display: none !important;
    }

    .titre-positionnement {
        font-size: 30px;
    }

    .texte-positionnement {
        font-size: 21.5px !important;
    }

    .titre-ambition-identite {
        font-size: 23px;
    }

    .titre-ambition-identite br {
        display: none;
    }

}

@media(max-width:600px) {
    .titre-positionnement {
        font-size: 25px;
    }

    .texte-positionnement {
        font-size: 17.5px !important;
    }

    .texte-ambition-identite p {
        font-size: 15.5px;
    }
}

@media(max-width:320px) {
    .titre-positionnement {
        font-size: 20px;
    }

    .texte-positionnement {
        font-size: 15.5px !important;
    }
}

.container-texte-positionnement {
    justify-content: center;
    display: flex;
}

.texte-positionnement {
    color: rgb(0, 0, 0, 0.65);
    text-align: center;
    font-family: 'roboto_light';
    letter-spacing: 0px;
    font-size: 23.5px;
    line-height: 1.2;
}

.valeurs-identite {
    height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    display: block;
}

.valeurs-identite-sm {
    display: none;
}


@media(min-width:1926px) {
    .valeurs-identite {
        height: 900px;
    }
}

@media(max-width:1200px) {
    .valeurs-identite {
        height: 560px;
        padding-top: 70px;
    }
}

@media(max-width:992px) {
    .valeurs-identite {
        display: none;
    }

    .valeurs-identite-sm {
        display: block;
        height: auto;
        padding-top: 45px !important;
    }


}

.titre-valeur-identite {
    padding-top: 30px;
    font-family: 'roboto_bold';
    font-size: 34px;
    text-transform: uppercase;
}

.container-valeurs-passifs {
    position: absolute;
    bottom: 10px;
}

.container-valeurs-actives {
    position: relative;
    margin-top: 0px;
    transition: all 200s ease-in-out;
}

.container-valeurs-actives:hover {
    margin-top: 0px;
    /* width:100%; */
    /* transform: rotate(180deg); */
}

.container-valeurs {
    display: none;
}

.valeurs-identite-active {
    height: 100%;
    position: relative;
}

#passif-valeurs {
    display: flex;
    flex-direction: column;
    /* padding-top:30px; */
}

@media(max-width:768px) {
    #passif-valeurs {
        flex-direction: column;
    }
}

.flex-nom-valeur-identite {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 10px;
}

@media(max-width:768px) {
    .flex-nom-valeur-identite {
        flex-direction: column;
        position: relative;
        bottom: 0px;
    }
}

#audace {
    display: block;
}

.nom-valeur-passif {
    font-family: 'roboto-medium';
    font-size: 45px;
    color: rgb(0, 0, 0, 0.25);
    text-transform: uppercase;
    padding: 35px;
}

.nom-valeur-passif:hover {
    cursor: pointer;
    color: #d30f3f;
}

.nom-valeur-actif {
    font-family: 'roboto-medium';
    font-size: 60px;
    color: #d30f3f;
}

.nom-valeur-actif:hover {
    cursor: pointer;
    font-size: 65px;
    transition: all 2s ease-in-out;
}

.texte-valeur-actif p {
    font-family: 'roboto_light';
    font-size: 25px;
    padding-left: 15px;
    letter-spacing: 1px;
    color: rgb(0, 0, 0, 0.55);
    line-height: 1.0;
    transition: all 5s ease-in-out;
}

.background-texte-valeur-actif {
    font-family: 'roboto-regular';
    font-size: 170px;
    color: #f7F7F7;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0px;
}

@media(max-width:1200px) {
    .texte-valeur-actif p {
        font-size: 21px;
    }

    .background-texte-valeur-actif {
        font-size: 130px;
    }
}

@media(min-width:1926px) {
    .texte-valeur-actif p {
        font-size: 30px;
    }

    .background-texte-valeur-actif {
        font-size: 200px;
    }
}

@media(max-width:992px) {
    .texte-valeur-actif p {
        font-size: 15px;
    }

    .background-texte-valeur-actif {
        font-size: 70px !important;
        position: relative;
        padding-top: 150px;
    }

    .position-texte-valeur-actif {
        top: 53% !important;
    }

    .texte-valeur-actif p br {
        display: none;
    }

    .background-blanc {
        background-color: #ffffff;
    }
}

@media(max-width:768px) {
    .position-texte-valeur-actif {
        top: 60% !important;
    }
}


@media(max-width:600px) {
    .background-texte-valeur-actif {
        font-size: 35px !important;
        padding-top: 120px;
    }
}

@media(max-width:360px) {
    .background-texte-valeur-actif {
        font-size: 32px !important;
    }

    .texte-valeur-actif p {
        font-size: 13px !important;
    }

}

.position-texte-valeur-actif {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 20px;
}

.swiper-container-cube .swiper-cube-shadow {
    background-color: transparent !important;
}

@media(max-width:1200px) {
    .nom-valeur-actif {
        font-size: 55px;
    }
}

@media(max-width:992px) {
    .nom-valeur-actif {
        font-size: 40px !important;
    }

}

@media(max-width:375px) {
    .nom-valeur-actif {
        padding-top: 20px;
        font-size: 40px !important;
    }

}

.position-nom-valeur-identite {
    margin-top: 40px;
}

.nom-valeur-identite {
    font-family: 'roboto_light';
    font-size: 40px;
    color: rgb(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.nom-valeur-identite-actif {
    font-family: 'roboto-medium';
    font-size: 40px;
    color: rgb(0, 0, 0, 0.4);
    padding: 35px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 1.5s ease-in-out;
}

.nom-valeur-identite:hover {
    cursor: pointer;
    color: #d30f3f;
    transition: all 0.5s ease-in-out;
}

.nom-valeur-identite-actif:hover {
    cursor: pointer;
    color: #d30f3f;
    transition: opacity 2s ease-in-out;
}

#nom-non-actif {
    display: block;
    visibility: hidden;
}

@media(max-width:1200px) {
    .nom-valeur-identite {
        font-size: 33px;
    }

    .titre-valeur-identite {
        font-size: 29px;
    }
}

@media(max-width:992px) {
    .nom-valeur-identite {
        font-size: 27px;
        padding: 32px;
    }

    .titre-valeur-identite {
        font-size: 22px;

    }
}

@media(max-width:768px) {
    #nom-non-actif {
        display: none;
        visibility: hidden;
    }

    .nom-valeur-identite {
        padding: 30px;
    }

    #audace-left {
        padding-left: 30px;
    }

    .titre-valeur-identite {
        margin-top: 0px;
    }
}

.nom-valeur-identite:hover {
    cursor: pointer;
    color: #d30f3f;
}


.valeurs-identite .table-valeurs-identite {
    display: table;
    height: 100%;
    width: 100%;
    /* position:relative; */
}


.wrapper-texte p {

    background: linear-gradient(to left, rgb(0, 0, 0, 0.4) 30%, #d30f3f 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.cell-valeurs-identite {
    display: table-cell;
    vertical-align: middle;
}

.titre-modele-identite {
    font-size: 40px;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'roboto_bold';
    text-transform: uppercase;
}


@media(max-width:992px) {
    .titre-modele-identite {
        font-size: 30px !important;
        padding-top: 40px !important;
        padding-bottom: 25px;
    }
}

@media(max-width:768px) {
    .titre-modele-identite {
        font-size: 28px !important;
    }
}

@media(max-width:425px) {
    .titre-modele-identite {
        font-size: 24px !important;
    }
}

@media(max-width:375px) {
    .titre-modele-identite {
        font-size: 17px !important;
    }
}

.modele-identite {
    height: 120%;
    position: relative;
}

.table-modele-identite {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-modele-identite {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width:1926px) {
    .modele-identite {
        height: 60%;
    }
}

@media(max-width:1200px) {
    .modele-identite {
        height: 70%;
    }

    .texte-overlay-modele-inspirant p {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .modele-identite {
        height: auto;
    }

    .texte-overlay-modele-inspirant p {
        font-size: 13.5px !important;
    }
}

@media(max-width:768px) {
    .titre-overlay-modele-inspirant h4 {
        font-size: 18px !important;
    }

    .texte-overlay-modele-inspirant p {
        font-size: 14px !important;
    }
}

@media(max-width:600px) {
    .titre-overlay-modele-inspirant h4 {
        font-size: 15px !important;
    }

    .texte-overlay-modele-inspirant p {
        font-size: 11px !important;
    }
}

@media(max-width:425px) {
    .titre-overlay-modele-inspirant h4 {
        font-size: 13px !important;
    }

    .texte-overlay-modele-inspirant p {
        font-size: 10px !important;
    }
}


.height-modele {
    height: 100%;
}

.overlay-modele-inspirant {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    color: #fff;
}

.titre-overlay-modele-inspirant h4 {
    opacity: 0;
    transform: translateY(100px);
}

.texte-overlay-modele-inspirant p {
    opacity: 0;
    transform: translateY(100px);
}

.revealY-visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
}

.overlay-modele-inspirant .container {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.container-overlay-modele-inspirant {
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
}

.container-texte-modele-identite {
    position: relative;
}

.numero-modele-identite {
    font-family: adria_groteskaxian;
    font-size: 90px;
    margin-bottom: 30px;
    text-align: left;
    opacity: 1;
}

.texte-modele-identite h4 {
    font-family: 'roboto_light';
    font-size: 30px;
    /* line-height:0.4; */
    line-height: 1.0;
    text-align: left;
    opacity: 1;
    padding-top: 0px;
}

@media(min-width:1926px) {
    .texte-modele-identite h4 {
        font-size: 35px;
    }
}

@media(max-width:1200px) {
    .numero-modele-identite {
        font-size: 75px;
        margin-bottom: 20px;
    }

    .texte-modele-identite h4 {
        font-size: 22px;
    }
}

@media(max-width:992px) {
    .numero-modele-identite {
        font-size: 70px !important;
        margin-bottom: 0px;
    }

    .texte-modele-identite h4 {
        font-size: 23px !important;
        padding-top: 22px;
        line-height: 0.2;
    }

    .texte-modele-identite h4 br {
        display: none;
    }
}

@media(max-width:768px) {
    .numero-modele-identite {
        font-size: 60px !important;
    }

    .texte-modele-identite h4 {
        font-size: 18px !important;
        padding-top: 18px !important;
    }
}

@media(max-width:425px) {
    .numero-modele-identite {
        font-size: 30px !important;
        margin-bottom: 0px !important;
    }

    .texte-modele-identite h4 {
        padding-top: 0px !important;
        line-height: 0.4 !important;
    }
}

@media(max-width:320px) {
    .texte-modele-identite h4 {
        font-size: 17px !important;
    }
}

.transition-overlay-modele-inspirant {
    width: 600px;
}

@media(max-width:1926px) {
    .transition-overlay-modele-inspirant {
        width: 500px;
    }
}

@media(max-width:1444px) {
    .transition-overlay-modele-inspirant {
        width: 400px;
    }
}

@media(max-width:1200px) {
    .transition-overlay-modele-inspirant {
        width: 350px;
    }
}

@media(max-width:1040px) {
    .transition-overlay-modele-inspirant {
        width: 330px;
    }
}

@media(max-width:992px) {
    .transition-overlay-modele-inspirant {
        width: auto;
    }
}

.titre-overlay-modele-inspirant h4 {
    font-family: 'roboto_light';
    font-size: 23px;
    padding-bottom: 30px;
    line-height: 1.0;
    text-align: left;
}

.texte-overlay-modele-inspirant p {
    font-family: 'roboto-thin';
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: left;
}

.texte-gras-modele-identite {
    font-family: 'roboto_bold';
}

.img-modele {
    height: auto;
    max-height: 940px;
}

.img-modele:hover {
    cursor: pointer;
}

.banniere-pole {
    background-image: url('images/images-web2/pole/pole/pole-01.png');
    position: relative;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

.liste-poles {
    height: 100%;
    position: relative;
    background-color: #fff;
}

.centered-image-mobile {
    display: block;
    margin: unset;
}

@media(max-width:992px) {
    .banniere-pole {
        background-attachment: initial;
        background-position: 50% 0;
    }

}

@media(max-width:992px) and (min-width:768px) {
    .liste-poles {
        height: auto;
    }
}

@media(max-width:768px) {
    .liste-poles {
        height: 120%;
    }

    .centered-image-mobile {
        margin: auto;
    }
}

.icones-liste-poles {
    width: auto;
    height: 38px;
}

.icones-liste-poles-bis {
    width: auto;
    height: 38px;
    position: absolute;
    top: -8px;
}


.date-historique-pole {
    position: absolute;
    top: 75px;
}

.container-logo-historique {
    background-color: transparent;
    width: 220px;
    height: 110px;
    position: relative;
}

.container-logo-historique img {
    display: block;
    margin: unset;
}

.content-date-historique {
    display: block;
    margin: unset;
}

@media(max-width:768px) {
    .container-logo-historique {
        display: block;
        margin: auto;
    }

    .content-date-historique {
        display: block;
        margin: auto;
    }
}

.date-historique {
    font-family: 'roboto-regular';
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 0px;
}

.date-periode-allperiodes {
    font-family: 'roboto_light';
    margin-top: 7px;
    font-size: 19px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0px;
    color: #ff0045;
}


.texte-date-historique-periode {
    padding-top: 2px;
    text-align: center;
    font-family: 'roboto_light';
    font-size: 14px;
    color: rgb(0, 0, 0, 0.5);
    line-height: 1.0;
    padding-bottom: 10px;
}

.texte-date-historique {
    padding-top: 2px;
    text-align: left;
    font-family: 'roboto_light';
    font-size: 18px;
    color: rgb(0, 0, 0, 0.7);
    line-height: 1.0;
    padding-bottom: 10px;
}

@media(max-width:768px) {
    .date-historique {
        text-align: center;
    }

    .texte-date-historique {
        text-align: center;
        padding-bottom: 30px;
    }

}

.texte-date-historique-titre {
    text-transform: uppercase;
    padding-top: 10px;
    text-align: left;
    font-family: 'roboto_light';
    font-size: 21px;
    color: #d30f3f;
    margin-bottom: 0px;
}

.date-historique-pole ul {
    list-style: none;
    text-align: center;
}

.date-historique-box {
    position: relative;
    height: 100%;
}

.p-date-historique-pole {
    font-family: 'roboto-thin';
    font-size: 16px;
    color: lightgrey;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0px;
    line-height: 2.5;
}

.p-date-historique-pole:hover {
    cursor: pointer;
    color: #ff0045;
}

.position-icone-pole {
    margin-top: -45px;
    margin-bottom: -30px;
}

#p-date-historique-pole-icone {
    font-size: 50px;
    text-align: left;
    margin-left: -2em;
}

.activite {
    color: #ff0045;
    text-align: left;
    border-right: solid;
    padding-left: 15px;
    border-bottom: none;
    transition: border 0.1s linear;
}

@media(max-width:600px) {
    .activite {
        color: #ff0045;
        text-align: left;
        border-right: none;
        padding-left: 0px;
        border-bottom: none;
        transition: none;
    }
}

@media(max-width:992px) {
    .activite {
        border-bottom: solid;
        border-right: none;
        padding-right: 0px;
    }

    .p-date-historique-pole {
        padding-right: 0px;
    }

    #periode-historique-pole {
        text-align: center !important;
    }

    .container-periode {
        margin-left: 0px !important;
        padding-left: 15px !important;
    }

    .padding-historique-pole {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .texte-date-historique {
        font-size: 15px !important;
    }

    .container-logo-historique img {
        display: block;
        margin: auto;
    }
}

#img-liste-pole {
    height: 330px;
    object-fit: cover;
}

#img-historique-pole {
    height: 60px;
    margin-top: 40px;
}

#img-historique-pole-bis {
    height: 40px;
    margin-top: 60px;
}

#img-historique-pole-bis-2 {
    height: 90px;
    margin-top: 10px;
}

#img-historique-pole-bis-3 {
    height: 35px;
    margin-top: 65px;
}

#img-historique-pole-bis-4 {
    margin-top: 50px;
    height: 50px;
}

#img-historique-pole-bis-5 {
    height: 30px;
    margin-top: 70px;
}

#img-historique-pole-2 {
    width: 88px;
    margin-top: -50px;
}

.padding-historique-pole {
    margin-left: -15px;
    margin-right: 90px;
    padding-bottom: 30px;
}

.container-periode {
    display: none;
    padding-left: 90px;
    padding-right: -50px;
    margin-left: -120px;
    padding-bottom: 30px;
    height: 500px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.container-periode .container-fluid::-webkit-scrollbar {
    display: none;
}

@media(max-width:1444px) {
    .container-periode {
        height: 250px;
        overflow-y: scroll;
    }
}


.container-all-periodes {
    overflow: hidden;
    height: 500px;
}

@media(max-width:1280px) {
    .container-all-periodes {
        overflow: hidden;
        height: 300px;
    }
}

.container-all-periodes .row {
    overflow-y: scroll;
}

.container-all-periodes .container-fluid::-webkit-scrollbar {
    display: none;
}

.espacement-block {
    margin-right: -160px !important;
}

#allperiodepassif {
    display: flex;
}

#allperiodeactive {
    display: none;
}

@media(max-width:1200px) {
    .espacement-block {
        margin-right: -140px !important;
    }
}

@media(max-width:992px) {
    .espacement-block {
        margin-right: -50px !important;
    }
}

@media(max-width:768px) {
    .espacement-block {
        margin-right: 0px !important;
    }
}

.ligne-separateur {
    border-left: solid 1px lightgray;
}

@media(max-width:992px) {
    .ligne-separateur {
        border-left: none;
    }
}

.container-periode .container-fluid {
    overflow-y: scroll;
    height: 420px;
}

#periode5 {
    display: table-cell;
}

#periode-historique-pole {
    text-transform: uppercase;
    line-height: 1.4;
    padding-top: 20px;
    text-align: left;
    padding-left: 30px;
}

@media(max-width:1024px) and (min-width:992px) {
    .container-periode {
        margin-left: -60px !important;
        padding-left: 30px !important;
        overflow-y: scroll;
    }

    .padding-historique-pole {
        margin-right: 30px !important;
    }
}

@media(max-width:992px) and (min-width:768px) {
    #periode-historique-pole br {
        display: none;
    }
}

.historique-pole {
    height: auto;
    min-height: 70%;
    position: relative;
    background-color: #f6f6f6;
}

/* @media(min-width:1926px){
    .historique-pole{
        height:70%;
    }
} */
@media(max-width:992px) {
    .historique-pole {
        height: auto;
    }
}

.historique-pole .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-content-historique-pole {
    display: table-cell;
    vertical-align: middle;
}

.essai-ligne-separation {
    height: 100%;
    width: 1px;
    background-color: rgb(0, 0, 0, 0.1);
    position: absolute;
    left: 10%;
    top: 0px;
    visibility: visible;
}

.visibilite-periode-mobile {
    display: none;
}

@media(max-width:992px) {
    .essai-ligne-separation {
        visibility: unset;
    }

    .activite {
        padding-left: 0px !important;
        text-align: center;
    }

    .p-date-historique-pole {
        padding-left: 0px !important;
        text-align: center
    }
}

@media(max-width:767px) {
    .visibilite-periode-mobile {
        display: inline-block;
    }

    .date-historique-mobile {
        position: relative;
        display: block;
        margin: 0px auto;
    }

    .btn-date-mobile {
        background-color: #d30f3f;
        color: white;
        border-color: transparent;
        height: 60px;
        width: 357px;
        font-size: 14px;
        font-family: 'roboto_light';
        text-transform: uppercase;
    }

    @media(max-width:425px) {
        .btn-date-mobile {
            width: 270px !important;
        }
    }

    @media(max-width:300px) {
        .btn-date-mobile {
            width: 180px !important;
        }
    }

    .dropdown-content .p-date-historique-pole-mobile:hover {
        color: #d30f3f;
    }

    .date-historique-mobile:hover .dropdown-content {
        display: block;
    }

    .date-historique-mobile:hover .dropbtn {
        color: #d30f3f;
        cursor: pointer;
    }
}


#position-deuxieme-row {
    justify-content: center;
}

.banniere-impact-positif {
    background-image: url('images/images-web2/IMPACT/IMPACT/IMPACT-02.png');
    position: relative;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

#banniere-impact-positif {
    margin-bottom: 8px;
}

.texte-banniere {
    font-family: 'roboto-thin';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.0;
    margin-bottom: 54px;
}

@media(max-width:1200px) {
    .texte-banniere br {
        display: none;
    }
}

@media(max-width:992px) {
    .sous-titre-banniere-2 {
        font-size: 54px;
    }

    .texte-banniere br {
        display: none;
    }

    .texte-banniere {
        font-size: 18px !important;
    }

    .banniere-impact-positif {
        background-attachment: initial;
    }


}

@media(max-width:768px) {
    .sous-titre-banniere-2 {
        font-size: 50px !important;
    }

    .texte-banniere {
        font-size: 16px !important;
    }
}

@media(max-width:600px) {
    .sous-titre-banniere-2 {
        font-size: 45px !important;
    }

    .texte-banniere {
        font-size: 14px !important;
    }
}

@media(max-width:425px) {
    .sous-titre-banniere-2 {
        font-size: 35px !important;
    }
}

@media(max-width:320px) {
    .sous-titre-banniere-2 {
        font-size: 28px !important;
    }
}

.pourquoi-impact-positif {
    height: 100%;
    position: relative;
    background-color: #5463a9;
}

.table-scoring-hide {
    padding: 120px 70px;
}


@media(max-width:1200px) {
    .table-scoring-hide {
        padding: 90px 50px;
    }

    .texte-pourquoi-impact-positif p {
        font-size: 16px;
    }
}

.container-texte-pourquoi-impact-positif-mobile {
    display: none;
}

@media(max-width:767px) {
    .container-texte-pourquoi-impact-positif {
        display: none;
    }

    .container-texte-pourquoi-impact-positif-mobile {
        display: block;
    }

}

.titre-pourquoi-impact-positif {
    font-family: 'roboto_light';
    font-size: 45px;
    line-height: 1.1;
    padding-top: 10px;
    color: grey;
}

.texte-pourquoi-impact-positif p {
    font-family: 'roboto-thin';
    font-size: 18px;
    line-height: 1.2;
    color: grey;
}

@media(max-width:992px) {
    .titre-pourquoi-impact-positif {
        font-size: 36px;
    }

    .titre-scoring {
        font-size: 36px !important;
    }

    .texte-pourquoi-impact-positif p {
        color: white !important;
    }

}

@media(max-width:768px) {
    .titre-pourquoi-impact-positif {
        font-size: 27px;
    }
}


@media(max-width:425px) {
    .titre-pourquoi-impact-positif {
        font-size: 30px !important;
    }

}

@media(max-width:375px) {
    .titre-pourquoi-impact-positif {
        font-size: 23px !important;
    }
}

.table-actions-impact-positif {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-actions-impact-positif {
    display: table-cell;
    vertical-align: middle;
}

.titre-actions-impact-positif {
    font-family: 'roboto_light';
    font-size: 50px;
    text-align: left;
}

.sous-titre-actions-impact-positif {
    font-family: 'roboto-thin';
    font-size: 20px;
    color: grey;
}

.img-actions-impact-positif {
    height: 190px;
    width: auto;
    display: block;
    margin: 80px auto;
}

@media(max-width:1444px) {
    .titre-actions-impact-positif {
        font-size: 45px;
    }
}

@media(max-width:1250px) {
    .titre-actions-impact-positif {
        font-size: 37px !important;
    }

    .sous-titre-actions-impact-positif {
        font-size: 20px;
    }
}

@media(max-width:1030px) {
    .titre-actions-impact-positif {
        font-size: 34px !important;
    }
}

@media(max-width:992px) {
    .titre-actions-impact-positif {
        font-size: 25px !important;
    }

    .sous-titre-actions-impact-positif {
        font-size: 20px;
    }

    .img-actions-impact-positif {
        height: 140px;
    }
}


.actions-impact-positif {
    height: 100%;
    position: relative;
    display: block;
}

.custom-margin-impact-positif {
    display: table-cell;
    vertical-align: middle;
}

.actions-impact-positif-sm {
    display: none;
}

@media(min-width:1444px) {
    .actions-impact-positif {
        height: 80%;
    }
}

@media(min-width:2200px) {
    .actions-impact-positif {
        height: 50%;
    }
}

@media(max-width:768px) {
    .table td {
        height: 100px !important;
    }

    .actions-impact-positif {
        display: none;
    }

    .actions-impact-positif-sm {
        height: auto;
        display: block;
    }

    .actions-impact-positif-sm .custom-margin-impact-positif {
        padding-top: 20px;
    }

    .actions-impact-positif-sm .table {
        padding-bottom: 20px;
    }

    .titre-actions-impact-positif {
        text-align: center;
        font-size: 21px !important;
    }

    .img-actions-impact-positif {
        height: 120px !important;
        ;
    }

    .texte-action-impact-positif {
        font-size: 12px !important;
    }

    .texte-action-impact-positif strong {
        font-size: 12px !important;
    }

    .chiffre-action-impact-positif {
        font-size: 31px !important;
    }
}

@media(max-width:375px) {
    .chiffre-action-impact-positif {
        font-size: 28px !important;
    }

    .texte-action-impact-positif {
        font-size: 11px !important;
    }

    .texte-action-impact-positif strong {
        font-size: 11px !important;
    }
}

@media(max-width:575px) {
    .chiffre-action-impact-positif {
        text-align: center !important;
    }

    .texte-action-impact-positif {
        text-align: center !important;
    }
}

.container-texte-actions-impact-positif {
    position: absolute;
    top: 70px;
    left: 70px;
}


.container-img-scoring img {
    height: 100%;
    width: 100%;
}

#img-scoring-hide {
    height: 600px;
    object-fit: cover;
}

.container-actions-impact-positif {
    padding: 20px;
    border-top: lightgrey solid 0.25px;
    height: 124px;
    margin-left: -20px;
}

.container-actions-impact-positif2 {
    padding: 20px;
    margin-left: -20px;
    border-bottom: lightgrey solid 0.25px;
    border-top: lightgrey solid 0.25px;
    height: 124px;
}

.container-actions-impact-positif:hover {
    background-color: #f6F6F6;
}

.container-actions-impact-positif2:hover {
    background-color: #f6F6F6;
}

.container-actions-ligne {
    border-right: lightgrey solid 0.25px;
    /* height:124px; */
    margin-top: -20px;
    border-top: none;
}

@media(max-width:768px) {

    .container-actions-ligne {
        border-right: none;
        margin-top: 0px;
    }

    .container-actions-impact-positif2 {
        display: none;
    }

    .container-actions-impact-positif {
        display: none;
    }
}

.chiffre-action-impact-positif {
    text-align: left;
    font-family: 'roboto_light';
    font-size: 47px;
    padding-top: 10px;
    /* padding-left:15px; */
}

.table-bordered {
    width: 100%;
}

.table {
    border-bottom: 1px solid lightgray;
}

.table td {
    height: 136px;
}

#chiffre-action-gauche {
    border-right: solid 1px lightgray;
    /* height:124px; */
}

@media(max-width:992px) {

    .table-bordered th,
    .table-bordered td {
        height: 100px;
    }
}

#chiffre-action-impact-gauche {
    padding-top: 30px;
}

.texte-action-impact-positif {
    font-family: 'roboto-thin';
    font-size: 17px;
    color: grey;
    line-height: 1.2;
    padding-top: 15px;
    text-align: left;
    /* padding-left:15px; */
}

.texte-action-impact-positif strong {
    font-family: 'roboto_light';
    font-size: 17px;
    color: grey;
    line-height: 1.2;
    padding-top: 15px;
}

@media(max-width:1200px) {
    .chiffre-action-impact-positif {
        font-size: 40px;
    }

    #chiffre-action-impact-gauche {
        padding-top: 30px;
    }

    .texte-action-impact-positif {
        font-size: 14px;
    }

    .texte-action-impact-positif br {
        display: none;
    }

    .texte-action-impact-positif strong {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .table td {
        height: 146px;
    }

    .chiffre-action-impact-positif {
        font-size: 33px;
    }

    .texte-action-impact-positif {
        font-size: 13px !important;
    }

    .texte-action-impact-positif br {
        display: none;
    }

    .texte-action-impact-positif strong {
        font-size: 13px !important;
    }
}

.img-video {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
    object-fit: contain;
}

#container-last {
    border-bottom: grey solid 0.25px;

}

.video-impact-positif {
    background-image: url('images/images-web2/IMPACT/bg-video-impact.png');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    /* box-shadow: inset 0 0 0 1000px rgba(26, 42, 68,0.8); */
    /* box-shadow: inset 0 0 0 1000px rgba(192, 202, 209,0.6); */
}


.video-impact-positif .container {
    height: 100%;
    display: table;
    width: 100%;
}


.container-video-impact-positif {
    display: table-cell;
    vertical-align: middle;
}

#titre-video-impact h3 {
    font-size: 45px;
    /* padding-top:20px; */
    padding-bottom: 40px;
    letter-spacing: 1px;
    font-family: 'roboto_light';
    text-align: center;
    text-transform: uppercase;
}

@media(max-width:992px) {
    #titre-video-impact h3 {
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media(max-width:600px) {

    .titre-video-impact h3 {
        font-size: 20px;
    }
}

.scoring-impact-positif {
    display: block;
}

.scoring-impact-positif .container {
    display: table;
    height: 80%;
    width: 100%;
}

.background-scoring-impact-positif {
    background-color: #f6F6F6;
}

.container-texte-explication .container {
    display: table;
    height: 80%;
    width: 100%;
}

.cell-scoring-impact-positif {
    display: table-cell;
    vertical-align: middle;
}

.img-ODD {
    width: 100%;
    height: auto;
    margin-top: 10px;
    object-fit: contain;
}

#scoring-impact-positif-sm {
    display: none;
}

@media(max-width:992px) {
    .scoring-impact-positif {
        display: none;
    }

    #scoring-impact-positif-sm {
        /* background-image: url('images/images-web2/IMPACT/IMPACT/IMPACT-05.png'); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        box-shadow: inset 0 0 0 1000px rgba(84, 99, 169);
        display: block;
        height: auto;
        position: relative;
    }

    .card {
        border-radius: 0;
        margin-bottom: 10px;
    }

    .card a {
        text-decoration: none;
    }

    .titre-scoring {
        padding-left: 0 !important;
    }
}

#container-scoring-show {
    display: block;
}

.container-scoring-hide {
    display: none;
    position: relative;
}

.container-changeant {
    background-color: #5463a9;
}

.container-textes-scoring {
    background-color: #fff;
    width: 100%;
    height: 100px;
    bottom: 0px;
    position: absolute;
}

.sous-container-textes-scoring {
    width: 20%;
}

.choix-scoring h2 {
    text-align: center;
    font-family: 'roboto_bold';
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    padding-top: 20px;
    padding: auto;
}

@media(max-width:1326px) {
    .choix-scoring h2 {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .choix-scoring h2 {
        text-align: left;
        color: gray;
        padding-top: auto;
        padding: 20px;
    }
}

.choix-scoring h2:hover {
    color: #d30f3f !important;
    cursor: pointer;
    text-decoration: none;
    /* font-family:'roboto-regular'; */
}

.choix-scoring-active h2 {
    color: #d30f3f;
    cursor: pointer;
    font-family: 'roboto-regular';
}

#position-objectif {
    margin-top: 15px;
}

@media(max-width:1326px) {
    #position-objectif {
        margin-top: 9px;
    }
}

.act {
    text-align: center;
    color: #d30f3f;
}

.container-scoring-texte {
    padding-top: 70px;
}

.scoring-impact-positif .table-texte-scoring {
    height: 100%;
    display: table;
    width: 100%;
}

.scoring-impact-positif .cell-texte-scoring {
    display: table-cell;
    vertical-align: middle;
}

.titre-scoring {
    font-family: 'roboto-medium';
    font-size: 50px;
    padding-bottom: 20px;
    line-height: 1.0;
}

.texte-scoring {
    font-family: 'roboto_light';
    font-size: 18px;
    letter-spacing: 1px;
    color: grey;
    line-height: 1.0;
}


#position-texte-scoring {
    position: absolute;
    top: 70px;
    left: 70px;
    right: 30px;
}

@media(max-width:1326px) {
    .titre-scoring {
        font-size: 45px;
        padding-top: 55px;
    }

    .texte-scoring {
        font-size: 16px;
    }

    #position-texte-scoring {
        top: 55px;
    }
}

.fermer {
    position: absolute;
    top: 45px;
    right: 30px;
}

.img-fermer:hover {
    cursor: pointer;
}

.container-texte-explication {
    background-color: #F6F6F6;
    color: gray;
    width: 100%;
    min-height: 100%;
}


.titre-explication {
    font-family: 'roboto_bold';
    font-size: 23px;
    color: #ffffff;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.direction-impact {
    height: 100%;
    position: relative;
}

.top-direction-impact {
    height: 50%;
    background-color: #f6f6f6;
}

.bottom-direction-impact {
    height: 50%;
    background-color: rgb(233, 233, 233);
}

.top-direction-impact .container,
.bottom-direction-impact .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-img-direction {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
}

.img-direction {
    width: auto;
    height: 700px;
    position: relative;
}

@media(min-width:2056px) {
    .top-direction-impact {
        height: 60%;
    }

    .bottom-direction-impact {
        height: 40%;
    }

    .img-direction {
        height: 800px;
    }
}

@media(max-width:1600px) {
    .img-direction {
        height: 550px;
    }
}

@media(max-width:1280px) {
    .img-direction {
        height: 400px;
    }
}

@media(max-width:992px) {
    .container-img-direction {
        position: relative;
        transform: none;
        left: 0px;
        top: 0px;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px;

    }

    .top-direction-impact .container,
    .bottom-direction-impact .container {
        display: flex;
        height: 100%;
        width: 100%;
    }

    .direction-impact {
        height: auto;
    }

    .top-direction-impact {
        height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .bottom-direction-impact {
        height: auto !important;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .img-direction {
        height: auto;
        width: 100%;
    }
}

.interview-telco {
    height: 100%;
    position: relative;
    background: linear-gradient(180deg, #f6F6F6 55%, rgb(233, 233, 233) 0%);
}

@media(max-width:992px) {
    .interview-telco {
        background: linear-gradient(180deg, #f6F6F6 30%, rgb(233, 233, 233) 0%) !important;
    }
}

.contributeur-impact {
    height: 90%;
}

.img-document-impact {
    display: block;
    margin: auto;
    /* float:left; */
    width: 80%;
    height: 190px;
    object-fit: contain;
}

.img-document-impact-positif {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

@media(max-width:992px) {
    .contributeur-impact {
        height: 70%;
    }

    /* 
    .img-document-impact-positif{
        height:auto;
        width:100%
    } */
}

@media(min-width:1926px) {
    .contributeur-impact {
        height: 50%;
    }
}

.document-impact-positif {
    height: auto;
    position: relative;
    background-color: #f6f6f6;
}

.position-rapport-impact {
    display: table-cell;
    vertical-align: middle;
    /* margin-top:50px; */
}

.document-impact-positif .container {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.titre-publication {
    font-family: 'roboto-regular';
    font-size: 17px;
}

.bouton-document-impact-positif {
    border: 1px solid #fff;
    background-color: transparent;
    color: #FFF;
    margin: 5px 5px auto;
    width: 155px;
    height: 39px;
}

@media (max-width:992px) {
    .bouton-document-impact-positif {
        width: 90% !important;
        height: 45px !important;
    }
}

.img-publication {
    width: 100%;
    height: 70vh;
    position: relative;
    object-fit: cover;
}

.img-telco {
    width: 100%;
    height: 50vh;
    position: relative;
    object-fit: cover;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4) !important;
    top: 0;
    left: 0;
}

.shadow-pole {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4) !important;
    top: 0;
    left: 0;
}

.img-publication:hover {
    cursor: pointer;
}

.container-img-publication {
    height: 100%;
    position: relative;
}

.container-img-telco {
    height: 50%;
    position: relative;
}

.position-sous-titre-impact {
    position: absolute;
    bottom: 60px;
    left: 40px;
    right: auto;
}

@media(max-width:767px) {
    .position-sous-titre-impact {
        bottom: 40px;
        left: 20px;
        right: 20px;
    }
}

.sous-titre-impact {
    font-family: 'roboto-regular';
    font-size: 40px;
    color: #fff;
    padding-bottom: 10px;
}

.texte-impact {
    font-family: 'roboto_light';
    font-size: 20px;
    color: grey;
    line-height: 1.0;
    letter-spacing: 1.1px;
}

.img-download-impact {
    height: 29px;
    width: auto;
    padding-bottom: 6px;
    padding-left: 20px;
}

.size-impact {
    font-family: 'roboto_bold';
    size: 16px;
    color: grey;
}

.download-impact {
    text-transform: uppercase;
    font-family: 'roboto-regular';
    font-size: 16px;
}

.date-impact {
    font-family: 'roboto_bold';
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 1.0;
    padding-top: 25px;
}

.titre-impact {
    font-family: 'roboto-regular';
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: -2px;
}

@media(max-width:1326px) {
    .sous-titre-impact {
        font-size: 32px !important;
        ;
    }

    .texte-impact {
        font-size: 14.5px !important;
    }

    .img-download-impact {
        height: 29px;
        width: auto;
        padding-bottom: 9px !important;
        padding-left: 20px;
    }

    .size-impact {
        size: 16px !important;
    }

    .download-impact {
        font-size: 14px !important;
    }

    .date-impact {
        font-size: 32px !important;
        padding-top: 25px;
    }

    .titre-impact {
        font-size: 14px !important;
    }
}


@media(max-width:992px) {
    .sous-titre-impact {
        font-size: 28px !important;
        ;
    }

    .texte-impact {
        font-size: 12.5px !important;
    }

    .img-download-impact {
        height: 25px !important;
        padding-bottom: 8px !important;
    }

    .size-impact {
        size: 16px !important;
    }

    .download-impact {
        font-size: 12px !important;
    }

    .date-impact {
        font-size: 28px !important;
        padding-top: 25px;
    }

    .titre-impact {
        font-size: 12px !important;
    }
}

@media(max-width:768px) {
    .document-impact-positif .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width:600px) {
    .titre-publication {
        font-size: 15px !important;
    }

    .sous-titre-impact {
        font-size: 26px !important;
        ;
    }

    .img-download-impact {
        padding-bottom: 9px !important;
    }

    .download-impact {
        font-size: 11px !important;
    }

    .date-impact {
        font-size: 24px !important;
        padding-top: 25px;
    }

    .titre-impact {
        font-size: 11px !important;
    }
}

.ease {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tabs {
    background: #fff;
    position: relative;
    width: 100%;
}

.tabs>input,
.tabs>span {
    width: 25%;
    height: 100px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-right: solid 0.5px #FFF;

}

.tabs>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs>span {
    background: #5463a9;
    text-align: center; 
    overflow: hidden;
    color:#fff;
}

.tabs>span i,
.tabs>span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


#logo-passif {
    opacity: 1;
}

#logo-active {
    opacity: 0;
}

.tabs>input:checked+span {
    background: #fff;
}


.tabs>input:checked+span,
.tabs>input:hover+span {
    color: #d30f3f;
}

#tab-1,
#tab-1+span {
    left: 0;
}

#tab-2,
#tab-2+span {
    left: 25%;
}

#tab-3,
#tab-3+span {
    left: 50%;
}

#tab-4,
#tab-4+span {
    left: 75%;
}

.tabs-2 {
    background: #fff;
    position: relative;
}

.tabs-2>input,
.tabs-2>span {
    width: 25%;
    height: 100px;
    line-height: 60px;
    position: absolute;
    bottom: 0px;
    border-right: solid 1px lightgrey;
}

@media(max-width:1326px) {

    .tabs-2>input,
    .tabs-2>span {
        height: 74px;
    }
}

.tabs-2>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs-2>span {
    background: #5463a9;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}

.tabs-2>input:checked+span,
.tabs-2>input:hover+span {
    background-color: #fff;
}

.tabs-2>span p,
.tabs-2>span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tabs-2>input:checked+span p,
.tabs-2>input:hover+span p {
    color: #d30f3f;
}

#tab2-1,
#tab2-1+span {
    left: 0;
}

#tab2-2,
#tab2-2+span {
    left: 25%;
}

#tab2-3,
#tab2-3+span {
    left: 50%;
}

#tab2-4,
#tab2-4+span {
    left: 75%;
}

.tabs-3 {
    background: #fff;
    position: relative;
}

.tabs-3>input,
.tabs-3>span {
    flex-direction: row;
    width: 25%;
    height: 100px;
    line-height: 60px;
    top: 350px;
    position: absolute;
    border-bottom: solid 2px lightgrey;
}

@media(max-width:992px) {

    .tabs-3>input,
    .tabs-3>span {
        display: none;

    }
}

.tabs-3>input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs-3>span {
    background: transparent;
    text-align: left;
    overflow: hidden;
}

.tabs-3>input:checked+span,
.tabs-3>input:hover+span {
    background-color: transparent;
    border-bottom: solid 5px #d30f3f;
}

.tabs-3>span p,
.tabs-3>span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media(max-width:1200px) {

    .tabs-3>input,
    .tabs-3>span {
        top: 250px;
    }
}

@media(min-width:1926px) {

    .tabs-3>input,
    .tabs-3>span {
        top: 500px;
    }
}

#tab3-1,
#tab3-1+span {
    left: 0;
}

#tab3-2,
#tab3-2+span {
    left: 25%;
}

#tab3-3,
#tab3-3+span {
    left: 50%;
}

#tab3-4,
#tab3-4+span {
    left: 75%;
}

.nos-engagements .container-fluid {
    width: 100%;
}

.nos-engagements .container-fluid .container-engagement {
    display: none;
}

#tab-1:checked~#ungc {
    display: block;
}

#tab-2:checked~#axianuniversity {
    display: block;
}

#tab-3:checked~#fondationaxian {
    display: block;
}

#tab-4:checked~#fondationh {
    display: block;
}


/* effect-2 */

.effect-2 {
    width: 100%;
}

.effect-2 span i {
    padding-right: 15px;
}

@media (max-width: 600px) {
    .effect-2 span span {
        display: none;
    }

    .effect-2 span i {
        padding: 0;
    }
}


.effect-5>input:checked+span img,
.effect-5>input:hover+span img .img-engagement2 {
    /* opacity: 0; */
    display: none;
}

.effect-5>input:checked+span img,
.effect-5>input:hover+span img .img-engagement2-active {
    /* opacity: 1; */
    display: block;
}

.effect-5>input:checked+span svg,
.effect-5>input:hover+span svg .img-engagement2 {
    /* opacity: 0; */
    display: none;
}

.effect-5>input:checked+span svg,
.effect-5>input:hover+span svg .img-engagement2-active {
    /* opacity: 1; */
    display: block;
}

.nos-engagements {
    height: 95%;
    position: relative;
}

.nos-engagements-sm {
    display: none;
}

.nos-engagements .container-fluid {
    position: relative;
}

.bouton-engagement {
    float: left;
    background-color: #ff0045;
    margin-top: 10px;
}

.image-bcorp {
    position: relative;
    background-size: cover;
    height: 650px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

@media(max-width:992px) {
    .image-bcorp {
        height: 100%;
    }
}

#mobile {
    display: none;
}

#web {
    display: block;
}

@media(max-width:768px) {
    #mobile {
        display: block;
    }

    #web {
        display: none;
    }
}

.banniere-engagement {
    background-image: url('images/images-web2/engagement/banniere-engagement.png');
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media(max-width:992px) {
    .banniere-engagement {
        background-attachment: initial;
        background-position: 50% 0;
    }
}

.texte-engagement {
    position: relative;
    height: 20%;
    background-color: #c0cad1;
}

.texte-engagement .container {
    display: table;
    height: 100%;
    width: 100%;
}

.position-introduction-engagement {
    display: table-cell;
    vertical-align: middle;
}

.introduction-engagement {
    color: rgb(0, 0, 0, 0.7);
    font-family: 'roboto-thin';
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
}

.banniere-juridiction {
    background-image: url('images/images-web2/banniere-juridiction.jpg');
    background-size: cover;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contenu-juridiction {
    height: auto;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

@media(max-width:1200px) {
    .introduction-engagement {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .introduction-engagement {
        font-size: 13px !important;
    }
}

@media(max-width:992px) {
    .introduction-engagement {
        font-size: 13px !important;
    }

    .nos-engagements {
        display: none;
    }

    .nos-engagements-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);
    }

    .nos-engagements-sm .container {
        display: table;
        height: 100%;
        width: 100%;
    }

    .container-nos-engagements-sm {
        display: table-cell;
        vertical-align: middle;
    }
}

@media(max-width:425px) {
    .introduction-engagement {
        font-size: 12px !important;
    }
}

.img-detail-engagement img {
    height: 95vh;
    width: 100%;
    object-fit: cover;
}

.container-img-detail-engagement {
    height: 0px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    width: 100%;
    height: 120px;
    color: #fff;
    background-color: #ff0045;
    border: 0.2px solid #c0cad1;
    text-align: center;
    font-size: 30px;
    padding: 20px;
}

.nav-tabs .nav-link {
    width: 100%;
    height: 120px;
    color: #414042;
    background-color: #f6f6f6;
    border: 0.2px solid #c0cad1;
    text-align: center;
    font-size: 30px;
}

#scoring {
    display: flex;
}

.container-engagement {
    display: none;
}

.container-texte-engagement {
    padding: 70px;
    overflow-y: scroll;
    height: 600px;
}

@media(max-width:1444px) {
    .container-texte-engagement {
        height: 500px;
    }
}

@media(min-width:2000px) {
    .container-texte-engagement {
        height: auto;
        overflow-y: hidden;
    }
}

.container-texte-engagement::-webkit-scrollbar {
    width: 8px;
}

.container-texte-engagement::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.container-texte-engagement::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0.2);
}

.img-engagement {
    display: block;
    margin: auto;
    width: 135px;
    height: auto;
    opacity: 1;
}

.img-engagement:hover {
    cursor: pointer;
    opacity: 1;
}

.img-engagement2 {
    display: block;
    margin: auto;
    height: auto;
    opacity: 1;
}

.img-engagement2:hover {
    cursor: pointer;
    opacity: 0;
}

.img-engagement2-active {
    display: none;
    margin: auto;
    height: auto;
    /* opacity: 0; */
}

.img-engagement2-active:hover {
    cursor: pointer;
    /* opacity:1; */
    display: block;
    position: absolute;
}

@media(max-width:1200px) {
    .img-engagement {
        width: 90px !important;
    }

    .img-engagement2 {
        width: 100px !important;
    }
}

@media(max-width:992px) {
    .img-engagement {
        margin: 15px auto 15px auto;
    }

    .img-engagement2 {
        margin: 15px auto 15px auto !important;
    }
}


.container-img-engagement {
    background-color: #f6f6f6;
}

.ligne-engagement {
    border-right: solid 1px grey;
}

.paragraphe-engagement p {
    font-family: 'roboto_light';
    font-size: 16px;
    line-height: 1.3;
    color: #414042;
}

.titre-engagement {
    font-family: 'roboto_light';
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.sous-titre-engagement {
    font-size: 20px;
}

.grand-titre-engagement h2 {
    font-family: 'roboto_bold';
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: left;
    color: #d30f3f;
}

.grand-titre-engagement h3 {
    font-family: 'roboto_bold';
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 20px;
    text-align: left;
    color: #5463a9;
}

@media(min-width:1560px) {
    .paragraphe-engagement p {
        font-size: 18px;
    }

    .titre-engagement {
        font-size: 28px;
    }

    .grand-titre-engagement h2 {
        font-size: 38px;
    }
}

@media(min-width:1926px) {
    .paragraphe-engagement p {
        font-size: 22px;
    }
}

@media(max-width:1200px) {
    .titre-engagement {
        font-size: 21px;
    }

    .grand-titre-engagement h2 {
        font-size: 34px;
    }

    .container-texte-engagement {
        padding: 50px;
    }
}

@media(max-width:992px) {
    .titre-engagement {
        font-size: 17px;
    }

    .grand-titre-engagement h2 {
        font-size: 27px;
    }

    .container-texte-engagement {
        padding-left: 25px;
        padding-right: 25px;
        height: 350px;
    }
}

@media(max-width:768px) {
    .grand-titre-engagement h2 {
        text-align: center;
        font-size: 25px;
    }

    .titre-engagement {
        font-size: 15px;
    }

    .bouton-engagement {
        float: none;
    }
}

#position-img-1 {
    margin-top: 5px;
    width: 90px;
}

#position-img-2 {
    margin-top: 20px;
}

#position-img-3 {
    margin-top: 30px;
}

.position-img-4 {
    margin-top: 25px;
    height: auto;
    width: 100px;
}

.position-img-1-2 {
    margin-top: 0px;
    width: 95px;
}

.position-img-2-2 {
    margin-top: 20px !important;
}

.position-img-3-2 {
    margin-top: 28px !important;
}

.position-img-4-2 {
    margin-top: -55px;
    height: auto;
    width: 100px;
}

@media(max-width:1200px) {
    #position-img-1 {
        margin-top: 0px !important;
    }

    #position-img-2 {
        margin-top: 20px !important;
    }

    #position-img-3 {
        margin-top: 30px !important;
    }

    #position-img-4 {
        margin-top: 23px !important;
    }

}

.container-tabs-engagements {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0px;
    right: 0px;
    /* height:30px; */
}

#ungc {
    display: block;
}

.media {
    height: 200%;
    width: 100%;
    position: relative;
}

.banniere-media {
    background-image: url('images/images-web2/MEDIA/MEDIA/elements_media/elements_media/contact_website-02.png');
    position: relative;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

@media(max-width:992px) {
    .banniere-media {
        background-attachment: initial;
        background-position: 50% 0;
    }
}


.texte-banniere-media {
    font-family: 'roboto-thin';
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.0;
    padding-bottom: 20px;
}

.img-pressroom-media {
    margin-top: 0px;
}

.banniere-detail-media {
    background-image: url('images/images-web2/MEDIA/MEDIA/elements_media/elements_media/contact_website-02.png');
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

@media(max-width:992px) {
    .banniere-detail-media {
        background-attachment: initial;
        background-position: 50% 0;
    }
}

.detail-media {
    height: auto;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

.margin-communique {
    padding-left: 0px;
}

.bouton-detail-media {
    margin: 0px 0px 30px 0px;
    width: 30px !important;
}

.bouton-detail-communique {
    margin-left: 0px !important;
    margin-top: 10px !important;
}

.titre-pressroom-all-media {
    font-family: 'roboto-regular';
    color: #d30f3f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.titre-communique {
    font-family: 'roboto_bold';
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0, 0.5);
}

.texte-communique {
    font-size: 18px;
    font-family: 'roboto_light';
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0, 0.5);
}

.icone-communique {
    width: 13px;
    height: auto;
}

.img-communique {
    width: 180px;
    margin: auto;
    display: block;
    height: auto;
    object-fit: cover;
}

.police-mot {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.date-communique {
    font-family: 'roboto-regular';
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.0;
    color: #5463a9;
    padding-bottom: 15px;
    padding-top: 0px;
    text-transform: uppercase;
}

.bouton-banniere-bouton {
    margin-left: 15px;
    margin-top: 0px;
    background-color: #5463a9;
    border: none;
    color: #FFF;
    font-size: 11px;
    font-family: 'roboto_light';
    letter-spacing: 1px;
    padding: 12px;
    text-transform: uppercase;
    width: auto;
}

.container-banniere-boutons {
    flex-direction: row;
}

@media(max-width:768px) {
    .texte-banniere-media {
        font-size: 34px;
    }

    .container-banniere-boutons {
        display: none;
    }

}

@media(max-width:475px) {
    .texte-banniere-media {
        font-size: 28px !important;
    }

    .container-banniere-boutons {
        flex-direction: column;
    }

    .bouton-banniere-bouton {
        margin-top: 15px;
        width: 200px;
    }
}

@media(max-width:375px) {
    .texte-banniere-media {
        font-size: 22px !important;
    }
}

@media(max-width:320px) {
    .texte-banniere-media {
        font-size: 18px !important;
    }

    .bouton-banniere-bouton {
        width: 150px !important;
        font-size: 9px !important;
    }
}

.bouton-banniere-bouton:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #d30f3f;
    cursor: pointer;
    /* border:solid 1px #5463a9; */
}

.position-img-bouton {
    height: 15px;
    margin-top: -3px;
    margin-left: 4px;
}


.documentaire-media {
    height: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}



.boutonmedia {
    height: 55px;
}


.cadre-blanc {
    background-color: #ffffff;
    width: 100%;
    height: 380px;
}


.pressroom-media {
    height: auto;
    padding: 70px;
    position: relative;
    background-color: #F6F6F6;
}

.pressroom-anime {
    height: auto !important;
    min-height: 100%;
}

#position-second-media {
    margin-top: 35px;
}

@media(min-width:1926px) {
    .pressroom-anime {
        min-height: 50% !important;
    }

    #position-second-media {
        margin-top: 0px;
    }
}

@media(max-width:992px) {
    .pressroom-anime {
        min-height: 100%;
    }
}

.pressroom-media .container {
    display: table;
    height: 100%;
    width: 100%;
}

.titre-actualite-media {
    color: #5463a9;
}

.filtre {
    font-family: 'roboto-regular';
    color: grey;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0px;
}

#position-bouton-media {
    margin-top: 20px;
}

.container-load-more {
    display: none;
}

.position-bouton-media2 {
    margin-top: 0px;
}

.theader-document {
    font-family: 'roboto_light';
    font-size: 18px;
    color: grey;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tbody-document {
    font-family: 'roboto-medium';
    font-size: 15px;
    color: grey;
    letter-spacing: 1px;
    line-height: 2.5;
}

@media(max-width:768px) {
    .theader-document {
        font-size: 14px;
    }

    .tbody-document {
        font-size: 13px;
        line-height: 1.3;
    }
}

.container-filtre-cache {
    background-color: #F6F6F6;
    width: 100%;
    height: 200px;
    position: relative;
    border-bottom: 1px solid #c0cad1;
}

.container-filtre-cache .container {
    display: table;
    height: 100%;
    width: 100%;
}

.body1 {
    line-height: 1.2;
}

.ligne-separation {
    border: 0.5px solid grey;
    margin-bottom: 32px;
    margin-top: 0px;
}

@media(max-width:1200px) {
    .ligne-separation {
        margin-bottom: 25px;
    }
}

@media(max-width:992px) {
    .ligne-separation {
        margin-bottom: 20px;
    }
}

.icone-plus {
    float: right;
    width: 10px;
}

.icone-moins {
    font-family: 'roboto_bold';
    font-size: 25px;
    color: gray;
}

.icone-pdf {
    float: left;
    width: 35px;
}

#position-bouton-actualite-media {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.actualites-media {
    height: 100%;
    position: relative;
}

.actualites-media .container {
    display: table;
    height: 100%;
    width: 100%;
}

.actualites-media-podcast {
    height: auto;
    position: relative;
    padding-bottom: 70px;
}

.titre-pressroom-media {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 38px;
    font-family: 'roboto_black';
}

@media(max-width:1200px) {
    .titre-pressroom-media {
        font-size: 36px;
    }
}

@media(max-width:992px) {
    .titre-pressroom-media {
        font-size: 28px !important;
    }

    .actualites-media {
        height: auto;
    }
}

#doc-mobile {
    display: block;
}

@media(max-width:600px) {
    #doc-mobile {
        display: none;
    }
}

@media(max-width:600px) {
    .titre-pressroom-media {
        font-size: 25px !important;
    }
}

@media(max-width:320px) {
    .titre-pressroom-media {
        font-size: 21px !important;
    }

    .titre-avantdernier-actualite {
        font-size: 13px !important;
    }
}

#position-bouton-pressroom-media {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.bouton-media {
    display: block;
    margin: auto;
    color: white;
    background-color: #d30f3f;
    border: none;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-texte-actualite-media {
    background-color: #f6F6F6;
    margin-bottom: 27px;
    height: 240px;
}

.img-pressroom {
    height: 480px;
    width: 100%;
}

.img-pressroom2 {
    height: 364px;
    width: 100%;
}

.content-text-sous-actualite-pressroom {
    position: absolute;
    right: 10px;
    bottom: 5px;
    left: 15px;
    color: white;
    padding: 10px;
}

.img-video-media {
    height: 40vh;
    width: 100%;
    padding: 10px;
    margin-left: -15px;
    display: block;
    object-fit: cover;
    position: relative;
}

.img-video-media-podcast {
    height: auto;
    width: 100%;
    padding: 10px;
    margin-left: -15px;
    display: block;
    object-fit: cover;
    position: relative;
}

.date-video-media {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'roboto-regular';
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 10px;
    color: #d30f3f;
    margin-bottom: 0px;
}

.categorie-video-media {
    font-family: 'roboto-regular';
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.1;
    padding-left: 10px;
    font-size: 16px;
    padding-bottom: 0px;
}

@media(max-width:1580px) {
    .categorie-video-media {
        font-family: 'roboto-regular';
        color: rgb(0, 0, 0, 0.6);
        line-height: 1.1;
        padding-left: 10px;
        font-size: 14px;
        padding-bottom: 0px;
    }
}

@media(max-width:768px) {
    .img-video-media {
        width: 100%;
        padding: 30px;
        display: block;
        margin: auto;
    }

    .date-video-media {
        padding-left: 30px;
    }

    .categorie-video-media {
        padding-left: 30px;
        padding-bottom: 10px;
    }
}

.img-single-actualite-media {
    width: 100%;
    height: 240px;
    margin-bottom: 27px;
    padding-left: 15px;
}

.banniere-recrutement {
    background-image: url('images/images-web2/RECRUTEMENT/RECRUTEMENT-08.png');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.chiffres-cles-recrutement {
    color: #d30f3f;
    /* La couleur rouge Axian*/
    font-size: 36px;
    font-family: 'roboto_black';
    margin-bottom: 0px;
    text-align: center;
}

.textes-chiffres-cles-recrutement h4 {
    font-size: 25px;
    color: #5463a9;
    font-family: 'roboto_light';
    line-height: 1.0;
    margin-bottom: 10px;
    text-align: center;
}

.sous-textes-chiffres-cles-recrutement {
    font-size: 13px;
    color: #5463a9;
    font-family: 'roboto-thin';
    line-height: 1.0;
    text-transform: uppercase;
}

.titre-action-recrutement {
    font-family: 'roboto_light';
    font-size: 70px;
    line-height: 1.0;
}

.bouton-recrutement {
    float: left;
    /* margin-left:15px; */
    width: 190px;
}

.texte-action-recrutement {
    font-family: 'roboto-medium';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 23px;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

@media(max-width:1200px) {
    .titre-action-recrutement {
        font-size: 55px !important;
    }

    .text-drh {
        font-size: 16px;
    }

    .chiffres-cles-recrutement {
        font-size: 34px;
    }

    .textes-chiffres-cles-recrutement h4 {
        font-size: 22px;
    }

}

@media(max-width:992px) {
    .titre-action-recrutement {
        font-size: 45px;
    }

    .texte-action-recrutement {
        font-size: 11px;
    }
}

@media(max-width:768px) {
    .titre-action-recrutement {
        font-size: 30px !important;
    }

    .texte-action-recrutement {
        font-size: 11px;
    }

}

@media(max-width:320px) {
    .titre-action-recrutement {
        font-size: 28px !important;
    }
}

.mot-drh-recrutement {
    position: relative;
    height: 50%;
    background-color: #f6f6f6;
}

@media(max-width:600px) {
    .mot-drh-recrutement {
        height: 100%;
    }
}

.mot-drh-recrutement .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-mot-drh-recrutement {
    display: table-cell;
    vertical-align: middle;
}

.text-drh {
    font-family: 'roboto-thin';
    font-size: 18px;
    color: grey;
    /* padding-top:15px; */
}

.nom-drh {
    font-family: 'roboto-medium';
    font-size: 13px;
    color: #d30f3f;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 5px;
}

.poste-drh {
    font-family: 'roboto-thin';
    font-size: 13px;
    color: rgb(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.guillemet-1 {
    width: 75px;
    display: block;
    margin: auto;
    padding-bottom: 0px;
}

#unique {
    height: 200px;
    width: 210px;
}

.img-drh {
    width: 140px;
    height: 140px;
    object-fit: cover;
    display: block;
    margin: auto;
    border-radius: 50%;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
}

@media(min-width:1444px) {
    .text-drh {
        font-size: 23px;
    }
}

@media(max-width:1200px) {
    .img-drh {
        width: 125px !important;
        height: 125px !important;
    }

    .guillemet-1 {
        width: 65px !important;
    }
}

@media(max-width:992px) {
    .text-drh {
        font-size: 14px;
        padding-top: 0px;
    }

    .nom-drh {
        font-size: 12px;
    }

    .poste-drh {
        font-size: 12px;
    }

    .guillemet-1 {
        width: 40px;
    }

    .img-drh {
        width: 110px !important;
        height: 110px !important;
    }
}

@media(max-width:768px) {
    .text-drh {
        font-size: 13px !important;
        padding-top: 0px;
    }

    .nom-drh {
        font-size: 10px !important;
    }

    .poste-drh {
        font-size: 10px !important;
    }

    .guillemet-1 {
        width: 35px !important;
        padding-bottom: 10px;
    }

    .img-drh {
        width: 100px !important;
        height: 100px !important;
        margin: 10px auto;
    }
}

.img-drh2 {
    width: 140px;
    height: auto;
    display: block;
    margin: auto;
}

.action-recrutement {
    background-image: url('images/images-web2/RECRUTEMENT/RECRUTEMENT-01.png');
    position: relative;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

@media(max-width:992px) {
    .action-recrutement {
        background-attachment: initial;
        background-position: 50% 0;
    }
}

.content-action-recrutement {
    position: absolute;
    bottom: 52px;
    right: 0px;
}

.container-testimony {
    display: table-cell;
    vertical-align: middle;
}

.chiffre-cle-recrutement {
    height: 50%;
    position: relative;
}

@media(max-width:992px) {
    .chiffre-cle-recrutement {
        height: 100%;
    }
}

@media(max-width:768px) {
    .chiffre-cle-recrutement {
        height: auto !important;
    }

    .chiffres-cles-recrutement {
        font-size: 28px !important;
    }

    .textes-chiffres-cles-recrutement h4 {
        font-size: 15px !important;
    }

    .sous-textes-chiffres-cles-recrutement {
        font-size: 10px !important;
    }
}

.container-chiffre-cle-recrutement {
    display: table-cell;
    vertical-align: middle;
}

.chiffre-cle-recrutement p {
    text-align: center;
}

.chiffre-cle-recrutement .container {
    display: table;
    height: 100%;
}

.temoignage-drh-recrutement {
    position: relative;
    height: 100%;
    background-color: #5463a9;
}

.temoignage-drh-recrutement .container {
    height: 100%;
    display: table;
    width: 100%;
}

@media(max-width:992px){
    .temoignage-drh-recrutement {
        height: auto;
        padding-top:70px;
        padding-bottom:70px;
    }
}

.guillemet-2 {
    height: 21px;
    width: auto;
    display: block;
    margin: auto;
}

.guillemet-3 {
    height: 21px;
    width: auto;
    display: block;
    margin: -10px auto 20px auto;
}

.nom-temoin {
    font-family: 'roboto_bold';
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 100px;
}

.poste-temoin {
    font-family: 'roboto-thin';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.7px;
    color: grey;
    margin-bottom: 0;
}

.durée-temoin {
    font-family: 'roboto-regular';
    color: #5463a9;
    font-size: 12px;
    margin-bottom: 18px;
}

.titre-temoignage {
    font-family: 'roboto_black';
    font-size: 33px;
    padding-bottom: 100px;
}

#position-drh {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.testimony-temoin {
    margin-top: 8px;
    font-family: 'roboto-thin';
    font-size: 13px;
    color: grey;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: scroll;
    height: 150px;
}

.bloc-blanc {
    background-color: #fff;
    width: 350px;
    height: 350px;
    position: relative;
    display: block;
    margin: auto;
}

.testimony-temoin::-webkit-scrollbar {
    display: none;
}

@media(max-width:1200px) {
    .bloc-blanc {
        width: 300px;
        margin-bottom:50px;
    }

    .poste-temoin {
        font-size: 11px;
    }
}

@media(max-width:320px) {
    .bloc-blanc {
        width: 180px !important;
    }

    .titre-temoignage {
        font-size: 30px;
    }
}

.bloc-blanc p {
    text-align: center;
}

.banniere-investisseur {
    background-image: url('images/images-web2/INVESTISSEUR/banniere-investisseur.png');
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

.bouton-investisseur {
    /* border:1px solid #fff; */
    /* background-color: transparent; */
    background-color: #5463a9;
    color: #FFF;
    margin: 5px 5px auto;
    width: 155px;
}

@media(max-width:992px) {
    .bouton-investisseur {
        width: 160px !important;
    }

    .banniere-investisseur {
        background-attachment: initial;
        background-position: 50% 0;
    }
}

@media(max-width:768px) {
    .bouton-investisseur {
        display: none;
    }
}


.bouton-investisseur:hover {
    background-color: #d30f3f;
    border: none;
}

.chiffres-cles-investisseur {
    position: relative;
    height: 100%;
    background-color: #F6F6F6;
}

@media(min-width:1926px) {
    .chiffres-cles-investisseur {
        height: auto;
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media(max-width:768px) {
    .chiffres-cles-investisseur {
        height: auto;
    }
}

.chiffres-cles-investisseur .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-chiffres-cles-investisseur {
    display: table-cell;
    vertical-align: middle;
}

.texte-chiffres-cles-investisseurs {
    /* margin-top:-20px; */
    font-size: 27px;
    color: grey;
    font-family: 'roboto_light';
    line-height: 1.1;
}

.chiffres-cles-bleu {
    margin-top: -10px;
    font-size: 25px;
    color: #5463a9;
    font-family: 'roboto_bold';
    line-height: 1.1;
}

.chiffres-cles-gris {
    margin-top: -10px;
    font-size: 20px;
    color: grey;
    font-family: 'roboto-thin';
    line-height: 1.1;
}

.chiffre-chiffres-cles-investisseurs {
    color: #d30f3f;
    font-size: 40px;
    font-family: 'roboto_black';
}


#taille-img-icone5 {
    width: 93px;
}

#taille-img-icone6 {
    height: 70px;
    margin-top: 40px;
}

#taille-img-icone7 {
    height: 80px;
    margin-top: 30px;
}

.titre-chiffres-cles-investisseur {
    font-family: 'roboto-medium';
    font-size: 46px;
    color: grey;
    padding-top: 10px;
    padding-bottom: 10px;
}

.texte-chiffres-cles-investisseur {
    padding-top: 0px;
    font-family: 'roboto-regular';
    font-size: 27px;
    color: rgb(0, 0, 0, 0.35);
    line-height: 1.1;
    padding-bottom: 40px;
}


.actualites-financieres {
    height: 100%;
    position: relative;
    background-color: #fff;
}

.actualites-financieres .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-actualites-financieres {
    display: table-cell;
    vertical-align: middle;
}

.titre-actualites-financieres {
    padding-top: 0px;
    padding-bottom: 35px;
    color: #fff;
    font-family: 'roboto_black';
    font-size: 33px;
    text-transform: capitalize;
}

#height-min-actu {
    min-height: 320px;
}

#actu-fi {
    max-height: 300px !important;
}

.box-actualite-financiere {
    background-color: #fff;
    width: 100%;
    height: 260px;
    position: relative;
}

.titre-actu-fi {
    font-family: 'roboto-regular';
    font-size: 29px;
    color: rgb(0, 0, 0, 0.6);
    line-height: 1.1;
    padding-left: 16px;
}

@media(max-width:992px) {
    .titre-actu-fi {
        font-size: 21px;
    }

    .groupe-actu-fi {
        padding-bottom: 0px !important;
    }

    .box-actualite-financiere {
        height: 200px;
    }

    .box-actualite-financiere button {
        font-size: 9px !important;
    }
}

.groupe-actu-fi {
    font-family: 'roboto-regular';
    font-size: 11px;
    text-transform: uppercase;
    color: #5463a9;
    letter-spacing: 1px;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-left: 16px;
}

.box-actualite-financiere button {
    position: absolute;
    /* background-color:#d30f3f;
     */
    background-color: #ff0045;
    border: none;
    color: #FFF;
    font-size: 12px;
    font-family: 'roboto-regular';
    padding: 6px;
    text-transform: uppercase;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 1;
}

.engagement-investisseurs {
    height: 100%;
    position: relative;
}

.engagement-investisseurs .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-engagement-investisseurs {
    display: table-cell;
    vertical-align: middle;
}

.titre-engagement-investisseurs {
    font-family: 'roboto_black';
    font-size: 34px;
    color: #5463a9;
    padding-top: 10px;
    padding-bottom: 30px;
}

.texte-engagement-investisseurs {
    font-family: 'roboto-regular';
    font-size: 17px;
    color: grey;

}

@media(max-width:768px) {
    .titre-engagement-investisseurs {
        font-size: 31px;
    }

    .texte-engagement-investisseurs {
        font-size: 15px;
    }
}

@media(max-width:600px) {
    .titre-engagement-investisseurs {
        font-size: 23px;
    }

    .texte-engagement-investisseurs {
        font-size: 11px;
    }
}

.map-investisseurs {
    background-image: url('images/images-web2/HOMEPAGE/MAP-01.png');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.map-investisseurs .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-map-investisseur {
    display: table-cell;
    vertical-align: top;
}

/* @media(max-width:768px){
    .container-map-investisseur{
        vertical-align: middle;
    }
    
} */

.titre-map-investisseurs {
    padding-top: 70px;
    text-transform: capitalize;
}



#position-carte {
    float: right;
    margin-top: 150px;

}

.texte-gras-map-investisseurs {
    font-family: 'roboto_bold';
    color: grey;
    font-size: 23px;
}

.publication-investisseurs {
    height: auto;
    position: relative;
    margin-top: 70px;
    margin-bottom: 100px;
}

.margin-publication {
    margin-right: -15px;
}

@media(max-width:992px) {
    .margin-publication {
        margin-right: 0px;
    }
}


@media(min-width:1926px) {
    .publication-investisseurs {
        height: 60%;
    }
}

.titre-publication-investisseurs {
    font-family: 'roboto_black';
    color: #5463a9;
    font-size: 34px;
    padding-bottom: 30px;
    padding-top: 0px;
}

.event-publication-investisseurs {
    font-family: 'roboto_black';
    color: #5463a9;
    font-size: 34px;
}

.titre-tableau-investisseur {
    font-family: 'roboto_light';
    font-size: 17px;
    color: grey;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
}

.img-publication-investisseurs {
    width: 90%;
    height: auto;
}

.content-publication-investisseurs {
    margin-left: 15px;
}

.content-publication-investisseurs-download {
    padding-top: 0px;
}

.content-publication-investisseurs-download .table td,
.content-publication-investisseurs-download .table th {
    height: 60px;
}

.content-publication-investisseurs-evenement {
    padding-left: 145px;
    padding-top: 0px;
}


@media(max-width:992px) {
    .content-publication-investisseurs-download {
        padding-top: 20px;
    }

    .content-publication-investisseurs-evenement {
        padding-left: 5px;
        padding-top: 0px;
    }

}

.container-publication {
    height: 100%;
    position: relative;
}

.container-publication .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-publication .cell-container-publication {
    display: table-cell;
    vertical-align: middle;
}

.evenement-investisseur {
    height: 100%;
    position: relative;
}

@media(max-width:992px) {
    .publication-investisseurs {
        height: auto;
        position: relative;
    }
}

.evenement-investisseur .container {
    display: table;
    height: 50%;
    width: 100%;
}

.container-evenement-investisseur {
    display: table-cell;
    vertical-align: middle;
}

.date-publication-investisseurs {
    font-family: 'roboto_bold';
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.0;
    color: #5463a9;
    margin-bottom: 0px;
    margin-top: 10px;
}

@media(max-width:1200px) {
    .date-publication-investisseurs {
        font-size: 13px;
    }
}

.date-event-invest {
    font-family: 'roboto-medium';
    font-size: 16px;
    color: grey;
    letter-spacing: 1px;
}

.resultat-event-invest {
    color: #5463a9;
    font-family: 'roboto-medium';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.publication-event-invest {
    color: grey;
    font-family: 'roboto-medium';
    font-size: 21px;
    line-height: 1.0;
    letter-spacing: 0.5px;
}

.action-evenement {
    font-family: 'roboto-medium';
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 4px;
    margin-left: -15px;
}

.bouton-action-evenement {
    height: 18px;
    /* padding-left:5px */
}

.ligne-invest {
    /* display:none */
}

@media(max-width:1200px) {
    .date-event-invest {
        font-size: 16px;
    }

    .publication-event-invest {
        font-size: 21px;
        ;
    }

    .action-evenement {
        font-size: 10px;
        padding-top: 4px;
        margin-left: -10px;
    }
}

@media(max-width:992px) {
    .titre-publication-investisseurs {
        font-size: 21px !important;
        padding-top: 10px !important;
        padding-bottom: 5px !important;
    }

    .date-event-invest {
        font-size: 12px !important;
    }

    .publication-event-invest {
        font-size: 14px !important;
    }

    .action-evenement {
        font-size: 7px !important;
        padding-top: 9px !important;
        padding-left: -5px;
    }

    .titre-tableau-investisseur {
        font-size: 14px;
    }

    .resultat-event-invest {
        font-size: 9px;
    }
}

.titree-publication-investisseurs {
    font-family: 'roboto-regular';
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.telecharger-publication-investisseurs {
    font-family: 'roboto_bold';
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.code-publication-investisseurs {
    font-family: 'roboto-medium';
    color: grey;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 20px;
}

.texte-publication-investisseurs h2 {
    font-family: 'roboto-thin';
    font-size: 17px;
    color: grey;
    line-height: 1.2;
    margin-top: 20px;
}

@media(max-width:768px) {
    .texte-engagement-investisseurs br {
        display: none;
    }
}

@media(max-width:1200px) {
    .titre-publication-investisseurs {
        font-size: 31px;
    }

    .texte-publication-investisseurs h2 {
        font-size: 16px !important;
    }

    .titree-publication-investisseurs {
        font-size: 18px !important;
    }

    .telecharger-publication-investisseurs {
        font-size: 14px !important;
    }

    .code-publication-investisseurs {
        font-size: 13px !important;
    }

    .tbody-document-invest {
        font-size: 14px !important;
    }

    .icone-pdf-investisseur {
        height: 22px !important;
    }
}

@media(max-width:992x) {
    .img-publication-investisseurs {
        width: auto;
        height: 200px;
    }

}

@media(max-width:768px) {
    .img-publication-investisseurs {
        width: 50%;
        height: auto;
    }
}

@media(min-width:768px) {

    .date-publication-investisseurs br {
        display: none;
    }
}

.img-download-publication-investisseurs {
    height: 16px;
    width: auto;
    margin-top: 20px;
    padding-left: 20px;
}

.img-download-publication-investisseurs-2 {
    height: 20px;
    width: 15px;
    display: block;
    margin: auto;
    margin-top: 35px;
}

@media(max-width:600px) {
    .img-download-publication-investisseurs-2 {
        margin: unset;
        margin-top: 5px;
        margin-bottom: 25px;
    }
}

.download-publication-investisseurs {
    text-transform: uppercase;
    font-family: 'roboto_bold';
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1.2;
}

.size-publication-investisseurs {
    font-family: 'roboto_bold';
    font-size: 12px;
    color: grey;
}

.rapport-publication-investisseurs {
    font-family: 'roboto-regular';
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: -10px;
    color: #5463a9;
}

#left1 {
    margin-left: 90px;
}

.icone-pdf-investisseur {
    float: left;
    height: 30px;
    width: auto;
    padding-right: 10px;
}

.pdf-invest {
    margin-top: 0px;
    margin-bottom: 39px;
}


.tbody-document-invest {
    font-family: 'roboto-medium';
    font-size: 16px;
    color: grey;
}

.board-axian-investisseur {
    position: relative;
    height: auto;
    padding-top:50px;
    padding-bottom:50px;
    background-color: #F6F6F6;
}

@media(min-width:1926px) {
    .board-axian-investisseur {
        position: relative;
        height: 50% !important;
        background-color: #F6F6F6;
    }
}

@media(min-width:1440px) and (max-width:1926px) {
    .board-axian-investisseur {
        position: relative;
        height: 80%;
        background-color: #F6F6F6;
    }
}

@media(max-width:768px) {
    .board-axian-investisseur {
        height: auto;
    }
}

.board-axian-investisseur .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-board-axian-investisseur {
    display: table-cell;
    vertical-align: middle;
}

.img-board-investisseur {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
    display: block;
    margin: unset;
    position:relative;
}

.alignement-board-investisseur {
    justify-content: left;
    margin-left: 0px;
    height:150px;
    position:relative;
}

@media(max-width:1200px) {
    .img-board-investisseur {
        max-height: 220px;
    }
}

.img-board-rs {
    display: block;
    height: auto;
    width: 30px;
    padding-right: 10px;
    transition: height 0.5s ease;
}

.img-board-rs:hover {
    cursor: pointer;
    height: 40px;
}

@media(max-width:992px) {
    .alignement-board-investisseur {
        justify-content: center;
    }

    .img-board-investisseur {
        max-height: 150px;
        display: block;
        margin: auto;
    }

    .nom-axian-investisseur {
        font-size: 13px !important;
        /* text-align: center; */
    }

    .poste-axian-investisseur br {
        display: none;
    }
}

@media(max-width:768px) {
    .img-board-investisseur {
        max-height: 140px !important;
    }
}

.nom-axian-investisseur {
    margin-top: 5px;
    font-family: 'roboto_black';
    color: #d30f3f;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.poste-axian-investisseur {
    font-family: 'roboto_light';
    color: #5463a9;
    font-size: 16px;
    line-height: 1.1;
    text-transform: capitalize;
    /* padding-bottom:65px; */
}

.contact {
    height: auto;
    position: relative;
}

.banniere-contact {
    background-image: url('images/images-web2/CONTACT2/banniere-contact.png');
    background-size: cover;
    height: 60%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    position: relative;
}

.banniere-podcast {
    background-image: url('images/homepage/axian-podcast.png');
    background-size: cover;
    height: 60%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    position: relative;
}

.podcasts {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-color: #FFFF;
}

.titre-podcast {
    font-size: 24px;
    color: #414042bf;
    padding-top: 5px;
    font-family: 'roboto_bold';
}

.introduction-podcast p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* max-width: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}

@media(max-width:1280px) {
    .titre-podcast {
        font-size: 20px;
    }
}

.bouton-icon-audio:hover {
    cursor: pointer;
}

.read-more-less {
    color: #d30f3f;
}

.read-more-less:hover {
    cursor: pointer;
}

#pause-audio1 {
    display: none;
}

#pause-audio2 {
    display: none;
}

#pause-audio3 {
    display: none;
}

#pause-audio4 {
    display: none;
}

#message-visibilite {
    visibility: hidden;
    display: block;
}

.formulaire-contact {
    height: 100%;
    position: relative;
    background-color: #F6F6F6;
}

@media(max-width:992px) {
    .formulaire-contact {
        height: auto;
    }
}

.formulaire-contact .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-formulaire-contact {
    display: table-cell;
    vertical-align: middle;
}

.titre-contact {
    font-family: 'roboto_black';
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sous-titre-contact {
    font-family: 'roboto_light';
    font-size: 23px;
    color: grey;
    line-height: 1.3;
}

.texte-formulaire-contact {
    font-family: 'roboto_light';
    font-size: 18px;
    color: rgb(0, 0, 0, 0.7);
    text-transform: uppercase;
}

.bouton-contact {
    margin-top: 20px;
    float: left;
    width: 155px;
    height: 39px;
}

.form-control {
    margin-top: 0px;
}

@media(max-width:1200px) {
    .titre-contact {
        font-size: 28px;
    }

    .sous-titre-contact {
        font-size: 19px;
    }

    .texte-formulaire-contact {
        font-size: 14px;
    }
}



@media(max-width:768px) {
    .informations-contact {
        height: 75% !important;
    }

    .texte-formulaire-contact {
        font-size: 13px !important;
    }

    .bouton-contact {
        float: none;
        width: 70% !important;
        height: 60px !important;
    }

    .titre-contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }



    #message-visibilite {
        display: none;
    }
}

@media(max-width:580px) {
    .bouton-contact {
        float: none;
        width: 100% !important;
    }
}

@media(max-width:575px) {
    .titre-contact {
        font-size: 20px;
    }

    .sous-titre-contact {
        font-size: 16px;
    }

    .form-control {
        margin-top: -20px;
    }
}

@media(max-width:360px) {
    .titre-contact {
        font-size: 18px !important;
    }

    .sous-titre-contact {
        font-size: 14px !important;
    }

    .informations-contact {
        height: auto !important;
    }
}

.informations-contact {
    position: relative;
    height: 400px;
    background-color: #5463a9;
    color: #fff;
}

@media(max-width:992px) {
    .titre-contact br {
        display: none;
    }

    .titre-contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }


}


.informations-contact .container {
    display: table;
    height: 100%;
    width: 100%;
}

.dimension-map-contact {
    height: 400px;
    width: 100%;
    /* position:absolute; */
    /* top:0px;
    left:0px;
    right:0px;
    bottom:0px; */
}

@media(max-width:768px) {
    .dimension-map-contact {
        height: 300px;
    }
}

.container-texte-informations-contact {
    display: table-cell;
    vertical-align: middle;
}

.container-informations {
    margin-left: 80px;
}

@media(max-width:1200px) {
    .container-informations {
        margin-left: 45px !important;
    }

    .adresse {
        font-size: 17px !important;
    }

    .informations {
        font-size: 17px !important;
    }

}

@media(max-width:992px) {


    .dimentsion-map-contact {
        height: 120px;
    }

    .container-informations {
        margin-left: 15px !important;
    }

    .siege-social {
        font-size: 31px !important;
    }

    .adresse {
        font-size: 13px !important;
    }

    .informations {
        font-size: 13px !important;
    }
}


@media(max-width:600px) {
    .container-informations {
        margin-left: 0px !important;
    }
}

.img-informations-contact {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.siege-social {
    font-family: 'roboto_black';
    font-size: 36px;
    /* padding-bottom:10px; */
    padding-top: 30px;

}

.adresse {
    font-family: 'roboto_light';
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 0px;

}

.informations {
    font-family: 'roboto-thin';
    font-size: 20px;
    line-height: 1.8;
}

.liens {
    position: relative;
    height: 10%;
}

.liens-autres-pages-droite {
    font-size: 20px;
    font-family: 'roboto_light';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: grey;
    margin-top: 20px;
    position: absolute;
    right: 0;
}

.liens-autres-pages-gauche {
    font-size: 20px;
    font-family: 'roboto_light';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: grey;
    margin-top: 20px;
    position: absolute;
    left: 0;
}

.landing-page-entreprise {
    height: 100%;
    position: relative;
}

.banniere-energie {
    background-image: url('images/images-web2/pole/pole/bg-energy.jpg');

    /* Chrome/Edge/Opera/Samsung, Safari will fallback to this as well */
    /* background-image: -webkit-image-set(url("images/images-web2/pole/pole/bg-energy.webp")1x,  url("images/images-web2/pole/pole/bg-energy.jpg")2x); */

    /* Standard use */
    /* background-image: image-set("images/images-web2/pole/pole/bg-energy.webp" 1x, "images/images-web2/pole/pole/bg-energy.jpg" 2x); */
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.banniere-finance {
    background-image: url('images/images-web2/pole/pole/bg-Iors.jpg');

    /* Chrome/Edge/Opera/Samsung, Safari will fallback to this as well */
    /* background-image: -webkit-image-set(url("images/images-web2/pole/pole/bg-Iors.webp")1x,  url("images/images-web2/pole/pole/bg-Iors.jpg")2x); */

    /* Standard use */
    /* background-image: image-set("images/images-web2/pole/pole/bg-Iors.webp" 1x, "images/images-web2/pole/pole/bg-Iors.jpg" 2x); */
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}

.banniere-telecom {
    background-image: url('images/images-web2/pole/pole/bg-telma.jpg');
    /* Chrome/Edge/Opera/Samsung, Safari will fallback to this as well */
    /* background-image: -webkit-image-set(url("images/images-web2/pole/pole/bg-telma.webp")1x,  url("images/images-web2/pole/pole/bg-telma.jpg")2x); */

    /* Standard use */
    /* background-image: image-set("images/images-web2/pole/pole/bg-telma.webp" 1x, "images/images-web2/pole/pole/bg-telma.jpg" 2x); */
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.banniere-immobilier {
    background-image: url('images/images-web2/pole/pole/bg-immo-1.jpg');
    /* Chrome/Edge/Opera/Samsung, Safari will fallback to this as well */
    /* background-image: -webkit-image-set(url("images/images-web2/pole/pole/bg-immo-1.webp") 1x,  url("images/images-web2/pole/pole/bg-immo-1.jpg")2x); */

    /* Standard use */
    /* background-image: image-set(
                        "images/images-web2/pole/pole/bg-immo-1.webp" 1x,
                        "images/images-web2/pole/pole/bg-immo-1.jpg" 2x); */
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);


}

.banniere-innovation {
    background-image: url('images/images-web2/pole/pole/bg-innovation.png');
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}


.entreprise-description {
    position: relative;
    height: 30%;
    /* background-color: rgb(84, 99, 169,0.7); */
    /* background-color:#F6F6F6; */
    background-color: rgb(255, 255, 255, 0.5);
}

.entreprise-description .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-detail-pole {
    display: table-cell;
    vertical-align: middle;
}

.titre-apropos-pole {
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'roboto_black';
    line-height: 1.0;
    padding-top: 5px;
}

.texte-detail-pole {
    font-family: 'roboto_light';
    letter-spacing: 1.2px;
    font-size: 18px;
    text-align: left;
    color: grey;
    /* color:rgb(0,0,0,0.7); */
    line-height: 1.2;
    padding-top: 17px;
}

.texte-detail-pole strong {
    font-family: 'roboto-regular';
}

@media(max-width:1200px) {
    .texte-detail-pole br {
        display: none;
    }

    .texte-detail-pole {
        font-size: 16px;
        padding-top: 6px;
    }

    .titre-apropos-pole {
        font-size: 33px;
    }
}

@media(max-width:992px) {
    .texte-detail-pole {
        text-align: left;
        font-size: 15px;
    }
}

@media(max-width:600px) {
    .texte-detail-pole {
        font-size: 13px;
        padding-top: 0px;
    }

    .titre-apropos-pole {
        font-size: 35px;
    }
}

@media(max-width:300px) {
    .texte-detail-pole {
        font-size: 10px !important;
    }
}

.graphe-detail-pole {
    background-color: #1a2a44;
    background-image: url("images/images-web2/bg-chiffre-cle-energy.webp");
    /* Chrome/Edge/Opera/Samsung, Safari will fallback to this as well */
    background-image: -webkit-image-set(url("images/images-web2/bg-chiffre-cle-energy.webp") 1x, url("images/images-web2/bg-chiffre-cle-energy.jpg") 2x);
    /* Standard use */
    background-image: image-set("images/images-web2/bg-chiffre-cle-energy.webp" 1x, "images/images-web2/bg-chiffre-cle-energy.jpg" 2x);
    background-size: 35% 100%;
    background-repeat: no-repeat;
    background-position: right;
    object-fit: contain;
    height: 100%;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

.img-graphe-detail-pole {
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
}

@media(min-width:1444px) {
    .graphe-detail-pole {
        height: 75%;
        background-size: 22% 100%;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
    }
}

@media(max-width:992px) {
    .graphe-detail-pole {
        background-size: 50% 100% !important;
        height: auto;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
        padding-top:50px;
        padding-bottom:50px;
    }
}

@media(max-width:768px) {
    .graphe-detail-pole {
        background-size: 100% 100% !important;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
        height: auto;
    }
}

.graphe-detail-pole .container {
    display: table;
    height: 100%;
    width: 100%;
}

/* .graphe-detail-pole .container .container-detail-pole{
    vertical-align:top;
} */

.titre-graphe-pole {
    font-size: 23px;
    letter-spacing: 1px;
    font-family: 'roboto-regular';
    line-height: 1.0;
    padding-top: 5px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.sous-titre-graphe-pole {
    font-size: 45px;
    letter-spacing: 1px;
    font-family: 'roboto_light';
    line-height: 1.0;
}

@media(max-width:768px) {
    .sous-titre-graphe-pole {
        font-size: 35px !important;
    }

    .titre-graphe-pole {
        font-size: 25px !important;
    }
}

.texte-graphe-pole {
    font-family: 'roboto-thin';
    letter-spacing: 1.2px;
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
    padding-top: 17px;
}

.img-graphe-pole {
    margin: auto;
    display: block;
    height: 350px;
    width: auto;
}

.date-graphe {
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'roboto_bold';
    line-height: 1.0;
    padding-top: 50px;
}

.chiffre-graphe {
    font-size: 27px;
    letter-spacing: 1px;
    font-family: 'roboto_bold';
    line-height: 1.0;
    margin-bottom: 0px;
}

.texte-graphe {
    font-size: 20px;
    letter-spacing: 1.4px;
    font-family: 'roboto-thin';
    line-height: 1.0;
}

@media(max-width:1200px) {
    .texte-graphe {
        font-size: 15px;
    }


}

.bouboule-graphe {
    border-radius: 90px;
    width: 90px;
    height: 90px;
    background-color: #5463a9;
    position: relative;
    justify-content: right;
    /* border:solid 1px #5463a9; */
    bottom: 0px;

}

@media(max-width:1200px) {
    .texte-graphe-pole br {
        display: none;
    }

    .texte-graphe-pole {
        font-size: 16px;
        padding-top: 6px;
    }

    .titre-graphe-pole {
        font-size: 33px;
    }
}

@media(max-width:992px) {
    .texte-graphe-pole {
        font-size: 15px;
    }
}

@media(max-width:600px) {
    .texte-graphe-pole {
        font-size: 13px;
        padding-top: 0px;
    }


}

.entreprise-marques {
    position: relative;
    height: 50%;
}


.chiffres-cles-detail-pole {
    position: relative;
    background-color: #F6F6F6;
    height: 100%;
}

@media(min-width:1926px) {
    .chiffres-cles-detail-pole {
        height: 60%;
    }
}

.chiffres-cles-detail-pole .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-chiffres-cles-detail-pole {
    display: table-cell;
    vertical-align: middle;
}

@media(max-width:992px) {
    .chiffres-cles-detail-pole {
        height: auto;
    }
}

.chiffre-chiffres-cles-pole {
    font-family: 'roboto_black';
    font-size: 40px;
    color: #d30f3f;
    text-align: center;
    margin-bottom: 0px;
}

.texte-chiffres-cles-pole {
    font-family: 'roboto_light';
    font-size: 28px;
    color: #5463a9;
    line-height: 1.0;
    text-align: center;
}

#taille-img-icone-5 {
    margin-top: 40px;
    height: 119px;
}

#taille-img-icone-4 {
    margin-top: 19px;
    height: 140px;
}

@media(max-width:1200px) {
    #taille-img-icone-5 {
        height: 100px;
        margin-top: 40px;
    }

    #taille-img-icone-4 {
        height: 109px;
        margin-top: 31px;
    }

    .texte-chiffres-cles-pole {
        font-size: 25px;
    }
}

@media(max-width:992px) {
    .chiffre-chiffres-cles-pole {
        font-size: 35px;
    }

    #taille-img-icone-5 {
        height: 100px;
        margin-top: 40px;
    }
}

@media(max-width:768px) {
    .chiffre-chiffres-cles-pole {
        font-size: 32px;
    }
}

@media(max-width:600px) {
    .chiffre-chiffres-cles-pole {
        font-size: 40px;
    }

    .texte-chiffres-cles-pole {
        font-size: 25px;
    }
}

.img-logo {
    width: auto;
    display: block;
    height: auto;
    max-height: 140px;
    margin: auto;
    margin-bottom: 50px;
}

@media(max-width:992px) {
    .img-logo {
        max-height: 90px;
    }
}

.marques-popup {
    position: relative;
    background-color: #FFF;
    height: 100%;
}

.marques-tsotra {
    height: 100%;
}

.marques-popup .container-fluid {
    display: table;
    height: 100%;
    width: 100%;
}

.flex-marques {
    display: flex;
    flex-direction: row;
}

.container-navigation {
    height: 30%;
    position: relative;
}

@media(max-width:768px) {
    .flex-marques {
        flex-direction: column;
    }

    .marques-tsotra {
        height: auto !important;
    }
}

@media(max-width:992px) {
    .images-marques {
        width: 100% !important;
    }

    .img-marque {
        height: 300px;
    }

    .images-marques-3 {
        width: 100% !important;
    }
}

.images-marques {
    width: 25%;
    padding: 2px;
    position: relative;
}

.images-marques-3 {
    width: 33.33333%;
    /* padding: 2px; */
    position: relative;
}

.img-marque {
    /* height: 100%; */
    height: 450px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.shadow-marque {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    top: 0px;
}

#marque3 {
    width: 99%;
}

.images-marques:hover .overlay-marques {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.images-marques-3:hover .overlay-marques {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.overlay-marques {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F6F6F6;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media(min-width:1626px) {
    .img-marque {
        height: 500px;
    }
}

@media(min-width:1926px) {
    .img-marque {
        height: 800px;
    }
}

.marques-immobilier {
    height: 70%;
}

.marques-innovation {
    height: 90%;
}

.marques-telco {
    height: 130%;
}

.card-marques {
    width: 130px;
    height: 195px;
    position: relative;
    display: inline-block;
    /* margin: 50px; */
}

.card-marques .img-top {
    display: none;
    position: absolute;
    top: 1.2px;
    left: 1.2px;
    z-index: 99;
    /* height:43px; */
}

.card-marques:hover .img-top {
    display: inline;
}

@media(max-width:768px) {
    .marques-popup {
        height: auto;
    }
}

.marques-popup .container {
    display: table;
    height: 100%;
    width: 100%;
}

.container-logo {
    display: table-cell;
    vertical-align: middle;
}

.container-img-logo {
    min-height: 220px;
    width: auto;
    position: relative;
}

.table-img-logo {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-img-logo {
    display: table-cell;
    vertical-align: middle;
}

.img-fermer {
    width: 30px;
    height: auto;
}

.img-logo-pole {
    display: block;
    margin: auto;
    transition: filter 0.3s ease-in-out;
}


.video-energie {
    /* background-image: url('https://www.axian-group.com/ac-content/uploads/2022/10/nea-1920x1080-1.jpg'); */
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    position:relative;
}

.video-energie .container {
    height: 100%;
    display: table;
    width: 100%;
}

.video-finance {
    background-image: url('https://www.axian-group.com/ac-content/uploads/2023/05/pexels-ahmed-el-aidy-4011949-scaled.jpg');
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}

.video-finance .container {
    height: 100%;
    display: table;
    width: 100%;
}

.banniere-marques-popup {
    background-image: url('images/images-web2/pole/pole/jovena_bis.png');
    background-size: cover;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    position: relative;
}

.img-logo-blanc-banniere {
    display: block;
    margin: unset;
    margin-bottom: 20px;
}

@media(max-width:992px) {
    .img-logo-blanc-banniere {
        margin: 20px auto;
        margin-bottom: 10px;
    }
}

.titre-gras-chiffres-cles-detail-pole {
    text-align: left;
    color: #5463a9;
    font-size: 53px;
    font-family: 'roboto-medium';
    line-height: 1.0;
}

.titre-chiffres-cles-detail-pole {
    text-align: left;
    color: #5463a9;
    font-size: 50px;
    letter-spacing: 1px;
    font-family: 'roboto_light';

}

#position-chiffres {
    margin-top: 70px;
}

#logo-height-single {
    height: 130px;
    width: auto;
    margin-left: 10px;

}

#logo-height {
    height: 130px;
    width: auto;
    display: block;
    margin: auto;
    padding: 20px;
}

#logo-height2 {
    height: 90px;
    width: auto;
    display: block;
    margin: auto;
    padding: 20px;
}

.texte-entreprise-description {
    font-size: 20px;
}

.titre-entreprise-description {
    font-size: 30px;
    color: #5463a9;
}

.modal-content {
    width: 1000px;
    height: 600px;
    justify-content: center;
}

#taille-img-icone-entreprise-3 {
    margin-top: 10px;
    height: 70px;
}

#taille-img-icone-entreprise-2 {
    margin-top: 10px;
    height: 90px;
}

#taille-img-icone-entreprise-1 {
    height: 120px;
}

.chiffre-chiffres-cles-entreprise {
    color: #d30f3f;
    font-size: 30px;
    font-family: 'roboto_bold';
    text-align: center;
}

.texte-chiffres-cles-entreprise {
    font-size: 30px;
    color: #5463a9;
    text-align: center;

}

.titre-banniere-2 {
    font-size: 39px;
    font-family: 'roboto_light';
    letter-spacing: 2px;
    line-height: 0.7;
}

.sous-titre-banniere-2 {
    margin-bottom: 8px;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'roboto_black';
    letter-spacing: 2px;
}

#sous-titre-banniere-2 {
    margin-bottom: 54px !important;
}

@media (max-width:600px) {
    .titre-banniere-2 {
        font-size: 34px !important;
    }
}

@media (max-width:500px) {
    .titre-banniere-2 {
        font-size: 32px !important;
    }
}

@media (max-width:425px) {
    .titre-banniere-2 {
        font-size: 24px !important;
    }
}

@media (max-width:320px) {
    .titre-banniere-2 {
        font-size: 20px !important;
    }
}

.container-banniere-2 {
    bottom: 40px;
    position: absolute;
}

@media(max-width:992px) {
    .container-banniere-2 {
        bottom: -120px;
    }

}

.container-banniere-3 {
    bottom: 0px;
    position: absolute;
}

.container-banniere-detail-pole {
    bottom: 30px;
    position: absolute;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999999999999999999999;
    overflow: hidden;

}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay-telco {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 99999999999999999999999999;
}

.overlay-telco:target {
    visibility: hidden;
    opacity: 0;
}

.overlay-telco .popup {
    width: 50%;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1580px) {
    .overlay-telco .popup {
        width: 80%;
        height: 50%;
    }

    .img-telco {
        height: 50vh;
    }

    .font-telco {
        font-size: 22px !important;
        ;
        margin-top: 15% !important;
    }

    .container-bottom-telco {
        bottom: 20px !important;
    }

}

@media(max-width:992px) {
    .overlay-telco .popup {
        width: 95%;
        height: 70%;
    }

    .img-telco {
        height: 70vh;
    }

    .font-telco {
        margin-top: 20% !important;
    }
}

@media(max-width:768px) {
    .overlay-telco .popup {
        width: 95%;
        height: auto;
        padding-bottom: 50px;
    }
}

.overlay-telco .popup .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 200ms;
    font-size: 30px;
}

.overlay-cookies {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 500ms;
    opacity: 1;
    z-index: 99999999999999999999999999;
}

.overlay-cookies .popup {
    width: 40%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    margin: 0px;
    padding: 35px 35px 35px 35px;
    overflow-y: scroll;
    scroll-margin-right: 10px;
}

.overlay-cookies .popup .container {
    position: relative;
    height: 100%;
    width: 100%;
}

.overlay-cookies .popup::-webkit-scrollbar {
    width: 8px;
}

.overlay-cookies .popup::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.overlay-cookies .popup::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0.2);
}

.overlay-cookies .popup .close {
    position: absolute;
    top: 0px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
}

@media(max-width:1200px) {
    .overlay-cookies .popup {
        width: 50%;
        height: 80%;
    }
}

@media(max-width:992px) {
    .overlay-cookies .popup {
        width: 80%;
        height: 80%;
    }
}

@media(max-width:600px) {
    .overlay-cookies .popup {
        width: 100%;
        height: 100%;
    }

    .overlay-cookies .popup .close {
        position: absolute;
        top: -50px;
        right: 0px;
        transition: all 200ms;
        font-size: 30px;
    }
}

.titre-cookies {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-family: 'roboto_black';
    color: rgb(0, 0, 0, 0.7);
}

.type-cookies {
    font-family: 'roboto_bold';
    /* margin-top:20px; */
    font-size: 16px;
    /* line-height: 1.0; */
    text-align: left;
    color: rgb(0, 0, 0, 0.7);
}

.type-cookies-detail {
    font-family: 'roboto_bold';
    font-size: 16px;
    /* line-height: 1.0; */
    text-align: left;
    color: rgb(0, 0, 0, 0.7);
}

.type-cookies-detail:hover {
    cursor: pointer;
}

.texte-cookies p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.3;
    color: rgb(0, 0, 0, 0.7);
}

.texte-cookies {
    margin-bottom: 20px;
}

.texte-cookies-details-bold {
    font-family: 'roboto_bold';
    margin-top: 0px;
    margin-bottom: 9px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.3;
    color: rgb(0, 0, 0);
}

.texte-cookies-details {
    margin-top: 0px;
    margin-bottom: 9px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.3;
    color: rgb(0, 0, 0);
}

.container-cookies-details {
    background-color: #F6F6F6;
    padding: 20px;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    border-radius: 10px;
}

.gap-container-cookies-details {
    margin-top: 20px;
}

.container-cookies-hide {
    display: none;
    position: relative;
}

.cookies_elements {
    display: block;
}

.overlay-cookies .popup button {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: transparent;
    border: solid 1px #d30f3f;
    color: #d30f3f;
    font-size: 13px;
    font-family: 'roboto_light';
    padding: 10px;
    text-transform: uppercase;
    width: 125px;
    height: 39px;
}

.overlay-cookies .popup button:hover {
    cursor: pointer;
    background-color: #d30f3f;
    border: none;
    color: #FFF;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 15px;
    float: right;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #ff0045;
}

/* input:focus + .slider {
    box-shadow: 0 0 1px #ff0045;
} */

input:checked+.slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.font-telco {
    font-size: 25px;
    font-family: 'roboto-regular';
    line-height: 1.1;
    margin-bottom: 0px;
    margin-top: 25%;
    padding-left: 20px;
    padding-right: 40px;
}

.font-telco-lien {
    font-family: 'roboto_bold';
}

.container-bottom-telco {
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width:992px) {
    .container-bottom-telco {
        bottom: 20px;
    }
}

@media(max-width:768px) {
    .container-bottom-telco {
        position: relative;
        bottom: 0px;
        margin-top: 70px;
    }
}

#sectionBottom {
    display: block;
}

.position-close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.position-disclaimer {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.background-disclaimer {
    background-color: #5463a9;
    height: 90px;
    width: 500px;
    color: #fff;
    font-size: 18px;
    position: relative
}

.background-disclaimer-2 {
    background-color: #5463a9;
    height: 300px;
    width: 500px;
    position: relative;
    color: #fff
}

@media(max-width:1200px) {
    .background-disclaimer-2 {
        width: 460px;
    }
}

@media(max-width:992px) {
    .position-disclaimer {
        left: 0px;
        right: 0px;
    }

    .background-disclaimer-2 {
        width: 100%;
        height: 165px;
    }
}

.position-pattern-disclaimer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.position-pattern-disclaimer-2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
}

.container-disclaimer {
    height: 90px;
    display: flex;
    align-items: center;
}

.disclaimer-texte-1 p {
    line-height: 1.2;
    font-family: 'roboto_light';
    text-align: left;
    margin: 0;
    font-size: 18px;
}

.disclaimer-texte-1 a {
    text-decoration: underline;
}

.container-disclaimer-2 {
    height: 300px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width:992px) {
    .disclaimer-texte-1 p {
        font-size: 16px;
    }

    .container-disclaimer-2 {
        height: 145px;
        padding-left: 15px !important;
        align-items: start;
        padding-top: 25px;
        overflow-y: scroll;
    }
}

.container-disclaimer-2 h5 {
    margin-top: 30px;
    font-family: 'roboto_bold';
}

@media(max-width:992px) {
    .container-disclaimer-2 h5 {
        margin-top: 15px;
    }
}

.disclaimer-texte-2 p {
    line-height: 1.2;
    font-family: 'roboto_light';
    text-align: justify;
    margin: 0;
    font-size: 14px;
}

.container-disclaimer-icone {
    display: flex;
    align-items: center;
}

.container-disclaimer-icone i {
    font-size: 35px;
    cursor: pointer;
    /* float:right; */
}

.img-fermer-disclaimer {
    width: 20px;
    height: auto;
}

.top-section {
    display: block;
}

@media(max-width:767px) {
    .img-telco {
        height: 20vh;
    }

    .font-telco {
        font-size: 20px !important;
        margin-top: 15% !important;
    }
}

.background-accesrapide {
    background-color: #fff;
    height: 80%;
    width: 80%;
    display: block;
    margin: 20px auto;
    /* height:auto; */
    padding: 20px;
}

.overlay-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999999999999999999999;
    overflow: auto;
    overscroll-behavior: contain;
}

.overlay-background::-webkit-scrollbar {
    display: none;
}

.noscroll {
    overflow: hidden;
}

.overlay-background:target {
    visibility: visible;
    opacity: 1;
}

[aria-hidden="true"] {
    display: none;
}

[aria-hidden="false"] {
    display: block;
}

.overlay-background .popup {
    margin: auto;
    /* margin-top:12rem; */
    background: transparent;
    border-radius: 5px;
    width: 70vw;
    height: 95vh;
    position: relative;
    transition: all 5s ease-in-out;
    /* overflow-y: scroll;
    overflow-x: hidden; */
}

.overlay-background .popup .container {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-background-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.show-overlay .main-content {
    position: fixed;
    left: 0;
    right: 0;
    overflow-y: scroll;
    /* render disabled scroll bar to keep the same width */
}

.show-overlay .overlay-background {
    display: block;
}

.background-texte-overlay-background {
    background-color: transparent;
    height: 100%;
    margin-top: 20px;
}

.container-marques-popup {
    position: absolute;
    top: 118px;
}

.popup {
    margin: auto;
    background: #fff;
    margin-top: 20px;
    /* border-radius: 5px; */
    width: 80%;
    height: 100%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup-video {
    margin: auto;
    background: transparent;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    position:relative;
    /* transition: all 0.01s ease-in-out; */
}

.popup-video .container-fluid{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.popup-video video {
    /* margin-top:0px; */
    height: 90%;
    width: 100%;
    object-fit: cover;
    padding: 20px;
}


.popup-video .video_carre {
    width: 65%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: auto;
}

.popup-video .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 200ms;
}

.popup button {
    width: 200px;
    margin-top: -45px;
}

#cross path {
    stroke: white;
    stroke-width: 0.5;
}

.popup .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 200ms;
    font-size: 30px;
}

.overlay-background .popup .close {
    position: fixed;
    top: 30px;
    right: 50px;
    transition: all 200ms;
    font-size: 30px;
    width: 20px;
    color: #fff;
}

/* .popup .container{
    max-height:100%;
    overflow-y: scroll;
}

.popup .containcross-oconer::-webkit-scrollbar{
    display:none;
} */

.overlay-background .text-popup {
    font-family: 'roboto_light';
    font-size: 20px;
    color: #fff;
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

@media(max-width:768px) {
    .overlay-background .text-popup {
        font-size: 15px !important;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

}

.overlay-background .texte-chiffres-cles-detail-pole {
    color: #fff;
}

.text-popup {
    font-family: 'roboto_light';
    font-size: 20px;
    color: grey;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.overlay-background .popup button {
    display: block;
    margin-bottom: 0px;
    background-color: #d30f3f;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-family: 'roboto_light';
    padding: 10px;
    text-transform: uppercase;
    width: 155px;
    height: 39px;
    margin: unset;
}

.overlay-background .popup button:hover {
    cursor: pointer;
}

@media(max-width:992px) {
    .overlay-background .popup button {
        margin: auto !important;
    }
}

#position-marques-logo {
    margin-top: 50px;
}

#position-marques-bouton {
    float: left;
    margin-left: 85px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.flex-pole-mobile {
    display: none;
}


@media(max-width:600px) {
    .flex-pole-mobile {
        display: flex;
        flex-direction: column;
    }
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-general {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.container-general .gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 90vh;
}

.container-general .gallery-wrap .item-identite {
    flex: 1.9 1 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: all 0.8s ease;
}

@media(max-width:992px) and (min-width:768px) {
    .table-cell-pole .container-general {
        display: none;
    }
}

@media(max-width:992px) {
    .container-general .gallery-wrap {
        flex-direction: column;
        height: 100vh !important;
    }
}

@media(max-width:1200px) {
    .container-general .gallery-wrap {
        height: 70vh;
    }

    .container-general .gallery-wrap .item-identite {
        flex: 1 1 0;
    }
}

@media(min-width:1926px) {
    .container-general .gallery-wrap {
        height: 60vh;
    }
}

.container-general .gallery-wrap .item-identite:hover {
    flex: 3;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.container-general .gallery-wrap .item-identite:hover .overlay-modele-inspirant {
    opacity: 1;
    transition: .3s cubic-bezier(0.5, 0, 0, 1);
    /* transition:opacity 1s linear; */
}

.container-general .gallery-wrap .item-identite:hover .titre-overlay-modele-inspirant h4 {
    opacity: 1;
    transform: translateY(0);
    transition: .2s cubic-bezier(0.5, 0, .8, .6);
    /* transition:opacity 1s linear; */
}

.container-general .gallery-wrap .item-identite:hover .texte-overlay-modele-inspirant p {
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
    /* transition:opacity 1s linear; */
}

.container-general .gallery-wrap .item-identite:hover .numero-modele-identite {
    opacity: 0;
}

.container-general .gallery-wrap .item-identite:hover .texte-modele-identite h4 {
    opacity: 0;
}

.wrap-effect-1 .item-identite .container {
    position: absolute;
    bottom: 50px;

}

@media(max-width:992px) {
    .wrap-effect-1 .item-identite .container {
        bottom: 15px;
        left: 10px;
    }
}

@media(max-width:600px) {
    .wrap-effect-1 .item-identite .container {
        left: 0px;
        bottom: 5px;
    }
}

.container-general .gallery-wrap .item-2 {
    flex: 1.5 1 0;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: all 0.8s ease-in-out;
}

.container-general .gallery-wrap .item-2:hover {
    flex: 3;
    cursor: pointer;
}

.wrap-effect-1 .item-2:first-of-type {
    background-image: url('images/images-web2/HOMEPAGE-09.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    position: relative;
}

.wrap-effect-1 .item-2:nth-of-type(2) {
    background-image: url('images/images-web2/HOMEPAGE-07.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wrap-effect-1 .item-2:nth-of-type(3) {
    background-image: url('images/images-web2/HOMEPAGE-11.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wrap-effect-1 .item-2:nth-of-type(4) {
    background-image: url('images/images-web2/HOMEPAGE-10.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wrap-effect-1 .item-2:nth-of-type(5) {
    background-image: url('images/images-web2/HOMEPAGE-08.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    position: relative;
}

.container-general .gallery-wrap .item-2-eng {
    flex: 1.5 1 0;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: all 0.8s ease-in-out;
}

.container-general .gallery-wrap .item-2-eng:hover {
    flex: 3;
    cursor: pointer;
}

.wrap-effect-1 .item-2-eng:first-of-type {
    background-image: url('images/images-web2/HOMEPAGE-09.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    position: relative;
}

.wrap-effect-1 .item-2-eng:nth-of-type(2) {
    background-image: url('images/images-web2/HOMEPAGE-07.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wrap-effect-1 .item-2-eng:nth-of-type(3) {
    background-image: url('images/images-web2/HOMEPAGE-11.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wrap-effect-1 .item-2-eng:nth-of-type(4) {
    background-image: url('images/images-web2/HOMEPAGE-10.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wrap-effect-1 .item-2-eng:nth-of-type(5) {
    background-image: url('images/images-web2/HOMEPAGE-08.jpg');
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    position: relative;
}

.crossfade>figure {
    animation: imageAnimation 30s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    color: transparent;
    height: 100vh;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.crossfade>figure:nth-child(1) {
    background-image: url('images/images-web2/MEDIA/interview.PNG');
}

.crossfade>figure:nth-child(2) {
    animation-delay: 12s;
    background-image: url('images/images-web2/IMPACT/motion.PNG');
}

.crossfade>figure:nth-child(3) {
    animation-delay: 20s;
    background-image: url('images/images-web2/MEDIA/image-axian-university.png');
}


@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }

    8% {
        animation-timing-function: ease-out;
        opacity: 1;
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

/* [class*="reveal-"] {
    opacity: 0;
    transform: translateY(-30px);
} */

.reveal-visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-2 {
    transition-delay: 0.1s;
}

.reveal-3 {
    transition-delay: 0.2s;
}

.reveal-4 {
    transition-delay: 0.3s;
}

[class*="revealX-"] {
    opacity: 0;
    transform: translateX(-30px);
}

.revealX-visible {
    opacity: 1;
    transform: translate(0);
    transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
}

[class*="revealXpos-"] {
    opacity: 0;
    transform: translateX(30px);
}

@media(max-width:768px) {
    [class*="revealX-"] {
        transform: translateX(0px);
    }

    [class*="revealXpos-"] {
        transform: translateX(0px);
    }

}

.revealXpos-visible {
    opacity: 1;
    transform: translate(0);
    transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
}

.revealX-2 {
    transition-delay: 0.1s;
}

.revealX-3 {
    transition-delay: 0.2s;
}

.revealX-4 {
    transition-delay: 0.3s;
}

.revealXpos-2 {
    transition-delay: 0.1s;
}

.revealXpos-3 {
    transition-delay: 0.2s;
}


.revealX-4 {
    transition-delay: 0.3s;
}

.revealX-2bis {
    transition-delay: 0.13s;
}

.revealX-3bis {
    transition-delay: 0.16s;
}

.revealX-4bis {
    transition-delay: 0.19s;
}

.revealX-5bis {
    transition-delay: 0.22s;
}

.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0 !important;
    transform: translateY(-30px) !important;
    transform: 0s !important;
}

.reveal-loaded .reveal-visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-loaded .reveal-2 {
    transition-delay: 0.1s;
}

.reveal-loaded .reveal-3 {
    transition-delay: 0.2s;
}

.reveal-loaded .reveal-4 {
    transition-delay: 0.3s;
}

.reveal-loaded [class*="revealX-"] {
    opacity: 0;
    transform: translateX(-30px);
}

.reveal-loaded .revealX-visible {
    opacity: 1;
    transform: translate(0);
    transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-loaded [class*="revealXpos-"] {
    opacity: 0;
    transform: translateX(30px);
}

.reveal-loaded .revealXpos-visible {
    opacity: 1;
    transform: translate(0);
    transition: 1.5s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-loaded .revealX-2 {
    transition-delay: 0.1s;
}

.reveal-loaded .revealX-3 {
    transition-delay: 0.2s;
}

.reveal-loaded .revealX-4 {
    transition-delay: 0.3s;
}

.reveal-loaded .revealXpos-2 {
    transition-delay: 0.1s;
}

.reveal-loaded .revealXpos-3 {
    transition-delay: 0.2s;
}

.reveal-loaded .revealX-4 {
    transition-delay: 0.3s;
}

.reveal-loaded .revealX-2bis {
    transition-delay: 0.13s;
}

.reveal-loaded .revealX-3bis {
    transition-delay: 0.16s;
}

.reveal-loaded .revealX-4bis {
    transition-delay: 0.19s;
}

.reveal-loaded .revealX-5bis {
    transition-delay: 0.22s;
}

.draw path {
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: draw 4s cubic-bezier(0.8, 1, 0.7, 1) forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.ligne-separateur span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(90deg);
    box-sizing: border-box;
}

.box span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: green;
    animation: animate 4s linear infinite;
}

.titre-page {
    font-family: 'roboto-regular';
    font-size: 18px;
    color: grey;
    text-transform: capitalize;
    color: #d30f3f;
    margin-bottom: 0px;
    margin-top: 10px;
}

.nom-page {
    font-family: 'roboto-medium';
    font-size: 18px;
    color: grey;
    text-transform: capitalize;
    margin-top: 13px;
}

.nom-sous-page {
    font-family: 'roboto-medium';
    font-size: 14px;
    color: grey;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-left: 5px;
}

.nom-section {
    font-family: 'roboto_light';
    font-size: 12px;
    color: grey;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 3px;
    padding-left: 10px;
}

.nom-page:hover {
    cursor: pointer;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: solid 1px #c0cad1;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 20px;
}

#myBtn:hover {
    border: none;
    background-color: #d30f3f;
}

#myBtn:hover span.scroll-top:after {
    border: 0.3rem solid #FFF;
    content: "";
    z-index: 99999999999999999999;
    position: absolute;
    display: block;
    bottom: 5.5px;
    left: calc(50% - 0.55rem);
    width: 1.1rem;
    height: 1.1rem;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(225deg);
}

span.scroll-top:after {
    content: "";
    z-index: 99999999999999999999;
    position: absolute;
    display: block;
    bottom: 5.5px;
    left: calc(50% - 0.55rem);
    width: 1.1rem;
    height: 1.1rem;
    border: 0.3rem solid #c0cad1;
    border-left: none;
    border-top: none;
    transform-origin: 50% 50%;
    transform: rotate(225deg);
}

.press-room-wrapper .press-room-communiques {
    min-height: 300px;
    overflow: hidden;
    position: relative;
    margin: 0 -20px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .press-room-wrapper .press-room-communiques {
        margin: 0 -80px;
        padding: 35px 20px;
    }
}

@media (min-width: 1200px) {
    .press-room-wrapper .press-room-communiques {
        margin: 0 -160px;
        padding: 35px 70px;
        width: inherit;
    }
}

@media (min-width: 2048px) {
    .press-room-wrapper .press-room-communiques {
        margin: 0 -230px;
        padding: 35px 70px;
        width: inherit;
    }
}

.press-room-wrapper .press-room-communiques .t-title-communique {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    color: #646469;
    display: none;
}

@media (min-width: 992px) {
    .press-room-wrapper .press-room-communiques .t-title-communique {
        display: block;
    }
}

.press-room-wrapper .press-room-communiques .communique-list {
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .press-room-wrapper .press-room-communiques .communique-list {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .press-room-wrapper .press-room-communiques .communique-list {
        padding-bottom: 50px;
    }
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item {
    list-style-type: none;
    margin: 0 0 25px;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 768px) {
    .press-room-wrapper .press-room-communiques .communique-list li.communique-item {
        margin: 0 1% 25px;
        width: 48%;
    }
}

@media (min-width: 992px) {
    .press-room-wrapper .press-room-communiques .communique-list li.communique-item {
        margin: 0 1% 30px;
        width: 31%;
    }
}

@media (min-width: 1360px) {
    .press-room-wrapper .press-room-communiques .communique-list li.communique-item {
        margin: 0 1% 35px;
        width: 23%;
    }
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content {
    padding: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content {
        height: 150px;
    }
}

@media (min-width: 1220px) {
    .press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content {
        width: 100%;
        height: 180px;
    }
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content figure {
    background-color: #646469;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}


.press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.25s linear;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content:hover figure {
    position: relative;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content:hover figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item a.right-content:hover figure img {
    transform: scale(1.1);
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content {
    background-color: #fff;
    padding: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content:after {
    content: "";
    display: block;
    width: 80%;
    margin: 40px auto 0;
    border-bottom: 1px #c80f2d solid;
}

@media (min-width: 768px) {
    .press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content {
        margin-bottom: 0;
    }
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content p {
    margin: 0;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-author {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c80f2d;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-date {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #CC0033;
    float: left;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-title {
    margin-bottom: 26px;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-title a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4A4B4D;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-title a:hover {
    text-decoration: underline;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-desc {
    font-size: 14px;
    font-weight: normal;
    color: #4A4B4D;
    text-align: justify;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-link {
    text-align: right;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-link a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c80f2d;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-link a i {
    color: #c80f2d;
    font-size: 15px;
    width: 13px;
    height: 23px;
    border-radius: 100%;
    line-height: 22px;
    padding: 0px 3px;
    vertical-align: middle;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-link a:hover {
    text-decoration: underline;
}

.press-room-wrapper .press-room-communiques .communique-list li.communique-item .left-content .t-entreprise {
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #CC0033;
}

.press-room-wrapper .press-room-communiques .readmore {
    color: #646469;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    margin-left: 15px;
}

.press-room-wrapper .press-room-communiques .readmore:hover {
    color: #c80f2d;
    text-decoration: none;
}

.press-room-wrapper .press-room-communiques #load-more-presse-search {
    color: #fff;
}

.pagination-loading {
    text-align: right;
}

.pagination-loading a {
    height: 40px;
    width: 40px;
    border-right: 1px solid #5c5d5f;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #5c5d5f;
}

.pagination-loading a.next,
.pagination-loading a.prev {
    border: none;
    font-size: 14px;
    width: auto;
    padding-left: 10px;
    padding-right: 20px;
}

.pagination-loading a.active {
    background-color: #c80f2d;
    color: #FFFFFF;
}

.pagination-loading span>span:first-child a {
    border-left: 1px solid #5c5d5f;
}

.cookies-banner {
    width: 100%;
    height: auto;
    background-color: rgb(192, 202, 209, 0.9);
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
}

@media(max-width:992px) {
    .cookies-banner {
        padding-bottom: 15px;
    }
}

.cookies-banner p {
    padding-top: 10px;
    text-align: justify;
    line-height: 1.1;
    font-size: 14px;
}

.cookies-banner .banniere-bouton-cookies a:hover {
    color: #d30f3f;
}

.bouton-banniere-bouton-cookies {
    /* display:inline-block; */
    margin-left: 0px;
    margin-right: 20px;
    background-color: transparent;
    border: solid 1px #d30f3f;
    color: #000;
    font-size: 11px;
    font-family: 'roboto_light';
    letter-spacing: 1px;
    padding: 10px;
    text-transform: uppercase;
    width: 100px;
    margin-top: 0px;
}

@media(max-width:992px) {
    .bouton-banniere-bouton-cookies {
        margin-top: 20px;
        width: 250px;
    }
}

.bouton-banniere-bouton-cookies:hover {
    cursor: pointer;
    border: none;
    background-color: #d30f3f;
    color: #FFF;
}

.banniere-bouton-cookies {
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
}

@media(max-width:992px) {
    .banniere-bouton-cookies {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
}

@media(max-width:650px) {
    .banniere-bouton-cookies {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
}

a.lien-cookies-settings {
    color: black;
    text-decoration: underline !important;
    font-size: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
}

.lien-cookies-settings {
    color: #d30f3f;
    text-decoration: underline;
}

.logo-blab {
    width: 90px;
    float: right;
    margin-top: 5px;
}

@media(max-width:992px) {
    .logo-blab {
        margin-top: 20px;
        width: 85px;
        float: none;
    }
}

@media(max-width:768px) {
    .logo-blab {
        display: block;
        margin: 15px auto;
        width: 50px;
        float: none;
    }
}

#owl-document .owl-stage {
    padding: 1;
    display: block;
}

.logo-cluster {
    /* height:70px; */
    width: 120px;
    margin-left: 15px;
    margin-right: 15px;
    justify-content: center;
    margin-top: 10px;

}

.logo-cluster-deux-etages {
    /* height:70px; */
    width: 145px;
    margin-left: 15px;
    margin-right: 15px;
    justify-content: center;
    margin-top: 10px;
}

@media(max-width:992px) {
    .logo-cluster-deux-etages {
        width: 90px;
    }

    .logo-cluster {
        width: 90px;
    }
}

.middle-content-transition {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
}

@media (max-width: 1400px) {
    .middle-content-transition {
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.linkedin-logo{
    display: block;
    position:absolute;
    bottom:0px;    
}

.linkedin-logo-2{
    display: block;
    margin-top:20px;
}

.image-container-board-investisseur{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.image-decoration-flash-info{
    width:80%; 
    height:auto;
    margin-left: -80px;
    margin-bottom:10px;
    margin-top:30px;
}

@media(max-width:1444px){
    .image-decoration-flash-info{
       margin-bottom:5px; 
       margin-top:5px;
    }
}

@media(max-width:1200px){
    .image-decoration-flash-info{
       margin-top:-30px;
       margin-left:0px;
    }
}

@media(min-width:1926px){
    .image-decoration-flash-info{
        width:100%; 
        height:auto;
        margin-left: -80px;
        margin-bottom:30px;
        margin-top:50px;
    }
}

.width-paragraphe-ambition{
    width:80%;
}

@media(max-width:1444px){
    .width-paragraphe-ambition{
        width:100%;
    }
}