<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-full {
    background-color: #162133;
    height: 80px;
    z-index: 9999
}

.navbar-nav a {
    display: flex;
    justify-content: center;
    align-items: center
}

.div-logo-header {
    width: 80px
}

.logo-header {
    height: 70px;
    position: absolute;
    top: 7px
}

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

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

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

.dropdown-menu {
    border: 0;
    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: 0 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: #d93a3f solid 2px;
    padding-bottom: 0
}

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

.dropdown-toggle {
    padding: 0;
    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'
}

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

.contact-header .phone-img-header {
    width: 30px;
    height: 30px;
    margin: 10px;
    transition: .3s
}

.contact-header .phone-img-header img {
    width: 100%
}

.contact-header .phone-div-absolute {
    position: absolute;
    color: white;
    width: fit-content;
    height: 80px;
    line-height: 70px;
    right: 0;
    top: 0;
    display: none;
    opacity: 0;
    margin: 0;
    border-bottom-left-radius: 5px;
    padding: 5px 20px 5px 5px;
    transition: .3s
}

.btn-tel p {
    font-family: 'AssistantRegular'
}

.mail-div-absolute p a {
    font-family: 'AssistantRegular'
}

.contact-header .phone-img-header:hover .phone-div-absolute {
    display: block;
    opacity: 1;
    transition: .3s
}

.contact-header .mail-img-header {
    width: 30px;
    height: 30px;
    margin: 10px;
    transition: .3s
}

.contact-header .mail-img-header img {
    width: 100%
}

.contact-header .mail-div-absolute {
    position: absolute;
    color: white;
    width: fit-content;
    height: 80px;
    line-height: 70px;
    right: 0;
    top: 0;
    display: none;
    opacity: 0;
    margin: 0;
    border-bottom-left-radius: 5px;
    padding: 5px;
    transition: .3s
}

.contact-header .mail-img-header:hover .mail-div-absolute {
    display: block;
    opacity: 1;
    transition: .3s
}

.contact-header-hamb {
    display: none
}

.contact-header-hamb .phone-img-header {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: relative;
    transition: .3s
}

.contact-header-hamb .phone-img-header img {
    width: 100%
}

.contact-header-hamb .phone-div-absolute {
    position: absolute;
    color: white;
    width: fit-content;
    left: 0;
    top: 30px;
    display: none;
    opacity: 0;
    background-color: #162133;
    margin: 0;
    padding: 5px 20px 5px 5px;
    transition: .3s
}

.contact-header-hamb .phone-div-absolute p {
    width: max-content
}

.contact-header-hamb .phone-img-header:hover .phone-div-absolute {
    display: block;
    opacity: 1;
    transition: .3s
}

.contact-header-hamb .mail-img-header {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: relative;
    transition: .3s
}

.contact-header-hamb .mail-img-header img {
    width: 100%
}

.contact-header-hamb .mail-div-absolute {
    position: absolute;
    color: white;
    width: fit-content;
    left: -50px;
    top: 30px;
    display: none;
    opacity: 0;
    background-color: #162133;
    margin: 0;
    padding: 5px;
    transition: .3s
}

.contact-header-hamb .mail-div-absolute p {
    width: max-content
}

.contact-header-hamb .mail-img-header:hover .mail-div-absolute {
    display: block;
    opacity: 1;
    transition: .3s
}

#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;
    margin-top: 40px;
    transform: translateX(0);
    transition: transform 250ms ease-in-out;
    background-color: #162133;
    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)
}

input[type=checkbox] {
    transition: all .3s;
    box-sizing: border-box;
    display: none
}

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

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

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

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

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

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

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

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

@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
    }

    .contact-header {
        display: none !important
    }

    .contact-header-hamb {
        display: block
    }
}

@media screen and (max-width:991px) {
    .header-active {
        border-bottom: 0;
        color: #d93a3f !important
    }

    .element-liste-deroulant:hover {
        border-bottom: 0
    }

    .dropdown-item,
    .dropdown-item:hover,
    .dropdown-item:active {
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .show {
        background-color: #333
    }

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

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

    .nav-li-header:hover {
        border-bottom: 0;
        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: 0;
        color: #d93a3f;
        padding-bottom: 2px
    }

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

    .div-menu-hamburger-header {
        border: 0;
        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: .2s
    }
}

@media screen and (max-width:767px) {
    .dropdown-toggle {
        padding: 0;
        font-weight: bold
    }
}
</pre></body></html>