﻿/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
#body-layout {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(240, 245, 255, 0.91));
}

#navbar-bo {
    padding-left: 60px;
    padding-right: 60px;
    height: 80px;
}

.navbar-brand {
    margin-right: 57px;
}

.nav-link {
    font-family: EBGaramond;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #252253;
}

.nav-link-mr {
    margin-right: 47px;
}

.btn-navbar {
    width: 137px;
    height: 35px;
    border-radius: 17.5px;
    border: 1px solid #252253;
    background-color: #252253;
    line-height: 18px;
}

#user-icon {
    margin-right: 7px;
    margin-bottom: 2px;
}

.se-connecter {
    width: 75px;
    height: 19px;
    font-family: EBGaramond;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.container-account {
    height: 820px;
}

.container-parthelp {
    background-color: #252253;
    height: 220px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-parthelp h3 {
    font-family: TimesNewRomanPS-MT;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.67;
    letter-spacing: normal;
    color: #ffffff;
}

    .container-parthelp p {
        font-family: EBGaramond;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .container-parthelp button {
        width: 200px;
        height: 45px;
        object-fit: contain;
        border-radius: 20px;
        background-color: #fff;
        color: #252253;
        font-family: TimesNewRomanPS-MT;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
    }

footer {
    min-height: 130px;
    height: auto;
    object-fit: contain;
    background-color: #252253;
    display: flex;
    justify-content: center;
    align-items: center;
}

    footer .col-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .other-pages a {
        font-family: EBGaramond;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

    footer .col-reseauxsociaux {
        display: flex;
        align-items: center;
    }

        footer .col-reseauxsociaux .cercle {
            line-height: 1rem;
            padding: 5px;
            border: 1px solid #fff;
            height: 30px;
            width: 30px;
            text-align: center;
            font-size: 14px;
        }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}