/* Style global */
body {
    font-family: 'Roboto', Arial, sans-serif !important;
}
p {
    font-style: normal !important;
    font-weight: normal !important;
    font-family: 'SF Pro Display', 'SF Pro Icons', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.logo {
    display: block;
    background: #000;
    margin-top: 44px;
    border-top: solid 1px #ffcf0f;
}

.stayFixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}


/* BANNIÈRE */
.banner {
    position: relative;
}

.banner img {
    height: 400px;
    object-fit: cover;
}

.banner .overlay {
    padding: 40px;
    border-radius: 10px;
}

/* NAVIGATION */
.nav-link {
    font-size: 18px;
}

/* SECTION ABOUT */
.about {
    background: #f8f9fa;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(99 99 99) !important;
}


.float-left {
    float: left;
}
.float-right {
    float: right;
}

.link-card {
    transition: transform 0.3s ease;
    z-index: 300;
}

.link-card:hover {
    transform: translateY(15px); /* déplace le bloc de 5px vers le bas */
}
