
.dood_hero.hero.row1 {
    padding: 11px 0 0px 0 !important;
}
.hero .video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: auto;
    min-height: 250px;
}
.hero.row1 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    height: auto;
}
.hero.row1 .container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    min-height: 494px;
    padding: 0 0 15px 0;
}
.dood_header_search.hero.row1 .container {
    min-height: 265px    ;
}
.hero.row1 .container.dood_input_search_container_mixed {
    min-height: unset;
}
.hero.row1 .container .row {
    width: 100%;
    display: flex;
    justify-content: center;
}
.hero.row1 .container .row .column {
    width: 100%;
    display: flex;
    justify-content: center;
}
.hero .hero-content {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.hero .hero-content h1 {
    text-align: left !important;
    position: relative;
    line-height: .5 !important;
}

.hero.dood_clamp .hero-content h1 {
    padding-right: clamp(50px, 2vw, 80px);
}

.hero .hero-content .first-line {
    font-size: 13rem !important;
    line-height: 1;
    color: #fff;
    font-family: 'calluna', serif !important;
    text-shadow: rgba(21, 69, 87, 0.65) 0px 0px 10px;
}

.hero .hero-content .sec-line,
.hero .dood-zh-hans.hero-content .sec-line {
    color: #fff;
    font-family: 'calluna', serif !important;
    letter-spacing: 5px;
    font-size: 1.4rem;
    margin-left: 10px;
    transform: translateY(-20px);
    display: block;
    text-shadow: rgba(21, 69, 87, 0.65) 0px 0px 10px;
    text-transform: uppercase;
    margin-top: 11px;
}

.hero .dood-zh-hans.hero-content .sec-line {
    /* letter-spacing: 20px; */
    letter-spacing: 5px;
}

.hero .hero-content .third-line,
.hero .dood-zh-hans.hero-content .third-line {
    position: absolute;
    right: 15px;
    top: 38px;
    writing-mode: vertical-lr;
    display: block;
    font-weight: normal !important;
    font-size: 1.9rem !important;
    word-spacing: 2px !important;
    color: #fff;
    font-family: "Calluna", sans-serif !important;
    letter-spacing: 2.5px;
    text-shadow: rgba(21, 69, 87, 0.65) 0px 0px 10px;
}

.hero .dood-zh-hans.hero-content .third-line {
    text-shadow: 0 0 10px rgba(21, 69, 87, 0.65);
    font-family: "Calluna", serif !important;
    font-size: 32px;
    color: #fff;
}

.dood_hero .hero-row {
    margin-bottom: 6px;
}
.dood_hero_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: serif;
    font-size: 2.5em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    color: white;
}

.dood_hero_banner h3 {
    margin: 0 20px;
    letter-spacing: 0.15em;
    color: white;
    font-size: 32px;
    font-family: "Calluna", serif !important;
}

.dood_hero_divider {
    width: 100px;
    height: 1px;
    background-color: white;
    margin: 0;
}
.video-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Au cas o� la vid�o elle-m�me aurait des marges, cela les cachera */
    pointer-events: none; /* D�sactive les interactions de la souris avec la vid�o/iframe en arri�re-plan */
}


    /* Appliquer les styles � la balise vid�o ou � l'iframe g�n�r�e */
    .video-background-container iframe,
    .video-background-container video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto; /* Permet � la largeur de s'ajuster pour le cover */
        height: auto; /* Permet � la hauteur de s'ajuster pour le cover */
        object-fit: cover; /* Recouvre le conteneur tout en conservant le ratio */
        z-index: -1; /* Met la vid�o en arri�re-plan */
        display: block; /* �vite les espaces suppl�mentaires sous l'�l�ment */
    }
@media (max-width: 1018px) {
    .hero {
        padding-inline: 40px !important;
    }

    .hero-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        height: auto;
        min-height: 165px;
    }
}
@media (max-width: 560px) {
    .hero {
        padding-inline: 20px !important;
    }

    .hero .dood_custom_search_form select {
        width: 100%;
    }

    .hero .hero-content h1 {
        padding-right: 0 !important;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .hero .hero-content .first-line {
        font-size: 5rem !important;
    }

    .hero .hero-content .sec-line {
        letter-spacing: 2.5px;
        font-size: .5rem;
        margin-top: 17px;
        margin-left: 3px;
    }

    .hero .hero-content .third-line {
        top: 15px;
        font-size: .6rem !important;
        letter-spacing: 2px !important;
        right: 25%;
    }

    .law-firms .col {
        grid-template-columns: 1fr 1fr;
    }

    .firm-item a:has(img) {
        width: 60%;
        margin: 0 auto;
    }

    .dood_video .container {
        min-height: 265px !important;
    }

    .dood_video .container .search {
        padding: 0 0 !important;
    }
}
@media (max-width: 559px) {
    .hero .hero-content .first-line {
        font-size: 8rem !important;
    }

    .hero .hero-content .sec-line {
        letter-spacing: 2px !important;
        margin-left: -31px !important;
        font-size: 1rem !important;
        transform: translateY(-23px) !important;
    }
    .hero.row1 .container {
        padding: 0;
    }
    .dood_hero.hero.row1 {
        padding: 0 !important;
    }
}