﻿.home-page .dark-wrapper .container-application-mobile-svg .application-mobile-svg {
    overflow: hidden;
    min-width: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width:1024px) {
    .home-page .dark-wrapper .container-application-mobile-svg .application-mobile-svg {
        min-width: 1077px;
    }
}



/* Application mobile */

.home-page .dark-wrapper .application-mobile-text-mobile {
    background: #4e549f;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px 50px 20px;
    font-size: 14px;
    color: white;
}

    .home-page .dark-wrapper .application-mobile-text-mobile .grosTitre {
        color: white;
        padding: 30px;
        font-size: 1.2em;
    }

@media (min-width:375px) {
    .home-page .dark-wrapper .application-mobile-text-mobile .grosTitre {
        font-size: 1.6em;
    }

    .home-page .dark-wrapper .application-mobile-text-mobile {
        font-size: 15px;
    }
}

@media (min-width:1024px) {
    .home-page .dark-wrapper .application-mobile-text-mobile {
        display: none;
    }
}

.container-application-mobile-text-desktop {
    display: none;
    background-color: #4e549f;
    height: 553px;
}

@media (min-width:1024px) {
    .home-page .dark-wrapper .container-application-mobile-text-desktop {
        display: block;
        position: absolute;
        top: 170px;
        right: 100px;
        width: 100%;
    }

    .home-page .dark-wrapper .application-mobile-text-desktop {
        background: none;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 30px 50px 20px;
        color: white;
    }

        .home-page .dark-wrapper .application-mobile-text-desktop .grosTitre {
            color: white;
            padding: 30px 30px 30px 0;
            text-align: left;
        }
}

@media (min-width:1024px) {
    .home-page .dark-wrapper .container-application-mobile-text-desktop {
        position: absolute;
        right: 0;
        width: 50%;
    }

    .home-page .dark-wrapper .application-mobile-text-desktop {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 30px 50px 20px;
        color: white;
    }

        .home-page .dark-wrapper .application-mobile-text-desktop .grosTitre {
            color: white;
            padding: 30px 30px 30px 0;
            text-align: left;
        }
}

@media (min-width:1090px) {
    .home-page .dark-wrapper .container-application-mobile-text-desktop {
        top: 130px;
    }

    @media (min-width:1100px) {
        .home-page .dark-wrapper .container-application-mobile-text-desktop {
            top: 150px;
        }

        @media (min-width:1200px) {
            .home-page .dark-wrapper .container-application-mobile-text-desktop {
                top: 170px;
            }


            @media (min-width:1250px) {
                .home-page .dark-wrapper .container-application-mobile-text-desktop {
                    top: 180px;
                }
            }

            @media (min-width:1258px) {
                .home-page .dark-wrapper .application-mobile-text-desktop {
                    padding: 20px 30px 50px 20px;
                    font-size: 17px;
                }

                    .home-page .dark-wrapper .application-mobile-text-desktop .grosTitre {
                        padding: 30px 30px 30px 0;
                        font-size: 2em;
                    }
            }

            @media (min-width:1264px) {
                .home-page .dark-wrapper .container-application-mobile-text-desktop {
                    top: 150px;
                }

                @media (min-width:1300px) {
                    .home-page .dark-wrapper .container-application-mobile-text-desktop {
                        top: 290px;
                    }

                    .home-page .dark-wrapper .application-mobile-text-desktop {
                        padding: 20px 41px 50px 20px;
                    }
                }

                @media (min-width:1370px) {

                    .home-page .dark-wrapper .container-application-mobile-text-desktop {
                        top: 133px;
                        width: 60%;
                    }

                    .home-page .dark-wrapper .application-mobile-text-desktop {
                        padding: 20px 41px 50px 20px;
                        margin-top: 100px;
                    }

                        .home-page .dark-wrapper .application-mobile-text-desktop .grosTitre {
                            padding: 30px 30px 30px 0;
                        }
                }


                @media (min-width:1550px) {

                    .home-page .dark-wrapper .container-application-mobile-text-desktop {
                        width: 70%;
                    }
                }
            }
        }
    }
}

/* APPLICATION MOBILE - taille du SVG uniquement */


@media (min-width: 1368px) {
    .home-page .dark-wrapper .container-application-mobile-svg .application-mobile-svg {
        width: clamp(360px, 80vw, 960px);
    }
}

@media (min-width: 1368px) {
    .home-page .dark-wrapper .container-application-mobile-svg {
        display: flex;
        justify-content: start; /* centre le visuel */
    }

        .home-page .dark-wrapper .container-application-mobile-svg .application-mobile-svg {
            min-width: 0; /* neutralise les anciens min-width */
            width: clamp(360px, 80vw, 960px);
            height: auto; /* respecte le ratio */
            object-fit: contain; /* sûr pour SVG, pas de crop */
        }
}


/* Trophee footer */

.container-barre, .container-barre-custom, .container-barre-custom-bottom, .container-barre-custom-top {
    display: flex;
    justify-content: center;
}

.container-barre, .container-barre-custom {
    margin-top: 50px;
    margin-bottom: 50px;
}

.container-barre-custom-bottom {
    margin-top: 25px;
    margin-bottom: 50px;
}

.container-barre-custom-top {
    margin-top: 50px;
    margin-bottom: 100px;
}

.container-barre .barre-trophee, .container-barre-custom .barre-trophee, .container-barre-custom-bottom .barre-trophee {
    width: 300px;
}

.container-trophee {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

    .container-trophee a:hover {
        color: #7babf2;
    }

.container-partenaire {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .container-partenaire .partenaire-image-container {
        display: flex;
        justify-content: center;
    }

        .container-partenaire .partenaire-image-container img {
            max-height: 150px;
        }


            .container-partenaire .partenaire-image-container img:hover {
                opacity: 0.8;
            }

.container-trophee .palmares-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


    .container-trophee .palmares-img-container img {
        max-width: 300px;
        padding-bottom: 50px;
    }



.container-trophee .trophee {
    display: flex;
    align-items: center;
    align-content: center;
    align-items: center;
    padding: 12px;
}

    .container-trophee .trophee .trophee-img {
        width: 60px; /* Ajustez la taille de l'image comme nécessaire */
    }

.container-trophee .liste {
    margin-left: 10px;
}

    .container-trophee .liste ul {
        margin-bottom: auto;
        padding: 0;
    }

    .container-trophee .liste li {
        font-weight: lighter;
        font-size: 16px;
        color: #4d464a;
        list-style: none;
    }

        .container-trophee .liste li:before {
            content: none;
        }

@media(min-width:400px) {
    .container-trophee .palmares-img-container img {
        max-width: 300px;
        padding-bottom: 50px;
    }



    .container-trophee .liste li {
        font-size: 17px;
    }
}

@media (min-width:600px) {

    .container-trophee .trophee .trophee-img {
        width: 70px; /* Ajustez la taille de l'image comme nécessaire */
    }
}


@media (min-width: 666px) {
    .container-barre .barre-trophee, .container-barre-custom .barre-trophee, .container-barre-custom-bottom .barre-trophee, .container-barre-custom-top .barre-trophee {
        width: 400px;
    }
}

@media(min-width: 768px) {
    .container-barre {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .container-trophee .trophee .trophee-img {
        width: 90px; /* Ajustez la taille de l'image comme nécessaire */
        margin-right: 10px;
    }
}


@media (min-width:992px) {
    .container-trophee .palmares-img-container img {
        padding-left: 50px;
    }

    .container-trophee .palmares-img-container {
        height: 100%; /* Assure-toi que ce conteneur prenne toute la hauteur disponible */
    }
}

@media (min-width:1200px) {
    .container-trophee .palmares-img-container img {
        padding-left: 0;
    }
}

@media (min-width:1140px) {
    .container-barre .barre-trophee, .container-barre-custom .barre-trophee, .container-barre-custom-bottom .barre-trophee, .container-barre-custom-top .barre-trophee {
        width: 500px;
    }
}

@media (min-width: 1370px) {
    .container-barre .barre-trophee, .container-barre-custom .barre-trophee, .container-barre-custom-bottom .barre-trophee, .container-barre-custom-top .barre-trophee {
        width: 730px;
    }

    .container-barre {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .container-trophee {
        margin-left: 85px;
    }
}

/* HERO */



@media (min-width:1024px) {
    .home-page #hero .col-custom-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.home-page #hero .button-easyteo .link-image-desktop {
    display: none;
    width: 300px;
    height: 100px;
}

@media (min-width: 1024px) {
    .home-page #hero .button-easyteo .link-image-desktop {
        display: block;
    }
}


.home-page #hero .button-easyteo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 11;
}


@media (min-width:1024px) {
    .home-page #hero .button-easyteo {
        margin-top: 20px;
        justify-content: end;
        padding-right: 10vw;
    }
}

@media (min-width:1368px) {
    .home-page #hero .button-easyteo {
        margin-top: 0;
        padding-right: 160px;
    }
}

/* HERO TITLE */
.home-page #hero .hero-title {
    height: 300px;
}

@media (min-width:343px) {
    .home-page #hero .hero-title {
        height: 270px;
    }
}

@media (min-width:524px) and (max-width:799px) {
    .home-page #hero .hero-title {
        height: 200px;
    }
}

@media (min-width:1368px) {
    .home-page #hero .hero-title {
        padding-top: 55px;
    }
}


.home-page #hero .hero-title h1 {
    color: #475467;
    font-size: 1.6em;
}

.home-page #hero .hero-title .span-title {
    font-weight: normal;
    line-height: normal;
    font-size: 1.6em !important;
}

.home-page #hero .hero-title {
    display: flex;
    flex-direction: column;
}




@media (min-width:1024px) {
    .home-page #hero .hero-title .image-pc-mobile {
        margin-top: 25px;
        margin-left: 70px;
    }

    .home-page #hero .hero-title .image-pc-mobile {
        display: flex !important;
        justify-content: start;
    }

        .home-page #hero .hero-title .image-pc-mobile img {
            max-width: 410px;
        }
}

@media (min-width:1200px) {
    .home-page #hero .hero-title .image-pc-mobile {
        margin-left: 150px;
    }
}

@media (min-width: 1368px) {
    .home-page #hero .hero-title .image-pc-mobile {
        margin-top: 35px;
        margin-left: 250px;
    }

    .home-page #hero .hero-title .image-pc-mobile {
        justify-content: center;
    }

        .home-page #hero .hero-title .image-pc-mobile img {
            max-width: 510px;
        }
}

/* HERO SLIDER */


.home-page #hero .home-container-slider {
    height: 400px;
    overflow: hidden; /* Cacher les cartes hors du conteneur */
}

    .home-page #hero .home-container-slider .card-slider {
        z-index: 10; /* Assure que le slider reste derrière le bouton easyteo */
        display: flex;
        justify-content: center;
        align-items: start;
        position: relative;
        width: 100%;
        perspective: 1000px;
    }


    .home-page #hero .home-container-slider .slider-btn img {
        max-width: 30px;
    }


    .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-title h2 {
        text-align: center;
        color: #475467;
        font-size: 1em;
        min-height: 45px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }



    .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-description p {
        transition: all 1s ease;
        height: 80px;
        margin-top: 20px;
        font-size: 0.9em;
        max-height: unset;
    }

@media(min-width:1368px) {
    .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-description p {
        min-height: 146px;
    }
}

.home-page #hero .home-container-slider .card-slider .card-3d.center .card-3d-description p {
    height: 95px !important;
}

/* Position de base pour toutes les cartes */
.home-page #hero .home-container-slider .card-slider .card-3d {
    transition: transform 1s ease, opacity 1s ease, z-index 0.3s ease-out;
    transform-style: preserve-3d;
    width: 180px;
    height: 350px; /* Ajuster la hauteur selon votre design */
    background-color: #fff;
    position: absolute; /* Absolu pour superposition */
    box-shadow: 0px 8px 20px rgba(0,0,0,0.3);
    backface-visibility: hidden; /* Cacher l'arrière des cartes lors de la rotation */
}

.left-hidden, .right-hidden {
    transform: translateX(0) scale(0.8); /* Place les cartes hors de la vue principale et les réduit */
    opacity: 0; /* Rend les cartes complètement transparentes */
    pointer-events: none; /* Empêche les interactions avec les cartes cachées */
}


.left {
    transform: translateX(-60%) scale(0.8); /* Partiellement visible à gauche */
    opacity: 1; /* Moins visible */
    z-index: 900;
}

.center {
    z-index: 901; /* Au-dessus des autres cartes */
    transform: translateX(0) scale(1);
    opacity: 0.9;
    position: relative;
}

.right {
    transform: translateX(60%) scale(0.8); /* Partiellement visible à droite */
    opacity: 1; /* Moins visible */
    z-index: 900;
}

/* Boutons pour faire défiler (à ajuster en fonction de votre design) */
.home-page #hero .home-container-slider .slider-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
    /* Bouton gauche */
    .home-page #hero .home-container-slider .slider-btn.left {
        left: calc(50% - 120px); /* Ajustez cette valeur pour positionner le bouton gauche */
    }

    /* Bouton droit */
    .home-page #hero .home-container-slider .slider-btn.right {
        right: calc(50% - 120px); /* Ajustez cette valeur pour positionner le bouton droit */
    }

    .home-page #hero .home-container-slider .slider-btn:hover {
        opacity: 0.8;
    }


.home-page #hero .home-container-slider .card-slider .card-3d .card-3d-img img {
    max-width: 90px;
}

.home-page #hero .home-container-slider .card-slider .card-3d .card-3d-btn button {
    transition: all 1s ease;
    font-weight: normal;
    font-size: 0.6em;
    height: 30px;
    max-width: 120px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-btn button img {
        width: 20px;
    }



@media (min-width:800px) and (max-width:1023px) {

    /* HERO TITLE */
    .home-page #hero .hero-title {
        height: 200px;
    }


        .home-page #hero .hero-title h1 {
            font-size: 2em;
        }

        .home-page #hero .hero-title .span-title {
            font-size: 2em !important;
        }

    .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-description p {
        min-height: 146px;
    }


    /* HERO SLIDER */
    .home-page #hero .home-container-slider {
        height: 500px;
    }

        .home-page #hero .home-container-slider .slider-btn {
            top: 41%;
        }

            .home-page #hero .home-container-slider .slider-btn img {
                max-width: 40px;
            }

        .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-title h2 {
            text-align: center;
            color: #475467;
            font-size: 1.4em;
            min-height: 99px;
        }


        /* Position de base pour toutes les cartes */
        .home-page #hero .home-container-slider .card-slider .card-3d {
            width: 250px;
            height: 470px; /* Ajuster la hauteur selon votre design */
        }



        /* Bouton gauche */
        .home-page #hero .home-container-slider .slider-btn.left {
            left: calc(50% - 160px); /* Ajustez cette valeur pour positionner le bouton gauche */
        }

        /* Bouton droit */
        .home-page #hero .home-container-slider .slider-btn.right {
            right: calc(50% - 160px); /* Ajustez cette valeur pour positionner le bouton droit */
        }

        .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-img img {
            max-width: 90px;
        }

        .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-btn button {
            font-weight: normal;
            max-width: 150px;
        }

            .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-btn button img {
                width: 20px;
                padding-bottom: 0.15rem !important;
            }
}

@media (min-width:1024px) {

    .home-page #hero .container-fluid {
        padding-right: unset;
        padding-left: unset;
        margin-right: unset;
    }

        .home-page #hero .container-fluid .row:nth-child(2) a img {
            margin-right: 100px;
        }

    .home-page #hero .hero-title h1 {
        font-size: 1.8em;
    }

    .home-page #hero .home-container-slider .slider-btn {
        top: 45%;
    }

    .home-page #hero .home-container-slider {
        padding-top: 10px;
    }

    .home-page #hero .hero-title .span-title {
        font-size: 1.8em !important;
    }
}

@media (min-width:1200px) {


    .home-page #hero .container-fluid .row:nth-child(2) a img {
        margin-right: 160px;
    }

    .home-page #hero .hero-title h1 {
        font-size: 2em;
    }

    .home-page #hero .hero-title .span-title {
        font-size: 2em !important;
    }
}


@media (min-width:1368px) {



    .home-page #hero .hero-title .image-pc-mobile img {
        margin-right: 240px;
    }

    .home-page #hero .button-easyteo img {
        max-width: 400px;
    }

    .home-page #hero .home-container-slider .slider-btn {
        top: 42%;
    }

    /* HERO TITLE */
    .home-page #hero .hero-title {
        padding-top: 55px;
        height: 550px;
        margin-left: 100px;
    }

        .home-page #hero .hero-title h1 {
            font-size: 2em;
        }

        .home-page #hero .hero-title .span-title {
            font-size: 2em !important;
        }



    /* HERO SLIDER */
    .home-page #hero .home-container-slider {
        height: 550px;
        max-width: 580px;
    }


        .home-page #hero .home-container-slider .slider-btn img {
            max-width: 40px;
        }

        .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-title h2 {
            text-align: center;
            color: #475467;
            font-size: 1.4em;
            min-height: 99px;
        }


        /* Position de base pour toutes les cartes */
        .home-page #hero .home-container-slider .card-slider .card-3d {
            width: 250px;
            height: 470px; /* Ajuster la hauteur selon votre design */
        }



        /* Bouton gauche */
        .home-page #hero .home-container-slider .slider-btn.left {
            left: calc(50% - 160px);
        }

        /* Bouton droit */
        .home-page #hero .home-container-slider .slider-btn.right {
            right: calc(50% - 160px);
        }

        .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-img img {
            max-width: 90px;
        }

        .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-btn button {
            font-weight: normal;
            font-size: 0.7em;
            height: 34px;
            max-width: 150px;
        }

            .home-page #hero .home-container-slider .card-slider .card-3d .card-3d-btn button img {
                width: 20px;
                padding-bottom: 0.15rem !important;
            }
}


/* Hero Pastille Congres */

/*#hero .container-pastille {
        display: flex;
        margin: -25px 10px 0 0;
        justify-content: end;
    }

        #hero .container-pastille a {
            position: relative;
            z-index: 12;
        }

        #hero .container-pastille img {
            height: 80px;
            width: 80px;
        }

    @media (min-width:467px) {
        #hero .container-pastille {
            margin: 10px 10px 0 0;
        }
    }

    @media (min-width:491px) {
        #hero .container-pastille {
            margin: 30px 20px 0 0;
        }
    }

    @media (min-width:524px) {
        #hero .container-pastille {
            margin: 10px 10px 0 0;
        }
    }

    @media (min-width:666px) {
        #hero .container-pastille {
            margin: 30px 20px 0 0;
        }
    }

    @media (min-width:700px) {
        #hero .container-pastille img {
            height: 100px;
            width: 100px;
        }
    }

    @media (min-width:1024px) {
        #hero .container-pastille {
            display: block;
            justify-content: unset;
            margin: -200px 0 0 0;
        }

            #hero .container-pastille img {
                height: 135px;
                width: 135px;
            }
    }

    @media (min-width:1200px) {
        #hero .container-pastille {
            display: flex;
            justify-content: end;
            margin: -200px -70px 0 0;
        }
    }


    @media (min-width:1368px) {
        #hero .container-pastille {
            margin: -150px -15px 0 0;
        }
    }*/
/* Bannière Logo Client */

@media (max-width: 1023px) {
    .home-page #hero .row.banniere-client {
        margin-top: 50px;
    }
}

@media (min-width:1280px) {
    .home-page #hero .row.banniere-client {
        margin-top: 10px;
    }
}


.home-page #hero .title-container {
    display: flex;
    align-items: center;
}

.home-page #hero .title-container span {
    font-size: 1.1em;
    font-weight: bold;
    color: #475467;
}


.home-page #hero .title-container .line {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    background-color: #2E3862;
}

.home-page #hero .title-container .line-2 {
    flex-grow: 1;
    height: 2px;
    margin-left: 11px;
    background-color: #2E3862;
}

.home-page #hero .logo-slider {
    overflow: hidden;
    padding: 20px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.home-page #hero .logos-slide img {
    margin-inline: 20px;
    display: inline-block;
    height: 80px;
    width: auto;
    object-fit: contain;
    opacity: .9;
    transition: opacity .15s ease;
}

/* La piste défilante est désormais animée en JS (transform) */
.home-page #hero .logos-slide {
    display: inline-flex; /* plus fluide que inline-block pour des suites d'images */
    align-items: center;
    will-change: transform; /* hint GPU */
}

.home-page #hero .logos-slide img:hover {
    opacity: 1;
}

/* Accessibilité : si l’utilisateur préfère réduire les animations,
   on fige la piste (le JS met speed=0, mais on neutralise toute transition résiduelle) */
@media (prefers-reduced-motion: reduce) {
    .home-page #hero .logos-slide {
        transition: none !important;
    }
}


/* Button Easyteo Mobile */

.home-page .button-easyteo-mobile {
    display: flex;
    margin: 20px 0 -40px 0;
    justify-content: center;
    position: relative;
    z-index: 1;
}

    .home-page .button-easyteo-mobile .link-image-mobile {
        display: block;
        width: 250px;
        height: 91px;
    }

@media (min-width: 1024px) {
    .home-page .button-easyteo-mobile .link-image-mobile {
        display: none;
    }
}

@media(min-width:1024px) and (max-width:1367px) {
    .ligne-titre {
        margin-left: 20px;
    }
}


/* Home Section Echanges */

.home-page .image-container-section-home-echanges, .home-page .image-container-section-home-revenus, .home-page .image-container-section-home-productivite {
    padding-inline: 50px;
}



    .home-page .image-container-section-home-echanges img, .home-page .image-container-section-home-revenus img, .home-page .image-container-section-home-productivite img {
        max-width: 90px;
        margin-bottom: 10px
    }

    .home-page .image-container-section-home-echanges h3, .home-page .image-container-section-home-revenus h3, .home-page .image-container-section-home-productivite h3 {
        font-size: 1.4em;
    }

.home-page .text-container-section-home-echanges p, .home-page .text-container-section-home-revenus p, .home-page .text-container-section-home-productivite p {
    margin: 0;
    font-size: 14px;
    color: #475467;
}

@media (min-width:768px) {
    .home-page .image-container-section-home-echanges, .home-page .image-container-section-home-revenus {
        padding-left: 100px;
    }

    .home-page .image-container-section-home-productivite {
        padding-right: 100px;
    }

    .home-page .text-container-section-home-echanges p, .home-page .text-container-section-home-revenus p, .home-page .text-container-section-home-productivite p {
        font-size: 17px;
    }
}

/* Home Section Teogest Ecoute */

.home-page .section-teogest-ecoute {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .home-page .section-teogest-ecoute h2 {
        margin-bottom: 50px;
        font-size: 1.6em;
    }

@media (min-width:1024px) {
    .home-page .section-teogest-ecoute h2 {
        font-size: 2em;
    }
}

.home-page .container-teogest-ecoute {
    background-color: #4e549f;
    padding: 40px 20px 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulle-blanche::before {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.3em;
}


.home-page .container-teogest-ecoute p {
    color: #fff;
    font-size: 15px;
}

.home-page .container-teogest-ecoute img {
    max-width: 400px;
}

@media (min-width:800px) {
    .home-page .container-teogest-ecoute img {
        max-width: 450px;
    }

    .home-page .container-teogest-ecoute p {
        color: #fff;
        font-size: 17px;
    }
}

@media (min-width:1368px) {
    .home-page .section-teogest-ecoute .container-teogest-ecoute .container-teogest-ecoute-text {
        padding-left: 35px !important;
    }
}

.home-page .container-teogest-ecoute p span {
    color: #ff714a;
}
