body {
    font-family: "Poppins", sans-serif;
}

#banner {
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.fsi-6 {
    font-size: 17px;
}

.text-green {
    color: #11855A !important;
}

#banner nav {
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.932);
}

#banner nav .logo {
    width: 17rem;
}

@media (max-width: 992px) {
    #banner nav .logo {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #banner nav .logo {
        width: 15rem;
    }
    #banner nav {
        border-radius: 20px;
    }
}

#banner nav li a {
    text-transform: uppercase;
}

#banner nav li a.active {
    color: #069bc8;
    font-weight: bold;
}

#banner .title {
    height: 60%;
}

@media (min-width: 768px) {
    #banner .title {
        font-size: 45px !important;
    }
}

/* Content's styles */

#content {
    background-color: white;
    border-radius: 10px;
    position: relative;
    top: -10vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#content .links {
    position: relative;
    top: -5vh;
    gap: 2rem;
}

#content .links a {
    text-decoration: none;
}

@media (max-width: 993px) {
    #content,
    #content .links {
        top: 0 !important;
    }

    #content .links {
        margin-top: 2rem;
    }

    #banner .title {
        height: 70%;
    }
}

#content .card-links {
    color: white;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
}

#content .card-links:hover {
    outline: 1px solid white;
}

#content .card-links.green {
    background-color: #11845a;
}
#content .card-links.green i {
    color: #11845a;
}

#content .card-links.green:hover {
    background-color: #11845a;
    background-color: #11845ae1;
}

#content .card-links.blue {
    background-color: #0a3764;
}

#content .card-links.blue i {
    color: #0a3764;
}

#content .card-links.blue:hover {
    background-color: #0a3764;
    background-color: #0a3764e1;
}

#content .card-links.yellow {
    background-color: #f19937;
}

#content .card-links.yellow i {
    color: #f19937;
}

#content .card-links.yellow:hover {
    background-color: #f19937;
    background-color: #f19937e1;
}

#content .card-links #iconLink {
    color: #11845a !important;
    background-color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* documentation */

.documentation a{
    text-decoration: none;
    color: black;
}

.documentation #btn-custom{
    padding: .5rem !important;
    font-weight: 500;
}

.documentation #btn-custom:hover{
    border: 1px solid black;
}

.documentation .doc-card {
    height: 100%;
}


/* footer */

footer {
    background-color: #343434;
    margin-top: 1rem;
}

footer .logo{
    width: 20%;
    min-width: 15rem;
}

.flag {
    height: 0.5rem;
}

.green {
    background-color: #108757
}

.yellow {
    background-color: yellow
}

.red {
    background-color: red
}


/*Custom Navbar */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px !important;
    }
}

.nav-link.fsi-6 {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.required_symbole{
    font-weight: bold; 
    color:red;
}

label{
    font-weight: bold;
}

.listeHandicap label{
    font-weight: 400;
}

.btn-form button,.btn-form .w-100{
    max-width: 300px !important;
    padding-top:15px;
    padding-bottom:15px;
}

.navbar{
    z-index: 999 !important;
}


@media (max-width: 768px) {
    #banner nav {
        background-color: rgba(255, 255, 255, 0.98);
        border:1px solid #eee;
    }
}