/* body {
    font-family: "ExcellenceInMotion", sans-serif;
    font-style: regular;

} */
/*
.navbar {
    background-color: #ffffff;
    border-bottom: 2px solid #dcdcdc;
}

.navbar-brand img {
    height: 40px;
}
.nav-links {
    display: flex;
    flex-direction: row;
    gap: 1px;
    justify-content: center;
}

.nav-links a {
    text-decoration: none;
    color: #0c1e4f;
    font-weight: bold;
    padding: 10px 10px;
    text-decoration: none;
}

.nav-links a:hover {
    border-radius: 4px;
    border-top: 4px solid #8e1a1f;
    background-color: #0c1e4f;
    color: white;
}
.nav-links a:active {
    border-radius: 4px;
    border-top: 4px solid #8e1a1f;
    background-color: #0c1e4f;
    color: white;
} */

.menu {
    position: relative;
}

.menu img {
    width: 100%;
    height: auto;
}

.menu .description {
    position: absolute;
    bottom: 10%;
    right: 5%;
    padding: 10px;
    border-radius: 5px;
}

.menu .description h6 {
    color: white;
}

.menu .description a {
    font-weight: bold;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
}

/* .menus {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
}

.menus-icon {
    cursor: pointer;
    display: none;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.menus-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}

.menus-icon .navicon:before,
.menus-icon .navicon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.menus-icon .navicon:before {
    top: 5px;
}

.menus-icon .navicon:after {
    top: -5px;
}

.menus-btn {
    display: none;
}

.menus-btn:checked ~ .menus {
    max-height: 340px;
}

.menus-btn:checked ~ .menus-icon .navicon {
    background: transparent;
}

.menus-btn:checked ~ .menus-icon .navicon:before {
    transform: rotate(-45deg);
}

.menus-btn:checked ~ .menus-icon .navicon:after {
    transform: rotate(45deg);
}

.menus-btn:checked ~ .menus-icon:not(.steps) .navicon:before,
.menus-btn:checked ~ .menus-icon:not(.steps) .navicon:after {
    top: 0;
} */

@media (min-width: 993px) and (max-width: 1200px) {
    /* .nav-links {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
    }
    .nav-links a {
        text-decoration: none;
        color: #0c1e4f;
        font-weight: bold;
        padding: 5px 5px;
        text-decoration: none;
    } */
}

@media (max-width: 992px) {
    /* .nav-links {
        display: none;
    } */

    /* .menus-icon {
        display: block;
    } */

    .menu .description {
        right: 0%;
        bottom: 3%;
        max-width: 50%;
    }
    .menu .description h6 {
        font-size: 0.8rem;
    }

    .menu .description a {
        font-size: 0.8rem;
    }

    /* .menus {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
}

@media (min-width: 993px) {
    /* .menus-icon {
        display: none;
    } */

    /* .nav-links {
        display: flex;
    } */

    /* .menus {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        max-height: none;
    } */
}

@media (max-width: 768px) {
    /* .nav-links {
        flex-direction: column !important;
        align-items: start !important;
    } */

    /* .menus {
        flex-direction: column;
        align-items: center;
    /* } */

    /* .nav-links a:hover {
        border-radius: 4px !important;
        border-top: 4px solid #e31936 !important;
        background-color: #0c1e4f !important;
        color: white !important ;
    } */
    */ .menu .description {
        width: 45%;
        right: 3.5%;
        bottom: 0%;
    }

    .menu .description h6 {
        font-size: 0.6rem;
    }

    .menu .description a {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    /* .nav-links {
        flex-direction: column !important;
        align-items: start !important;
    }

    .nav-links a {
        padding: 5px 1px;
    }
    .nav-links a:hover {
        border-radius: 4px;
        border-top: 4px solid #e31936;
        background-color: #0c1e4f;
        color: white;
    } */
    .menu .description {
        width: 50%;
        right: 0%;
        bottom: 0%;
    }

    .menu .description h6 {
        font-size: 0.5rem;
    }

    .menu .description a {
        font-size: 0.5rem;
    }
}

@media (max-width: 452px) {
    /* .nav-links {
        flex-direction: column !important;
        align-items: start !important;
    }

    .nav-links a {
        padding: 5px 1px;
    }
    .nav-links a:hover {
        border-radius: 4px;
        border-top: 4px solid #e31936;
        background-color: #0c1e4f;
        color: white;
    } */
    .menu .description {
        width: 50%;
        right: 0%;
        bottom: 0%;
    }

    .menu .description h6 {
        font-size: 0.4rem;
        padding: 0;
        margin: 0;
    }

    .menu .description a {
        font-size: 0.3rem;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 352px) {
    /* .nav-links {
        flex-direction: column !important;
        align-items: start !important;
    }

    .nav-links a {
        padding: 5px 1px;
    }
    .nav-links a:hover {
        border-radius: 4px;
        border-top: 4px solid #e31936;
        background-color: #0c1e4f;
        color: white;
    } */
    .menu .description {
        width: 50%;
        right: 0%;
        bottom: 0%;
    }

    .menu .description h6 {
        font-size: 0.25rem;
        padding: 0;
        margin: 0;
    }

    .menu .description a {
        font-size: 0.25rem;
        padding: 0;
        margin: 0;
    }
}
/* .logo {
    max-height: 150px;
    margin-right: 25px;
} */

/* .navbar-brand {
    display: flex;
    align-items: center;
} */

/* F */

/* Optional: Add some space between the logo and the navigation items */
/* .navbar-nav {
    margin-left: auto;
}
.titre h5 {
    color: #dcdcdc;
    background: #0c1e4f;
}
.header-section {
    padding-bottom: 50px;
}

.header-content h1 {
    font-size: 2rem;
    font-weight: bold;
}

.header-content .btn {
    background-color: #e31936;
    border: none;
} */

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card h2,
.card h5 {
    color: #0c1e4f;
    font-weight: bold;
}
.card h4 {
    font-weight: bold;
}
.form-group label {
    font-weight: bold;
}
.form-group input {
    border-radius: 10px;
}
/* .form-group select {
    border-radius: 10px;
} */
.form-group textarea {
    border-radius: 10px;
}
.btn-dark {
    background-color: #0c1e4f;
    border: none;
}
/* .services {
    background: #f8f9fa;
    padding: 50px 0;
}
.services h3.description {
    color: #0c1e4f;
    font-weight: bolder;
}
.services h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .card {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .services .card {
        max-width: 100%;
    }
    .services .card img {
        max-width: 100%;
    }
    .services .row {
        flex-direction: column;
    }
} */

footer {
    background-color: #0c1e4f;
    color: white;
    padding: 30px 0;
}

footer h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    footer h1 {
        font-size: 1.25rem;
    }
    footer .p-3 {
        padding: 0.75rem !important;
    }
    footer .rounded-circle {
        border-radius: 10px;
        margin-bottom: 10px;
    }
    footer .d-flex {
        flex-direction: column;
    }
    footer .d-flex a {
        margin-bottom: 10px;
    }
}

