@font-face {
    font-family: 'Gilroy';
    src: url("../font/Gilroy-Heavy.woff2") format("woff2"), url("../font/Gilroy-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url("../font/Gilroy-Bold.woff2") format("woff2"), url("../font/Gilroy-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url("../font/Gilroy-Light.woff2") format("woff2"), url("../font/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url("../font/Gilroy-Medium.woff2") format("woff2"), url("../font/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gilroy';
    src: url("../font/Gilroy-Regular.woff2") format("woff2"), url("../font/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

*{
    margin: 0;
    font-family: 'Gilroy';
}


body{
    background-color: #8C51FF;
}

main{
    background-color: white;
    overflow-x: hidden;
}

footer{
    background-color: white;
    z-index: 999999;
}

a{
    text-decoration: none;
}

.border-bbl{
    border-top: 16px solid #8C51FF;
}

.coloring-v{
    color: #8C51FF;
}

.coloring-m{
    color: #e3782a;
}

.coloring-r{
    color: #F4C1C1;
}

.coloring-b{
    color: #212529;
}

h1 {
    font-size: 8vh;
    margin-bottom: 30px;
    line-height: 1;
}

h2{
    font-size: clamp(16px, 3vw,50px);
}

h3{
    font-size: clamp(8px, 1vw,42px);
}

h6 {
    font-size: 0.75rem;
}

p{
    color: grey;
    font-size: clamp(8px, 0.9rem,27px);
}

hr{
    margin-top: 0;
}

.card-container{
    margin: 0 90px;
    padding: 70px 50px 60px 70px;
    border-radius: 20px;
}

.half-circle {
    position: absolute;
    margin-top: 55px;
    margin-left: -85px;
    width: 60px;
    height: 30px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom: 0;
    transform: rotate(90deg);
}

.violet{
    background-color: #8C51FF;
}

.orange{
    background-color: #e3792a;
}

.pink{
    background-color: #f5c9ca;
}

.DispNone{
    display: none;
}

#side-d2 {
    display: grid;
    place-items: center;
    justify-content: end;
    right: 100px;
}

.menu-toggle .arrow {
    transition: transform 0.2s ease-in-out;
}
.arrow{
    max-height: 13px;
    display: inline-block;
    cursor: pointer;
}
#first-block {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 100px 8vw 7vh;
    margin-top: 85px;
    
}
#first-block > h1 {
    text-align: center;
}

.image-fond-bbl-homepage-pages{
    margin: auto;
    flex-direction: column;
    background-image: url("../img/fondlogoBblWhite.png");
}

.image-fond-bbl-homepage-pages > p{
    margin: auto;
}

.positionRelative {
    position: relative !important;
}

.abonnement-button {
    width: 200px;
    margin: auto;
    margin-top: 20px;
    background-color: #8C51FF;
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}

#first-block > p{
    width: 50%;
    text-align: center;
}

.centre-aide div{
    flex-direction: column;
}
.centre-aide{
    display: flex;
    flex-wrap: nowrap;
}
.presentation-feature{
    border: solid 1px;
    border-radius: 20px;
    padding: 10px;
}
.presentation-feature.violet-feature:hover{
    background-color:#8b51ff0d;
}
.presentation-feature.rose-feature:hover{
    background-color:#f5c9ca33;
}
.presentation-feature.orange-feature:hover{
    background-color:#e3792a0d;
}
.presentation-feature.violet-feature.active{
    background-color:#8b51ff0d;
    border-color:#8c51ff;
}
.presentation-feature.rose-feature.active{
    background-color:#f5c9ca33;
    border-color: #f4c1c1
}
.presentation-feature.orange-feature.active{
    background-color:#e3792a0d;
    border-color: #e3782a;
}
.overview{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.overview.open{
    max-height: 100px;
    overflow:scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overview.open::-webkit-scrollbar{
    display: none;
}

.title-section-1 > h2 {
    color: #8C51FF;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.title-section-2 > h2 {
    color: #8C51FF;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.title-section-3 > h2 {
    color: #8C51FF;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.item-notre-histoire {
    width: 33.33%; /* Définit la largeur de chaque élément pour que trois tiennent dans une ligne */
    text-align: center; /* Centre le texte à l'intérieur de chaque élément */
    box-sizing: border-box;
    padding: 10px; /* Ajoute un peu de padding à l'intérieur des éléments */
}

/* Pour la dernière ligne avec seulement deux éléments */
@media (min-width: 600px) {
    .item:nth-last-child(-n+2) {
        width: 50%; /* Ajuste la largeur des deux derniers éléments pour qu'ils prennent chacun 50% de la largeur */
    }
}

.submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 24px;
    /* width: 59rem; */
    left: 15%;
    top: 91%;
    padding-bottom: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(156deg, rgba(140,81,255,1) 0%, rgba(244,193,193,1) 95%) border-box;
    border-radius: 20px;
    border: 2px solid transparent;
}

.border-color-bbl{
    background: linear-gradient(white, white) padding-box, linear-gradient(156deg, rgba(140,81,255,1) 0%, rgba(244,193,193,1) 50%) border-box;
    border-left: 2px solid transparent;
}

.submenu-1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 20rem;
    border-radius: 24px;
    width: 35rem;
    left: 36%;
    top: 91%;
}
div.background-pop-up {
    z-index: 9999;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #c9c8c88f;
}

.fonctionnalite-item .expertises-item .accompagnements-item{
    height: 40px;
    align-content: center;
}

.expertises-item  a {
    text-decoration:none;
    color: #212529;
}


.accompagnements-item  a {
    text-decoration:none;
    color: #212529;
}

.abonnement-button > a{
    color: white;
}

.js-marquee img {
    margin-right: 100px;
    max-width: 150px;
    max-height: 100px
}
#primary-logo{
    width: 300px
}

.service-item{
    padding-left: 0;
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    text-decoration: none!important;
}

#submenu_1 > div > div > span{
    color: #8C51FF;
    font-weight: 500;
}

.fonctionnalite-item > a > span {
    font-weight: 500;
}

.carousel-control-prev{
    left: 0;
    margin: auto;
    height: 20%;
}

.carousel-control-next {
    right: 0;
    margin: auto;
    height: 20%;
}

.carousel-control-prev-icon { background:url(../img/arrow.svg) !important; width: 40px; height: 46px; background-color: transparent !important; transform: rotate(180deg); }
.carousel-control-next-icon { background:url(../img/arrow.svg) !important; width: 40px; height: 46px; background-color: transparent !important; }
.service-item h3, .service-item p {
    color: grey; /* Assure que la couleur du texte ne change pas au survol */
}

.service-item a:hover h3, .service-item a:hover p {
    text-decoration: none; /* Maintient les titres et paragraphes sans soulignement au survol */
}

.service-item.one:hover{
    background-color: #8b51ff0d;
}
.service-item.two:hover{
    background-color: #e3792a0d;
}
.service-item.three:hover{
    background-color: #f5c9ca33;
}
.service-item.four:hover{
    background-color: rgb(249, 238, 238);
}

.dimmed {
    opacity: 0.5;
}

.services-item-motif {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: inherit;
}

.chapo-chapo{
    color: black;
    text-align: center;
    margin-bottom: 50px;
    font-size: clamp(14px, 1vw, 22px);
    font-weight: 600;
    letter-spacing: 3px;
}

#section2 {
    margin-top: 50px;
}

.services-item-motif > span > img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(0%) contrast(104%);
}

.service-item > div > h3{
    color: #212529;
    font-weight: 600;
}

.titre-link-nav-popup{
    margin-top: 5px;
    width: 20vw;
}

#submenu_1 > div > div > div {
    margin-top: 15px;
}

.item-viz:hover, .item-viz.active {
    border-bottom: 2px solid #E3782A;
    text-decoration: none;
    background-color: white;
    color: #E3782A;
}
.item-viz:hover .item-viz-hover, .item-viz.active .item-viz-hover{
    opacity: 1;
}
.item-viz:hover .item-viz-image, .item-viz.active .item-viz-image{
    position: absolute;
    opacity: 0;
}

.item-viz {
    display: flex;
    align-items: center;
    color: grey;
    padding-bottom: 10px;
    border: 2px solid transparent;
    font-weight: 600;
    text-decoration: none;
    gap: 7px;
    cursor: pointer;
    transition: border-color 0.3s;
}

.item-viz-text-homepage{
    margin: 0;
}

.item-viz span {
    display: block;
    text-align: center; /* Centre le contenu du span */
}

.image-container {
    position: relative;
    height: 50px; /* ou la hauteur qui correspond à vos images */
}

.item-viz-image, .item-viz-hover {
    position: absolute;
    top: 20%;
    left: 50%; /* Centre horizontalement */
    transform: translateX(-50%); /* Décalage de 50% de sa propre largeur */
    transition: opacity 0.3s;
    width: auto; /* Largeur automatique ou spécifiez une largeur */
}

.item-text {
    margin-top: 10px; /* Espace entre l'image et le texte */
}


#bloc-container3:nth-last-child(2){
    display: flex;
}

.container-examples {
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

#colaboration-bloc {
    display: flex;
}

#page_description {
    width: 40%;
    padding-top: 30px;
    padding-right: 15%;
}

#page_description > a {
    border: 2px solid #8C51FF;
    padding: 15px 20px;
    border-radius: 7px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

#page_description > a:hover {
    color: #8C51FF;
    text-decoration: underline;
}

#page_description > p {
    margin-bottom: 35px;
}

.animated-image {
    left: calc(50% - 322.5px);
}

#submenu_2 > div > div > span {
    color: #8C51FF;
}

#submenu_2{
    background: linear-gradient(white, white) padding-box, linear-gradient(156deg, rgba(140,81,255,1) 0%, rgba(244,193,193,1) 95%) border-box;
    border-radius: 20px;
    border: 2px solid transparent;
}

.one, .two {
    margin-top: 10px;
}

#breadscrom p{
    color: black;
}

#breadscrom a{
    color: grey;
    text-decoration: none;
    font-size: clamp(8px, 0.8rem, 27px);
}
footer{
    background-color: #f1eaff;
}

#contact-img-politics a,#contact-img-politics span {
    color: grey;
    font-size: clamp(8px, 0.8rem, 27px);
    text-decoration: none ;
}
/* transition / animation */

    button.button-bbl.t1:hover {
        background-color: #6f3ece;
        border-color: #6f3ece;
    }

    button.button-bbl.t2:hover {
        background-color: #dadada;
        color: #6f3ece;
    }
    
    button.button-bbl.t4:hover {
        background-color: #b25e1f;
        color: #efefef;
    }

    .animation-fade1{
        animation: fadeInImg 0.5s ease-in-out forwards;
    }

    @keyframes fadeInImg {
        from{
            opacity: 0;
        } to{
            opacity: 1;
        }
    }

    .animation-fade2{
        animation : fadeOutImg 0.5s ease-in-out forwards;
    }

    @keyframes fadeOutImg {
        from{
            opacity: 1;
        } to{
            opacity: 0;
        }
    }

    .animation-fade3{
        animation : fadeslideImg 0.5s ease-in-out; 
    }

    @keyframes fadeslideImg {
        from{
            transform: translateY(100px);
            opacity: 0;
        } to{
            transform: translateY(0px);
            opacity: 1;
        }
    }

/* Entete */

    #mainHeader{
        z-index: 999;
        position: fixed;
        width: 100%;
        background-color: white;
        border-top: 15px solid #8C51FF;
        transition: top 0.3s, transform 0.3s;
    }

    .entete{
        display: flex;
        margin: 20px 8vw;
        align-items: center;
        justify-content: space-between;
    }

    .logo-babylone{
        width: 162px;
    }

    #button{
        gap: 20px;
        display: flex;
        align-items: center;
    }

    #bloc-container2 > div > div > p{
        margin: 0;
    }

    #bloc-container1 > div > div > p{
        margin: 0;
    }

    .button-bbl {
        height: 50px;
        width: 150px;
        padding: 0 20px;
        border: 2px solid #8C51FF;
        border-radius: 5px;
        font-weight: 600;
        cursor: pointer;
        white-space: nowrap;
        font-size: clamp(14px, 1vw,20px);
    }

    .t1{
        background-color: #8C51FF;
        color: white;
        transition: all 0.2s ease-in-out;
    }
    .video-container {
        position: relative;
        max-height: 40vw;
        width: 40vw; /* Ajustez à la taille de votre vidéo */
        height: 80vh; /* Ajustez à la taille de votre vidéo */
    }

    #fonc-mid img {
        max-height: 40vw;
        width: 40vw; /* Ajustez à la taille de votre vidéo */
        height: 80vh;
    }

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .t2{
        background-color: white;
        color: #8C51FF;
        transition: all 0.2s ease-in-out;
        display: inline-grid;
        justify-content: space-evenly;
        align-content: space-evenly;
    }

    .t3{
        background-color: white;
        color: #8C51FF;
        border-radius: 25px;
    }

    .t4{
        background-color: #e3792a;
        color: white;
        transition: all 0.2s ease-in-out;
    }

    .bs{
        box-shadow: 0 0 10px #8b51ff8e;
    }

    /* entete animation */

    /* Masquer en déplaçant vers le haut de la page */

    .headerRemove {
        transform: translateY(-100%); 
    }

    #link-header-homepage {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #button-homepage {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 5px;
    }

/* corps 1 */

    #body1 {
        display: flex;
        gap: 10vw;
        justify-content: center;
        align-items: flex-start;
    }

    .side-g{
        align-self: flex-start;
        flex: 1;
        padding: 15px;
    }

    .text-container{
        align-self: center;
    }

    .texte > p {
        font-size: 2vh;
    }

    #button-container{
        margin-top: 25px;
    }

    .side-d{
        flex: 1;
        align-items: center;
        justify-content: center;
    }

    #body1 > .side-d > video {
        width: 100%;
    }

    #confiance-container-bloc-carousel > p{
        font-size: 2vh;
        text-align-last: center;
    }



/* corps 2 */

    #bloc-container2{
        display: flex;
        flex-direction: column;
        margin: 0 8vw;
        margin-top: 0;
        height: fit-content;
        background-color: #8b51ff0d;
    }
     
    #bloc-container1{
        display: flex;
        margin: 0 8vw;
        margin-top: 75px;
        height: fit-content;
        background-color: #8b51ff0d;
    }

    .title-section {
        margin-bottom: 50px;
    }

    #bloc-container2 > .title-section{
        margin-bottom: 0;
    }

    #bloc-container2 > .title-section > .button-bbl.t1.bs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bloc-container1 > .title-section{
        margin-bottom: 0;
    }

    #bloc-container1 > .title-section > .button-bbl.t1.bs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-section > h3 {
        color: #8C51FF;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .title-section > h2 {
        width: 100%;
        font-weight: 600;
    }

    #container-card2 {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .titre-card2 {
        margin: 0;
        font-size: clamp(12px, 1.5vw,42px);
        font-weight: 600;
    }

    hr.line-card2 {
        background-color: #8C51FF;
        border: none;
        width: 20px;
        margin-right: 15px;
        height: auto;
    }

    hr.line-card3 {
        background-color: #e3792a;
        border: none;
        width: 20px;
        margin-right: 15px;
        height: auto;
    }

    #side-g2 {   
        gap: 75px;
        width: 34vw;
        /*width: 350px;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container-text-card2 {
        display: flex;
        margin-top: 20px;
    }

    #why-img-calendrier {
        max-width: 700px;
        min-height: 400px;
        max-height: 400px;
        width: 57vh;
        object-fit: contain;
    }

    #img-campagnes{
        position: absolute;
        width: 18vh;
        margin-top: 200px;
        margin-right: 500px;
    }

    #img-post{
        position: absolute;
        margin-top: 300px;
        margin-left: 475px;
        width: 20vh;
    }

    .cardBody2 > div{
        display: flex;
    }

    #split-view-second-bloc {
        display: flex;
    }

/* corps 3 */

    #bloc-container3 {
        height: fit-content;
        margin: 0 8vw;
        margin-top: 75px;
    }

    #bloc-container3 > .title-section > h3 {
        color: #e3792a;
    }

    #bloc-container3 > .title-section > h2 {
        margin-top: 20px;
    }

    .fonc-container-bloc {
        display: flex;
        flex-wrap: nowrap;
        row-gap: 90px;
    }

    div#fonc-left {
        display: flex;
        align-items: center;
        margin-right: 50px;
    }

    img#fonc-mid-img {
        width: 500px;
        align-self: center;
    }

    div#fonc-mid{
        align-self: center;
    }

    div#fonc-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .fonctionnalite-container {
        width: 31%;
        margin: 5px;
    }

    .fonctionnalite-titre {
        margin: 17.5px 0;
        font-size: 22px;
    }

    .fonctionnalite-text {
        padding-right: 115px;
    }

    #icone-bloc3-equipe{
        filter: invert(74%) sepia(58%) saturate(4907%) hue-rotate(343deg) brightness(93%) contrast(91%);
    }

    .description-fonc-bloc {
        display: flex;
    }

    #gain-babylone{
        display: grid;
        grid-template-columns: 1fr 2fr;
        justify-content: start;
        padding-top: 6vh;
        padding-bottom: 16vh;
    }

    #gain-babylone{
        display: none;
    }

    #gain-babylone > div > h3{
        font-size: clamp(8px, 2.3vw, 42px);
    }

    #box-container-trafic{
        padding: 38px;
        border: solid 1px;
        border-radius: 15px;
        text-align: center;
    }
    
    #box-container-trafic > p{
        color: black;
        font-size: clamp(8px, 1.3rem, 27px);
    }

    #trafic_value{
        width: 100px;
        border: white;
        background-color: white;
    }

    #container-image-changes{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: space-evenly;
    }

    #container-image-changes > a.item-viz > .img-fluid{
        filter: invert(51%) sepia(0%) saturate(73%) hue-rotate(220deg) brightness(99%) contrast(96%);
    }

    .item-viz > span{
        display: block;
        margin-top: 10px;
    }

    .sous-titre-section{
        display:flex;
        justify-content: center;
        overflow: auto;
        flex-wrap: nowrap;
        align-items: center;
    }

    .sous-titre-section-text {
        padding: 10px 0;
    }

    #bloc-container3 > .title-section {
        text-align: center;
    }

    #bloc-container1{
        padding: 0;
    }

    #bloc-container1 > .title-section{
        padding: 70px 0px 60px 70px;
    }

    .sous-titre-section{
        width: 100%;
    }

    .card-avis-info-violet{
        color: #212529;
        font-weight: lighter;
    }

    /* #sous-titre-section-image > img{
        display: none;
    } */

/* container confiance */
    #bloc-container-confiance{
        margin: 0 8vw;
        background-color: #f5c9ca33;
        margin-top: 75px;
    }

    #bloc-container-confiance > .title-section > h3{
        color: #f5c9ca;
    }

    div#confiance-container-bloc {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10%;
    }

    .horizontal {
        display: flex;
        justify-content: space-around;
        gap: 20px;
    }

    /* image container */

        .entreprise-confiance {
            align-self: center;
        }

        /* image */

            img.entreprise-confiance-logo {
                max-width: 120px;
                width: 100%;
            }

/* corps 4 */
    #fond-mid-bloc{
        position: absolute;
        background-color: #8C51FF10;
        width: 100%;
        height: 300px;
    }

    #bloc-container4{
        position: absolute;
        margin: 0 8vw;
        width: -webkit-fill-available;
        background-color: #8c51ff;
        margin-bottom: 12vh;
        padding: 0;
        margin-top: 75px;
        max-height: 600px;
    }

    #image-de-fond {
        background: no-repeat;
        background-position: center;
    }

    #fond-footer{
        margin-left: -11px;
    }

    .mini-container{
        display: flex;
        border-radius: 20px;
    }

    #bloc-in-footer {
        bottom: 285px;
        padding: 50px;
    }

    #titre-footer{
        display: flex;
        flex-wrap: wrap;
        font-size: 64px;
        color: white;
        text-shadow: 0 0 10px #8c51ff;
    }

    #text-footer {
        margin: 25px 0;
        color: white;
        text-shadow: 0 0 10px #8c51ff;
    }

    #nos-temoignages > .card-container{
        margin-top: 75px;
        height: fit-content;
    }

    #nos-temoignages > .card-container > .title-section > h3{
        color: black;
        margin-bottom: 0;
    }

    #carouselExampleIndicators{
        display:flex;
        align-items: center;
        justify-content: space-evenly;
        height:100%;
        text-align: -webkit-center;
    }

    .w100h100{
        width: 100%;
        height: 100%;
    }

    .card-avis {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-end;
        width: 300px;
        height: 400px;
        padding: 20px;
        background: linear-gradient(white, white) padding-box, linear-gradient(163deg, rgba(140,81,255,1) 0%, rgba(244,193,193,1) 35%) border-box;
        border-radius: 20px;
        border: 2px solid transparent;
        background-color: white;
    }

    .card-avis-image{
        width: 40%;
    }

    .card-avis-texte{
        color: black;
    }

    .card-avis-informations {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        max-height: 30px;
        width: 100%;
    }

    .card-avis-informations > h3 {
        margin: 0;
    }

    .carousel-slide-inner {
        display: flex;
        gap: 30px;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .carousel-slide-inner::-webkit-scrollbar{
        display: none;
    }

    .card-avis-informations > * {
        filter: invert(35%) sepia(64%) saturate(1338%) hue-rotate(233deg) brightness(98%) contrast(110%);
    }

    #nos-temoignages > div > .title-section{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    #container-bloc-button-slide-alex-carousel {
        display: flex;
        gap: 10px;
    }

    #nos-temoignages > div > .title-section > h3{
        font-size: clamp(22px, 2vw, 70px);
        font-weight: 600;
    }

    .button-slide-alex-carousel {
        display: flex;
        height: 25px;
        width: 25px;
        align-items: center;
        justify-content: center;
        background-color: #F9F6FF;
        color: #8C51FF;
        border-radius: 50px;
        cursor: pointer;
    }

/* footer */

    #bloc-container5 {
        background-color: #8C51FF10;
        padding: 130px 8vw;
        margin: 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .contact {
        display: flex;
        gap: 50px;
        align-items: center;
        font-weight: 500;
        color: #8c51ff;
    }

    .reseaux {
        display: flex;
        gap: 60px;
    }

    a {
        color: #8C51FF;
        text-decoration: underline;
        text-decoration-color: #8C51FF;
        text-decoration-thickness: 2px;
    }

    .cookies-container {
        max-width: 280px;
        width: 90%;
        left: 15px;
        bottom: 15px;
        margin-top: 15vh;
        color: #212529;
        position: fixed;
        border-radius: 15px;
        padding: 1vh 2vh;
        font-size: smaller;
        font-weight: bold;
        box-shadow: 0px 0px 10px 1px black;
        z-index: 100000;
        background: rgb(140,81,255);
        background: linear-gradient(163deg, rgba(140,81,255,1) 0%, rgba(244,193,193,1) 95%);
    }

    #element-cookie-container-titre{
        font-size: x-large;
    }

    #accept-all-cookies {
        background-color: #212529;
        color: white;
        transition: all ease-in-out 0.2s;
    }

    #accept-all-cookies:hover{
        background-color: #21252933;
    }

    #accept-partial-cookies {
        border: 1px solid #212529;
        background-color: transparent;
        color: #212529;
        transition: all ease-in-out 0.2s;
    }
    
    #accept-partial-cookies:hover{
        background-color: #21252933;
    }

    button.btn-cookies {
        border-radius: 5px;
        height: 50px;
        margin-top: 1vh;
        font-weight: bold;
        width: 49%;
        border: none;
    }

    .contact > p {
        margin-bottom: 0;
    }

    .modal-content > .modal-header{
        align-items: center;
        align-self: center;
    }

    .modal-content > .modal-header > button.closeMentionsLegales{
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 50px;
        border: none;
    }

    .modal-content > .modal-header > button.closeMentionsLegales > span{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
    }

    #legalModalLabel{
        font-size: 32px;
        font-weight: bold;
    }

    #bloc-container5 > .contact > a:hover{
        transition: all 0.3s ease-in-out;
    }

    #bloc-container5 > .contact > a:hover{
        color: #6f3ece;
    }


    .div-animate {
        opacity: 0;
        transition: opacity 1s ease, transform 1s ease; 
    }


    .div-from-left {
        transform: translateX(-100px); /* Départ depuis la gauche */
    }
    
    .div-from-right {
        transform: translateX(100px); /* Départ depuis la droite */
    }

    .div-fade {
        transform: translateY(20px); /* Pour l'effet de fondu */
    }
    
    .div-from-left {
        transform: translateX(-100px); /* Départ depuis la gauche */
    }
    
    .div-from-right {
        transform: translateX(100px); /* Départ depuis la droite */
    }

    #link-header-homepage > a {
        margin: 0 10px;
    }

    #contact-img-politics{
        flex-wrap: wrap;
    }

    #contact-img-politics > a{
        color: #8C51FF;
    }

    .filter-violet-bbl{
        filter: invert(35%) sepia(64%) saturate(1338%) hue-rotate(233deg) brightness(98%) contrast(110%);
    }


    #footer-container-box-first-part{
        padding: 10% 7% 0%;
    }


    #section5 {
        display: flex;
        height: 45vh;
        margin-top: 100px;
        background-image: linear-gradient(to bottom, white 50%, #f1eaff 50%);
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }

    #footer-container-first-part{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    #footer-first-part-societe{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-link {
        text-decoration: none;
        transition: all ease-in-out 0.2s;
    }

    .footer-link:hover{
        color: #8C51FF;
        font-weight: bold;
    }

    div#sous-titre-section-image > img {
        width: 100%;
    }

    .footer-first-part-titre{
        color: black;
    }

    #button{
        display: flex;
    }

    #menue-mobile{
        display: none;
    }

    #first-block-title-why {
        display: flex;
        justify-content: unset;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 125px;
        margin-right: 25px;
        margin-bottom: 40px;
    }

    #first-block-title-why-title{
        text-align: center;
        font-size: clamp(24px, 4vw, 70px);
    }

    #second-block-why{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 70px;
        padding: 0 8vw;
        margin-bottom: 75px;
    }

    

    #color-second-block{
        background-color:#f5c9ca33;
        border-radius: 20px;
    }

    .why-container-img-bloc{
        text-align: center;
    }

    .why-img-bloc{
        height: 225px;
    }

    .why-title-bloc{
        font-size: clamp(14px, 1.3vw, 50px);
    }

    #third-block-why{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 8vw;
        margin-bottom: 75px;
        gap: 70px;
    }
    .second-block-why-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        width:50%;
        padding: 30px;
        gap: 20px;
    }

    #third-bloc-why-second{
        border-radius: 20px;
        background-color:#f1e8ff;
    }

    .first-block-solution{
        margin-bottom: 0 !important;
    }

    #titre-definitif{
        text-align: center;
        font-size: clamp(16px, 15vw, 70px);
    }

    .solution-second-title-section-title {
        color: #212529 !important;
        font-weight: 600;
    }

    .description-solution-section {
        padding-left: 30px;
        border-left: 1px solid transparent;
        background: linear-gradient(white, white) padding-box, linear-gradient(163deg, rgba(140,81,255,1) 0%, rgba(244,193,193,1) 35%) border-box;
    }

    #solution-second-block, #solution-third-block, #solution-fourth-block{
        padding: 0 60px;
    }

    #solution-second-container-block, #solution-third-container-block, #solution-fourth-container-block{
        display: flex;
        justify-content: center;
        gap: 5%;
    }

    #solution-second-container, #solution-fourth-container{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        max-width: 35%;
        gap: 10px;
    }

    #solution-second-title-section-1, #solution-fourth-title-section-1{
        margin-bottom: 40px;
    }

    .solution-second-title-section-title{
        font-size: clamp(16px, 1.5vw, 42px);
    }

    #solution-second-block {
        padding-top: 0;
    }

    #solution-second-container-bloc-features-calendrier, #solution-third-container-bloc-features-calendrier {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 10px;
    }

    .presentation-feature{
        border: none;
        background: none;
    }

    .presentation-feature > button {
        border: none;
        background: none;
    }

    #feature-1, #feature-2, #feature-3{
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 65%;
        min-height: 500px;
        background-color: transparent;
        border-radius: 20px;
        overflow: hidden;
    }

    .image-in-homepage-pages{
        position: absolute;
        left: unset;
    }

    .img-calendrier{
        width: 100%;
    }

    .image-shadow-around{
        box-shadow: 0.5px 0.5px 20px 0px #00000021, -0.5px -0.5px 20px #00000021, 0.5px -0.5px 20px #00000021, -0.5px 0.5px 20px #00000021;
    }

    #solution-third-container-block{
        flex-direction: row-reverse;
    }

    #solution-third-container{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        max-width: 35%;
        gap: 10px;
    }

    #solution-third-title-section-1{
        margin-bottom: 40px;
    }

    #bloc-image-footer {
        width: 80%;
        overflow: hidden;
        border-radius: 0 20px 20px 0;
    }

    #bloc-image-footer > img {
        height: 100%;
        width: 100%;
    }

    #bloc-in-footer > .t4 {
        width: 200px;
    }

    .footer-first-part-titre {
        color: #8c51ff;
        font-weight: 600;
        letter-spacing: 10px;
    }

    /* presentation migration */

        #presentation-first-block{
            display: flex;
            justify-content: unset;
            flex-direction: column;
            align-items: center;
            margin-top: 100px;
            margin-bottom: 40px;
            text-align: center;
        }
        
        #presentation-first-block > h1{
            font-size: clamp(16px, 15vw, 70px);
        }

        #presentation-first-block > p {
            margin: 0 7vw;
        }

        #presentation-second-block{
            margin: 0 8vw;
        }

        .title-section-1{
            margin-bottom: 70px;
        }

        .title-section-1 > h2{
            font-size: clamp(16px, 1.5vw, 42px);
        }
    
    /* presentation security */
        #security-first-block{
            display: flex;
            justify-content: unset;
            flex-direction: column;
            align-items: center;
            margin-top: 100px;
            margin-bottom: 40px;
            text-align: center;
        }

        #security-titre-definitif{
            font-size: clamp(16px, 15vw, 70px);
        }

        #security-second-block{
            display: flex;
            gap: 5%;
            padding: 7%;
        }

        #security-second-block-part-1{
            padding: 40px;
        }

        #security-second-block-part-2{
            padding: 40px;
            border-radius: 20px;
            background-color:#f5c9ca33;
        }

        #security-second-block-part-1 > span, #security-second-block-part-2 > span{
            font-size: 90px;
        }

        #security-second-block-part-1 > .title-section-1, #security-second-block-part-2 > .title-section-1{
            margin-bottom: 40px;
        }

        #security-second-block-part-1 > .title-section-1 > h2, #security-second-block-part-2 > .title-section-1 > h2{
            font-size: clamp(16px, 1.5vw, 42px);
        }

        #security-first-block > p{
            padding: 0 7%;
            margin: 0;
        }

    /* histoire babylone */
        #histoire-first-block{
            display: flex;
            justify-content: unset;
            flex-direction: column;
            align-items: center;
            margin-top: 100px;
            text-align: center;
        }

        #histoire-first-block > h1 {
            font-size: clamp(16px, 15vw, 70px);
        }

        #histoire-second-block{
            padding: 60px;
        }

        #histoire-second-block-container{
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            gap: 5%
        }

        #histoire-second-block-container-text{
            width: 50%;
        }

        #histoire-second-block-container-text-titre{
            margin-bottom: 40px;
        }

        .histoire-img-max-width{
            max-width: 100%;
        }

        #histoire-third-block-container{
            display: flex;
            padding: 60px;
            gap: 5%;
        }

        #histoire-third-block-container-text > .title-section-1{
            margin-bottom: 40px;
        }

        #histoire-third-block-container-image{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width:50%;
            background-color:#8b51ff0d;
            border-radius:20px;
        }

        #histoire-second-block-container-text > p{
            color: #212529;
        }

    /* navigation */
        /* nav dépliant */
        #body1 > .side-g > .text-container > .texte > h1, #link-header-homepage > a{
            font-weight: bold;
        }

        #button-homepage > button:last-child{
            color: #212529;
        }

        .menu-toggle > span > img{
            filter: invert(38%) sepia(79%) saturate(3870%) hue-rotate(242deg) brightness(103%) contrast(107%);
        }
    /* carousel marque */
        #confiance-container-bloc-carousel > h1{
            font-weight: 900;
        }

        .js-marquee > img:not(.zionsay-marque){
            filter: invert(50%) sepia(23%) saturate(24%) hue-rotate(20deg) brightness(96%) contrast(90%);
        }

        .zionsay-marque {
            opacity: 60%;
        }

    #bloc-in-footer > div {
        display: flex;
        flex-wrap: wrap;
    }

    #titre-definitif > span, #titre-definitif {
        word-break: break-word;
    }

/* responsiv Homepage */

    /* Quand la hauteur est supérieure à la largeur (Portrait) */
    /* @media (orientation: portrait) {
        .button-bbl {
            height: 10vw;
            max-height: 42px;
        }
    }

    @media (orientation: landscape) {
        .button-bbl {
            height: 6vh;
            width: 16vh;
        }
    } */

    @media screen and (max-width: 1392px){
        #section5{
            height: 60vh;
        }
    }

    @media screen and (max-width:1335px){
        #img-campagnes{
            width: 200px;
        }

        #img-post{
            width: 250px;
        }
    }

    @media screen and (max-width: 1300px){
        img#fonc-mid-img {
            width: 400px;
        }
    }

    @media screen and (max-width: 1285px){
        .entete{
            margin: 20px 2vw;
        }
    }

    @media screen and (max-width: 1275px){
        img.img-calendrier{
            width: 400px;
        }

        #img-campagnes{
            width: 150px;
            margin-right: 315px;
        }

        #img-post {
            width: 175px;
            margin-top: 250px;
            margin-left: 375px;
        }
    }

    @media screen and (max-width: 1180px){
        img#fonc-mid-img {
            width: 300px;
        }
    }

    @media screen and (max-width:1125px) {
        .entete {
            flex-direction: column;
        }

        #button {
            display: flex;
            flex-direction: column;
            margin-top: 20px;
        }
        #security-first-block, #presentation-first-block{
            margin-top: 225px;
        }
    }

    @media screen and (max-width: 1115px){
        #container-card2 {
            display: flex !important;                
            flex-direction: column !important;
        }

        #side-g2 {
            display: flex;
            flex-direction: row;
            gap: 35px;
            margin-top: unset;
            width: 100%;
            margin-bottom: 50px;
        }

        #img-post {
            margin-top: 400px;
            margin-left: 480px;
        }

        hr{
            margin-top: unset;
            margin-bottom: unset;
        }

        #side-d2{
            position: initial;
        }

        #img-campagnes, #img-post, .img-calendrier, #bloc-container3 > .container-examples{
            display: none;
        }

        #container-card2{
            gap: 15px;
        }

        .container-text-card2{
            margin-top: 10px;
        }

        .container-examples{
            display: none;
        }

        #colaboration-bloc{
            justify-content: center;
        }

        #page_description{
            padding-right: 0;
            text-align: center;
        }

        .sous-titre-section{
            display: none;
        }

        #bloc-container1 > .title-section {
            padding: 70px 60px;
        }

        #bloc-image-footer{
            display: none;
        }

        #side-d2{
            display: none;
        }

        #section5{
            margin-top: 0;
        }
    }

    @media screen and (max-width: 1080px){
        .fonc-container-bloc{
            flex-direction: column;
            row-gap: 30px;
        }

        div#fonc-right, div#fonc-left{
            margin: 0;
        }

        div#fonc-right{
            flex-direction: row;
        }

        #bloc-container3{
            padding-left: 50px;
        }

        .line-card3{
            display: none;
        }

        div#fonc-mid {
            display: flex;
            justify-content: center;
        }

        .half-circle{
            display: none;
        }

        .presentation-block-img{
            display: none;
        }
    }

    @media screen and (max-width: 1065px){
        img.img-calendrier{
            min-height: 300px;
        }
        #img-campagnes, #img-post{
            display: none;
        }
    }

    @media screen and (max-width: 1045px){
        img.img-calendrier{
            width: 350px;
        }
    }

    @media screen and (max-width: 991px){
        h1 {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .texte > p {
            font-size: 0.8rem;
            width: 75%;
        }

        .text-container{
            width: auto;
        }

        .fonc-container-bloc {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
        }

        .fonctionnalite-container {
            width: 50%;
            margin: 10px 0;
        }

        #bloc-container5 {
            display: flex;
            justify-content: space-between;
            flex-direction: column-reverse;
            align-items: center;
            gap: 30px;
        }

        .entete{
            flex-direction: column;
        }

        #button{
            flex-direction: column;
            margin-top: 20px;
        }

        #link-header-homepage > a {
            margin: 10px;
        }

        #first-block{
            margin-top: 250px;
        }

        .side-d{
            display: none;
        }

        .sous-titre-section{
            justify-content: unset;
        }

        #sous-titre-section-image{
            display: none;
        }

        .sous-titre-section-text{
            padding: 0;
        }

        #gain-babylone{
            grid-template-columns: 1fr;
            padding-bottom: 6vh;
            justify-content: center;
        }

        #gain-babylone > div > h3{
            font-size: clamp(8px, 4.3vw, 42px);
        }

        #side-d2 {
            display: none;
        }

        #bloc-container2 > hr{
            display: none;
        }

        #bloc-container1 > hr{
            display: none;
        }

        #container-image-change{
            justify-content: normal;
        }

        #section1 {
            margin-top: 50px;
        }

        .submenu, .submenu-1{
            width: 100%;
            top: 5%;
            left: initial;
        }

        #footer-container-first-part{
            flex-wrap: wrap;
        }

        #second-block-why, #third-block-why{
            flex-wrap: wrap;
        }

        .second-block-why-container{
            width: 100%;
        } 

        #solution-second-container-block, #solution-third-container-block, #solution-fourth-container-block{
            flex-direction: column;
            max-width: unset;
        }

        #solution-second-container-block > div, #solution-third-container-block > div, #solution-fourth-container-block > div{
            width: 100%;
            max-width: unset;
        }

        #solution-second-container, #solution-fourth-container{
            max-width: unset;
            gap: 0;
        }

        #solution-second-title-section-1, #solution-fourth-title-section-1{
            margin-bottom: 0;
        }

        #titre-definitif {
            margin-top: 60px;
            font-size: 3vh;
        }

        #presentation-first-block, #security-first-block{
            margin-top: 220px;
        }

        #presentation-second-block{
            flex-direction: column;
        }

        #presentation-second-block > div {
            width: auto;
            margin: 0;
        }

        .col2 > .title-section-1{
            margin: 0;
        }

        .col2 .inner{
            margin-left: 0 !important;
        }

        .col1 .inner {
            margin-right: 0 !important;
        }

        .title-section-1 {
            margin-bottom: 30px;
        }

        .col1{
            padding-bottom: 0 !important;
        }

        .col2{
            padding-top: 0 !important;
        }

        .title-section-1 > h2{
            margin-bottom: 5px;
            font-size: clamp(16px, 1.5vw, 42px);
        }

        .title-section-1 > p{
            padding-left: 0;
        }

        #section5 > #bloc-container4{
            margin-top: 40px;
            margin-bottom: 40px;
        }

        #histoire-second-block-container{
            flex-direction: column-reverse;
            gap: 0;
        }

        #histoire-second-block{
            padding: 0;
        }

        #histoire-second-block-container-image {
            width: 100%;
            margin-bottom: 30px;
        }

        #histoire-second-block-container-image > .histoire-img-max-width {
            width: 100%;
        }

        #histoire-second-block-container-text {
            width: 75%;
        }

        #histoire-third-block-container-image{
            display: none;
        }

        #histoire-third-block {
            display: flex;
            justify-content: center;
        }

        #histoire-third-block-container {
            display: flex;
            padding: 0;
            width: 100%;
            gap: 0;
            justify-content: center;
        }

        #histoire-third-block-container-text-link{
            text-align: center;
        }

        #histoire-first-block{
            margin-top: 200px;
        }

        #first-block{
            padding: 15px 8vw 0px; 
        }
        .card-container{
            padding: 50px 50px 50px 50px;
        }

        #titre-footer{
            font-size: clamp(16px, 7vw, 64px);
        }

        #first-block > p{
            width: 100%;
            margin-bottom: 50px;
        }
    }

    @media screen and (max-width: 875px){
        .row-table-features-container{
            height: 90px !important;
        }
    }

    @media screen and (max-width: 810px){
        .entete{
            flex-direction: column;
            justify-content: unset;
            margin: 30px 90px 30px;
        }

        .texte > p {
            width: 100%;
        }

        #button-container{
            align-items: center;
        }

        #img-post {
            margin-top: 330px;
            margin-left: 390px;
        }

        #img-campagnes {
            margin-top: 300px;
            margin-right: 350px;
        }

        #mainHeader{
            border-top: none;
        }
    }

    @media screen and (max-width: 775px){
        .fonctionnalite-container {
            width: 100%;
        }

        .fonctionnalite-text{
            padding-right: unset;
        }

        #security-second-block{
            flex-direction: column;
        }
    }

    @media screen and (max-width: 772px) {
        #presentation-first-block, #security-first-block {
            margin-top: 250px;
        }
    }
    
    @media screen and (max-width:750px) {
        #section3 > .card-container{
            padding: 0px 0px 0px 0px !important;
        }

        .reseaux {
            gap: 20px;
        }
    }
    @media screen and (max-width: 720px){
        .row-table-features-container{
            width: 90%;
        }
    }

    @media screen and (max-width: 700px){
        #feature-1, #feature-2, #feature-3{
            display: none;
        }

        #solution-second-block, #solution-third-block, #solution-fourth-block{
            padding: 30px 20px;
        }
    }

    @media screen and (max-width:690) {
        .title-section-2 > h2, .title-section-3 > h2{
            margin-bottom: 5px;
        }

        .solution-second-title-section-title {
            font-size: clamp(16px, 1.5vw, 42px);
        }
    }

    @media screen and (max-width: 685px){
        .mini-container {
            padding: 15px 30px;
        }

        #text-footer {
            margin: 30px 0;
        }
    }

    @media screen and (max-width: 675px){
        img.img-calendrier{
            min-height: 250px;
        }

        #bloc-in-footer{
            padding: 20px;
        }

       
    }

    @media screen and (max-width: 650px){
        #img-post {
            display: none;
        }

        #img-campagnes {
            display: none;
        }
    }

    @media screen and (max-width: 642px){
        #presentation-first-block, #security-first-block, #histoire-first-block {
            margin-top: 250px;
        }

        #security-second-block{
            padding-top: 0;
        }
    }

    @media screen and (max-width: 615px){
        .texte {
            text-align: center;
        }

        #button-container {
            text-align: center;
        }

        .card-container {
            padding: 70px 50px 10px 85px;
            margin: 0 20px;
        }

        .side-d{
            display: none !important;
        }

        .cardBody2{
            pointer-events: none;
        }

        #body1 {
            margin-bottom: 50px;
        }

        .texte > p {
            width: 100%;
        }

        #side-g2{
            flex-direction: column;
        }

        #container-image-changes{
            justify-content: unset;
        }

        .item-viz{
            width: 50%;
            padding-right: 30px;
        }

        #colaboration-bloc > #page_description {
            width: 100%;
        }

        #nav-list-solution-features {
            margin: 0;
        }
    }

    @media screen and (max-width: 595px){
        button.button-bbl.t2, button.button-bbl.t1,button.button-bbl.t4 {
            font-size: 0.7rem;
        }

        h1{
            font-size: 2.5rem;
        }

        .texte > p {
            font-size: 0.7rem;
            width: 100%;
        }

        #bloc-container5{
            padding: 130px 20px 20px;
        }

        #titre-footer{
            font-size: 38px;
        }
    }
    
    @media screen and (max-width: 550px) {
        footer > div{
            flex-direction: column;
        }

        .reseaux{
            justify-content: space-evenly;
            margin-top: 10px;
        }
    }

    @media screen and (max-width: 540px){
        .mini-container {
            padding: 10px 15px; 
        }

        #bloc-container4{
            height: fit-content;
        }

        .line-card2{
            display: none !important;
        }

        #side-d2, #maVideo, #maVideo1, #fonc-mid{
            display: none !important;
        }
    }

    @media screen and (max-width: 536px){
        div#fonc-right{
            flex-direction: column;
            gap: 0px;
        }

        #button{
            display: none;
        }

        #menue-mobile{
            display: flex;
        }

        .entete {
            background-color: white;
            flex-direction: column;
            justify-content: unset;
            padding: 30px 15px 30px;
            margin: 0;
        }

        .logoContainer {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

        #first-block {
            margin-top: 80px;
        }

        #first-block-title-why{
            margin-top: 100px;
            margin-right: 25px;
            margin-left: 25px;
        }

        #first-block-title-why > p {
            text-align: center;
        }

        #presentation-first-block, #security-first-block, #histoire-first-block {
            margin-top: 85px;
        }

        #nos-temoignages > .card-container{
            padding: 0;
        }

        #container-bloc-button-slide-alex-carousel{
            display: none;
        }
    }

    @media screen and (max-width: 500px){
        .titre-link-nav-popup > p{
            display: none;
        }

        #nav-bloc-solution {
            flex-direction: column;
        }

        #nav-bloc-solution-features {
            width: 100% !important;
            padding: 0 !important;
        }

        #nav-bloc-solution > .border-color-bbl {
            width: 100% !important;
            border-left: 0;
            border-top: 2px solid transparent;
            border-radius: 0px 0px 24px 24px !important;
            padding: 0 20px !important;
        }
        
        .service-item{
            justify-content: center;
        }

        .titre-link-nav-popup > h3{
            margin: 0;
            font-size: 12px;
        }

        #nav-bloc-ressources {
            flex-direction: column;
        }

        #nav-bloc-ressources > #nav-bloc-ressource-accompagnement, #nav-bloc-ressources > #nav-bloc-ressource-expertise{
            width: 100% !important;
            padding: 10px !important;
        }

        #nav-bloc-ressource-accompagnement{
            border-bottom-left-radius: 0px !important;
            border-top-right-radius: 20px !important;
        }

        #nav-bloc-ressource-expertise{
            border-left: 0 !important;
            border-top: 1px solid transparent !important;
            border-radius: 0px 0px 24px 0px !important;
        }

        .services-item-motif{
            width: auto;
            height: auto;
        }

        .service-item {
            display: flex;
            align-items: center;
            margin-top: 0;
            margin-bottom: 10px;
            gap: 5px;
        }

        .service-item > div{
            margin: 0;
        }
    }

    @media screen and (max-width: 475px){
        #text-footer {
            margin: 10px 0;
        }
    }

    @media screen and (max-width: 465px){
        .fonctionnalite-container{
            text-align: center;
        }
    }

    @media screen and (max-width: 450px){
        .half-circle{
            margin-left: -65px;
        }

        .card-container {
            padding: 70px 50px 10px;
        }

        #bloc-container3{
            padding: 70px 15px 10px;
        }

        img#fonc-mid-img {
            width: 250px;
        }

        .contact {
            width: 100%;
            gap: 0;
            flex-wrap: wrap;
            flex-direction: column-reverse;
            align-items: center;
        }

        .reseaux {
            display: flex;
            width: 100%;
            justify-content: space-evenly;
            gap: 0;
        }

        #bloc-container5 {
            align-items: center;
        }

        .footer-first-part-titre{
            margin: 0;
        }

        #footer-container-first-part > div{
            margin: 10px;
        }
    }

    @media screen and (max-width: 425px){
        #video-presentation{
            display: none;
        }
        #container-card2 {
            gap: 0px;
        }
    }

    @media screen and (max-width: 398px){
        #button > button.button-bbl.t1 {
            width: max-content;
        }
    }

    @media screen and (max-width: 375px){
        #button {
            gap: 2vw;
        }

        div.contact > a{
            font-size: 10px;
        }

        .button-bbl {
            padding: 0 10px;
        }

        #titre-footer {
            font-size: 22px !important;
        }

        img.entreprise-confiance-logo{
            max-width: 35px !important;
            width: auto !important;
        }

        .cardBody2{
            pointer-events: none;
        }

        #bloc-container-confiance{
            padding-top: 40px;
        }

        
    }
    @media screen and (max-width: 200px){
        div.contact > a {
            font-size: 6px;
        }
    }