h2 {
    color: #4f5050;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check-label {
    float: left;
    margin-left: 1.5em
}

.header-connexion-size {
    width: 400px;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    /*background-clip: inherit;*/
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.header-menu-size {
    font-size: .75rem;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: unset;
}

.header-menu-color {
    background-color: #3D80BF;
}

.header-color {
    color: #3D80BF;
}

.header-sous-menu-color {
    text-transform: capitalize;
    color: #212529;
    font-size: 12px !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    text-underline: #3D80BF;
}

.header-sous-menu-color:hover {
    color: #FFFFFF;
    background-color: darkgray;
}

.header-logo-container {
    width: auto;
    height: 4.5rem;
    position: absolute;
    top: 5px;
}

.nav-link.dropdown-toggle.text-white {
    font-size: .9rem;
}

.header-circuit-helios-taille {
    width: 60%;
    height: 72%;
}

.header-menu-top {
    horiz-align: center;
    border: 2px solid black;
    text-align: center;
}

.header-icon-color {
    color: #FFFFFF;
}

.header-icon-size {
    font-size: .9rem !important;
}

.user-menu-avatar {
    height: 3rem;
    width: 3rem;
    background-color: white;
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #132539;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: -1rem;
}

.nav-link > .fa-power-off {
    height: .5rem;
    width: .5rem;
    background-color: white;
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -.85rem;
}

.deco-link:hover > .fa-power-off {
    background-color: rgba(19, 37, 57, 0.7);
}

.header-icon-lg-size {
    font-size: 1.2rem !important;
}

.header-icon-google-size {
    font-size: 18px !important;
}

.nav-item:hover .header-icon-color {
    color: lightgray !important;
}

.nav-item:hover .text-white {
    color: lightgray !important;
}

.header-menu-capitalize {
    text-transform: capitalize
}

/*-------------------------------MENU ET SOUS-MENU-------------------------------------------*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown:hover > .dropdown-menu-s {
    display: block;
    right: 1%;
    left: auto;
    --bs-position: end;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;

}

.dropdown-menu .dropdown-menu-end {
    right: 100%;
    left: auto;
    --bs-position: end;
}

/*-----------------------------FIN ---------------------------------------------*/


/* SPECIAL : ROTATION des flèches *//*
.dropdown-menu > div > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
*/

.header-margin-top {
    margin-top: 30px;
}

.header-margin-size {
    width: 450px;
    height: 276px;
}

.header-top {
    top: 20px;
}

.header-arrondi {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #3D80BF;
    padding: 15px;
    background-color: #3D80BF;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    width: 300px;
    height: 65px;
    position: absolute;
    display: block;
    margin: auto;
}

.header-arrondi:hover {
    background-color: #3D80BF;
    color: #FFFFFF;
}

.header-font-family {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    text-align: center;
}

.header-tiret {
    display: flex;
    flex-direction: row;
}

.header-tiret:before, .header-tiret:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid darkgray;
    margin: auto;
}

.btn-outline-secondary:hover {
    background-color: #ced4da;
}

.nav-link {
    padding: 0;
}

.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .header-logo-container {
        height: 3.5rem;
        position: initial;
    }

    .user-menu-avatar {
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1rem;
    }

    .nav-link > .fa-power-off {
        height: .3rem;
        width: .3rem;
        font-size: 1rem !important;
        padding: .8rem;
    }

    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        border-top: 1px solid lightgray;
    }

    .dropdown.has-megamenu {
        display: flex;
        align-items: center;
        gap: .5rem;
        padding: .6rem 0;
        flex-wrap: wrap;
    }

    .header-icon-color {
        min-width: 1rem;
    }

    .navbar .megamenu {
        padding: 0;
    }

    .navbar .megamenu .row.my-4,
    .navbar .megamenu .row.my-4 > .col-md-6 {
        margin: 0 !important;
        padding: 0 !important;
    }

}

/* ============ mobile view .end// ============ */