iframe {
    width: 100%;
    margin: auto;
}

.section-description {
    max-width: 1225px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.section-top-entreprise {
    width: 100%;
    display: flex;
    padding-top: 170px;
    /* padding-bottom: 70px; */
    padding-inline: 50px;
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    justify-content: space-between;
    /* height: 350px;  */
    max-height: 550px;
    background-image: url(/assets/images/services-images/bg-neon-3.jpg);
}

.text-description {
    font-family: 'Light';
    font-size: 18px;
    font-weight: 700;
}

.mot-du-pdg {
    font-family: 'LightOblique';
    font-size: 17px;
    font-weight: 500;
    color: white;
}

.section-pdg {
    width: 100%;
    background-color: #212241;
    padding: 5.7rem 4.9rem 0;
}

.purple-band {
    background-color: #A250A1;
    width: 70px;
    height: 5px;
    border: none;
    display: block;
    margin: 25px 0px 25px;
}

.dark-band {
    background-color: #212241;
    width: 70px;
    height: 5px;
    border: none;
    display: block;
    margin: 25px 0px 25px;
}

.nos-valeurs {
    text-align: center;
}

.nos-valeurs p {
    color: #A250A1;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: 'SemiBold';
    margin: 0 0 1rem;
}

.nos-valeurs span {
    text-align: center;
    font-size: 35px;
    font-family: SemiBold;
}

.ova-canvas {
    display: flex;
    justify-content: center;
}

/* .Letters {
    letter-spacing: ;
} */

.letter {
    font-family: Bold;
    font-size: 270px;
    color: #212241;
    line-height: normal;
    letter-spacing: -70px;
    cursor: pointer;
    height: fit-content;
    transition: color 0.3s ease;
}

.ova-canvas .V {
    margin-right: -38px;
}

.ova-canvas .A {
    margin-left: -38px;
}

a:hover {
    text-decoration: none;
}

/* .letter {
    transition: color 0.3s ease;
} */

.letters {
    position: relative;
}

.letters .letter:hover {
    color: #A250A1;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.letters:hover .letter {
    /* opacity: 0.8; */
    color: gray;
}

.letters:hover .letter:hover {
    color: #A250A1;
    position: relative;
    z-index: 1;
    opacity: 1;
}

/* .ova-canvas .letter:hover {
    font-family: Bold;
    font-size: 270px;
    color: #212241;
    line-height: normal;
    letter-spacing: -65px;
}

.ova-canvas:hover .letter {
    font-family: Bold;
    font-size: 270px;
    color: gray;
    line-height: normal;
    letter-spacing: -65px;
} */

.discover-button {
    background-color: #3F7FBE;
    width: 280px;
    /* margin-top: 20px; */
}

.discover-button {
    text-decoration: none;
}

.discover-button span {
    font-family: Light;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    padding-inline: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.discover-button-container {
    display: flex;
    justify-content: left;
    margin-top: 30px;
}

.section-pdg img {
    max-width: 100%;
}

.section-cards p {
    opacity: 1;
    font-family: "Light";
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.section-cards span {
    opacity: 1;
    font-family: "SemiBold";
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.our-agencies a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.our-agencies a:hover {
    color: #3F7FBE; /* Changer la couleur du texte au survol (la couleur primaire que tu utilises) */
    transform: scale(1.05); /* Agrandir légèrement au survol */
    text-decoration: underline; /* Ajouter un soulignement au survol */
}



@media (max-width: 767.98px) {
    .section-description {
        padding-inline: 10px;
        padding-top: 0px;
    }

    .section-top-entreprise {
        padding-inline: 0px;
        padding-bottom: 100px;
    }

    .section-pdg {
        padding-inline: 20px;
        padding-top: 30px;
    }

    .discover-button {
        width: 100%;
    }

    .discover-button {
        display: flex;
        justify-content: center;
        width: 300px;
    }

    .discover-button span {
        justify-content: space-between;
    }

    .section-pdg img {
        width: 100%;
    }

    .discover-button-container {
        display: flex;
        justify-content: center;
    }

    .letter {
        font-family: Bold;
        font-size: 90px;
        color: #212241;
        line-height: normal;
        letter-spacing: -15px;
        cursor: pointer;
        height: fit-content;
        transition: color 0.3s ease;
    }
}