[id] {
    scroll-margin-top: 80px; /* ajuste selon la hauteur de ta navbar */
}
#diagnostic ,#méthodologie{
    scroll-margin-top: 120px; /* ajuste selon la hauteur de ta navbar */
}

/*////BANNER HERO///////////*/

.container-hero-b2b{
    background-color: #3CB9B1;
    display: flex;
    justify-content: space-around;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-wrap: wrap;
}
.content-title-b2b,.content-image-hero-b2b{
    width: 50%;
}
.content-title-b2b{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5%;
    width: 40%;
}
.content-title-b2b h1{
    width: 80%;
}
h1{
    font-size: 35px;
    margin: 0;
}
.content-title-b2b h2{
    color: white;
    font-family: Inter, sans-serif;
}
h2{
    font-size: 27px;
}
p{
    margin: 0 ;
    font-size: 17px;
}
.content-image-hero-b2b img{
    object-fit: cover;
    width: 90%;
    border-radius: 22px;
}
.shadow-text {
    font-family: Inter, sans-serif;
    background-color: white;
    text-shadow: 0 -10px 15px #3CB9B1;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.2px white;
}

.button-demander{
    border-radius: 18px;
    font-size:17px;
    background-color: white;
    color: #3CB9B1;
    font-family: Inter, sans-serif;
    border: none;
    outline: none;
    box-shadow: none;
    width: 260px;
    line-height: 35px;
}

/*/////ENJEUX////*/

.container-enjeux-b2b{
    background-image: url('../image/backgroundImage.png');
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.shadow-text-green {
    font-family: Inter, sans-serif;
    background-color: #3CB9B1;
    text-shadow: 0 -10px 15px white;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.5px #3cb9b1;
    text-align: center;
    padding-bottom: 40px;
}

.container-vivez-transformer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.container-vivez,.container-transformer{
    width: 35%;
    display: flex;
    flex-direction: column;
    min-width: 400px;
}
.container-transformer h2,.container-vivez h2{
    font-family: 'Amatic SC', sans-serif;
    font-weight: bold;
    color: #3CB9B1;
    letter-spacing: 5px;
    padding-bottom: 40px;
}
.content-line-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow-line {
    width: 3px;
    background-color: #3cb9b1;
    height: 50%;
}

.chevron {
    width: 10px;
    height: 10px;
    transform: translate(0%, 0%) rotate(-45deg);
    border-right: 4px solid #3cb9b1;
    border-bottom: 4px solid #3cb9b1;
}
.content-vivez,.content-transformer{
    display: flex;
    align-items: center;
    height: 120px;
}
.content-transformer p,.content-vivez p {
    margin-left: 20px;
    font-size: 22px;
    font-family: Inter, sans-serif;
    color: #3CB9B1;
}
.logo-vivez{
    width: 100px;
}

span{
    font-size: 32px;
    font-family: Inter,sans-serif;
    font-weight: bold;
    color: #3CB9B1;
}

/*/////DIAGNOSTIC////*/

.container-diagnostic{
    padding-bottom: 80px;
    margin-top: 80px;
    /*padding-top: 40px;*/
    background: #3CB9B1;
}
.content-diagnostic{
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0 0 50% 50% / 75% 75% 25% 25%;
    background: white;
}
.container-diagnostic h2{
    color: #3CB9B1;
    font-family: Inter, sans-serif;
    text-align: center;
    padding-bottom: 80px;
}

.container-circle-logo{
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.content-circle-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 350px;
    width: 350px;
}

.content-circle-logo p{
    text-align: center;
    color: #3CB9B1;
    font-family: Inter, sans-serif;
}
.circle-logo{
    height: 65%;
    /*width: 65%;*/
    object-fit: cover;
    border-radius: 100%;
}

.content-p-button{
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-p-button p{
    font-family: Inter, sans-serif;
    font-weight: bold;
    color: #3CB9B1;
}

.button-diagnostic{
    border-radius: 18px;
    font-size:17px;
    background-color: #3CB9B1;
    color: white;
    font-family: Inter, sans-serif;
    border: none;
    outline: none;
    box-shadow: none;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    line-height: 35px;
}

/*METHODOLOGIE*/

.container-methodologie{
    background: #3CB9B1;
    padding-bottom: 80px;
}

.container-methodologie h1, .h2-text-align-left{
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}
.container-methodologie h2{
    color: white;
    font-family: Inter, sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-card-methodo{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
}

.content-card-methodo{
  background: white;
    padding: 20px;
    border-radius: 32px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}
.content-card-methodo h4{
    font-size: 19px;
    font-family: Inter, sans-serif;
    color: #3CB9B1;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.content-card-methodo img{
    width: 265px;
    border-radius: 24px;
}
.content-card-methodo ul{
    padding: 0;
    margin: 0;
}
.content-card-methodo ul li{
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 17px;
    font-family: Inter, sans-serif;
    color: #3CB9B1;
}
.point-green{
    height: 8px;
    width: 8px;
    background-color: #3CB9B1;
    border-radius: 50%;
    display: flex;
    margin-right: 5px;
}
.content-card-methodo button{
    border-radius: 18px;
    font-size:17px;
    background-color: #3CB9B1;
    color: white;
    font-family: Inter, sans-serif;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 35px;
    margin-top: 40px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px); /* flou de l’arrière-plan */
    background: rgba(0, 0, 0, 0.3); /* assombri + flou */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: white;
    padding: 20px;
    width: 80%;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    position: relative;
}
.container-popup{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container-popup p{
    color: #3CB9B1;
    font-family: Inter, sans-serif;
}
.close-popup {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    margin-top: 0 !important;
}
/*REF CLIENT*/
.container-ref-client{
    background-image: url('../image/backgroundImage.png');
    background-position: center;
    background-size: cover;
    padding-top: 80px;
}
.container-ref-client h2{
    font-family: Inter, sans-serif;
    color: #3CB9B1;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    display: none;
}

.container-ref-video{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.video-container {
    position: relative;
    width: 50%;
    overflow: hidden;
    display: none;
    padding-top: 30%;
    justify-content: center;
    border-radius: 30px;
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    font-size: 10px;
}

.custom-controls button{
    background-color: transparent;
    border: none;
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
    color: #fff;
}
/*.content-text-ref {*/
/*    width: 30%;*/
/*}*/

.content-text-ref h4{
    font-family: Inter, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #3CB9B1;
    margin-bottom: 20px;
}

.content-text-ref p{
    font-family: Inter, sans-serif;
    color: #3CB9B1;
}

.container-banner-white{
    background-color: white;
    display: flex;
    flex-direction: column;
    height: 220px;
}

.container-banner-white div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.container-banner-white div p{
    display: flex;
    flex-direction: column;
    color:#3CB9B1;
    font-family: Inter, sans-serif;
}

.container-banner-white div p span{
    font-size: 22px;
}
.container-banner-white button{
    border-radius: 18px;
    font-size:17px;
    background-color: #3CB9B1;
    color: white;
    font-family: Inter, sans-serif;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    align-self: center;
}

/*CONFIANCE*/
.container-confiance{
    background-image: url('../image/backgroundImage.png');
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.container-confiance h2{
    text-align: center;
    color: #3CB9B1;
    font-family: Inter, sans-serif;
    margin-left: 5%;
    margin-right: 5%;
}
.container-card-confiance{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.content-card-confiance{
    width: 550px;
    background-color: white;
    border-radius: 32px;
    padding: 40px;
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 40px;
}
.content-card-confiance p {
    color: #3CB9B1;
    font-family: Inter, sans-serif;
}

.content-card-confiance p img{
    height: 15px;
    position: relative;
}
.content-card-confiance p img:first-of-type {
    bottom: 13px;
}
.content-card-confiance p img:last-of-type {
    top: 13px;
}
.container-portrait{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.img-portrait{
    height: 70px;
    border-radius: 100%;
    width: 70px;
    object-fit: cover;
}

.content-portrait{
    margin-left: 30px;
}
.content-portrait p {
    font-size: 13px;
    color: #3CB9B1;
    font-family: Inter, sans-serif;
}

/*////PARTENAIRE/////*/

.container-nos-partenaire{
    background-color: #3CB9B1;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
}
.container-nos-partenaire h1{
    text-align: center;
    padding-bottom: 40px;
}
.slider-container {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    animation: scroll 20s linear infinite;
    gap: 40px;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* juste la moitié car doublé */
}

/*.content-nos-partenaire{*/
/*    display: flex;*/
/*    gap: 40px;*/
/*}*/
.img-partenaire {
    height: 80px;
    flex-shrink: 0;
}



/*////PRÊT A PASSER A L'ACTION///*/

.container-prêt-action{
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-prêt-action h2{
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-family:Inter, sans-serif;
    color:#3CB9B1;
    padding-bottom: 40px;
}
.note-obligatoire {
    font-size: 14px;
    color: #888;
    font-style: italic;
    margin-bottom: 10px;
}

.formulaire-action{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px;
    border: #3CB9B1 solid 2px;
    padding: 30px;
    border-radius: 32px;
}
.formulaire-action input,select,option,textarea{
    width: 100%;
    border-radius: 22px;
    padding: 10px;
    height: 45px;
    background-color: white;
    border: #3CB9B1 solid 2px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.formulaire-action input::placeholder,
textarea::placeholder {
    color: #3CB9B1; /* Mets ici la couleur souhaitée */
    opacity: 1;  /* Optionnel : pour s'assurer que c'est bien visible */
}
.formulaire-action input:focus,textarea:focus,select:focus{
    outline: none;
    border: #0a58ca 3px solid;
}

.formulaire-action textarea{
    height: 120px;
}

.formulaire-action div input:nth-of-type(-n+4) {
    /* Styles pour les 4 premiers inputs */
    width: 49%;
}
.formulaire-action div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: white;
    cursor: pointer;

    /* Couleur de base du texte (placeholder) */
    color: #3CB9B1;

    /* Flèche turquoise */
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%233CB9B1' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
}

fieldset{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
fieldset label{
    display: flex;
    font-size: 17px;
    color: #3CB9B1 ;
    align-items: center;
}

fieldset label input{
    height: 20px !important;
    width: 20px !important;
    margin-right: 10px;
}

.condition{
    display: flex;
    width: 100%;
    align-items: center;
}
.condition input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.condition p{
    font-size: 11px;
}
.condition p a{
    font-size: 11px !important;
}

.button-action{
 margin-top: 0;
}
.ecrire-nous{
    font-family: Inter, sans-serif;
    color: #3CB9B1;
    font-size: 19px;
}
.email-maxime{
    font-size: 22px !important;
    font-weight: bold;
}

/*///MOBILE///*/
@media (max-width: 850px) {
    /* CSS pour les téléphones */
    .content-title-b2b {
        min-width: 345px;
        height: 600px;
        margin-bottom: 40px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
    .content-title-b2b h1{
        width: 100%;
    }
    .content-image-hero-b2b{
        width: 90%;
    }
    .content-image-hero-b2b img{
        width: 100%;
    }
   .container-vivez h2,.container-transformer h2{
       letter-spacing: 3px;
       text-align: center;
       font-size: 18px;
   }
   .logo-vivez{
       width: 70px;
   }
   .content-vivez{
       margin: 20px;
   }
    .content-line-arrow{
        display: none;
    }
    .content-transformer{
        margin-left: 5%;
        margin-right: 5%;
    }
    .content-diagnostic{
        padding-left: 5%;
        padding-right: 5%;
        border-radius: 0 0 50% 50% / 75% 75% 7% 7%;
    }
    .container-card-methodo{
        gap: 40px;
    }
    .container-ref-video{
        flex-direction: column;
        gap: 40px;
    }
    .content-text-ref{
        width: 90%;
    }
    .video-container{
        width: 90%;
        padding-top: 65%;
    }
    .container-banner-white{
        height: auto;
    }
    .container-banner-white div {
            flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
        gap: 20px;
        margin-bottom: 20px;
        }
    .container-confiance{
        padding-top: 0;
    }
    .ecrire-nous{
        text-align: center;
    }
    .email-maxime{
        font-size: 19px !important;
    }
    .content-p-button p {
        text-align: center;
    }
    .container-vivez, .container-transformer{
        min-width: 340px;
    }
    .content-transformer p, .content-vivez p{
        font-size: 17px;
    }
    .container-popup{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .container-card-methodo{
        margin-right: 5%;
        margin-left: 5%;
    }
}

