body {
    font-family: 'Outfit', sans-serif;
}

a {
    text-decoration: none;
}

#prestation {
    background: linear-gradient(#e9eaea30, 10%, white);
    background-color: rgba(223, 218, 218, 0.11)
}

.hero {
    padding-top: 202px;
    padding-bottom: 5px;
    height: 100%;
    text-align: center;
    background-color: #00000000;
    background-image: url("/img/grad-bg-6.svg");
    --background-overlay: '';
    background-repeat: no-repeat;
    background-size: cover;
    height: 633px;
    color: white !important;
}

.svgIcon {
    filter: invert(100%) saturate(0%) opacity(70%);
    transition: transform 0.9s ease, fill 0.9s ease;
    height: 75px;
}

.svgIcon:hover {
    cursor: pointer;
    filter: invert(0%) saturate(100%) opacity(90%);
    transform: scale(1.1);
}

.svgIconText {
    font-weight: 700;
    font-size: 20px;
    margin-left: 14px;
    vertical-align: middle;
}


h2 {
    line-height: normal;
    font-size: 44px;
    font-weight: 600;
    text-transform: none;
    text-decoration-style: solid;
}

.nav-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    color: white;
    transition: transform 1.9s ease, fill 0.9s ease;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffc107;
    transform: scale(1.1);
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000000;
    width: 100%;
    background-overlay: '';
    background-position: top left !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    background: url('/img/blobs.svg') center/cover no-repeat;
    opacity: 0.33;

    background-size: cover;
}

.service-box {
    padding: 20px;
    border-radius: 10px;
    background: #f8f9fa;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: height 0.5s ease;

}

.navbar-shadow {
    box-shadow: 0 .275rem 1.25rem rgba(11, 15, 25, .05), 0 .25rem .5625rem rgba(11, 15, 25, .03);
}

.navbar-toggler {
    border-color: white !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Au scroll : icône et bouton en noir */
.navbar.scrolled .navbar-toggler {
    border-color: #012970 !important;
}

.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(1, 41, 112, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 1) !important;
    color: black;
    height: 70px !important;
}

footer {
    background: linear-gradient(#94a4ff1c, 10%, white);
    color: #0a0b40;
    text-align: center;
    padding: 40px 0;
    bottom: 0;
    width: 100%;
}

/* Par défaut : icône et bouton en blanc */


#menuHeader {
    max-width: 98%;
    margin-top: 30px;
}

#menuTop {
    height: 100px;
}

.linkColor {
    color: #012970;
}

#menuTopScroll {
    height: 50px;
}

/* Menu mobile en plein écran */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1050;
}

.mobile-menu.show {
    transform: translateY(0);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

#logoImg {
    height: 62px;
}

/* Affichage du menu principal sur ordinateur */
@media(min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }
}

a.connectID {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

a.connectID::after {
    content: '';
    position: absolute;
    left: 9px;
    bottom: 4px;
    width: 90%;
    height: 2px;
    background-color: #ffc107;
}

.cardFreelance {
    border: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.searchImageFile {
    width: 100%;
}

.star {
    color: orange;
    font-size: 19px;
    font-size: 15px;
}

.video-container {
    min-width: 100%;
    min-height: 547px;
    margin-top: 0px;
}

.searchBlockContent1750 {
    display: contents;
}

.searchBlockImage {
    height: 307px;
}

.titileBoxSearch {
    bottom: 250px;
}

.titleBoxDate{
    bottom: 208px;
}

.coderPadBlock {
    height: 45px;
}



#services {
    background: linear-gradient(#94a4ff3b, 10%, white);
    background-color: rgba(223, 218, 218, 0.11);
    margin-bottom: 75px;

}

#content-doc {
    background: linear-gradient(#94a4ff3b, 10%, white);
    background-color: rgba(223, 218, 218, 0.11);
    margin-bottom: 75px;
}

#content-doc-freelance {
    background: linear-gradient(#94a4ff3b, 10%, white);
    background-color: rgba(223, 218, 218, 0.11);
    margin-bottom: 75px;
}

.iconService {
    font-size: 25px;
    color: #d3c290;
}

.iconServiceTeam {
    font-size: 25px;
    color: #e6ae06;
}


.textService {
    position: absolute;
    margin-top: 6px;
    margin-left: 21px;
}

.titreService {}

.card {
    border-radius: 12px;
}


.headerBloc {
    height: 700px;
}

.mobilelink {
    color: #012970;
}

.mobileCenterForLeft {
    text-align: left;
}

.mobileCenterForRight {
    text-align: right;
}

.liLng {
    margin-right: 30px;
}

.marginTop30 {
    margin-top: 30px !important;
}

@media(max-width: 1024px) {
    .marginTop30 {
        margin-top: 0px !important;
    }


    .liLng {
        margin-right: 0px;
    }

    .mobileCenterForLeft {
        text-align: center;
    }

    .mobileCenterForRight {
        text-align: center;
    }

    .hero::before {
        background-position: top left !important;
        background-size: 280% auto;
    }

    .textHeader {
        font-size: 26px;
    }

    .hero::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #00000000;
        width: 100%;
        background-overlay: '';
        background-position: top left !important;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 830px;
        background: url('/img/blobs.svg') center/cover no-repeat;
        opacity: 0.33;

        background-size: cover;
    }

    .svgIcon {
        height: 30px;
    }

    .txtSvgIcon {
        display: none;
    }


    .headerBloc {
        height: 830px;
    }
}

.video-container {
    aspect-ratio: 16/9;
    width: 17px;
    max-width: 83%;
    height: 418px;
    overflow:
        hidden;
    position: relative;
    border-radius:
        10px;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    object-fit: cover;
}

footer strong {
    font-weight: 400;
    color: #0a0b40 !important;
}

#FAQ, #contact {

    background: linear-gradient(#94a4ff05, 10%, white);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(223, 218, 218, 0.11);
    margin-bottom: 75px;
}

#FAQ h3 {
    color: #008FFC;
}
.badge strong {
    font-weight: 600;
}
details {
    background-color: #f0f0f047;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    /* Ensures content stays within rounded corners */
}

summary {
    font-weight: bold;
    padding: 18px 25px;
    cursor: pointer;
    outline: none;
    background-color: rgba(233, 233, 233, 0);
    color: #34495e;
    font-size: 1.1em;
    display: block;
    position: relative;
}

summary::-webkit-details-marker {
    display: none;
    /* Hides default triangle on Chrome/Safari */
}

summary::after {
    content: '+';
    /* Custom plus sign */
    position: absolute;
    right: 25px;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
}

details[open] summary::after {
    content: '-';
    /* Changes to minus when open */
    transform: translateY(-50%) rotate(0deg);
    /* No rotation needed for minus */
}

details[open] summary {
    border-bottom: 1px solid #ddd;
    background-color: #e0e0e0;
}

.faq-content {
    padding: 15px 25px 20px;
    background-color: #fcfcfc;
    line-height: 1.6;
}

.faq-content p {
    margin-bottom: 10px;
}

.faq-content ul {
    margin-left: 20px;
    margin-bottom: 10px;
}