.navbar-full {
    background-color: #1d3254;
    height: 120px;
    z-index: 9999;
}

.navbar-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.divs-logos{
    position: relative;
    top: -10px;
}

.div-logo-header {
    
}

.logo-header {
    height: 70px;
    position: relative;
    top: 7px;
    margin: 0px 20px;
}

.navbar {
    z-index: 998;
    position: fixed;
    width: 100%;
}

.navbar-menu-gauche-li{
    position: relative;
    top: -10px;
}

.phrase-urgence-header{
    position: absolute;
    right: 0;
    top: 80px;
    color: #e5592e;
    margin-right: 20px;
}

.phrase-urgence-header p{
    font-size: 17px !important;
}

.header-phone-icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: text-top;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

.form-header-telmail {
    margin: 0;
    background-color: #343a40;
    color: white;
    font-weight: normal;
    background-color: #333;
}

.header-telmail-p {
    margin: 0;
    color: white !important;
    font-weight: bold;
    font-size: 15px !important;
}

.element-liste-deroulant {
    text-align: center !important;
}

.dropdown-menu {
    border: none;
    padding: 0 !important;
    background-color: transparent !important;
    position: relative;
    top: 60px;
}

.nav-li-header {
    text-align: center;
    padding: 10px 30px;
    background-color: transparent;
    font-family: 'AssistantExtraLight';
    color: white;
}

.p-menu-nav {
    margin: 0;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 20px !important;
}

.p-menu-liste {
    color: white;
    margin: 0;
    padding-bottom: 2px;
    width: fit-content;
}

.p-menu-liste:hover {
    border-bottom: #e5592e solid 2px;
    padding-bottom: 0px;
}

.div-menu-hamburger-header {
    border: none;
    outline: none !important;
}

.dropdown-toggle {
    padding: 0px;
    font-weight: bold;
}

.dropdown-item,
.dropdown-item:hover,
.dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.8) !important;
    text-align: left;
    padding: 10px 12px 10px 12px;
    font-weight: bold;
    font-size: 17px !important;
    font-family: 'MontserratLight';
}

.telmail {
    display: none;
}

.header-active,
.header-active:hover {
    font-family: 'AssistantRegular';
}

#div-hamburger {
    display: none;
}

.mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.mainInner div {
    display: table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: -250px;
    width: 250px;
    top: 80px;
    margin-top: 40px;
    transform: translateX(0px);
    transition: transform 250ms ease-in-out;
    background-color: #1d3254;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
}

.sidebarMenuInner li:hover{
    background-color: #333;
}

.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(-250px);
}

.openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transform: scale(2);
    margin-top: 14px;
    margin-right: 20px;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 38px;
    right: 15px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}


/*-----------------------------------------*/
/*               RESPONSIVE                */
/*-----------------------------------------*/

@media screen and (max-width: 1300px) {
    .nav-li-header {
        text-align: center;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 1150px) {
    #div-hamburger {
        display: block;
    }
    
    .p-menu-nav {
        display: none !important;
    }
    
    .navbar-nav  {
        display: none;
    }
    
    .phrase-urgence-header{
        right: 80px;
        top: 10px;
        margin-right: 20px;
    }

    .phrase-urgence-header p{
        font-size: 17px !important;
        width: 300px;
    }
    
}

@media screen and (max-width: 991px) {

    .header-active {
        border-bottom: none;
        color: #e5592e !important;
    }

    .navbar-nav .dropdown-menu {}

    .element-liste-deroulant:hover {
        border-bottom: none;
    }

    .telmail {
        display: block;
    }

    .dropdown-item,
    .dropdown-item:hover,
    .dropdown-item:active {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .phrase-urgence-header{
        margin-right: 20px;
    }

    .phrase-urgence-header p{
        font-size: 17px !important;
        width: 142px;
    }

    .show {
        background-color: #333;
    }

    .dropdown-menu {
        border: none;
        background-color: #fff;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
        position: relative;
        top: 14px;
    }

    .nav-li-header:hover {
        border-bottom: none;
        background-color: #333;
    }

    .nav-li-header {
        text-align: center;
        padding-top: 10px;
        font-weight: bold;
        font-size: 22px !important;
    }

    .p-menu-liste {
        width: 100%;
        text-align: center;
    }

    .p-menu-liste:hover {
        border: none;
        color: #e5592e;
        padding-bottom: 2px;
    }

    .nav-li-header:hover a {
        color: white;
    }

    .div-menu-hamburger-header {
        border: none;
        outline: none !important;
        display: none;
    }

    .icon-menu-hamburger {
        background-image: url(/assets/img/elems/menu-icon.png) !important;
    }

    .div-menu-hamburger-header .icon-menu-hamburger:hover {
        transform: rotate(180deg);
        transition-duration: 0.2s;
    }
}

@media screen and (max-width: 767px) {

    .dropdown-toggle {
        padding: 0px;
        font-weight: bold;
    }
    
    .logo-header{
        height: 50px;
    }
}

@media screen and (max-width: 600px){

.phrase-urgence-header{
        display: none;
    }
}