﻿body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.dxbl-menu {
    background-color: rgb(234, 244, 253);
}

.gdpr-notice {
    font-size: 0.8rem !important;
}

.text-spaces {
    white-space: break-spaces;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
    outline: none
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        max-height: none;
        border-radius: 3px;
        border: 4px solid #fff
    }

    .lightbox a img {
        border: none
    }

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both
    }

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

    .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

    .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both
    }

.lb-data {
    padding: 0 4px;
    color: #ccc
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em
    }

        .lb-data .lb-caption a {
            color: #4ae
        }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../images/close.png) 100% 0 no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: .7;
        transition: opacity .2s
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1
        }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: .8s;
        animation-duration: .8s
    }

    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@media (prefers-reduced-motion:reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-mask, .simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
        width: 0;
        height: 0
    }

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer, .simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: #000;
        border-radius: 7px;
        left: 2px;
        right: 2px;
        opacity: 0;
        transition: opacity .2s linear
    }

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: .5;
        transition: opacity 0s linear
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto
    }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform,visibility,opacity
}

    .tippy-box[data-placement^=top] > .tippy-arrow {
        bottom: 0
    }

        .tippy-box[data-placement^=top] > .tippy-arrow:before {
            bottom: -7px;
            left: 0;
            border-width: 8px 8px 0;
            border-top-color: initial;
            transform-origin: center top
        }

    .tippy-box[data-placement^=bottom] > .tippy-arrow {
        top: 0
    }

        .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
            top: -7px;
            left: 0;
            border-width: 0 8px 8px;
            border-bottom-color: initial;
            transform-origin: center bottom
        }

    .tippy-box[data-placement^=left] > .tippy-arrow {
        right: 0
    }

        .tippy-box[data-placement^=left] > .tippy-arrow:before {
            border-width: 8px 0 8px 8px;
            border-left-color: initial;
            right: -7px;
            transform-origin: center left
        }

    .tippy-box[data-placement^=right] > .tippy-arrow {
        left: 0
    }

        .tippy-box[data-placement^=right] > .tippy-arrow:before {
            left: -7px;
            border-width: 8px 8px 8px 0;
            border-right-color: initial;
            transform-origin: center right
        }

    .tippy-box[data-inertia][data-state=visible] {
        transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
    }

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

    .tippy-arrow:before {
        content: "";
        position: absolute;
        border-color: transparent;
        border-style: solid
    }

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.tippy-box[data-placement^=top] > .tippy-backdrop {
    transform-origin: 0 25%;
    border-radius: 40% 40% 0 0
}

    .tippy-box[data-placement^=top] > .tippy-backdrop[data-state=visible] {
        transform: scale(1) translate(-50%,-55%)
    }

    .tippy-box[data-placement^=top] > .tippy-backdrop[data-state=hidden] {
        transform: scale(.2) translate(-50%,-45%)
    }

.tippy-box[data-placement^=bottom] > .tippy-backdrop {
    transform-origin: 0 -50%;
    border-radius: 0 0 30% 30%
}

    .tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=visible] {
        transform: scale(1) translate(-50%,-45%)
    }

    .tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=hidden] {
        transform: scale(.2) translate(-50%)
    }

.tippy-box[data-placement^=left] > .tippy-backdrop {
    transform-origin: 50% 0;
    border-radius: 50% 0 0 50%
}

    .tippy-box[data-placement^=left] > .tippy-backdrop[data-state=visible] {
        transform: scale(1) translate(-50%,-50%)
    }

    .tippy-box[data-placement^=left] > .tippy-backdrop[data-state=hidden] {
        transform: scale(.2) translate(-75%,-50%)
    }

.tippy-box[data-placement^=right] > .tippy-backdrop {
    transform-origin: -50% 0;
    border-radius: 0 50% 50% 0
}

    .tippy-box[data-placement^=right] > .tippy-backdrop[data-state=visible] {
        transform: scale(1) translate(-50%,-50%)
    }

    .tippy-box[data-placement^=right] > .tippy-backdrop[data-state=hidden] {
        transform: scale(.2) translate(-25%,-50%)
    }

.tippy-box[data-animatefill] {
    background-color: transparent !important
}

.tippy-backdrop {
    position: absolute;
    background-color: #333;
    border-radius: 50%;
    width: calc(110% + 32px);
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all cubic-bezier(.46,.1,.52,.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .tippy-backdrop[data-state=hidden] {
        opacity: 0
    }

    .tippy-backdrop:after {
        content: "";
        float: left;
        padding-top: 100%
    }

    .tippy-backdrop + .tippy-content {
        transition-property: opacity;
        will-change: opacity
    }

        .tippy-backdrop + .tippy-content[data-state=hidden] {
            opacity: 0
        }

.tippy-box[data-animation=shift-away][data-state=hidden] {
    opacity: 0
}

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
        transform: translateY(10px)
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
        transform: translateY(-10px)
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
        transform: translateX(10px)
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
        transform: translateX(-10px)
    }

/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container li, .selectr-option, .selectr-tag {
    list-style: none
}

.selectr-container {
    position: relative
}

.selectr-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.selectr-visible {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11
}

.selectr-desktop.multiple .selectr-visible {
    display: none
}

.selectr-desktop.multiple.native-open .selectr-visible {
    top: 100%;
    min-height: 200px !important;
    height: auto;
    opacity: 1;
    display: block
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
    z-index: 0
}

.selectr-selected {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 28px 7px 14px;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff
}

    .selectr-selected:before {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 0;
        height: 0;
        content: "";
        transform: rotate(0) translate3d(0,-50%,0);
        border-color: #6c7a86 transparent transparent;
        border-style: solid;
        border-width: 4px 4px 0
    }

.selectr-container.native-open .selectr-selected:before, .selectr-container.open .selectr-selected:before {
    border-color: transparent transparent #6c7a86;
    border-style: solid;
    border-width: 0 4px 4px
}

.selectr-label {
    display: none;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.selectr-placeholder {
    color: #6c7a86
}

.selectr-tags {
    margin: 0;
    padding: 0;
    white-space: normal
}

.has-selected .selectr-tags {
    margin: 0 0 -2px
}

.selectr-tag {
    position: relative;
    float: left;
    padding: 2px 25px 2px 8px;
    margin: 0 2px 2px 0;
    cursor: default;
    color: #fff;
    border: none;
    border-radius: 10px;
    background: #acb7bf
}

.selectr-container.multiple.has-selected .selectr-selected {
    padding: 5px 28px 5px 5px
}

.selectr-options-container {
    position: absolute;
    z-index: 10000;
    top: calc(100% - 1px);
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #999;
    border-top: 0 solid transparent;
    border-radius: 0 0 3px 3px;
    background-color: #fff
}

.selectr-container.open .selectr-options-container {
    display: block
}

.selectr-input-container {
    position: relative;
    display: none
}

.selectr-clear, .selectr-input-clear, .selectr-tag-remove {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    transform: translate3d(0,-50%,0);
    border: none;
    background-color: transparent;
    z-index: 11
}

.selectr-clear, .selectr-input-clear {
    display: none
}

.selectr-container.has-selected .selectr-clear, .selectr-input-container.active, .selectr-input-container.active .selectr-clear, .selectr-input-container.active .selectr-input-clear {
    display: block
}

.selectr-selected .selectr-tag-remove {
    right: 2px
}

.selectr-clear:after, .selectr-clear:before, .selectr-input-clear:after, .selectr-input-clear:before, .selectr-tag-remove:after, .selectr-tag-remove:before {
    position: absolute;
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    content: " ";
    background-color: #6c7a86
}

.selectr-tag-remove:after, .selectr-tag-remove:before {
    top: 4px;
    width: 3px;
    height: 12px;
    background-color: #fff
}

.selectr-clear:before, .selectr-input-clear:before, .selectr-tag-remove:before {
    transform: rotate(45deg)
}

.selectr-clear:after, .selectr-input-clear:after, .selectr-tag-remove:after {
    transform: rotate(-45deg)
}

.selectr-input {
    top: 5px;
    left: 5px;
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin: 10px 15px;
    padding: 7px 30px 7px 9px;
    border: 1px solid #999;
    border-radius: 3px
}

.selectr-notice {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 16px;
    border-top: 1px solid #999;
    border-radius: 0 0 3px 3px;
    background-color: #fff
}

.input-tag, .taggable .selectr-label {
    width: auto
}

.selectr-container.notice .selectr-notice {
    display: block
}

.selectr-container.notice .selectr-selected {
    border-radius: 3px 3px 0 0
}

.selectr-options {
    position: relative;
    top: calc(100% + 2px);
    display: none;
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 200px;
    margin: 0;
    padding: 0
}

.selectr-container.notice .selectr-options-container, .selectr-container.open .selectr-input-container, .selectr-container.open .selectr-options {
    display: block
}

.selectr-option {
    position: relative;
    display: block;
    padding: 5px 20px;
    cursor: pointer;
    font-weight: 400
}

    .has-selected .selectr-placeholder, .selectr-empty, .selectr-option.excluded {
        display: none
    }

.selectr-options.optgroups > .selectr-option {
    padding-left: 25px
}

.selectr-optgroup {
    font-weight: 700;
    padding: 0
}

.selectr-optgroup--label {
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 15px
}

.selectr-match {
    text-decoration: underline
}

.selectr-option.selected {
    background-color: #ddd
}

.selectr-option.active {
    color: #fff;
    background-color: #5897fb
}

.selectr-option.disabled {
    opacity: .4
}

.selectr-container.open .selectr-selected {
    border-color: #999 #999 transparent;
    border-radius: 3px 3px 0 0
}

    .selectr-container.open .selectr-selected:after {
        transform: rotate(180deg) translate3d(0,50%,0)
    }

.selectr-disabled {
    opacity: .6
}

.has-selected .selectr-label {
    display: block
}

.taggable .selectr-selected {
    padding: 4px 28px 4px 4px
}

    .taggable .selectr-selected:after {
        display: table;
        content: " ";
        clear: both
    }

.taggable .selectr-tags {
    float: left;
    display: block
}

.taggable .selectr-placeholder {
    display: none
}

.input-tag {
    float: left;
    min-width: 90px
}

.selectr-tag-input {
    border: none;
    padding: 3px 10px;
    width: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit
}

.selectr-input-container.loading:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    content: "";
    transform: translate3d(0,-50%,0);
    transform-origin: 50% 0 0;
    -webkit-animation: spin .5s linear 0s infinite normal forwards running;
    animation: spin .5s linear 0s infinite normal forwards running;
    border: 3px solid #ddd;
    border-top-color: #aaa;
    border-radius: 50%
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0) translate3d(0,-50%,0)
    }

    to {
        transform: rotate(1turn) translate3d(0,-50%,0)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0) translate3d(0,-50%,0)
    }

    to {
        transform: rotate(1turn) translate3d(0,-50%,0)
    }
}

.selectr-container.open.inverted .selectr-selected {
    border-color: transparent #999 #999;
    border-radius: 0 0 3px 3px
}

.selectr-container.inverted .selectr-options-container {
    border-width: 1px 1px 0;
    border-color: #999 #999 transparent;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    top: auto;
    bottom: calc(100% - 1px)
}

.selectr-container ::-moz-placeholder {
    color: #6c7a86;
    opacity: 1
}

.selectr-container :-ms-input-placeholder {
    color: #6c7a86;
    opacity: 1
}

.selectr-container ::placeholder {
    color: #6c7a86;
    opacity: 1
}

@charset "UTF-8";

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1300px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

#toast-container > .toast, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .footer_bottom_container, .footer_top_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    #toast-container > .toast, .container, .container-sm, .footer_bottom_container, .footer_top_container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    #toast-container > .toast, .container, .container-md, .container-sm, .footer_bottom_container, .footer_top_container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    #toast-container > .toast, .container, .container-lg, .container-md, .container-sm, .footer_bottom_container, .footer_top_container {
        max-width: 960px
    }
}

@media (min-width: 1300px) {
    #toast-container > .toast, .container, .container-lg, .container-md, .container-sm, .container-xl, .footer_bottom_container, .footer_top_container {
        max-width: 1250px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1300px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1300px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}


.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1300px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1300px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

    button::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    button:active, button:focus {
        background-image: none;
        outline: 0;
        box-shadow: none
    }

a, button, label {
    cursor: pointer
}

    a:focus, button:focus, input:focus, label:focus {
        outline: none
    }

* {
    box-sizing: border-box
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container * {
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px;
        background-repeat: no-repeat;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

        #toast-container > div:hover {
            box-shadow: 0 0 12px #000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width: 241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media (min-width: 481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

@font-face {
    font-family: Avory;
    src: url(/app/themes/csl/webfonts/AvoryILatn-Me.eot);
    src: url(/app/themes/csl/webfonts/AvoryILatn-Me.eot?#iefix) format("embedded-opentype"),url(/app/themes/csl/webfonts/AvoryILatn-Me.woff2) format("woff2"),url(/app/themes/csl/webfonts/AvoryILatn-Me.woff) format("woff"),url(/app/themes/csl/webfonts/AvoryILatn-Me.ttf) format("truetype"),url(/app/themes/csl/webfonts/AvoryILatn-Me.svg#AvoryILatn-Me) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Avory;
    src: url(/app/themes/csl/webfonts/AvoryILatn-Eb.eot);
    src: url(/app/themes/csl/webfonts/AvoryILatn-Eb.eot?#iefix) format("embedded-opentype"),url(/app/themes/csl/webfonts/AvoryILatn-Eb.woff2) format("woff2"),url(/app/themes/csl/webfonts/AvoryILatn-Eb.woff) format("woff"),url(/app/themes/csl/webfonts/AvoryILatn-Eb.ttf) format("truetype"),url(/app/themes/csl/webfonts/AvoryILatn-Eb.svg#AvoryILatn-Eb) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Avory;
    src: url(/app/themes/csl/webfonts/AvoryILatn-Bl.eot);
    src: url(/app/themes/csl/webfonts/AvoryILatn-Bl.eot?#iefix) format("embedded-opentype"),url(/app/themes/csl/webfonts/AvoryILatn-Bl.woff2) format("woff2"),url(/app/themes/csl/webfonts/AvoryILatn-Bl.woff) format("woff"),url(/app/themes/csl/webfonts/AvoryILatn-Bl.ttf) format("truetype"),url(/app/themes/csl/webfonts/AvoryILatn-Bl.svg#AvoryILatn-Bl) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Avory;
    src: url(/app/themes/csl/webfonts/AvoryILatn-Bd.eot);
    src: url(/app/themes/csl/webfonts/AvoryILatn-Bd.eot?#iefix) format("embedded-opentype"),url(/app/themes/csl/webfonts/AvoryILatn-Bd.woff2) format("woff2"),url(/app/themes/csl/webfonts/AvoryILatn-Bd.woff) format("woff"),url(/app/themes/csl/webfonts/AvoryILatn-Bd.ttf) format("truetype"),url(/app/themes/csl/webfonts/AvoryILatn-Bd.svg#AvoryILatn-Bd) format("svg");
    font-weight: 700;
    font-style: normal
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.invisible {
    visibility: hidden
}

.button_domdeform:after, .button_domdeform:before, .clearfix:after, .clearfix:before, .home_intro_lllc .formformation #nosformation:after, .home_intro_lllc .formformation #nosformation:before, .home_intro_lllc .formformation #nosformation > ul:after, .home_intro_lllc .formformation #nosformation > ul:before, .home_intro_lllc .formformation #nosformation > ul > li:after, .home_intro_lllc .formformation #nosformation > ul > li:before, .profil_lllc:after, .profil_lllc:before {
    content: " ";
    display: table
}

.button_domdeform, .clearfix, .home_intro_lllc .formformation #nosformation, .home_intro_lllc .formformation #nosformation > ul, .home_intro_lllc .formformation #nosformation > ul > li, .profil_lllc {
    *zoom: 1
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input.error {
    border: 1px solid red !important
}

label.error {
    color: red !important
}

html {
    width: 100%
}

    html.no-scroll, html.no-scroll body {
        overflow: hidden
    }

body {
    -webkit-font-smoothing: antialiased;
    font-family: Open Sans,sans-serif;
    width: 100%;
    color: #000;
    background: #fff
}

    body img, body video {
        max-width: 100%;
        height: auto
    }

    body video {
        width: 100%
    }

ol.clean, ul.clean {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

    ol.clean li, ul.clean li {
        float: left
    }

.borderradius {
    border-radius: 8px
}

.margin_top_bot {
    margin-top: 24px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .margin_top_bot {
        margin-top: 36px;
        margin-bottom: 36px
    }
}

@media (min-width: 992px) {
    .margin_top_bot {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.padding_top_bot {
    padding-top: 24px;
    padding-bottom: 24px
}

@media (min-width: 768px) {
    .padding_top_bot {
        padding-top: 36px;
        padding-bottom: 36px
    }
}

@media (min-width: 992px) {
    .padding_top_bot {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.home_intro_lllc .formformation, .padding_bot {
    padding-bottom: 24px
}

@media (min-width: 768px) {
    .home_intro_lllc .formformation, .padding_bot {
        padding-bottom: 36px
    }
}

@media (min-width: 992px) {
    .home_intro_lllc .formformation, .padding_bot {
        padding-bottom: 60px
    }
}

.padding_top {
    padding-top: 24px
}

@media (min-width: 768px) {
    .padding_top {
        padding-top: 36px
    }
}

@media (min-width: 992px) {
    .padding_top {
        padding-top: 60px
    }
}

.padding_null {
    padding-top: 0;
    padding-bottom: 0
}

.margin_null {
    margin: 0
}

.align_center {
    display: flex;
    align-items: center
}

.align_bottom {
    display: flex;
    align-items: flex-end
}

.text_center {
    text-align: left
}

@media (min-width: 576px) {
    .text_center {
        text-align: center
    }
}

.text-bold {
    font-weight: 700
}

.text-primary {
    color: #1e88e5
}

.text-primary-dk {
    color: #001d4f
}

.text-underline-hover:hover {
    text-decoration: underline;
    cursor: pointer
}

.bg-lightgrey, .checkout-drawer__footer {
    background-color: #f7f8fc
}

.drawer__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    font-size: 10px
}

    .drawer__close i {
        position: relative;
        z-index: 1
    }

    .drawer__close:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 26px;
        border-radius: 6px;
        transform: rotate(45deg)
    }

.drawer__close {
    color: #001d4f
}

    .drawer__close:before {
        display: block;
        background-color: #fff
    }

.button-radio__box, .drawer-input[type=email], .drawer-input[type=password], .drawer-input[type=text] {
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 15px 28px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #1e88e5;
    background-color: #f7f8fc
}

    .button-radio__box::-moz-placeholder, .drawer-input[type=email]::-moz-placeholder, .drawer-input[type=password]::-moz-placeholder, .drawer-input[type=text]::-moz-placeholder {
        opacity: .5;
        color: #001d4f
    }

    .button-radio__box:-ms-input-placeholder, .drawer-input[type=email]:-ms-input-placeholder, .drawer-input[type=password]:-ms-input-placeholder, .drawer-input[type=text]:-ms-input-placeholder {
        opacity: .5;
        color: #001d4f
    }

    .button-radio__box::placeholder, .drawer-input[type=email]::placeholder, .drawer-input[type=password]::placeholder, .drawer-input[type=text]::placeholder {
        opacity: .5;
        color: #001d4f
    }

    .drawer-input[type=email].-error, .drawer-input[type=password].-error, .drawer-input[type=text].-error {
        border: 1px solid #f64456
    }

.button-radio__fake, .drawer-checkbox__fake {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #e8e9ee;
    background-color: #f7f8fc
}

.button-radio__fake {
    background-color: #e8e9ee;
    border-color: #cbcdd8
}

.button-radio__true:checked + .button-radio__box .button-radio__fake:after, .drawer-checkbox__true:checked + .drawer-checkbox__fake:after {
    content: "";
    opacity: .5;
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 12px;
    font-weight: 900;
    font-family: Font Awesome\ 6 Pro;
    color: #001d4f
}

.drawer-form__next, .drawer-form__prev, .drawer-form__summary-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 36px;
    border-radius: 3px;
    font-size: 14px;
    background-color: #1e88e5;
    color: #fff;
    text-decoration: none
}

    .drawer-form__next i, .drawer-form__prev i, .drawer-form__summary-edit i {
        position: relative;
        top: 1px
    }

.info-box {
    border: 1px solid #e8e9ee;
    border-radius: 3px
}

.documents-list .documents-list__link {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px !important;
    display: block;
    padding: 12px 24px !important;
    border-radius: 6px;
    border-bottom: none !important;
    line-height: 1.4;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
    box-shadow: none;
    font-size: 12px;
    background: #eaf4fd
}

    .documents-list .documents-list__link i {
        margin-right: 12px
    }

    .documents-list .documents-list__link:hover {
        color: #eaf4fd;
        background: #1e88e5
    }

.checkout-drawer__footer, .checkout-drawer__header, .checkout-drawer__item {
    padding-right: 48px;
    padding-left: 48px
}

.checkout-drawer__items {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    body {
        padding: 24px 0 !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href^="#"]:after, a[href^="javascript:"]:after {
            content: ""
        }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    ol, ul {
        padding: initial !important;
        padding-left: 24px !important
    }

        ol, ol li, ul, ul li {
            margin: initial !important
        }

            ol li, ul li {
                padding: initial !important
            }

                ol li::marker, ul li::marker {
                    color: #000 !important
                }

    nav.nav {
        position: static !important;
        display: none !important
    }

    table {
        width: 100% !important
    }

        table td {
            padding: 6px 12px !important;
            font-size: 12px !important
        }

    #big_nav, #big_nav * {
        display: none !important
    }

    .nav-top, .nav-top * {
        position: relative !important;
        display: none !important
    }

    .arrian {
        display: block !important;
        color: #000 !important
    }

    .banner_content .tag_list, .container_footer_page, .footer-top, .footer_contact, .footer_legal, .footer_social, .mobile-access, .nav-bottom .nav_burger, .nav-bottom .nav_burger *, .nav-bottom .nav_link, .nav-bottom .nav_link *, .nav-bottom .nav_search, .nav-bottom .nav_search * {
        display: none !important
    }

    .content_page .content {
        padding-top: 0 !important;
        padding-left: 15px !important;
        margin-left: 0 !important
    }

        .content_page .content h1 {
            margin-top: 24px !important;
            font-size: 2.7rem !important;
            font-weight: 700;
            color: #000 !important
        }

        .content_page .content h2 {
            font-size: 1rem !important;
            color: #000 !important
        }

        .content_page .content h3 {
            font-size: 1.8rem !important;
            color: #000 !important
        }

        .content_page .content h4 {
            font-size: 1.6rem !important;
            color: #000 !important
        }

        .content_page .content h5 {
            font-size: 1.4rem !important;
            color: #000 !important
        }

        .content_page .content h6 {
            color: #000 !important
        }

        .content_page .content h6, .content_page .content ol li, .content_page .content p, .content_page .content ul li {
            font-size: 1.2rem !important
        }

        .content_page .content section {
            padding-right: 0 !important;
            margin-bottom: 24px
        }

    .button.button--print, .content_page .sidebar {
        display: none !important
    }

    .docs-toggle {
        padding-bottom: 0 !important
    }

        .docs-toggle i {
            display: none !important
        }

    .docs-toggle__content {
        display: block !important
    }

        .docs-toggle__content li {
            position: static !important
        }

            .docs-toggle__content li a {
                position: relative !important;
                padding-left: 20px !important;
                border: none !important;
                color: #000 !important
            }

                .docs-toggle__content li a:after {
                    left: 0 !important
                }

    .full__print {
        display: none !important
    }

    .documents-list {
        display: block !important;
        list-style: outside !important
    }

        .documents-list .documents-list__item {
            padding: 0 !important;
            margin: 0 0 12px !important
        }

        .documents-list .documents-list__link {
            padding: 0 !important;
            margin: 10px 0 !important;
            font-size: 10px;
            color: #000 !important
        }

            *, .documents-list .documents-list__link:hover {
                color: #000 !important
            }

    * {
        overflow: visible !important
    }

    h1, h2, h3, h4, h5, h6, li, p {
        -moz-column-break-inside: avoid !important;
        break-inside: avoid !important
    }

    body #header-sticky-ghost {
        display: none
    }

    body #header .header_content #toast-container > .toast, body #header .header_content .container, body #header .header_content .footer_bottom_container, body #header .header_content .footer_top_container {
        min-height: auto !important;
        height: auto !important;
        margin-bottom: 0 !important
    }

    #header {
        position: static !important
    }

    .footer .footer_top {
        display: none !important
    }

    .banner_content {
        display: block
    }

        .banner_content h1 {
            padding-top: 12px !important;
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
            font-size: 3rem !important
        }

    body {
        margin-bottom: 50px
    }

    aside {
        display: none !important
    }

    p.note {
        display: block;
        bottom: 0;
        position: fixed;
        font-size: 11px
    }

    .content_page {
        position: relative;
        top: -24px;
        width: 100%;
        margin: 0 auto
    }

    .footer_bottom {
        display: none !important;
        bottom: 0;
        position: fixed;
        font-size: 11px
    }

    .footer_bottom, .module-tables__tables, .related-courses__list {
        page-break-inside: avoid
    }
}

html {
    scroll-behavior: smooth
}

body.site-csl {
    padding-top: 154px !important
}

@media (max-width: 1299.98px) {
    body.site-csl {
        padding-top: 148px !important
    }
}

@media (max-width: 991.98px) {
    body.site-csl {
        padding-top: 112px !important
    }
}


iframe {
    width: 100%
}

aside, section {
    position: relative;
    overflow: hidden
}

main {
    width: 100%;
    position: relative
}

em {
    font-style: italic
}

strong {
    font-weight: 600
}

.no-scroll {
    transition: all .1s;
    overflow: hidden
}

#toast-container > .toast, .container, .footer_bottom_container, .footer_top_container {
    padding-right: 16px;
    padding-left: 16px
}

@media (max-width: 991.98px) {
    .padding_top_button {
        padding-top: 90px
    }
}

.bg_blue, .bg_blue_light {
    background: #1e88e5
}

.bg_blue_lighter {
    background: #eef6ff
}

.bg_blue_lpastel {
    background: #5488c7
}

@media (min-width: 992px) {
    .row.row_special {
        margin-left: -32px;
        margin-right: 0
    }
}

.style_h1, h1 {
    font-size: 1.25em;
    margin-bottom: 24px;
    line-height: 1.4;
    color: #001d4f;
    font-family: Open Sans,sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .style_h1, h1 {
        font-size: 3.2rem;
        margin-bottom: 36px
    }
}

.style_h1 a, h1 a {
    color: #001d4f;
    text-decoration: none;
    transition: all .3s
}

    .style_h1 a:hover, h1 a:hover {
        opacity: .7
    }

.style_h1.titre_home, h1.titre_home {
    font-size: 1.25em;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 600
}

.style_h1.titre_groupe, h1.titre_groupe {
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(0,29,79,.15);
    font-size: 3.2rem;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .style_h1.titre_groupe, h1.titre_groupe {
        font-size: 4.8rem;
        margin-bottom: 24px;
        line-height: 1
    }
}

.style_h1.titre_groupe strong, h1.titre_groupe strong {
    font-weight: 900;
    color: #1e88e5;
    display: inline-block;
    font-size: 2rem;
    width: 100%;
    line-height: 1.5;
    transform: translate(0);
    margin-left: 8px
}

@media (min-width: 768px) {
    .style_h1.titre_groupe strong, h1.titre_groupe strong {
        font-size: 2.4rem;
        width: auto
    }
}

.style_h2, h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 12px 0 24px;
    color: #1e88e5;
    font-family: avory-i-latin,sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .style_h2, h2 {
        font-size: 2rem
    }
}

.style_h2.titre_home, h2.titre_home {
    text-align: left;
    font-weight: 400;
    line-height: 1.95;
    margin-top: 2px;
    font-size: 2rem;
    margin-bottom: 12px
}

@media (min-width: 992px) {
    .style_h2.titre_home, h2.titre_home {
        text-align: right
    }
}

h3, h4 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 12px 0 24px;
    color: #1e88e5;
    font-weight: 700
}

@media (min-width: 768px) {
    h3, h4 {
        font-size: 1.6rem
    }
}

h3.nopadding, h4.nopadding {
    margin: 12px 0
}

h5, h6 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 12px 0 24px;
    color: #1e88e5;
    font-weight: 700
}

@media (min-width: 768px) {
    h5, h6 {
        font-size: 1.6rem
    }
}

h5.nopadding, h6.nopadding {
    margin: 12px 0
}

hr {
    background: none;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    margin: 24px 0
}

@media (min-width: 768px) {
    hr {
        margin: 36px 0
    }
}

@media (min-width: 992px) {
    hr {
        margin: 60px 0
    }
}

hr.bg_light {
    border-top: 1px solid hsla(0,0%,100%,.6)
}

p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 12px 0 24px
}

    p:last-child {
        margin-bottom: 0
    }

    p.margin_bot {
        margin-bottom: 36px
    }

    p.last_mob {
        margin-bottom: 0
    }

@media (min-width: 768px) {
    p.last_tablet {
        margin-bottom: 0
    }
}

.mainhome_lllc .style_h1, .mainhome_lllc .style_h1 a, .mainhome_lllc .style_h1.titre_home, .mainhome_lllc h1, .mainhome_lllc h1 a, .mainhome_lllc h1.titre_home {
    color: #1e88e5
}

    .mainhome_lllc .style_h1.titre_groupe, .mainhome_lllc h1.titre_groupe {
        color: rgba(0,29,79,.15)
    }

        .mainhome_lllc .style_h1.titre_groupe strong, .mainhome_lllc h1.titre_groupe strong {
            color: #1e88e5
        }

.mainhome_lllc .style_h2, .mainhome_lllc h2 {
    color: #001d4f;
    font-family: avory-i-latin,sans-serif
}

    .mainhome_lllc .style_h2.titre_home, .mainhome_lllc h2.titre_home {
        color: #1e88e5
    }

.mainhome_lllc h3, .mainhome_lllc h4 {
    color: #001d4f
}

.mainhome_lllc hr {
    border-top: 1px solid rgba(0,0,0,.2)
}

    .mainhome_lllc hr.bg_light {
        border-top: 1px solid hsla(0,0%,100%,.6)
    }

.text_label {
    color: #1e88e5;
    font-size: 1.2rem;
    margin-top: 10px;
    display: block
}

.hide_select_categorie, .hide_select_date {
    display: none
}

.message_vide {
    display: none;
    color: #1e88e5;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 36px
}

#nav_raccourci {
    display: none;
    margin-left: -12px
}

    #nav_raccourci a {
        font-size: 1.5rem;
        padding: 21px 12px;
        font-weight: 700
    }

@media (min-width: 768px) {
    #nav_raccourci {
        display: block
    }
}

#header-sticky-ghost {
    height: 72px
}

#header {
    will-change: height
}

    #header .header_content #toast-container > .toast, #header .header_content .container, #header .header_content .footer_bottom_container, #header .header_content .footer_top_container {
        height: 260px;
        transition: height .2s linear
    }

@media (max-width: 991.98px) {
    #header .header_content #toast-container > .toast, #header .header_content .container, #header .header_content .footer_bottom_container, #header .header_content .footer_top_container {
        height: 180px
    }
}

#header.is-sticky {
    z-index: 50;
    position: fixed;
    top: 155px;
    width: 100%;
    transition: height .2s linear
}

.site-lllc #header.is-sticky {
    top: 147px
}

@media (max-width: 1299.98px) {
    #header.is-sticky {
        top: 148px
    }

    .site-lllc #header.is-sticky {
        top: 135px
    }
}

@media (max-width: 991.98px) {
    #header.is-sticky {
        top: 112px
    }

    .site-lllc #header.is-sticky {
        top: 106px
    }
}

#header.is-sticky h1 {
    max-height: 196px;
    padding: 30px 0;
    margin: 0 !important;
    transition: height .2s linear,padding .2s linear,opacity .1s linear
}

#header.is-sticky .tag_list {
    max-height: 48px;
    transition: height .2s linear,opacity .1s linear
}

#header.is-sticky.is-collapsed .header_content #toast-container > .toast, #header.is-sticky.is-collapsed .header_content .container, #header.is-sticky.is-collapsed .header_content .footer_bottom_container, #header.is-sticky.is-collapsed .header_content .footer_top_container {
    height: 72px
}

    #header.is-sticky.is-collapsed .header_content #toast-container > .toast h1, #header.is-sticky.is-collapsed .header_content .container h1, #header.is-sticky.is-collapsed .header_content .footer_bottom_container h1, #header.is-sticky.is-collapsed .header_content .footer_top_container h1 {
        opacity: 0;
        max-height: 0
    }

@media (max-width: 991.98px) {
    #header.is-sticky.is-collapsed .header_content #toast-container > .toast h1, #header.is-sticky.is-collapsed .header_content .container h1, #header.is-sticky.is-collapsed .header_content .footer_bottom_container h1, #header.is-sticky.is-collapsed .header_content .footer_top_container h1 {
        opacity: 1;
        max-height: unset
    }
}

#header.is-sticky.is-collapsed .header_content #toast-container > .toast .tag_list, #header.is-sticky.is-collapsed .header_content .container .tag_list, #header.is-sticky.is-collapsed .header_content .footer_bottom_container .tag_list, #header.is-sticky.is-collapsed .header_content .footer_top_container .tag_list {
    opacity: 0;
    max-height: 0
}

#header.is-sticky.is-collapsed .header_content #toast-container > .toast h1, #header.is-sticky.is-collapsed .header_content .container h1, #header.is-sticky.is-collapsed .header_content .footer_bottom_container h1, #header.is-sticky.is-collapsed .header_content .footer_top_container h1 {
    padding-top: 0;
    padding-bottom: 0
}

#header .header_navigation_fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0 0 30px rgba(30,136,229,.2),0 0 30px rgba(30,136,229,.2);
    transition: all .3s ease-in-out;
    height: 157px
}

@media (min-width: 576px) {
    #header .header_navigation_fixed {
        height: 100px
    }
}

@media (min-width: 768px) {
    #header .header_navigation_fixed {
        height: 121px
    }
}

#header ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    #header ul li {
        padding: 0;
        margin: 0;
        float: left
    }

        #header ul li a {
            color: #1e88e5;
            text-decoration: none;
            display: block
        }

            #header ul li a:hover {
                color: #1e88e5
            }

#header .logo {
    float: left;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px
}

@media (min-width: 576px) {
    #header .logo {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 768px) {
    #header .logo {
        width: 150px;
        height: 121px
    }
}

@media (min-width: 992px) {
    #header .logo {
        width: 310px;
        height: 121px
    }
}

#header .logo a {
    display: block;
    margin: 0 auto;
    width: 40px
}

@media (min-width: 576px) {
    #header .logo a {
        width: 60px
    }
}

@media (min-width: 768px) {
    #header .logo a {
        width: 75px
    }
}

@media (min-width: 992px) {
    #header .logo a {
        width: 235px
    }
}

#header .logo a .logo_mobile {
    display: block
}

@media (min-width: 992px) {
    #header .logo a .logo_mobile {
        display: none
    }
}

#header .logo a .logo_desktop {
    display: none
}

@media (min-width: 992px) {
    #header .logo a .logo_desktop {
        display: block
    }
}

#header .lang {
    position: absolute;
    top: 0;
    width: 120px;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    transform: translate(0);
    transition: all .3s ease-in-out;
    padding: 15px 0
}

@media (min-width: 576px) {
    #header .lang {
        width: 100%
    }
}

@media (min-width: 768px) {
    #header .lang {
        padding: 26px 0;
        width: 100%
    }
}

#header .lang ul {
    display: flex;
    justify-content: space-around
}

    #header .lang ul li a {
        display: inline-block;
        margin: 0 auto;
        font-weight: 700;
        font-size: 1.4rem;
        text-transform: uppercase;
        color: #1e88e5
    }

        #header .lang ul li a:hover {
            color: #1e88e5
        }

    #header .lang ul li.active {
        opacity: .7
    }

#header nav.contact_nav.hideonmobile {
    display: none
}

@media (min-width: 576px) {
    #header nav.contact_nav.hideonmobile {
        display: block
    }
}

#header nav.contact_nav ul {
    float: left
}

    #header nav.contact_nav ul li:first-child a:after {
        position: absolute;
        top: calc(50% - 9px);
        font-size: 1.6rem;
        left: 0;
        content: "";
        font-weight: 400;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0
    }

    #header nav.contact_nav ul li:nth-child(2) a:after {
        position: absolute;
        top: calc(50% - 8px);
        font-size: 1.5rem;
        left: 0;
        content: "";
        font-weight: 400;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0
    }

    #header nav.contact_nav ul li:nth-child(3) a:after {
        position: absolute;
        top: calc(50% - 9px);
        font-size: 1.6rem;
        left: 0;
        content: "";
        font-weight: 400;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0
    }

    #header nav.contact_nav ul li a {
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1rem;
        padding: 19px 24px;
        width: 30px;
        text-indent: -9000px;
        background-size: 18px auto;
        background-position: 0;
        background-repeat: no-repeat
    }

@media (min-width: 576px) {
    #header nav.contact_nav ul li a {
        width: auto;
        text-indent: 0;
        background-size: 14px auto
    }
}

@media (min-width: 768px) {
    #header nav.contact_nav ul li a {
        font-size: 1.4rem;
        padding: 22px 24px
    }
}

#header nav.marque_nav {
    display: block
}

@media (min-width: 768px) {
    #header nav.marque_nav {
        margin-left: -12px
    }
}

#header nav.marque_nav.affiche_mobile {
    display: block;
    margin-left: 0
}

@media (min-width: 576px) {
    #header nav.marque_nav.affiche_mobile {
        display: none
    }
}

#header nav.marque_nav.affiche_mobile ul {
    width: 100%;
    display: flex;
    justify-content: space-around
}

#header nav.marque_nav ul {
    float: left
}

    #header nav.marque_nav ul li a {
        font-weight: 700;
        font-size: 1.4rem;
        text-transform: uppercase;
        padding: 17px 12px;
        color: #001d4f;
        opacity: .3;
        position: relative;
        transition: all .3s
    }

@media (min-width: 768px) {
    #header nav.marque_nav ul li a {
        padding: 22px 12px
    }
}

#header nav.marque_nav ul li a:after {
    content: "";
    position: absolute;
    background: #88c639;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

@media (min-width: 576px) {
    #header nav.marque_nav ul li a:after {
        bottom: 7px;
        left: calc(50% - 3px);
        width: 6px;
        height: 6px;
        border-radius: 10px
    }
}

@media (min-width: 768px) {
    #header nav.marque_nav ul li a:after {
        bottom: 12px
    }
}

#header nav.marque_nav ul li.active a, #header nav.marque_nav ul li.active a:after, #header nav.marque_nav ul li a:hover {
    opacity: 1
}

#header #burger_vous {
    width: 24px;
    height: 19px;
    margin: 18px 0 18px 12px;
    position: relative;
    float: right;
    display: block
}

@media (min-width: 576px) {
    #header #burger_vous {
        margin: 15px 0 15px 12px
    }
}

@media (min-width: 768px) {
    #header #burger_vous {
        margin: 21px 0 21px 12px
    }
}

#header #burger_vous:after {
    top: 0
}

#header #burger_vous:after, #header #burger_vous:before {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    background: #1e88e5;
    transition: top .2s .1s,transform .2s 0s
}

#header #burger_vous:before {
    top: 16px
}

#header #burger_vous span {
    position: absolute;
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    top: 8px;
    background: #1e88e5;
    transition: opacity 0s .2s
}

#header #burger_vous.active span {
    opacity: 0;
    transition: opacity 0s .1s
}

#header #burger_vous.active:after {
    top: 10px;
    transform: rotate(45deg);
    transition: top .1s,transform .2s .1s
}

#header #burger_vous.active:before {
    top: 10px;
    transform: rotate(-45deg);
    transition: top .1s,transform .2s .1s
}

#header .nav {
    float: right;
    border-left: 1px solid #d8d8d8;
    height: 60px;
    width: calc(100% - 60px)
}

@media (min-width: 576px) {
    #header .nav {
        height: 100px;
        width: calc(100% - 100px)
    }
}

@media (min-width: 768px) {
    #header .nav {
        height: 121px;
        width: calc(100% - 150px)
    }
}

@media (min-width: 992px) {
    #header .nav {
        height: 121px;
        width: calc(100% - 310px)
    }
}

#header .nav .nav_top {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    float: left;
    height: 50px
}

    #header .nav .nav_top .nav_top_right {
        float: left;
        position: relative;
        height: 50px;
        width: 360px;
        margin-left: 35px
    }

@media (min-width: 768px) {
    #header .nav .nav_top .nav_top_right {
        height: 60px;
        width: 360px;
        float: right;
        margin: 0
    }
}

#header .nav .nav_top .nav_top_right .parent_hover_lang {
    position: relative;
    float: right;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    height: 50px;
    width: 120px
}

@media (min-width: 768px) {
    #header .nav .nav_top .nav_top_right .parent_hover_lang {
        height: 60px;
        width: 150px
    }
}

#header .nav .nav_top .nav_top_right .parent_hover_lang button {
    background: #fff;
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 1px;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    align-items: center;
    transition: all .3s ease-in-out;
    border-left: 1px solid #d8d8d8;
    display: none
}

@media (min-width: 992px) {
    #header .nav .nav_top .nav_top_right .parent_hover_lang button {
        display: flex
    }
}

#header .nav .nav_top .nav_top_right .parent_hover_lang button span {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #1e88e5;
    display: block;
    margin: 0 auto;
    padding-right: 14px;
    position: relative
}

    #header .nav .nav_top .nav_top_right .parent_hover_lang button span:after {
        position: absolute;
        top: calc(50% - 6px);
        font-size: 1.2rem;
        right: 0;
        content: "";
        color: #1e88e5;
        font-weight: 600;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0
    }

#header .nav .nav_top .nav_top_right .parent_hover_lang:hover button {
    transform: translate(100%)
}

#header .nav .nav_top .nav_top_right_button {
    float: right;
    position: relative;
    height: 50px;
    width: 130px
}

@media (min-width: 768px) {
    #header .nav .nav_top .nav_top_right_button {
        height: 60px;
        width: 220px
    }
}

#header .nav .nav_top .nav_top_right_button #header_connect {
    background: #5488c7;
    background: linear-gradient(45deg,#5488c7,#83d0f5);
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: all .3s;
    background-size: 150% 100%;
    text-transform: uppercase;
    font-size: 1.4rem
}

@media (min-width: 768px) {
    #header .nav .nav_top .nav_top_right_button #header_connect {
        padding-right: 60px;
        font-size: 1.6rem
    }
}

#header .nav .nav_top .nav_top_right_button #header_connect:hover {
    background-position: 100% 0
}

#header .nav .nav_top .nav_top_right_button #header_connect:after {
    content: "";
    background: hsla(0,0%,100%,.2);
    height: 100px;
    width: 100px;
    border-radius: 12px;
    position: absolute;
    top: calc(50% - 110px);
    transform: rotate(45deg);
    right: -190px;
    display: none
}

@media (min-width: 768px) {
    #header .nav .nav_top .nav_top_right_button #header_connect:after {
        display: block;
        height: 220px;
        width: 220px
    }
}

#header .nav .nav_top .nav_top_right_button #header_connect i {
    position: absolute;
    top: 42%;
    right: 10%;
    color: #001d4f;
    z-index: 10;
    display: none
}

@media (min-width: 768px) {
    #header .nav .nav_top .nav_top_right_button #header_connect i {
        display: block
    }
}

#header .nav .nav_top .nav_top_left {
    float: left;
    width: calc(100% - 250px);
    height: 50px;
    padding: 0 24px
}

@media (min-width: 768px) {
    #header .nav .nav_top .nav_top_left {
        height: 60px;
        padding: 0 48px;
        width: calc(100% - 370px)
    }
}

#header .nav .nav_bot {
    width: 100%;
    float: left;
    height: 60px;
    padding: 0 12px
}

@media (min-width: 576px) {
    #header .nav .nav_bot {
        height: 50px;
        padding: 0 36px
    }
}

@media (min-width: 768px) {
    #header .nav .nav_bot {
        height: 60px;
        padding: 0 48px
    }
}

#header .header_content #header_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

    #header .header_content #header_img .bg_gradient {
        background: #001d4f;
        background: linear-gradient(45deg,#001d4f,rgba(0,29,79,.25));
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    #header .header_content #header_img .arrian {
        position: absolute;
        top: 50px;
        left: 6px;
        right: 24px
    }

        #header .header_content #header_img .arrian a {
            color: #fff;
            font-size: 1.4rem;
            padding-right: 10px;
            padding-left: 10px;
            text-decoration: none
        }

            #header .header_content #header_img .arrian a:hover {
                color: hsla(0,0%,100%,.7)
            }

            #header .header_content #header_img .arrian a:first-child {
                padding-left: 0
            }

        #header .header_content #header_img .arrian .breadcrumb_last {
            padding-left: 2px;
            font-size: 1.4rem;
            color: #fff
        }

        #header .header_content #header_img .arrian i {
            width: 13px;
            height: 13px;
            font-size: 1.2rem;
            display: inline-block;
            padding: 3px;
            margin-right: 8px;
            border-radius: 20px;
            background: #fff;
            color: #5488c7;
            line-height: 9px;
            text-align: center;
            transform: translateY(-1px);
            text-indent: 1px
        }

    #header .header_content #header_img .vous_align_bottom {
        width: 100%;
        padding-top: 208px;
        min-height: 340px;
        height: 100%
    }

@media (min-width: 992px) {
    #header .header_content #header_img .vous_align_bottom {
        padding-top: 108px
    }
}

#header .header_content #header_img .vous_align_bottom h1 {
    font-size: 2.2rem;
    line-height: 1.7;
    display: inline-block;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    clear: both;
    float: left;
    font-family: Open Sans,sans-serif
}

.col-vous_left #active_recherche {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 3px;
    color: #fff;
    background: #1e88e5;
    transition: all .3s
}

    .col-vous_left #active_recherche:before {
        position: absolute;
        top: calc(50% - 11px);
        font-size: 2rem;
        left: calc(50% - 6px);
        content: "";
        color: #fff;
        font-weight: 400;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0;
        display: none
    }

    .col-vous_left #active_recherche:after {
        position: absolute;
        top: calc(50% - 8px);
        font-size: 1.6rem;
        left: calc(50% - 8px);
        content: "";
        color: #fff;
        font-weight: 600;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0
    }

    .col-vous_left #active_recherche:hover {
        background: rgba(30,136,229,.2)
    }

        .col-vous_left #active_recherche:hover:after, .col-vous_left #active_recherche:hover:before {
            color: #1e88e5
        }

    .col-vous_left #active_recherche.active:before {
        display: block
    }

    .col-vous_left #active_recherche.active:after, .col-vous_right#active_recherche_filtre, .col-vous_right#active_recherche_rechercher {
        display: none
    }

        .col-vous_right#active_recherche_filtre.active, .col-vous_right#active_recherche_rechercher.active {
            display: block
        }

.bg_blue_dark {
    background: #1e88e5
}

    .bg_blue_dark hr {
        border-top: 1px solid hsla(0,0%,100%,.1)
    }

    .bg_blue_dark p {
        color: #fff;
        font-size: 1.6rem;
        margin-top: 12px;
        margin-bottom: 12px
    }

        .bg_blue_dark p a {
            color: #fff;
            transition: all .3s
        }

            .bg_blue_dark p a:hover {
                opacity: .7
            }

    .bg_blue_dark h1 {
        color: #fff;
        margin-bottom: 36px
    }

    .bg_blue_dark h2, .bg_blue_dark h3 {
        color: #1e88e5
    }

    .bg_blue_dark.info_box .document:first-child article .content .document_list ul li a, .bg_blue_dark.info_box .document:first-child article .content .gal_photo ul li a, .bg_blue_dark.info_box .lien_document, .document:first-child article .content .document_list ul li .bg_blue_dark.info_box a, .document:first-child article .content .gal_photo ul li .bg_blue_dark.info_box a {
        margin-bottom: 12px
    }

    .bg_blue_dark.info_box ul {
        list-style: none;
        padding: 0;
        margin: 12px 0
    }

        .bg_blue_dark.info_box ul li {
            font-size: 1.6rem;
            line-height: 1.5;
            padding-left: 24px;
            position: relative;
            color: #fff
        }

            .bg_blue_dark.info_box ul li:before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 6px;
                background: #1e88e5;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 10px
            }

@media (max-width: 991.98px) {
    .page-template-template-content_multi_table .info_box, .page-template-template-content_multi_table_lllc .info_box, .page-template-template-lllc_liste_profils .info_box, .page-template-template-lllc_modules .info_box, .page-template-template-lllc_single_module .info_box, .page-template-template-lllc_single_profile .info_box, .page-template-template-secretariat .info_box {
        padding-top: 67px
    }
}

.page-template-template-content_multi_table #toast-container.content_page > .toast > .row, .page-template-template-content_multi_table .content_page > .container > .row, .page-template-template-content_multi_table .content_page > .footer_bottom_container > .row, .page-template-template-content_multi_table .content_page > .footer_top_container > .row, .page-template-template-content_multi_table_lllc #toast-container.content_page > .toast > .row, .page-template-template-content_multi_table_lllc .content_page > .container > .row, .page-template-template-content_multi_table_lllc .content_page > .footer_bottom_container > .row, .page-template-template-content_multi_table_lllc .content_page > .footer_top_container > .row, .page-template-template-lllc_liste_profils #toast-container.content_page > .toast > .row, .page-template-template-lllc_liste_profils .content_page > .container > .row, .page-template-template-lllc_liste_profils .content_page > .footer_bottom_container > .row, .page-template-template-lllc_liste_profils .content_page > .footer_top_container > .row, .page-template-template-lllc_modules #toast-container.content_page > .toast > .row, .page-template-template-lllc_modules .content_page > .container > .row, .page-template-template-lllc_modules .content_page > .footer_bottom_container > .row, .page-template-template-lllc_modules .content_page > .footer_top_container > .row, .page-template-template-lllc_single_module #toast-container.content_page > .toast > .row, .page-template-template-lllc_single_module .content_page > .container > .row, .page-template-template-lllc_single_module .content_page > .footer_bottom_container > .row, .page-template-template-lllc_single_module .content_page > .footer_top_container > .row, .page-template-template-lllc_single_profile #toast-container.content_page > .toast > .row, .page-template-template-lllc_single_profile .content_page > .container > .row, .page-template-template-lllc_single_profile .content_page > .footer_bottom_container > .row, .page-template-template-lllc_single_profile .content_page > .footer_top_container > .row, .page-template-template-secretariat #toast-container.content_page > .toast > .row, .page-template-template-secretariat .content_page > .container > .row, .page-template-template-secretariat .content_page > .footer_bottom_container > .row, .page-template-template-secretariat .content_page > .footer_top_container > .row {
    align-items: flex-start
}

    .page-template-template-content_multi_table #toast-container.content_page > .toast > .row > .sidebar, .page-template-template-content_multi_table #toast-container.content_page > .toast > .row > .sidebar-module, .page-template-template-content_multi_table .content_page > .container > .row > .sidebar, .page-template-template-content_multi_table .content_page > .container > .row > .sidebar-module, .page-template-template-content_multi_table .content_page > .footer_bottom_container > .row > .sidebar, .page-template-template-content_multi_table .content_page > .footer_bottom_container > .row > .sidebar-module, .page-template-template-content_multi_table .content_page > .footer_top_container > .row > .sidebar, .page-template-template-content_multi_table .content_page > .footer_top_container > .row > .sidebar-module, .page-template-template-content_multi_table_lllc #toast-container.content_page > .toast > .row > .sidebar, .page-template-template-content_multi_table_lllc #toast-container.content_page > .toast > .row > .sidebar-module, .page-template-template-content_multi_table_lllc .content_page > .container > .row > .sidebar, .page-template-template-content_multi_table_lllc .content_page > .container > .row > .sidebar-module, .page-template-template-content_multi_table_lllc .content_page > .footer_bottom_container > .row > .sidebar, .page-template-template-content_multi_table_lllc .content_page > .footer_bottom_container > .row > .sidebar-module, .page-template-template-content_multi_table_lllc .content_page > .footer_top_container > .row > .sidebar, .page-template-template-content_multi_table_lllc .content_page > .footer_top_container > .row > .sidebar-module, .page-template-template-lllc_liste_profils #toast-container.content_page > .toast > .row > .sidebar, .page-template-template-lllc_liste_profils #toast-container.content_page > .toast > .row > .sidebar-module, .page-template-template-lllc_liste_profils .content_page > .container > .row > .sidebar, .page-template-template-lllc_liste_profils .content_page > .container > .row > .sidebar-module, .page-template-template-lllc_liste_profils .content_page > .footer_bottom_container > .row > .sidebar, .page-template-template-lllc_liste_profils .content_page > .footer_bottom_container > .row > .sidebar-module, .page-template-template-lllc_liste_profils .content_page > .footer_top_container > .row > .sidebar, .page-template-template-lllc_liste_profils .content_page > .footer_top_container > .row > .sidebar-module, .page-template-template-lllc_modules #toast-container.content_page > .toast > .row > .sidebar, .page-template-template-lllc_modules #toast-container.content_page > .toast > .row > .sidebar-module, .page-template-template-lllc_modules .content_page > .container > .row > .sidebar, .page-template-template-lllc_modules .content_page > .container > .row > .sidebar-module, .page-template-template-lllc_modules .content_page > .footer_bottom_container > .row > .sidebar, .page-template-template-lllc_modules .content_page > .footer_bottom_container > .row > .sidebar-module, .page-template-template-lllc_modules .content_page > .footer_top_container > .row > .sidebar, .page-template-template-lllc_modules .content_page > .footer_top_container > .row > .sidebar-module, .page-template-template-lllc_single_module #toast-container.content_page > .toast > .row > .sidebar, .page-template-template-lllc_single_module #toast-container.content_page > .toast > .row > .sidebar-module, .page-template-template-lllc_single_module .content_page > .container > .row > .sidebar, .page-template-template-lllc_single_module .content_page > .container > .row > .sidebar-module, .page-template-template-lllc_single_module .content_page > .footer_bottom_container > .row > .sidebar, .page-template-template-lllc_single_module .content_page > .footer_bottom_container > .row > .sidebar-module, .page-template-template-lllc_single_module .content_page > .footer_top_container > .row > .sidebar, .page-template-template-lllc_single_module .content_page > .footer_top_container > .row > .sidebar-module, .page-template-template-lllc_single_profile #toast-container.content_page > .toast > .row > .sidebar, .page-template-template-lllc_single_profile #toast-container.content_page > .toast > .row > .sidebar-module, .page-template-template-lllc_single_profile .content_page > .container > .row > .sidebar, .page-template-template-lllc_single_profile .content_page > .container > .row > .sidebar-module, .page-template-template-lllc_single_profile .content_page > .footer_bottom_container > .row > .sidebar, .page-template-template-lllc_single_profile .content_page > .footer_bottom_container > .row > .sidebar-module, .page-template-template-lllc_single_profile .content_page > .footer_top_container > .row > .sidebar, .page-template-template-lllc_single_profile .content_page > .footer_top_container > .row > .sidebar-module, .page-template-template-secretariat #toast-container.content_page > .toast > .row > .sidebar, .page-template-template-secretariat #toast-container.content_page > .toast > .row > .sidebar-module, .page-template-template-secretariat .content_page > .container > .row > .sidebar, .page-template-template-secretariat .content_page > .container > .row > .sidebar-module, .page-template-template-secretariat .content_page > .footer_bottom_container > .row > .sidebar, .page-template-template-secretariat .content_page > .footer_bottom_container > .row > .sidebar-module, .page-template-template-secretariat .content_page > .footer_top_container > .row > .sidebar, .page-template-template-secretariat .content_page > .footer_top_container > .row > .sidebar-module {
        position: -webkit-sticky;
        position: sticky;
        top: 200px;
        border-right: none
    }

    .page-template-template-content_multi_table #toast-container.content_page > .toast > .row > .content, .page-template-template-content_multi_table .content_page > .container > .row > .content, .page-template-template-content_multi_table .content_page > .footer_bottom_container > .row > .content, .page-template-template-content_multi_table .content_page > .footer_top_container > .row > .content, .page-template-template-content_multi_table_lllc #toast-container.content_page > .toast > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .container > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .footer_bottom_container > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_liste_profils #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_liste_profils .content_page > .container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_modules #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_modules .content_page > .container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_single_module #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_single_module .content_page > .container > .row > .content, .page-template-template-lllc_single_module .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_single_module .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_single_profile #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_single_profile .content_page > .container > .row > .content, .page-template-template-lllc_single_profile .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_single_profile .content_page > .footer_top_container > .row > .content, .page-template-template-secretariat #toast-container.content_page > .toast > .row > .content, .page-template-template-secretariat .content_page > .container > .row > .content, .page-template-template-secretariat .content_page > .footer_bottom_container > .row > .content, .page-template-template-secretariat .content_page > .footer_top_container > .row > .content {
        padding-left: 130px;
        border-left: 1px solid rgba(0,29,79,.15)
    }

@media (max-width: 1299.98px) {
    .page-template-template-content_multi_table #toast-container.content_page > .toast > .row > .content, .page-template-template-content_multi_table .content_page > .container > .row > .content, .page-template-template-content_multi_table .content_page > .footer_bottom_container > .row > .content, .page-template-template-content_multi_table .content_page > .footer_top_container > .row > .content, .page-template-template-content_multi_table_lllc #toast-container.content_page > .toast > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .container > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .footer_bottom_container > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_liste_profils #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_liste_profils .content_page > .container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_modules #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_modules .content_page > .container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_single_module #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_single_module .content_page > .container > .row > .content, .page-template-template-lllc_single_module .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_single_module .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_single_profile #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_single_profile .content_page > .container > .row > .content, .page-template-template-lllc_single_profile .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_single_profile .content_page > .footer_top_container > .row > .content, .page-template-template-secretariat #toast-container.content_page > .toast > .row > .content, .page-template-template-secretariat .content_page > .container > .row > .content, .page-template-template-secretariat .content_page > .footer_bottom_container > .row > .content, .page-template-template-secretariat .content_page > .footer_top_container > .row > .content {
        padding-left: 5%
    }
}

@media (max-width: 991.98px) {
    .page-template-template-content_multi_table #toast-container.content_page > .toast > .row > .content, .page-template-template-content_multi_table .content_page > .container > .row > .content, .page-template-template-content_multi_table .content_page > .footer_bottom_container > .row > .content, .page-template-template-content_multi_table .content_page > .footer_top_container > .row > .content, .page-template-template-content_multi_table_lllc #toast-container.content_page > .toast > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .container > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .footer_bottom_container > .row > .content, .page-template-template-content_multi_table_lllc .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_liste_profils #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_liste_profils .content_page > .container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_modules #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_modules .content_page > .container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_single_module #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_single_module .content_page > .container > .row > .content, .page-template-template-lllc_single_module .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_single_module .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_single_profile #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_single_profile .content_page > .container > .row > .content, .page-template-template-lllc_single_profile .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_single_profile .content_page > .footer_top_container > .row > .content, .page-template-template-secretariat #toast-container.content_page > .toast > .row > .content, .page-template-template-secretariat .content_page > .container > .row > .content, .page-template-template-secretariat .content_page > .footer_bottom_container > .row > .content, .page-template-template-secretariat .content_page > .footer_top_container > .row > .content {
        padding-right: 0;
        padding-left: 0;
        border-left: none
    }
}

.page-template-template-lllc_liste_profils #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_liste_profils .content_page > .container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_liste_profils .content_page > .footer_top_container > .row > .content, .page-template-template-lllc_modules #toast-container.content_page > .toast > .row > .content, .page-template-template-lllc_modules .content_page > .container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_bottom_container > .row > .content, .page-template-template-lllc_modules .content_page > .footer_top_container > .row > .content {
    border: none
}

.bottom_bg_blue:before {
    content: "";
    background: #eef6ff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 342px
}

@media (min-width: 768px) {
    .bottom_bg_blue:before {
        height: 352px
    }
}

@media (min-width: 992px) {
    .bottom_bg_blue:before {
        height: 398px
    }
}

.close_connec, .close_contact, .close_newsletter {
    text-indent: -999px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -18px;
    right: -68px;
    background: hsla(0,0%,100%,.05);
    border-radius: 12px;
    transform: rotate(45deg);
    transition: all .3s
}

    .close_connec:after, .close_contact:after, .close_newsletter:after {
        position: absolute;
        transform: rotate(45deg);
        font-size: 2rem;
        top: calc(70% - 10px);
        left: calc(30% - 10px);
        content: "";
        color: #1e88e5;
        font-weight: 900;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0;
        transition: all .3s
    }

    .close_connec:hover, .close_contact:hover, .close_newsletter:hover {
        background: #fff
    }

        .close_connec:hover:after, .close_contact:hover:after, .close_newsletter:hover:after {
            color: #001d4f
        }

.document:first-child article .content .document_list ul li a, .document:first-child article .content .gal_photo ul li a, .gal_photo, .lien_document {
    padding: 20px 24px 20px 78px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #001d4f;
    overflow: hidden;
    display: inline-block;
    position: relative;
    border-radius: 6px;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s
}

    .document:first-child article .content .document_list ul li a.langue_fr, .document:first-child article .content .gal_photo ul li a.langue_fr, .gal_photo.langue_fr, .lien_document.langue_fr {
        padding: 20px 78px;
        background-image: url(/app/themes/csl/img/picto/france.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: right 22px center
    }

    .document:first-child article .content .document_list ul li a.langue_de, .document:first-child article .content .gal_photo ul li a.langue_de, .gal_photo.langue_de, .lien_document.langue_de {
        padding: 20px 78px;
        background-image: url(/app/themes/csl/img/picto/allemagne.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: right 22px center
    }

    .document:first-child article .content .document_list ul li a.langue_en, .document:first-child article .content .gal_photo ul li a.langue_en, .gal_photo.langue_en, .lien_document.langue_en {
        padding: 20px 78px;
        background-image: url(/app/themes/csl/img/picto/english.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: right 22px center
    }

    .document:first-child article .content .document_list ul li a.langue_pt, .document:first-child article .content .gal_photo ul li a.langue_pt, .gal_photo.langue_pt, .lien_document.langue_pt {
        padding: 20px 78px;
        background-image: url(/app/themes/csl/img/picto/portugal.png);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: right 22px center
    }

    .document:first-child article .content .document_list ul li a:before, .document:first-child article .content .gal_photo ul li a:before, .gal_photo:before, .lien_document:before {
        content: "";
        position: absolute;
        height: 200px;
        width: 200px;
        top: calc(50% - 100px);
        transform: rotate(45deg) scale(1);
        left: -174px;
        border-radius: 12px;
        background: #1e88e5;
        transition: all .3s
    }

    .document:first-child article .content .document_list ul li a:after, .document:first-child article .content .gal_photo ul li a:after, .gal_photo:after, .lien_document:after {
        position: absolute;
        top: calc(50% - 10px);
        font-size: 1.6rem;
        left: 18px;
        content: "";
        color: #fff;
        font-weight: 600;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0;
        transition: all .3s
    }

    .document:first-child article .content .document_list ul li a:hover, .document:first-child article .content .document_list ul li a:hover:after, .document:first-child article .content .gal_photo ul li a:hover, .document:first-child article .content .gal_photo ul li a:hover:after, .gal_photo:hover, .gal_photo:hover:after, .lien_document:hover, .lien_document:hover:after {
        color: #1e88e5
    }

        .document:first-child article .content .document_list ul li a:hover:before, .document:first-child article .content .gal_photo ul li a:hover:before, .gal_photo:hover:before, .lien_document:hover:before {
            background: rgba(30,136,229,.3)
        }

.avis article .content .document_list ul li a, .document article .content .document_list ul li a, .simple {
    color: #001d4f;
    font-weight: 400;
    text-decoration: none;
    margin-right: 46px;
    padding-left: 32px;
    font-size: 1.4rem;
    position: relative;
    display: block;
    transition: all .2s
}

    .avis article .content .document_list ul li a:after, .document article .content .document_list ul li a:after, .simple:after {
        position: absolute;
        top: calc(50% - 14px);
        font-size: 2.4rem;
        left: 0;
        content: "";
        color: #1e88e5;
        font-weight: 600;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0;
        transition: all .2s
    }

    .avis article .content .document_list ul li a:hover, .avis article .content .document_list ul li a:hover:after, .document article .content .document_list ul li a:hover, .document article .content .document_list ul li a:hover:after, .simple:hover, .simple:hover:after {
        color: #1e88e5
    }

.event-card__link, .lien_square, .page-card__link {
    color: #1e88e5;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 40px;
    position: relative;
    transition: all .2s;
    letter-spacing: 1px
}

    .event-card__link:after, .lien_square:after, .page-card__link:after {
        content: "";
        transform: rotate(180deg);
        position: absolute;
        top: 2%;
        font-size: 1.2rem;
        right: 8px;
        color: #fff;
        font-weight: 900;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0;
        transition: all .2s
    }

    .event-card__link:before, .lien_square:before, .page-card__link:before {
        content: "";
        background: #001d4f;
        position: absolute;
        transform: rotate(45deg);
        top: calc(50% - 13px);
        right: 0;
        width: 26px;
        height: 26px;
        border-radius: 6px;
        transition: all .2s
    }

    .event-card__link:hover, .event-card__link:hover:after, .lien_square:hover, .lien_square:hover:after, .page-card__link:hover, .page-card__link:hover:after {
        color: #1e88e5
    }

        .event-card__link:hover:before, .lien_square:hover:before, .page-card__link:hover:before {
            background: rgba(30,136,229,.2)
        }

    .lien_slider.event-card__link, .lien_slider.page-card__link, .lien_square.lien_slider {
        position: relative;
        margin: 40px 24px 20px;
        bottom: 10px;
        right: 24px;
        font-size: 1.4rem;
        text-transform: uppercase
    }

@media (min-width: 576px) {
    .lien_slider.event-card__link, .lien_slider.page-card__link, .lien_square.lien_slider {
        position: absolute;
        margin: 0
    }
}

.lien_slider.event-card__link:before, .lien_slider.page-card__link:before, .lien_square.lien_slider:before {
    background: rgba(0,29,79,.1)
}

.lien_slider.event-card__link:after, .lien_slider.event-card__link:hover, .lien_slider.page-card__link:after, .lien_slider.page-card__link:hover, .lien_square.lien_slider:after, .lien_square.lien_slider:hover {
    color: #1e88e5
}

    .lien_slider.event-card__link:hover:before, .lien_slider.page-card__link:hover:before, .lien_square.lien_slider:hover:before {
        background: #1e88e5
    }

    .lien_slider.event-card__link:hover:after, .lien_slider.page-card__link:hover:after, .lien_square.lien_slider:hover:after {
        color: #fff
    }

.home_bottom.event-card__link, .home_bottom.page-card__link, .lien_square.home_bottom {
    position: relative;
    margin: 12px 24px 0;
    bottom: 10px;
    right: 24px;
    font-size: 1.4rem
}

    .home_bottom.event-card__link:before, .home_bottom.page-card__link:before, .lien_square.home_bottom:before {
        background: hsla(0,0%,100%,.1)
    }

    .home_bottom.event-card__link:after, .home_bottom.page-card__link:after, .lien_square.home_bottom:after {
        color: hsla(0,0%,100%,.6);
        height: 100%;
        display: flex;
        align-items: center;
        top: 0
    }

    .home_bottom.event-card__link:hover, .home_bottom.page-card__link:hover, .lien_square.home_bottom:hover {
        color: #fff
    }

        .home_bottom.event-card__link:hover:before, .home_bottom.page-card__link:hover:before, .lien_square.home_bottom:hover:before {
            background: #001d4f
        }

        .home_bottom.event-card__link:hover:after, .home_bottom.page-card__link:hover:after, .lien_square.home_bottom:hover:after {
            color: #fff;
            height: 100%;
            display: flex;
            align-items: center;
            top: 0
        }

.list_groupe {
    list-style: none;
    padding: 0;
    margin: 0 -12px
}

    .list_groupe li {
        position: relative;
        margin-top: 24px;
        margin-bottom: 0 !important
    }

        .list_groupe li .relative {
            overflow: hidden;
            position: relative;
            min-height: 96px;
            box-shadow: 0 0 48px rgba(0,0,0,.1)
        }

        .list_groupe li .crop {
            width: 200px;
            height: 200px;
            position: absolute;
            left: -120px;
            top: calc(50% - 100px);
            border-radius: 12px;
            transform: rotate(45deg);
            overflow: hidden
        }

            .list_groupe li .crop img {
                top: 0;
                left: 0;
                width: 140px;
                height: 140px;
                position: absolute;
                transform: rotate(-45deg) translate(70px,53px)
            }

        .list_groupe li .content {
            padding: 0 24px
        }

@media (min-width: 992px) {
    .list_groupe li .content {
        padding: 0 24px 0 140px
    }
}

.list_groupe li .content h2 {
    font-size: 2rem;
    color: #001d4f;
    margin-top: 24px;
    margin-bottom: 4px;
    line-height: 1.3;
    min-height: 52px
}

    .list_groupe li .content h2 strong {
        font-weight: 800;
        text-transform: uppercase;
        display: block
    }

.list_groupe li .content p {
    color: #5488c7;
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 24px
}

.photo_container {
    position: relative;
    overflow: hidden;
    height: 100%
}

    .photo_container .photo_text i {
        color: #feca0a;
        font-size: 2rem
    }

    .photo_container .photo_text h2 {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-top: 24px;
        margin-bottom: 10px;
        color: #1e88e5;
        font-weight: 700
    }

    .photo_container .photo_text h1 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 24px;
        color: #fff;
        font-weight: 400
    }

        .photo_container .photo_text h1 a {
            transition: all .3s;
            font-family: avory-i-latin,sans-serif;
            color: #001d4f
        }

            .photo_container .photo_text h1 a:hover {
                color: #001d4f;
                opacity: 1
            }

    .photo_container .photo_decoration {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40%
    }

        .photo_container .photo_decoration .bg_img_after {
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%
        }

            .photo_container .photo_decoration .bg_img_after:after {
                content: "";
                background-image: linear-gradient(90deg,#eef6ff,transparent);
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

        .photo_container .photo_decoration .bg_deco_before {
            position: absolute;
            top: 0;
            width: 300px;
            left: 0;
            bottom: 0;
            background-size: contain;
            background-position: 0;
            background-repeat: no-repeat
        }

        .photo_container .photo_decoration .bg_deco_before_home {
            background: #1e88e5;
            background: linear-gradient(90deg,#1e88e5,rgba(30,136,229,0));
            position: absolute;
            top: 0;
            width: 100%;
            left: 0;
            bottom: 0
        }

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 18px 28px;
    margin: 6px 0;
    border: none;
    border-radius: 3px;
    font-family: Open Sans,sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    color: #8896af;
    background-color: #eef6ff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    input[type=date] option, input[type=email] option, input[type=number] option, input[type=password] option, input[type=tel] option, input[type=text] option, select option, textarea option {
        font-weight: 400
    }

.back_register, input[type=submit] {
    background: #1e88e5;
    padding: 12px 36px;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer
}

.recherche_list {
    position: relative;
    width: 100%;
    min-height: 57px
}

    .recherche_list input {
        padding: 18px 28px 18px 86px
    }

    .recherche_list button {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 12px;
        height: 100%;
        border-radius: 6px;
        color: #fff;
        overflow: hidden;
        width: 68px
    }

        .recherche_list button:before {
            content: "";
            position: absolute;
            height: 200px;
            width: 200px;
            top: calc(50% - 100px);
            transform: rotate(45deg) scale(1);
            left: -174px;
            border-radius: 6px;
            background: #1e88e5;
            transition: all .3s
        }

        .recherche_list button:after {
            position: absolute;
            top: calc(50% - 8px);
            font-size: 1.6rem;
            left: 18px;
            content: "";
            color: #fff;
            font-weight: 600;
            font-family: Font Awesome\ 6 Pro;
            text-indent: 0;
            transition: all .3s
        }

        .recherche_list button:hover, .recherche_list button:hover:after {
            color: #1e88e5
        }

            .recherche_list button:hover:before {
                background: rgba(30,136,229,.3)
            }

textarea {
    height: 120px;
    line-height: 1.8
}

select::-ms-expand {
    display: none
}


.rond_button {
    width: 48px;
    height: 48px;
    display: block;
    border: 1px solid rgba(30,136,229,.5);
    border-radius: 50px;
    transition: all .3s
}

    .rond_button i {
        color: #5488c7;
        font-size: 1.6rem
    }

    .rond_button.active, .rond_button:hover {
        border: 1px solid #1e88e5
    }

    .rond_button.active {
        background: #1e88e5
    }

        .rond_button.active i {
            color: #fff;
            font-size: 1.6rem
        }

        .rond_button.active:hover {
            background: rgba(30,136,229,.7)
        }

.event-card__tag, .tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-family: avory-i-latin,sans-serif
}

.vous_label_radio:before {
    border-radius: 14px
}

.calcule_module {
    margin: 24px 0
}

    .calcule_module .bg_blue_light {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        overflow: hidden
    }

    .calcule_module button {
        background: #001d4f;
        color: #fff;
        font-size: 1.6rem;
        padding: 18px 28px;
        font-weight: 700;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 70px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        transition: all .3s
    }

        .calcule_module button i {
            padding-right: 24px
        }

        .calcule_module button:hover {
            color: #1e88e5
        }

    .calcule_module strong {
        background: #e8e9ee;
        color: #001d4f;
        font-size: 1.4rem;
        padding: 18px 28px;
        text-transform: uppercase
    }

    .calcule_module span, .calcule_module strong {
        font-weight: 700;
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 96px
    }

    .calcule_module span {
        background: #1e88e5;
        color: #fff;
        font-size: 2.4rem;
        justify-content: center;
        padding: 18px 100px 18px 28px
    }

        .calcule_module span.reponse:before {
            content: "";
            position: absolute;
            height: 200px;
            width: 200px;
            top: calc(50% - 100px);
            transform: rotate(45deg) scale(1);
            right: -144px;
            border-radius: 6px;
            background: #eef6ff;
            transition: all .3s
        }

        .calcule_module span.euro:after {
            position: absolute;
            top: calc(50% - 14px);
            font-size: 2.4rem;
            right: 36px;
            content: "€";
            color: #001d4f;
            font-weight: 900;
            text-indent: 0;
            transition: all .3s
        }

.document article {
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 0 48px rgba(0,0,0,.1)
}

    .document article .preview {
        width: 74px;
        float: left;
        position: relative;
        border-radius: 6px;
        overflow: hidden
    }

        .document article .preview:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.1)
        }

    .document article .content {
        float: left;
        width: 100%
    }

@media (min-width: 768px) {
    .document article .content.avec_img {
        width: calc(100% - 74px);
        padding-left: 42px
    }
}

.document article .content .favorite {
    padding-bottom: 30px;
    display: none
}

    .document article .content .favorite i {
        font-size: 2.4rem;
        color: #feca0a
    }

.document article .content .date p {
    font-size: 1.2rem;
    color: #363636;
    margin: 0
}

.document article .content .name {
    padding: 8px 0 12px;
    border-bottom: 1px solid #d8d8d8
}

    .document article .content .name h1 {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #1e88e5;
        font-weight: 600;
        margin-bottom: 0;
        font-family: Open Sans,sans-serif
    }

.document article .content .introduction {
    padding: 4px 0 6px
}

    .document article .content .introduction p {
        color: #363636;
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 0
    }

        .document article .content .introduction p:first-child {
            margin-top: 0;
            padding-top: 0
        }

    .document article .content .introduction ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .document article .content .introduction ul li {
            font-size: 1.4rem;
            line-height: 2;
            margin-bottom: 0;
            padding-left: 24px;
            position: relative;
            color: #363636
        }

            .document article .content .introduction ul li:before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 6px;
                background: #10182d;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 10px
            }

.document article .content .document_list ul li {
    margin-top: 22px
}

    .document article .content .document_list ul li a.gal_photo:after {
        content: ""
    }

.document:first-child article {
    margin-bottom: 12px
}

    .document:first-child article .preview {
        width: 100px;
        padding-bottom: 24px
    }

@media (min-width: 768px) {
    .document:first-child article .preview {
        width: 170px;
        padding-bottom: 0
    }
}

.document:first-child article .content {
    width: 100%
}

@media (min-width: 768px) {
    .document:first-child article .content {
        width: calc(100% - 170px)
    }
}

.document:first-child article .content .date p {
    font-size: 1.4rem;
    color: #363636
}

.document:first-child article .content .name {
    padding: 12px 0 0
}

    .document:first-child article .content .name h1 {
        font-size: 1.6rem;
        color: #1e88e5;
        font-weight: 600;
        font-family: Open Sans,sans-serif
    }

.document:first-child article .content .favorite {
    display: block
}

.document:first-child article .content .document_list ul li a, .document:first-child article .content .gal_photo ul li a {
    background: #eaf4fd;
    color: #1e88e5;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 24px
}

    .document:first-child article .content .document_list ul li a:hover, .document:first-child article .content .gal_photo ul li a:hover {
        background: #e5741e !important;
        color: #fff !important;
        transition: all .2s
    }

        .document:first-child article .content .document_list ul li a:hover:after, .document:first-child article .content .gal_photo ul li a:hover:after {
            color: #fff !important;
            transform: scale(1.5)
        }

    .document:first-child article .content .document_list ul li a:after, .document:first-child article .content .gal_photo ul li a:after {
        content: ""
    }

.avis article {
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 0 48px rgba(0,0,0,.1)
}

    .avis article .content {
        float: left;
        width: 100%
    }

        .avis article .content .name {
            padding: 20px 36px 22px;
            background: #eef6ff
        }

            .avis article .content .name .date {
                float: left
            }

                .avis article .content .name .date p {
                    font-size: 1.2rem;
                    color: #363636;
                    margin: 0
                }

                .avis article .content .name .date h1 {
                    font-size: 1.6rem;
                    line-height: 1.5;
                    color: #1e88e5;
                    margin-top: 6px;
                    font-weight: 700;
                    margin-bottom: 0;
                    font-family: Open Sans,sans-serif;
                    display: block
                }

@media (min-width: 768px) {
    .avis article .content .name .date {
        width: calc(100% - 320px)
    }
}

.avis article .content .name .event-card__tag, .avis article .content .name .tag {
    margin: 10px 0 0;
    float: left;
    display: block;
    padding: 6px 12px;
    max-width: 300px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: avory-i-latin,sans-serif
}

@media (min-width: 768px) {
    .avis article .content .name .event-card__tag, .avis article .content .name .tag {
        right: 48px;
        top: 34px;
        position: absolute;
        margin: 0
    }
}

.avis article .content .introduction {
    padding: 4px 24px 6px
}

    .avis article .content .introduction p {
        color: #363636;
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 0
    }

        .avis article .content .introduction p:first-child {
            margin-top: 0;
            padding-top: 0
        }

    .avis article .content .introduction ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .avis article .content .introduction ul li {
            font-size: 1.4rem;
            line-height: 1.6;
            margin-bottom: 0;
            padding-left: 24px;
            position: relative;
            color: #363636
        }

            .avis article .content .introduction ul li:before {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 6px;
                background: #10182d;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 10px
            }

.avis article .content .document_list {
    padding: 10px 36px 30px
}

    .avis article .content .document_list ul li {
        margin-top: 22px
    }

        .avis article .content .document_list ul li a.gal_photo:after {
            content: ""
        }

.avis article .content .titre_list {
    padding: 2px 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    .avis article .content .titre_list ul li {
        margin: 0 24px;
        max-width: 400px
    }

        .avis article .content .titre_list ul li h2 {
            color: #000;
            font-size: 1.2rem;
            font-family: Open Sans,sans-serif;
            margin-bottom: 10px;
            font-weight: 500;
            margin-top: 18px
        }

        .avis article .content .titre_list ul li span {
            color: rgba(0,0,0,.5);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 22px;
            display: block
        }

.event_header {
    background: #eef6ff
}

@media (min-width: 768px) {
    .event_header .class_bordur {
        border-right: 1px solid rgba(0,29,79,.15)
    }
}

.event_header .bg_color_dark {
    background: rgba(0,29,79,.1)
}

.event_header .lien_square_download {
    color: #1e88e5;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
    transition: all .2s;
    padding: 24px 24px 24px 48px;
    margin: 12px 0
}

@media (min-width: 1300px) {
    .event_header .lien_square_download {
        margin: 24px 0;
        padding: 36px 24px 36px 48px;
        font-size: 1.6rem
    }
}

.event_header .lien_square_download:after {
    position: absolute;
    top: calc(50% - 7px);
    font-size: 1.2rem;
    left: 12px;
    content: "";
    color: #fff;
    font-weight: 600;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0;
    transition: all .2s
}

.event_header .lien_square_download:before {
    content: "";
    background: #001d4f;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 13px);
    left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    transition: all .2s
}

.event_header .lien_square_download:hover, .event_header .lien_square_download:hover:after {
    color: #1e88e5
}

    .event_header .lien_square_download:hover:before {
        background: rgba(30,136,229,.2)
    }

.event_header .lien_square_inscription {
    color: #1e88e5;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
    transition: all .2s;
    padding: 36px 24px 36px 48px
}

@media (min-width: 768px) {
    .event_header .lien_square_inscription {
        margin: 0 30px
    }
}

@media (min-width: 1300px) {
    .event_header .lien_square_inscription {
        padding: 60px 24px 60px 48px;
        font-size: 1.6rem
    }
}

.event_header .lien_square_inscription:after {
    content: "";
    transform: rotate(180deg);
    position: absolute;
    top: calc(50% - 7px);
    font-size: 1.4rem;
    left: 12px;
    color: #fff;
    font-weight: 900;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0;
    transition: all .2s
}

.event_header .lien_square_inscription:before {
    content: "";
    background: #001d4f;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 13px);
    left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    transition: all .2s
}

.event_header .lien_square_inscription:hover, .event_header .lien_square_inscription:hover:after {
    color: #1e88e5
}

    .event_header .lien_square_inscription:hover:before {
        background: rgba(30,136,229,.2)
    }

.event_content .bg_color_list {
    background: #eef6ff
}

@media (min-width: 992px) {
    .event_content .bg_color_list {
        background: none
    }
}

@media (min-width: 992px) {
    .event_content .bg_color_list ul {
        background: #eef6ff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

.event_content .bg_color_list ul li {
    width: 100%;
    display: block;
    float: left;
    padding: 16px 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(0,29,79,.15)
}

@media (min-width: 768px) {
    .event_content .bg_color_list ul li {
        width: 50%
    }
}

@media (min-width: 992px) {
    .event_content .bg_color_list ul li {
        width: calc(100% - 84px);
        padding: 24px 0;
        margin: 0 42px;
        border-bottom: 1px solid rgba(0,29,79,.15)
    }
}

@media (min-width: 1300px) {
    .event_content .bg_color_list ul li {
        padding: 36px 0
    }
}

.event_content .bg_color_list ul li:last-child {
    border: 0 solid rgba(0,29,79,.15)
}

.event_content .bg_color_list ul li i {
    color: #1e88e5;
    position: absolute;
    top: calc(50% - 8px);
    left: 0
}

.event_content .bg_color_list ul li span {
    color: rgba(0,29,79,.6);
    padding-left: 42px;
    display: block;
    font-weight: 600
}

    .event_content .bg_color_list ul li span em {
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 600
    }

.event {
    border-radius: 6px;
    overflow: hidden;
    min-height: 120px;
    position: relative;
    box-shadow: 0 0 48px rgba(0,0,0,.1)
}

    .event .bg_color {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,29,79,.6);
        background: linear-gradient(180deg,rgba(0,29,79,.6),#5488c7)
    }

    .event .preview {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 140px
    }

@media (min-width: 768px) {
    .event .preview {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 200px;
        height: 100%
    }
}

.event .content {
    padding: 24px
}

@media (min-width: 768px) {
    .event .content {
        padding: 24px 70px 24px 224px
    }
}

.event .content .date {
    font-size: 1.4rem;
    font-weight: 600;
    color: #001d4f;
    text-transform: uppercase;
    float: left;
    margin-top: 7px;
    margin-right: 36px
}

@media (min-width: 768px) {
    .event .content .date {
        font-size: 1.8rem;
        margin-top: 4px
    }
}

.event .content .date p {
    margin: 0
}

.event .content .event-card__tag, .event .content .tag {
    clear: both;
    float: left;
    margin-bottom: 24px;
    margin-top: 24px
}

@media (min-width: 768px) {
    .event .content .event-card__tag, .event .content .tag {
        margin-top: 0;
        clear: none
    }
}

.event .content h1 {
    width: 100%;
    float: left;
    font-size: 1.4rem;
    line-height: 1.4;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .event .content h1 {
        margin-bottom: 0
    }
}

.event .content h1 a {
    display: inline-block;
    color: #1e88e5;
    font-family: Open Sans,sans-serif;
    font-weight: 700
}

.event .content a.event-card__link, .event .content a.lien_square, .event .content a.page-card__link {
    float: left;
    height: 36px;
    width: 36px
}

@media (min-width: 768px) {
    .event .content a.event-card__link, .event .content a.lien_square, .event .content a.page-card__link {
        position: absolute;
        right: 24px;
        top: 15%
    }
}

.event.miseneavat {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    position: relative
}

@media (max-width: 1299.98px) {
    .event.miseneavat {
        padding-right: 24px;
        padding-left: 24px
    }
}

@media (min-width: 768px) {
    .event.miseneavat .align_bottom {
        justify-content: flex-end
    }
}

.event.miseneavat .date {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    float: left
}

@media (min-width: 768px) {
    .event.miseneavat .date {
        font-size: 2.4rem
    }
}

.event.miseneavat .date p {
    margin: 0
}

.event.miseneavat .event-card__tag, .event.miseneavat .tag {
    margin: 24px 0
}

@media (min-width: 768px) {
    .event.miseneavat .event-card__tag, .event.miseneavat .tag {
        margin: 36px 0
    }
}

.event.miseneavat h1 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.4;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .event.miseneavat h1 {
        font-size: 2.6rem;
        margin-bottom: 0
    }
}

.event.miseneavat h1 a {
    display: inline-block;
    color: #fff
}

.event.miseneavat .event-card__link, .event.miseneavat .lien_square, .event.miseneavat .page-card__link {
    color: #fff;
    margin-bottom: 8px
}

    .event.miseneavat .event-card__link:after, .event.miseneavat .lien_square:after, .event.miseneavat .page-card__link:after {
        color: #001d4f
    }

    .event.miseneavat .event-card__link:before, .event.miseneavat .lien_square:before, .event.miseneavat .page-card__link:before {
        background: #fff
    }

    .event.miseneavat .event-card__link:hover, .event.miseneavat .lien_square:hover, .event.miseneavat .page-card__link:hover {
        color: #001d4f
    }

        .event.miseneavat .event-card__link:hover:after, .event.miseneavat .lien_square:hover:after, .event.miseneavat .page-card__link:hover:after {
            color: #1e88e5
        }

        .event.miseneavat .event-card__link:hover:before, .event.miseneavat .lien_square:hover:before, .event.miseneavat .page-card__link:hover:before {
            background: #001d4f
        }

ul.row {
    list-style: none;
    padding: 0
}

.slider_button_position_section {
    height: 201px
}

.slider .slick-arrow {
    color: #fff;
    background: #e5e8ed;
    border-radius: 6px;
    display: block;
    width: 47px;
    height: 47px;
    text-indent: -99999px;
    position: absolute;
    z-index: 10;
    transition: background .3s
}

    .slider .slick-arrow:after {
        color: #1e88e5;
        transition: color .3s
    }

    .slider .slick-arrow:hover {
        background: #1e88e5
    }

        .slider .slick-arrow:hover:after {
            color: #fff
        }

    .slider .slick-arrow.slick-prev:after {
        font-weight: 600
    }

    .slider .slick-arrow.slick-next:after, .slider .slick-arrow.slick-prev:after {
        position: absolute;
        top: calc(50% - 10px);
        font-size: 1.8rem;
        left: calc(50% - 7px);
        content: "";
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0
    }

    .slider .slick-arrow.slick-next:after {
        transform: rotate(0deg);
        font-weight: 900
    }

.slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10
}

    .slider .slick-dots li {
        display: block;
        width: 7px;
        height: 7px;
        transform: rotate(45deg);
        float: left;
        margin-right: 6px !important;
        background: rgba(0,0,0,.2);
        text-indent: -99999px;
        transition: background .3s
    }

        .slider .slick-dots li:hover {
            background: rgba(0,29,79,.7)
        }

        .slider .slick-dots li.slick-active {
            background: #1e88e5
        }

.slider .slider_header {
    background: #1e88e5;
    opacity: 0;
    position: relative;
    transition: opacity .2s
}

    .slider .slider_header.lancer {
        opacity: 1
    }

    .slider .slider_header .slick-arrow:hover {
        background: rgba(30,136,229,.7)
    }

    .slider .slider_header .slick-arrow.slick-prev {
        bottom: 62px;
        left: 24px
    }

@media (min-width: 576px) {
    .slider .slider_header .slick-arrow.slick-prev {
        left: calc(50% - 254px)
    }
}

@media (min-width: 768px) {
    .slider .slider_header .slick-arrow.slick-prev {
        left: calc(50% - 344px)
    }
}

@media (min-width: 992px) {
    .slider .slider_header .slick-arrow.slick-prev {
        left: calc(50% - 464px)
    }
}

@media (min-width: 1300px) {
    .slider .slider_header .slick-arrow.slick-prev {
        left: calc(50% - 609px)
    }
}

.slider .slider_header .slick-arrow.slick-next {
    bottom: 62px;
    left: 77px
}

@media (min-width: 576px) {
    .slider .slider_header .slick-arrow.slick-next {
        left: calc(50% - 201px)
    }
}

@media (min-width: 768px) {
    .slider .slider_header .slick-arrow.slick-next {
        left: calc(50% - 291px)
    }
}

@media (min-width: 992px) {
    .slider .slider_header .slick-arrow.slick-next {
        left: calc(50% - 411px)
    }
}

@media (min-width: 1300px) {
    .slider .slider_header .slick-arrow.slick-next {
        left: calc(50% - 556px)
    }
}

.slider .slider_header .slick-dots {
    bottom: 36px;
    left: 24px
}

@media (min-width: 576px) {
    .slider .slider_header .slick-dots {
        left: calc(50% - 254px)
    }
}

@media (min-width: 768px) {
    .slider .slider_header .slick-dots {
        left: calc(50% - 344px)
    }
}

@media (min-width: 992px) {
    .slider .slider_header .slick-dots {
        left: calc(50% - 464px)
    }
}

@media (min-width: 1300px) {
    .slider .slider_header .slick-dots {
        left: calc(50% - 609px)
    }
}

.slider .slider_header .slick-list .slick-track .slick-slide {
    min-height: 330px;
    position: relative;
    padding-top: 0;
    bottom: 0;
    top: 0
}

@media (min-width: 768px) {
    .slider .slider_header .slick-list .slick-track .slick-slide {
        padding-top: 24px
    }
}

@media (min-width: 992px) {
    .slider .slider_header .slick-list .slick-track .slick-slide {
        min-height: 300px
    }
}

.slider .slider_header .slick-list .slick-track .slick-slide:focus {
    outline: none
}

.slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h1, .slider .slider_header .slick-list .slick-track .slick-slide .container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h1 {
    font-size: 2rem;
    margin-bottom: 28px;
    color: #fff;
    margin-top: 24px
}

@media (min-width: 576px) {
    .slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h1, .slider .slider_header .slick-list .slick-track .slick-slide .container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h1 {
        font-size: 2.4rem
    }
}

@media (min-width: 768px) {
    .slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h1, .slider .slider_header .slick-list .slick-track .slick-slide .container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h1 {
        font-size: 3.2rem
    }
}

@media (min-width: 992px) {
    .slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h1, .slider .slider_header .slick-list .slick-track .slick-slide .container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h1 {
        margin-top: 36px
    }
}

.slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h2, .slider .slider_header .slick-list .slick-track .slick-slide .container h2, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h2, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h2 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

@media (min-width: 576px) {
    .slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h2, .slider .slider_header .slick-list .slick-track .slick-slide .container h2, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h2, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h2 {
        font-size: 1.8rem
    }
}

@media (min-width: 768px) {
    .slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h2, .slider .slider_header .slick-list .slick-track .slick-slide .container h2, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h2, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h2 {
        font-size: 2.4rem
    }
}

.slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast a, .slider .slider_header .slick-list .slick-track .slick-slide .container a, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container a, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container a {
    color: #fff
}

    .slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast a:hover, .slider .slider_header .slick-list .slick-track .slick-slide .container a:hover, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container a:hover, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container a:hover {
        color: #eef6ff
    }

.slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast p, .slider .slider_header .slick-list .slick-track .slick-slide .container p, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container p, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container p {
    line-height: 1.8;
    opacity: .6;
    font-weight: 600;
    font-size: 1.4rem
}

@media (min-width: 576px) {
    .slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast p, .slider .slider_header .slick-list .slick-track .slick-slide .container p, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container p, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container p {
        font-size: 1.6rem
    }
}

.slider .slider_header .slick-list .slick-track .slick-slide .photo_decoration {
    position: absolute;
    height: 100%;
    right: 0
}

    .slider .slider_header .slick-list .slick-track .slick-slide .photo_decoration .bg_img_after {
        left: 0
    }

@media (min-width: 768px) {
    .slider .slider_header .slick-list .slick-track .slick-slide .photo_decoration .bg_img_after {
        right: 0
    }
}

.slider .slider_header .slick-list .slick-track .slick-slide .photo_decoration .bg_deco_before {
    background-image: url(/app/themes/csl/img/content_bg_mask_header.png);
    width: 450px;
    display: none
}

@media (min-width: 768px) {
    .slider .slider_header .slick-list .slick-track .slick-slide .photo_decoration .bg_deco_before {
        display: block;
        width: 420px
    }
}

.slider.slider_button_position {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 24px
}

@media (min-width: 576px) {
    .slider.slider_button_position {
        left: calc(50% - 254px)
    }
}

@media (min-width: 768px) {
    .slider.slider_button_position {
        left: calc(50% - 344px)
    }
}

@media (min-width: 992px) {
    .slider.slider_button_position {
        left: calc(50% - 464px)
    }
}

@media (min-width: 1300px) {
    .slider.slider_button_position {
        left: calc(50% - 609px)
    }
}

.slider.slider_button_position .slick-arrow.slick-prev {
    bottom: 0;
    left: 0
}

.slider.slider_button_position .slick-arrow.slick-next {
    bottom: 0;
    left: 106px
}

.slider.slider_button_position .slider_button {
    padding-bottom: 71px;
    opacity: 0;
    transition: opacity .2s
}

    .slider.slider_button_position .slider_button.lancer {
        opacity: 1
    }

    .slider.slider_button_position .slider_button div {
        padding-right: 24px
    }

        .slider.slider_button_position .slider_button div a {
            background: #1e88e5;
            display: inline-block;
            color: #fff;
            font-size: 1.4rem;
            font-weight: 700;
            text-decoration: none;
            padding: 24px 36px;
            border-radius: 3px;
            font-family: avory-i-latin,sans-serif;
            position: relative;
            overflow: hidden
        }

            .slider.slider_button_position .slider_button div a:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0,29,79,.15);
                opacity: 0;
                transition: all .1s
            }

            .slider.slider_button_position .slider_button div a span {
                position: relative;
                z-index: 10
            }

            .slider.slider_button_position .slider_button div a:hover:before {
                opacity: 1
            }

.slider .slider_4 {
    padding-bottom: 54px;
    opacity: 0;
    transition: opacity .2s
}

    .slider .slider_4.lancer {
        opacity: 1
    }

    .slider .slider_4 .slick-list {
        margin-right: -12px;
        margin-left: -12px
    }

.slider .slider_4__slide {
    padding: 15px 12px 30px
}

.slider .slider_4 .slick-arrow.slick-prev {
    bottom: 0;
    left: 0
}

.slider .slider_4 .slick-arrow.slick-next {
    bottom: 0;
    left: 106px
}

.slider .slider_4 article {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0,0,0,.1),0 0 16px rgba(0,0,0,.1)
}

    .slider .slider_4 article:focus {
        outline: none
    }

    .slider .slider_4 article.shadowcolor {
        box-shadow: 0 0 12px rgba(30,136,229,.3)
    }

    .slider .slider_4 article .content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        align-items: flex-start;
        padding: 24px;
        min-height: 232px;
        background: #fff
    }

    .slider .slider_4 article:after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        top: calc(100% - 188px);
        left: calc(100% - 12px);
        transform: rotate(45deg);
        background: url(/app/themes/csl/img/decoration_bg.png) 50% no-repeat;
        background-size: cover;
        opacity: .5
    }

    .slider .slider_4 article .bg_img_after {
        padding-bottom: 52.5%;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat
    }

    .slider .slider_4 article .event-card__tag, .slider .slider_4 article .tag {
        float: none;
        display: inline-block;
        margin-bottom: 8px
    }

    .slider .slider_4 article .date {
        display: block;
        margin: 8px 0 20px;
        font-size: 12px;
        font-weight: 600;
        color: #001d4f
    }

        .slider .slider_4 article .date p {
            margin: 0
        }

    .slider .slider_4 article h1 {
        flex-grow: 1;
        display: block;
        width: 100%;
        min-height: 100px;
        margin-bottom: 0;
        padding-bottom: 24px;
        font-family: Open Sans,sans-serif;
        font-size: 1.4rem;
        line-height: 1.7;
        font-weight: 500;
        color: #1e88e5
    }

    .slider .slider_4 article .event-card__link:before, .slider .slider_4 article .lien_square:before, .slider .slider_4 article .page-card__link:before {
        background: rgba(0,29,79,.1)
    }

    .slider .slider_4 article .event-card__link:after, .slider .slider_4 article .lien_square:after, .slider .slider_4 article .page-card__link:after {
        color: #1e88e5
    }

    .slider .slider_4 article .event-card__link:hover, .slider .slider_4 article .lien_square:hover, .slider .slider_4 article .page-card__link:hover {
        color: #001d4f
    }

        .slider .slider_4 article .event-card__link:hover:before, .slider .slider_4 article .lien_square:hover:before, .slider .slider_4 article .page-card__link:hover:before {
            background: #1e88e5
        }

        .slider .slider_4 article .event-card__link:hover:after, .slider .slider_4 article .lien_square:hover:after, .slider .slider_4 article .page-card__link:hover:after {
            color: #fff
        }

.slider .slider_4.classlllc article {
    box-shadow: 0 0 16px rgba(30,136,229,.1),0 0 16px rgba(30,136,229,.1)
}

.parent_page {
    margin-left: -12px;
    margin-right: -12px
}

    .parent_page ul.row > li {
        margin-bottom: 0
    }

    .parent_page article {
        overflow: hidden;
        position: relative;
        margin: 24px 12px;
        border-radius: 4px;
        border: 1px solid #e8e9ee
    }

        .parent_page article:focus {
            outline: none
        }

        .parent_page article.shadowcolor {
            box-shadow: 0 0 12px rgba(30,136,229,.3)
        }

        .parent_page article .content {
            padding: 24px;
            min-height: 232px
        }

        .parent_page article:after {
            content: "";
            position: absolute;
            width: 300px;
            height: 300px;
            top: calc(100% - 188px);
            left: calc(100% - 12px);
            transform: rotate(45deg);
            background: url(/app/themes/csl/img/decoration_bg.png) 50% no-repeat;
            background-size: cover;
            opacity: .5
        }

        .parent_page article .bg_img_after {
            padding-bottom: 52.5%;
            background-position: 50%;
            background-size: cover;
            background-repeat: no-repeat
        }

        .parent_page article .event-card__tag, .parent_page article .tag {
            margin-bottom: 24px
        }

        .parent_page article .date {
            float: right;
            font-size: 1.4rem;
            color: #001d4f;
            font-weight: 600;
            margin: 8px 0
        }

            .parent_page article .date p {
                margin: 0
            }

        .parent_page article h1 {
            width: 100%;
            display: block;
            float: left;
            color: #1e88e5;
            font-size: 1.6rem;
            font-weight: 500
        }

        .parent_page article .event-card__link, .parent_page article .lien_square, .parent_page article .page-card__link {
            float: left;
            font-size: 1.4rem;
            color: #1e88e5
        }

            .parent_page article .event-card__link:before, .parent_page article .lien_square:before, .parent_page article .page-card__link:before {
                background: rgba(0,29,79,.1)
            }

            .parent_page article .event-card__link:after, .parent_page article .lien_square:after, .parent_page article .page-card__link:after {
                color: #1e88e5
            }

            .parent_page article .event-card__link:hover, .parent_page article .lien_square:hover, .parent_page article .page-card__link:hover {
                color: #001d4f
            }

                .parent_page article .event-card__link:hover:before, .parent_page article .lien_square:hover:before, .parent_page article .page-card__link:hover:before {
                    background: #1e88e5
                }

                .parent_page article .event-card__link:hover:after, .parent_page article .lien_square:hover:after, .parent_page article .page-card__link:hover:after {
                    color: #fff
                }

.icon-boxes-list {
    overflow: visible
}

.icon-boxes-list__title {
    font-size: 24px;
    font-family: avory-i-latin,sans-serif;
    margin-bottom: 12px;
    font-weight: 600
}

.home_boxes, .icon-boxes-list {
    margin-top: 72px;
    margin-bottom: 72px
}

.icon-boxes-list__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

@media (max-width: 991.98px) {
    .icon-boxes-list__grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 767.98px) {
    .icon-boxes-list__grid {
        grid-template-columns: 1fr
    }
}

.icon-boxes-list__box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border-radius: 3px;
    background-color: #eef6ff;
    color: #001d4f;
    text-decoration: none;
    transition: .2s linear
}

    .icon-boxes-list__box:hover {
        transform: scale(1.025);
        box-shadow: 0 6px 12px rgba(0,0,0,.25)
    }

.icon-boxes-list__icon {
    position: relative;
    width: 50px;
    height: 50px
}

    .icon-boxes-list__icon img {
        position: absolute;
        inset: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        display: block;
        width: 100%;
        height: 100%
    }

.icon-boxes-list__text {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 1px
}

h1.home_box_title {
    font-family: avory-i-latin,sans-serif;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600
}

.home_box_bottom_row {
    display: grid;
    gap: 24px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .home_box_cols_1 {
        grid-template-columns: repeat(1,1fr)
    }
}

@media (min-width: 992px) {
    .home_box_cols_1 {
        grid-template-columns: repeat(1,1fr)
    }
}

@media (min-width: 768px) {
    .home_box_cols_2 {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width: 992px) {
    .home_box_cols_2 {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width: 768px) {
    .home_box_cols_3 {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width: 992px) {
    .home_box_cols_3 {
        grid-template-columns: repeat(3,1fr)
    }
}

.home_box_bottom .photo_container {
    padding: 0;
    border-radius: 8px
}

    .home_box_bottom .photo_container .photo_text {
        z-index: 10;
        position: relative;
        padding: 24px 0 24px 24px
    }

@media (max-width: 767.98px) {
    .home_box_bottom .photo_container .photo_text {
        padding: 24px 0 48px 24px
    }
}

.home_box_bottom .photo_container .photo_text h1 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: 400;
    font-family: avory-i-latin,sans-serif !important;
    color: #001d4f !important
}

    .home_box_bottom .photo_container .photo_text h1 a {
        color: #fff;
        transition: all .3s
    }

        .home_box_bottom .photo_container .photo_text h1 a:hover {
            color: #eef6ff;
            opacity: 1
        }

.home_box_bottom .photo_container .photo_decoration .bg_img_after {
    left: 0
}

.home_box_bottom .photo_container .photo_decoration .bg_deco_before {
    background-image: url(/app/themes/csl/img/content_bg_mask_3.png)
}

.home_box_bottom.home_box_bottom_header {
    padding-bottom: 12px
}

    .home_box_bottom.home_box_bottom_header .photo_container {
        box-shadow: 0 0 12px rgba(30,136,229,.3)
    }

        .home_box_bottom.home_box_bottom_header .photo_container .photo_text {
            padding: 24px;
            width: 100%
        }

@media (min-width: 768px) {
    .home_box_bottom.home_box_bottom_header .photo_container .photo_text {
        padding: 32px 24px 24px
    }
}

@media (min-width: 992px) {
    .home_box_bottom.home_box_bottom_header .photo_container .photo_text {
        width: 40%
    }
}

.home_box_bottom.home_box_bottom_header .photo_container .photo_text p {
    color: #363636;
    font-family: avory-i-latin,sans-serif;
    font-size: 1.8rem
}

.home_box_bottom.home_box_bottom_header .photo_container .photo_text h1 {
    font-size: 2.8rem;
    color: #1e88e5
}

.home_box_bottom.home_box_bottom_header .photo_container .photo_text h2 {
    font-size: 2.2rem
}

.home_box_bottom.home_box_bottom_header .photo_container .photo_decoration {
    background-image: url(/app/themes/csl/img/content_bg_mask_5.png)
}

@media (min-width: 992px) {
    .home_box_bottom.home_box_bottom_header .photo_container .photo_decoration .bg_deco_before {
        width: 400px
    }
}

@media (min-width: 1300px) {
    .home_box_bottom.home_box_bottom_header .photo_container .photo_decoration .bg_deco_before {
        width: 300px
    }
}

.listofarticle {
    margin-right: -12px !important;
    margin-left: -12px !important;
    display: flex;
    flex-wrap: wrap
}

    .listofarticle li {
        margin: 12px 0 !important;
        padding: 0 12px !important
    }

        .listofarticle li:before {
            display: none !important;
            visibility: hidden
        }

        .listofarticle li a {
            display: block;
            box-shadow: 0 0 14px rgba(30,136,229,.3)
        }

#mobile_sidebar {
    box-shadow: 0 0 48px rgba(0,0,0,.1);
    background: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: -24px
}

@media (min-width: 768px) {
    #mobile_sidebar {
        margin-top: -36px
    }
}

#mobile_sidebar.open:after {
    transform: rotate(180deg)
}

.sidebar {
    background: #fff;
    margin-top: 36px
}

@media (min-width: 992px) {
    .sidebar {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .sidebar .myborder {
        border-right: 1px solid rgba(0,29,79,.15);
        position: absolute;
        top: 0;
        left: 12px;
        right: 12px
    }
}

@media (max-width: 991.98px) {
    .sidebar .myborder {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        width: 100% !important
    }
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .sidebar ul.mainul {
        margin-bottom: 0
    }

@media (max-width: 991.98px) {
    .sidebar ul.mainul {
        margin-bottom: 36px;
        display: none
    }
}

@media (min-width: 992px) {
    .sidebar ul.mainul {
        margin-bottom: 0;
        display: block !important
    }
}

@media (min-width: 768px) {
    .sidebar ul.mainul > li.has-children.open {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.sidebar ul.mainul .maxw_sidebar {
    float: right;
    max-width: 500px;
    clear: both;
    width: 100%
}

.sidebar ul ul {
    display: none;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px
}

@media (min-width: 768px) {
    .sidebar ul ul {
        padding-left: 24px
    }
}

@media (min-width: 992px) {
    .sidebar ul ul {
        padding-left: 12px
    }
}

@media (min-width: 1300px) {
    .sidebar ul ul {
        padding-left: 24px
    }
}

.sidebar ul ul li {
    border-left: 1px solid #1e88e5
}

    .sidebar ul ul li a, .sidebar ul ul li a:hover {
        color: #1e88e5
    }

.sidebar ul li a {
    color: #001d4f;
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    line-height: 1.6;
    padding: 12px 48px 12px 12px
}

@media (min-width: 992px) {
    .sidebar ul li a {
        padding: 12px 68px 12px 0
    }
}

.sidebar ul li a:hover {
    color: #1e88e5
}

.sidebar ul li li a:before {
    content: "";
    background: #e1ebf6;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 14px);
    right: 18px;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    transition: all .2s;
    opacity: 0
}

.sidebar ul li li a:after {
    content: "";
    transform: rotate(180deg);
    position: absolute;
    top: calc(50% - 10px);
    font-size: 1.4rem;
    right: 25px;
    color: #001d4f;
    font-weight: 900;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0;
    transition: all .2s;
    opacity: 0
}

.sidebar ul li.has-children > .maxw_sidebar > a:after, .sidebar ul li.has-children > a:after {
    content: "";
    opacity: 0;
    background: rgba(0,29,79,.05);
    height: 100px;
    width: 100px;
    border-radius: 12px;
    position: absolute;
    top: calc(50% - 50px);
    transform: rotate(45deg);
    right: -72px
}

@media (min-width: 992px) {
    .sidebar ul li.has-children > .maxw_sidebar > a:after, .sidebar ul li.has-children > a:after {
        right: -64px
    }
}

@media (min-width: 1300px) {
    .sidebar ul li.has-children > .maxw_sidebar > a:after, .sidebar ul li.has-children > a:after {
        right: -46px
    }
}

.sidebar ul li.has-children.open ul {
    display: block
}

.sidebar ul li.has-children > .maxw_sidebar > a:before, .sidebar ul li.has-children > a:before {
    position: absolute;
    top: calc(50% - 9px);
    font-size: 1.4rem;
    color: #1e88e5;
    content: "";
    font-weight: 600;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0;
    right: 20px
}

@media (min-width: 768px) {
    .sidebar ul li.has-children > .maxw_sidebar > a:before, .sidebar ul li.has-children > a:before {
        right: 16px
    }
}

@media (min-width: 992px) {
    .sidebar ul li.has-children > .maxw_sidebar > a:before, .sidebar ul li.has-children > a:before {
        right: 14px
    }
}

@media (min-width: 1300px) {
    .sidebar ul li.has-children > .maxw_sidebar > a:before, .sidebar ul li.has-children > a:before {
        right: 24px
    }
}

.sidebar_module {
    background: #fff
}

    .sidebar_module ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

.content_page .content .table__2__columns {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px
}

.content_page .content blockquote {
    padding-left: 24px;
    padding-top: 36px;
    padding-bottom: 12px;
    border-left: 3px solid #1e88e5;
    color: #1e88e5;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 600;
    position: relative;
    margin: 24px 0
}

    .content_page .content blockquote p {
        color: #1e88e5;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: 600;
        margin: 0 !important
    }

    .content_page .content blockquote:after {
        content: "";
        position: absolute;
        font-size: 2rem;
        color: #1e88e5;
        top: 0;
        left: 24px;
        font-weight: 600;
        font-family: Font Awesome\ 6 Pro;
        line-height: 1
    }

.content_page .content ol.tableau_resume, .content_page .content ul.tableau_resume {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0 !important;
    padding-right: 0 !important
}

    .content_page .content ol.tableau_resume .tableau_resume_row, .content_page .content ul.tableau_resume .tableau_resume_row {
        display: flex;
        width: 100%
    }

        .content_page .content ol.tableau_resume .tableau_resume_row .spantitre, .content_page .content ul.tableau_resume .tableau_resume_row .spantitre {
            text-align: center
        }

        .content_page .content ol.tableau_resume .tableau_resume_row .spancontenu, .content_page .content ul.tableau_resume .tableau_resume_row .spancontenu {
            width: 100%
        }

    .content_page .content ol.tableau_resume h1, .content_page .content ul.tableau_resume h1 {
        font-size: 2.4rem
    }

    .content_page .content ol.tableau_resume ul, .content_page .content ul.tableau_resume ul {
        padding: 0
    }

        .content_page .content ol.tableau_resume ul li, .content_page .content ul.tableau_resume ul li {
            padding-bottom: 12px
        }

        .content_page .content ol.tableau_resume ul a, .content_page .content ul.tableau_resume ul a {
            color: #363636;
            text-decoration: none;
            border-bottom: 1px dotted rgba(54,54,54,.5);
            padding-bottom: 2px
        }

            .content_page .content ol.tableau_resume ul a:hover, .content_page .content ul.tableau_resume ul a:hover {
                border-style: solid
            }

    .content_page .content ol.tableau_resume table, .content_page .content ol.tableau_resume table tr td, .content_page .content ol.tableau_resume table tr th, .content_page .content ul.tableau_resume table, .content_page .content ul.tableau_resume table tr td, .content_page .content ul.tableau_resume table tr th {
        padding: 0;
        border: 0 solid rgba(54,54,54,.2);
        font-size: 1.4rem;
        line-height: 1.6
    }

    .content_page .content ol.tableau_resume > li, .content_page .content ul.tableau_resume > li {
        margin: 0;
        padding: 0;
        border-bottom: 12px solid #fff
    }

@media (min-width: 992px) {
    .content_page .content ol.tableau_resume > li, .content_page .content ul.tableau_resume > li {
        border-bottom: 1px solid #fff
    }
}

.content_page .content ol.tableau_resume > li:before, .content_page .content ul.tableau_resume > li:before {
    display: none !important
}

.content_page .content ol.tableau_resume > li .spantitre, .content_page .content ul.tableau_resume > li .spantitre {
    padding: 18px 24px;
    background: #eef6ff
}

    .content_page .content ol.tableau_resume > li .spantitre li, .content_page .content ol.tableau_resume > li .spantitre p, .content_page .content ol.tableau_resume > li .spantitre span, .content_page .content ul.tableau_resume > li .spantitre li, .content_page .content ul.tableau_resume > li .spantitre p, .content_page .content ul.tableau_resume > li .spantitre span {
        color: #1e88e5;
        margin: 0
    }

.content_page .content ol.tableau_resume > li .spancontenu, .content_page .content ul.tableau_resume > li .spancontenu {
    padding: 18px 24px;
    background: #f7f8fc
}

    .content_page .content ol.tableau_resume > li .spancontenu li, .content_page .content ol.tableau_resume > li .spancontenu p, .content_page .content ol.tableau_resume > li .spancontenu span, .content_page .content ul.tableau_resume > li .spancontenu li, .content_page .content ul.tableau_resume > li .spancontenu p, .content_page .content ul.tableau_resume > li .spancontenu span {
        color: #363636;
        margin: 0
    }

.content_page .content ol.tableau_content, .content_page .content ul.tableau_content {
    margin: 24px -12px 36px;
    border: 1px solid #fff
}

    .content_page .content ol.tableau_content table, .content_page .content ol.tableau_content table tr td, .content_page .content ol.tableau_content table tr th, .content_page .content ul.tableau_content table, .content_page .content ul.tableau_content table tr td, .content_page .content ul.tableau_content table tr th {
        padding: 0;
        border: 0 solid rgba(54,54,54,.2);
        font-size: 1.4rem;
        line-height: 1.6
    }

    .content_page .content ol.tableau_content.tableau_desordone > li:nth-child(2n) .spancontenu, .content_page .content ul.tableau_content.tableau_desordone > li:nth-child(2n) .spancontenu {
        background: #eef6ff
    }

    .content_page .content ol.tableau_content > li, .content_page .content ul.tableau_content > li {
        margin: 0;
        padding: 0
    }

        .content_page .content ol.tableau_content > li h3, .content_page .content ul.tableau_content > li h3 {
            margin: 0
        }

        .content_page .content ol.tableau_content > li:before, .content_page .content ul.tableau_content > li:before {
            display: none !important
        }

        .content_page .content ol.tableau_content > li .titre_mob, .content_page .content ul.tableau_content > li .titre_mob {
            display: block
        }

@media (min-width: 992px) {
    .content_page .content ol.tableau_content > li .titre_mob, .content_page .content ul.tableau_content > li .titre_mob {
        display: none
    }
}

.content_page .content ol.tableau_content > li .titre_mob h3, .content_page .content ul.tableau_content > li .titre_mob h3 {
    margin-bottom: 24px
}

.content_page .content ol.tableau_content > li.titre_desktop, .content_page .content ul.tableau_content > li.titre_desktop {
    display: none
}

@media (min-width: 992px) {
    .content_page .content ol.tableau_content > li.titre_desktop, .content_page .content ul.tableau_content > li.titre_desktop {
        display: flex
    }
}

.content_page .content ol.tableau_content > li .spantitre, .content_page .content ul.tableau_content > li .spantitre {
    padding: 18px 24px;
    background: #eef6ff;
    border: 1px solid rgba(54,54,54,.2)
}

    .content_page .content ol.tableau_content > li .spantitre li, .content_page .content ol.tableau_content > li .spantitre p, .content_page .content ol.tableau_content > li .spantitre span, .content_page .content ul.tableau_content > li .spantitre li, .content_page .content ul.tableau_content > li .spantitre p, .content_page .content ul.tableau_content > li .spantitre span {
        color: #1e88e5;
        margin: 0
    }

@media (max-width: 991.98px) {
    .content_page .content ol.tableau_content > li .spantitre.align_center, .content_page .content ul.tableau_content > li .spantitre.align_center {
        display: block
    }
}

.content_page .content ol.tableau_content > li .spancontenu, .content_page .content ul.tableau_content > li .spancontenu {
    padding: 18px 24px;
    background: hsla(0,0%,100%,.7);
    border: 1px solid rgba(54,54,54,.2)
}

    .content_page .content ol.tableau_content > li .spancontenu li, .content_page .content ol.tableau_content > li .spancontenu p, .content_page .content ol.tableau_content > li .spancontenu span, .content_page .content ul.tableau_content > li .spancontenu li, .content_page .content ul.tableau_content > li .spancontenu p, .content_page .content ul.tableau_content > li .spancontenu span {
        color: #363636;
        margin: 0
    }

@media (max-width: 991.98px) {
    .content_page .content ol.tableau_content > li .spancontenu.array_counter, .content_page .content ul.tableau_content > li .spancontenu.array_counter {
        background: #eef6ff
    }
}

.content_page .content ol.tableau_content > li .spancontenu.array_counter span, .content_page .content ul.tableau_content > li .spancontenu.array_counter span {
    display: block;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1e88e5
}

@media (max-width: 991.98px) {
    .content_page .content ol.tableau_content > li .spancontenu.align_center, .content_page .content ul.tableau_content > li .spancontenu.align_center {
        display: block
    }
}

.container_footer_page {
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 96px;
    border-radius: 6px
}

    .container_footer_page .photo_container .photo_text {
        width: 65%
    }

@media (max-width: 767.98px) {
    .container_footer_page .photo_container .photo_text {
        width: 100%
    }
}

.container_footer_page .bg_deco_before {
    background-image: url(/app/themes/csl/img/content_bg_mask.png);
    background-size: cover !important;
    background-position: 100% !important
}

.page-template-template-membre_assemble_pleniere .container_footer_page, .page-template-template-secretariat .container_footer_page {
    margin-bottom: 24px;
    margin-top: 0
}

.algolia-autocomplete {
    box-shadow: 0 10px 10px rgba(30,136,229,.3),0 8px 8px rgba(30,136,229,.2);
    max-height: 400px;
    overflow-y: scroll;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

    .algolia-autocomplete .aa-dropdown-menu .autocomplete-header {
        margin: 0;
        padding: 16px 24px;
        line-height: 1.6;
        background: #efefef;
        font-family: avory-i-latin,sans-serif;
        font-size: 1.8rem;
        border: 0
    }

        .algolia-autocomplete .aa-dropdown-menu .autocomplete-header .autocomplete-header-title {
            font-weight: 400
        }

    .algolia-autocomplete .aa-dropdown-menu .hl_attr_acf_text_tag_wrapper {
        margin-top: 6px;
        font-size: 12px
    }

    .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion {
        padding: 12px 24px
    }

        .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion a .suggestion-post-attributes .suggestion-post-title {
            font-weight: 400;
            display: block !important
        }

            .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion a .suggestion-post-attributes .suggestion-post-title em {
                background: rgba(30,136,229,.2)
            }

.tableau_scroll {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 36px
}

table {
    border: 1px solid rgba(54,54,54,.2);
    margin-bottom: 12px
}

@media (max-width: 991.98px) {
    table {
        width: 100% !important
    }
}

table thead {
    background: #eef6ff
}

table tr td, table tr th {
    padding: 18px 24px;
    border: 1px solid rgba(54,54,54,.2);
    font-size: 1.4rem;
    line-height: 1.6
}

    table tr td h3, table tr th h3 {
        font-size: 1.6rem;
        line-height: 1.5;
        color: #1e88e5;
        font-weight: 700;
        margin: 0
    }

    table tr td p, table tr th p {
        margin-bottom: 1rem !important;
        line-height: 1.6
    }

        table tr td p:last-child, table tr th p:last-child {
            margin-bottom: 0 !important
        }

#header.lllc ul li a, #header.lllc ul li a:hover {
    color: #1e88e5
}

#header.lllc #burger_vous:after, #header.lllc #burger_vous:before, #header.lllc #burger_vous span {
    background: #1e88e5
}

#header.lllc .nav .nav_top .nav_top_right .parent_hover_lang button span, #header.lllc .nav .nav_top .nav_top_right .parent_hover_lang button span:after {
    color: #1e88e5
}

#header.lllc .header_content #header_img .bg_gradient {
    background: #1e88e5;
    background: linear-gradient(45deg,#1e88e5,rgba(30,136,229,.25))
}

.home_intro_lllc {
    background: #1e88e5;
    background: linear-gradient(90deg,#1e88e5,#83d0f5);
    position: relative;
    overflow: visible;
    max-height: 400px
}

    .home_intro_lllc:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(/app/themes/csl/img/pattern_lllc_hometop.png) 100% no-repeat;
        background-size: contain
    }

    .home_intro_lllc h1 {
        color: #fff;
        text-transform: uppercase
    }

    .home_intro_lllc h2 {
        color: #001d4f;
        margin-bottom: 24px;
        text-transform: uppercase;
        font-weight: 400
    }

    .home_intro_lllc .formformation {
        z-index: 100;
        position: relative
    }

@media (min-width: 768px) {
    .home_intro_lllc .formformation {
        position: absolute;
        top: -45px;
        right: 0;
        left: 0
    }
}

.home_intro_lllc .formformation #nosformation {
    display: none;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,29,79,.2),0 0 30px rgba(0,29,79,.2);
    border-radius: 6px;
    margin-top: 12px
}

    .home_intro_lllc .formformation #nosformation > ul {
        width: 100%;
        padding: 44px 0;
        margin: 0;
        list-style: none;
        position: relative;
        background: #eef6ff;
        min-height: 500px
    }

        .home_intro_lllc .formformation #nosformation > ul > li {
            width: 100%;
            padding: 0;
            margin: 0
        }

            .home_intro_lllc .formformation #nosformation > ul > li button {
                float: left;
                height: 100%;
                padding: 24px 48px;
                text-align: left;
                color: #001d4f;
                background: #eef6ff;
                font-size: 1.6rem;
                font-weight: 600;
                width: 100%
            }

@media (min-width: 768px) {
    .home_intro_lllc .formformation #nosformation > ul > li button {
        width: 50%
    }
}

@media (min-width: 992px) {
    .home_intro_lllc .formformation #nosformation > ul > li button {
        width: 33%
    }
}

.home_intro_lllc .formformation #nosformation > ul > li button:hover {
    background: rgba(0,29,79,.2)
}

.home_intro_lllc .formformation #nosformation > ul > li ul {
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 48px 24px;
    display: none;
    overflow: scroll;
    width: 100%
}

@media (min-width: 768px) {
    .home_intro_lllc .formformation #nosformation > ul > li ul {
        width: 50%;
        position: absolute
    }
}

@media (min-width: 992px) {
    .home_intro_lllc .formformation #nosformation > ul > li ul {
        width: 67%
    }
}

.home_intro_lllc .formformation #nosformation > ul > li ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

@media (min-width: 992px) {
    .home_intro_lllc .formformation #nosformation > ul > li ul li {
        width: 50%
    }
}

.home_intro_lllc .formformation #nosformation > ul > li ul li a {
    color: #363636;
    padding: 24px;
    display: block;
    font-size: 1.4rem;
    text-decoration: none
}

    .home_intro_lllc .formformation #nosformation > ul > li ul li a:hover {
        color: #000
    }

.home_intro_lllc .formformation #nosformation > ul > li.active button {
    color: #eef6ff;
    background: #001d4f
}

.home_intro_lllc .formformation #nosformation > ul > li.active ul {
    display: block
}

.home_intro_lllc .formformation #buttonnosformations {
    background: #001d4f;
    font-size: 2rem;
    color: #fff;
    padding: 21px 24px;
    border-radius: 6px;
    margin-top: 11px;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    transition: all .3s
}

    .home_intro_lllc .formformation #buttonnosformations i {
        position: absolute;
        top: calc(50% - 8px);
        right: 42px;
        transition: all .3s;
        transform-origin: center center
    }

    .home_intro_lllc .formformation #buttonnosformations:hover {
        color: hsla(0,0%,100%,.8)
    }

        .home_intro_lllc .formformation #buttonnosformations:hover i {
            transform: rotate(90deg);
            top: calc(50% - 10px)
        }

    .home_intro_lllc .formformation #buttonnosformations.active {
        background: #1e88e5
    }

        .home_intro_lllc .formformation #buttonnosformations.active i {
            transform: rotate(180deg);
            top: calc(50% - 12px)
        }

        .home_intro_lllc .formformation #buttonnosformations.active:hover {
            color: hsla(0,0%,100%,.8)
        }

            .home_intro_lllc .formformation #buttonnosformations.active:hover i {
                transform: rotate(90deg);
                top: calc(50% - 10px)
            }

.home_intro_lllc .formformation #recherche_home_lllc {
    position: relative
}

    .home_intro_lllc .formformation #recherche_home_lllc input {
        box-shadow: 0 0 12px rgba(30,136,229,.2),0 0 12px rgba(41,63,122,.2);
        border: 0 solid #d8d8d8;
        padding: 20px 48px 20px 24px;
        font-size: 2rem;
        color: #1e88e5
    }

        .home_intro_lllc .formformation #recherche_home_lllc input:focus {
            box-shadow: 0 0 12px rgba(30,136,229,.4)
        }

    .home_intro_lllc .formformation #recherche_home_lllc button {
        position: absolute;
        width: 80px;
        right: 0;
        top: 0;
        height: 100%;
        color: #1e88e5
    }

.slider_specialpadding {
    padding-top: 12px;
    padding-bottom: 12px
}

    .slider_specialpadding .slider {
        box-shadow: 0 0 12px rgba(0,29,79,.1),0 0 12px rgba(0,29,79,.2);
        border-radius: 12px;
        overflow: hidden
    }

.mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_text {
    padding: 24px;
    width: 100%
}

@media (min-width: 768px) {
    .mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_text {
        padding: 32px 24px 24px
    }
}

@media (min-width: 992px) {
    .mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_text {
        width: 40%
    }
}

.mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_text p {
    color: #fff;
    font-family: avory-i-latin,sans-serif;
    font-size: 1.8rem
}

.mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_text h1 {
    font-size: 2.8rem;
    color: #fff
}

.mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_decoration .bg_deco_before {
    background-image: url(/app/themes/csl/img/content_bg_mask_3.png)
}

@media (min-width: 992px) {
    .mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_decoration .bg_deco_before {
        width: 400px
    }
}

@media (min-width: 1300px) {
    .mainhome_lllc .home_box_bottom.color_cefos .photo_container .photo_decoration .bg_deco_before {
        width: 300px
    }
}

.mainhome_lllc .color_cefos .event-card__link, .mainhome_lllc .color_cefos .lien_square, .mainhome_lllc .color_cefos .page-card__link {
    color: hsla(0,0%,100%,.7)
}

    .mainhome_lllc .color_cefos .event-card__link:before, .mainhome_lllc .color_cefos .lien_square:before, .mainhome_lllc .color_cefos .page-card__link:before {
        background: #001d4f
    }

    .mainhome_lllc .color_cefos .event-card__link:after, .mainhome_lllc .color_cefos .event-card__link:hover, .mainhome_lllc .color_cefos .lien_square:after, .mainhome_lllc .color_cefos .lien_square:hover, .mainhome_lllc .color_cefos .page-card__link:after, .mainhome_lllc .color_cefos .page-card__link:hover {
        color: #fff
    }

        .mainhome_lllc .color_cefos .event-card__link:hover:before, .mainhome_lllc .color_cefos .lien_square:hover:before, .mainhome_lllc .color_cefos .page-card__link:hover:before {
            background: #fff
        }

        .mainhome_lllc .color_cefos .event-card__link:hover:after, .mainhome_lllc .color_cefos .lien_square:hover:after, .mainhome_lllc .color_cefos .page-card__link:hover:after {
            color: #001d4f
        }

.slider_header_lllc {
    opacity: 0;
    position: relative;
    transition: opacity .2s
}

    .slider_header_lllc.lancer {
        opacity: 1
    }

    .slider_header_lllc .slick-arrow.slick-prev {
        bottom: 48px;
        left: 24px
    }

@media (min-width: 992px) {
    .slider_header_lllc .slick-arrow.slick-prev {
        left: 72px
    }
}

.slider_header_lllc .slick-arrow.slick-next {
    bottom: 48px;
    left: 77px
}

@media (min-width: 992px) {
    .slider_header_lllc .slick-arrow.slick-next {
        left: 125px
    }
}

.slider_header_lllc .slick-dots {
    bottom: 24px;
    left: 24px
}

@media (min-width: 992px) {
    .slider_header_lllc .slick-dots {
        left: 72px
    }
}

.slider_header_lllc .slick-list .slick-track .slick-slide {
    position: relative
}

    .slider_header_lllc .slick-list .slick-track .slick-slide:focus {
        outline: none
    }

    .slider_header_lllc .slick-list .slick-track .slick-slide .content {
        padding-bottom: 110px;
        padding-left: 36px;
        padding-right: 36px;
        display: flex;
        align-items: center
    }

@media (min-width: 992px) {
    .slider_header_lllc .slick-list .slick-track .slick-slide .content {
        padding-bottom: 90px;
        padding-left: 72px;
        padding-right: 0
    }
}

.slider_header_lllc .slick-list .slick-track .slick-slide h1 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #1e88e5;
    margin-top: 24px
}

@media (min-width: 576px) {
    .slider_header_lllc .slick-list .slick-track .slick-slide h1 {
        font-size: 2.4rem
    }
}

.slider_header_lllc .slick-list .slick-track .slick-slide h2 {
    font-size: 1.6rem;
    color: #1e88e5;
    font-weight: 400;
    margin-bottom: 0
}

@media (min-width: 576px) {
    .slider_header_lllc .slick-list .slick-track .slick-slide h2 {
        font-size: 1.8rem
    }
}

@media (min-width: 768px) {
    .slider_header_lllc .slick-list .slick-track .slick-slide h2 {
        font-size: 2.4rem
    }
}

.slider_header_lllc .slick-list .slick-track .slick-slide a.btn {
    text-decoration: none;
    background: #001d4f;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    padding: 18px 42px;
    margin-top: 24px;
    border-radius: 6px;
    transition: all .3s;
    font-weight: 600;
    text-transform: uppercase
}

    .slider_header_lllc .slick-list .slick-track .slick-slide a.btn:hover {
        background: #d8d8d8;
        color: #1e88e5
    }

.slider_header_lllc .slick-list .slick-track .slick-slide .bg_img_after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 400px
}

.slider_header_lllc .slick-list .slick-track .slick-slide .bg_deco_before {
    display: none;
    border-radius: 12px;
    position: absolute;
    top: calc(50% - 300px);
    left: -500px;
    width: 600px;
    height: 600px;
    background: #fff;
    transform: rotate(45deg)
}

@media (min-width: 992px) {
    .slider_header_lllc .slick-list .slick-track .slick-slide .bg_deco_before {
        display: block
    }
}

.profil_lllc {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 12px rgba(0,29,79,.1),0 0 12px rgba(0,29,79,.2);
    border-radius: 8px
}

    .profil_lllc .left {
        float: left;
        width: calc(100% - 90px);
        padding: 40px 24px;
        min-height: 160px
    }

        .profil_lllc .left h1 {
            color: #1e88e5;
            font-weight: 600;
            font-family: Open Sans,sans-serif;
            font-size: 1.6rem;
            margin-bottom: 0
        }

        .profil_lllc .left p {
            color: #1e88e5;
            font-size: 1.6rem;
            line-height: 1.8
        }

    .profil_lllc .picto_svg {
        position: absolute;
        top: 24px;
        right: 24px
    }

        .profil_lllc .picto_svg svg {
            width: 38px;
            height: 38px
        }

    .profil_lllc .right span {
        width: 140px;
        height: 140px;
        position: absolute;
        bottom: -90px;
        right: -30px;
        border-radius: 8px;
        transform: rotate(45deg);
        transition: all .3s
    }

        .profil_lllc .right span i {
            color: #fff;
            transform: rotate(-45deg);
            font-size: 1.8rem;
            margin: 26px
        }

    .profil_lllc a {
        display: inline-block;
        width: 100%;
        height: 100%
    }

        .profil_lllc a:hover .right span {
            background: #d8d8d8 !important
        }

            .profil_lllc a:hover .right span i {
                color: #1e88e5
            }

.button_domdeform {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all .3s
}

    .button_domdeform:hover {
        opacity: .8
    }

    .button_domdeform .domaine_picto {
        width: 36px;
        display: block;
        height: 24px;
        background-size: contain;
        background-position: 0;
        background-repeat: no-repeat;
        float: left
    }

    .button_domdeform .domaine_nom {
        color: #fff;
        font-weight: 600;
        font-size: 1.4rem;
        display: block;
        text-transform: uppercase;
        width: calc(100% - 36px);
        float: left;
        padding-left: 4px
    }

.liste_lien {
    overflow: auto;
    padding-top: 48px
}

    .liste_lien > .row > div {
        margin-bottom: 24px
    }

    .liste_lien .boxlink {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 18px;
        border-radius: 8px;
        text-decoration: none;
        box-shadow: 0 0 12px rgba(0,29,79,.1),0 0 12px rgba(0,29,79,.2);
        transition: all .2s
    }

        .liste_lien .boxlink img {
            width: auto;
            height: auto;
            max-height: 120px
        }

        .liste_lien .boxlink span {
            display: block;
            width: 100%;
            text-align: center;
            color: #1e88e5;
            transition: all .2s;
            line-height: 1.5;
            font-size: 1.8rem;
            min-height: 90px
        }

        .liste_lien .boxlink:hover {
            box-shadow: 0 0 12px rgba(30,136,229,.2),0 0 12px rgba(30,136,229,.3)
        }

            .liste_lien .boxlink:hover span {
                color: #1e88e5
            }

#connec #inscription, #connec #mdp_lose, #connec .inscription_btn button.no_active {
    display: none
}

.slider__header, .slider__homepage {
    background: #eef6ff;
    position: relative;
    margin: 60px 0
}

    .slider__header .slider__header__slide, .slider__header .slider__homepage__slide, .slider__homepage .slider__header__slide, .slider__homepage .slider__homepage__slide {
        padding: 60px 0;
        position: relative
    }

        .slider__header .slider__header__slide #toast-container > .toast, .slider__header .slider__header__slide .container, .slider__header .slider__header__slide .footer_bottom_container, .slider__header .slider__header__slide .footer_top_container, .slider__header .slider__homepage__slide #toast-container > .toast, .slider__header .slider__homepage__slide .container, .slider__header .slider__homepage__slide .footer_bottom_container, .slider__header .slider__homepage__slide .footer_top_container, .slider__homepage .slider__header__slide #toast-container > .toast, .slider__homepage .slider__header__slide .container, .slider__homepage .slider__header__slide .footer_bottom_container, .slider__homepage .slider__header__slide .footer_top_container, .slider__homepage .slider__homepage__slide #toast-container > .toast, .slider__homepage .slider__homepage__slide .container, .slider__homepage .slider__homepage__slide .footer_bottom_container, .slider__homepage .slider__homepage__slide .footer_top_container {
            position: relative;
            z-index: 2
        }

    .slider__header h1, .slider__homepage h1 {
        color: #001d4f;
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
        padding-bottom: 36px;
        margin: 0
    }

    .slider__header p, .slider__homepage p {
        color: #1e88e5;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        padding-bottom: 36px
    }

    .slider__header a, .slider__homepage a {
        display: inline-block;
        color: #1e88e5;
        font-size: 12px;
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700
    }

        .slider__header a span, .slider__homepage a span {
            display: inline-block;
            padding: 6px;
            border-radius: 6px;
            text-decoration: none;
            transform: rotate(45deg);
            background: #1e88e5;
            margin: 0 0 0 16px;
            height: 24px;
            width: 24px
        }

        .slider__header a i, .slider__homepage a i {
            position: relative;
            top: -2px;
            right: -1px;
            color: #fff;
            transform: rotate(-45deg);
            font-weight: 700
        }

    .slider__header .slider__header__button, .slider__header .slider__homepage__button, .slider__homepage .slider__header__button, .slider__homepage .slider__homepage__button {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 36px 0
    }

    .slider__header .slider__header__button__click, .slider__header .slider__homepage__button__click, .slider__homepage .slider__header__button__click, .slider__homepage .slider__homepage__button__click {
        font-size: 14px;
        background: rgba(30,136,229,.1);
        padding: 12px 40px;
        color: #1e88e5;
        margin-right: 6px;
        border-radius: 3px;
        transition: .2s
    }

        .slider__header .slider__header__button__click i, .slider__header .slider__homepage__button__click i, .slider__homepage .slider__header__button__click i, .slider__homepage .slider__homepage__button__click i {
            font-weight: 700
        }

        .slider__header .slider__header__button__click:hover, .slider__header .slider__homepage__button__click:hover, .slider__homepage .slider__header__button__click:hover, .slider__homepage .slider__homepage__button__click:hover {
            color: #fff;
            background: #1e88e5
        }

    .slider__header .slider__image, .slider__homepage .slider__image {
        width: 60%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: 50%
    }

@media (max-width: 991.98px) {
    .slider__header .slider__image, .slider__homepage .slider__image {
        width: 100%
    }
}

.slider__header .slider__image:before, .slider__homepage .slider__image:before {
    content: "";
    display: block;
    width: 50%;
    background-image: linear-gradient(90deg,#eef6ff,rgba(238,246,255,0));
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

#mce-responses {
    font-size: 12px;
    line-height: 21px
}

    #mce-responses .response {
        margin-bottom: 12px;
        padding: 8px 16px;
        background: rgba(0,0,0,.2);
        border-radius: 5px
    }

        #mce-responses .response#mce-error-response {
            background-color: rgba(220,53,69,.5)
        }

        #mce-responses .response#mce-success-response {
            background-color: rgba(40,167,69,.5)
        }

.nav_langage .selectr-container {
    flex: 0 0 84px
}

.user-profile-link {
    width: 89px
}

.user-profile-link, .user-profile-name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(30,136,229,.25);
    color: #1e88e5
}

.user-profile-name {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: 0 !important;
    font-size: 12px;
    text-decoration: none
}

    .user-profile-name i {
        margin-right: 12px
    }

.sites-nav {
    padding: 0;
    margin: 0;
    list-style: none
}

.sites-nav__item.is-active .sites-nav__link {
    opacity: 1
}

    .sites-nav__item.is-active .sites-nav__link:after {
        display: block;
        position: absolute;
        content: "";
        width: 100%;
        height: 4px;
        background: #88c639;
        top: -15px;
        left: 0
    }

.sites-nav__link {
    font-weight: 700;
    opacity: .3;
    transition: all .1s;
    position: relative
}

.lllc-header {
    position: relative;
    background-color: #1e88e5;
    padding-top: 48px;
    padding-bottom: 48px
}

.lllc-header__bg-image {
    width: 66.66%;
    height: 100%;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0
}

.lllc-header__title {
    margin-bottom: 0;
    font-size: 32px;
    color: #fff;
    font-family: avory-i-latin,sans-serif
}

.lllc-header__content {
    margin-bottom: 36px;
    color: #fff;
    font-size: 24px;
    font-weight: 500
}

.lllc-header__cta {
    display: inline-block;
    padding: 14px 38px;
    border-radius: 3px;
    background: #fff;
    color: #001d4f;
    font-size: 14px;
    text-decoration: none
}

.domains-list {
    margin-top: 72px;
    margin-bottom: 72px
}

@media (max-width: 767.98px) {
    .domains-list {
        margin-top: 72px
    }
}

.domains-list__title {
    font-family: avory-i-latin,sans-serif;
    font-weight: 600
}

.domains-list__list {
    list-style: none;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4,1fr);
    padding: 0;
    margin: 0
}

@media (max-width: 1299.98px) {
    .domains-list__list {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width: 991.98px) {
    .domains-list__list {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 767.98px) {
    .domains-list__list {
        grid-template-columns: repeat(1,1fr)
    }
}

.domains-list .domain-tile {
    height: 70px
}

.domain-tile {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 3px;
    text-decoration: none;
    color: inherit;
    transition: .2s linear
}

    .domain-tile:hover {
        transform: scale(1.025);
        box-shadow: 0 6px 12px rgba(0,0,0,.25)
    }

.domain-tile__background {
    z-index: -1;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.domain-tile__icon {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 100%;
    margin-right: 18px;
    fill: #fff
}

    .domain-tile__icon img, .domain-tile__icon svg {
        height: 100%
    }

.domain-tile__name {
    margin-bottom: 0;
    font-size: 14px;
    font-family: Open Sans,sans-serif;
    color: #fff !important
}

@media (max-width: 991.98px) {
    .domain-tile__name {
        font-size: 14px
    }
}

.most-viewed-courses {
    position: relative;
    padding-top: 64px;
    padding-bottom: 96px
}

    .most-viewed-courses:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 282px;
        background-color: #f7f8fc
    }

.most-viewed-courses__title {
    font-size: 24px;
    font-family: avory-i-latin,sans-serif
}

.most-viewed-courses__tabs {
    padding-bottom: 36px
}

.most-viewed-courses__slider {
    margin: 0 -12px;
    padding-bottom: 24px
}

.most-viewed-courses__slide {
    padding: 0 12px
}

.slider-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 991.98px) {
    .slider-bottom-bar {
        display: block
    }
}

.slider-bottom-bar__controls {
    display: flex
}

@media (max-width: 991.98px) {
    .slider-bottom-bar__controls {
        margin-bottom: 12px
    }
}

.slider-bottom-bar__prev {
    margin-right: 6px
}

.course-tile {
    position: relative;
    padding: 17px 24px 24px;
    background-color: #fff;
    border: 1px solid #e8e9ee;
    border-radius: 3px
}

.course-tile__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1
}

.course-tile__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px
}

.course-tile__title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 19px
}

.course-tile__text {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
    color: #001d4f
}

.tags {
    display: flex;
    font-family: avory-i-latin,sans-serif
}

.tags__label {
    margin-right: 38px
}

.tags__text {
    font-size: 18px;
    opacity: .3;
    color: #001d4f
}

.tags__input:checked ~ .tags__text {
    opacity: 1
}

.tags__input {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden
}

.slider-arrow, .slider-bottom-bar__next, .slider-bottom-bar__prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 36px;
    border-radius: 3px;
    color: #1e88e5;
    background-color: #eaf4fd
}

.front-pages {
    padding-bottom: 70px
}

.front-pages__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -12px
}

.front-pages__item {
    flex: 1 0 33.33333%;
    padding: 0 12px;
    margin-bottom: 24px
}

.page-card {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    padding: 78px 40px 21px;
    border: 1px solid #e8e9ee;
    border-radius: 3px;
    text-decoration: none;
    background-color: #f7f8fc
}

.page-card__title {
    width: 50%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: avory-i-latin,sans-serif;
    color: #001d4f !important
}

.page-card__pattern {
    opacity: .33;
    bottom: -70px;
    right: 88px;
    width: 103px;
    height: 103px;
    background-image: url(/app/themes/csl/img/pattern-half-circles.png)
}

.page-card__image, .page-card__pattern {
    overflow: hidden;
    position: absolute;
    border-radius: 24px;
    transform: rotate(45deg)
}

.page-card__image {
    top: -120px;
    right: -160px;
    bottom: 0;
    width: 325px;
    height: 325px
}

.page-card__image-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 140%;
    height: 140%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-45deg)
}

.page-card.-big {
    padding-bottom: 75px
}

    .page-card.-big .page-card__title {
        font-size: 32px;
        line-height: 36px
    }

    .page-card.-big .page-card__pattern {
        bottom: -133px;
        right: 380px;
        width: 216px;
        height: 216px
    }

    .page-card.-big .page-card__image {
        top: -120px;
        right: -160px;
        bottom: 0;
        width: 521px;
        height: 521px
    }

.events-slider {
    padding-bottom: 97px
}

.events-slider__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 38px
}

@media (max-width: 991.98px) {
    .events-slider__top {
        display: block
    }
}

.events-slider__title {
    margin: 0;
    font-size: 24px;
    color: #1e88e5;
    font-family: avory-i-latin,sans-serif
}

.events-slider__subtitle {
    margin: 0;
    font-size: 18px;
    color: #001d4f;
    font-family: avory-i-latin,sans-serif
}

.events-slider__slider {
    padding-bottom: 24px;
    margin: 0 -12px
}

.events-slider__slide {
    padding: 0 12px
}

.event-card {
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e9ee;
    border-radius: 4px
}

    .event-card:after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        top: calc(100% - 200px);
        left: calc(100% - 12px);
        transform: rotate(45deg);
        background: url(/app/themes/csl/img/decoration_bg.png) 50% no-repeat;
        background-size: cover;
        opacity: .5
    }

.event-card__image {
    width: 100%;
    height: 150px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 767.98px) {
    .event-card__image {
        width: 100%;
        height: auto;
        padding-bottom: 52.5%
    }
}

.event-card__content {
    min-height: 232px;
    padding: 24px;
    background: #fff
}

.event-card__date {
    display: block;
    margin: 8px 0 20px;
    font-size: 12px;
    font-weight: 600;
    color: #1e88e5
}

.event-card__title {
    float: left;
    display: block;
    width: 100%;
    min-height: 100px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
    font-family: Open Sans,sans-serif;
    color: #001d4f !important
}

.event-card__link {
    position: absolute;
    bottom: 42px;
    left: 24px;
    font-size: 1.4rem;
    color: #1e88e5
}

.modules-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 250px;
    max-height: calc(100vh - 250px);
    overflow-y: auto
}

.modules-sidebar__search, .modules-sidebar__switch, .modules-sidebar__togglables {
    margin-bottom: 24px
}

.modules-sidebar__search {
    position: relative
}

.modules-sidebar__search-input[type=text] {
    margin: 0;
    border: none;
    background-color: #eaf4fd;
    padding: 18px 40px 18px 16px
}

@media (max-width: 991.98px) {
    .modules-sidebar__search-input[type=text] {
        background-color: #fff
    }
}

.modules-sidebar__search-input[type=text]::-moz-placeholder {
    opacity: .5;
    font-size: 14px;
    font-weight: 500;
    color: #001d4f
}

.modules-sidebar__search-input[type=text]:-ms-input-placeholder {
    opacity: .5;
    font-size: 14px;
    font-weight: 500;
    color: #001d4f
}

.modules-sidebar__search-input[type=text]::placeholder {
    opacity: .5;
    font-size: 14px;
    font-weight: 500;
    color: #001d4f
}

.modules-sidebar__search-icon {
    position: absolute;
    top: 1px;
    right: 18px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1e88e5
}

.switch {
    overflow: hidden;
    display: flex;
    border: 1px solid #e8e9ee;
    border-radius: 3px;
    background-color: #f8f9fd
}

.switch__button {
    flex: 0 0 50%;
    height: 48px;
    border-radius: 3px;
    color: inherit;
    text-decoration: inherit
}

.switch__radio {
    display: block;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0
}

.switch__text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #001d4f;
    font-size: 12px;
    border-radius: 3px
}

.switch .switch__radio:checked ~ .switch__text {
    background-color: #1e88e5;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 0 24px rgba(0,29,79,.5)
}

.togglable {
    overflow: hidden;
    border-right: 1px solid #e8e9ee;
    border-left: 1px solid #e8e9ee;
    border-bottom: 1px solid #e8e9ee
}

    .togglable:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top: 1px solid #e8e9ee
    }

    .togglable:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

.togglable__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px;
    background-color: #f7f8fc;
    border-bottom: 1px solid #e8e9ee;
    cursor: pointer
}

.togglable__title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #001d4f
}

.togglable__icon {
    font-size: 10px;
    color: #001d4f;
    transition: transform .2s
}

.togglable__content {
    overflow-y: auto;
    max-height: 275px;
    padding: 15px !important;
    font-size: 12px;
    color: #747474
}

.togglable__item.-active {
    color: #1e88e5
}

.togglable__item:last-child {
    padding-bottom: 0
}

.togglable__link {
    color: inherit;
    text-decoration: none;
    padding: 12px 0 !important
}

.togglable.-open .togglable__top {
    border-bottom: none
}

.togglable.-open .togglable__icon {
    transform: rotate(90deg)
}

.lllc-modules-page-main .list-topbar, .lllc-profils-page-main .list-topbar {
    margin-bottom: 22px
}

.list-topbar {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px 24px;
    border: 1px solid #e8e9ee;
    border-radius: 3px
}

@media (max-width: 767.98px) {
    .list-topbar {
        flex-wrap: wrap
    }
}

.list-topbar__item {
    display: flex;
    flex-wrap: wrap
}

.list-topbar__text {
    margin-right: 18px;
    font-size: 14px;
    color: #1e88e5
}

@media (max-width: 767.98px) {
    .list-topbar__text {
        margin-bottom: 10px
    }
}

.badge {
    overflow: hidden;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 12px;
    background-color: rgba(139,184,232,.1);
    margin-right: 5px;
    margin-bottom: 5px
}

.badge, .badge__icon {
    position: relative;
    display: flex;
    align-items: center
}

.badge__icon {
    justify-content: center;
    top: 1px;
    margin-left: 18px;
    color: inherit;
    text-decoration: inherit
}

.modules-list__title {
    font-size: 18px;
    color: #001d4f;
    font-family: avory-i-latin,sans-serif;
    font-weight: 500
}

.modules-list__section {
    margin-bottom: 24px
}

.modules-list__section-title {
    font-size: 14px;
    color: #1e88e5;
    font-family: avory-i-latin,sans-serif;
    font-weight: 500
}

.modules-list__list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important
}

.modules-list__item {
    margin-bottom: 12px;
    cursor: pointer
}

    .modules-list__item:last-child {
        margin-bottom: 0
    }

    .modules-list__item.accordion_open i:not(.fa-star) {
        transform: rotate(90deg)
    }

.modules-list__details {
    padding: 24px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #e8e9ee;
    border-top: 0 solid #e8e9ee
}

    .modules-list__details .single-profile-prose {
        padding-top: 0;
        padding-bottom: 0
    }

.modules-list__link {
    display: block;
    color: inherit;
    text-decoration: inherit
}

.modules-list__accordion {
    padding-bottom: 25px;
    overflow: hidden;
    display: none;
    position: relative;
    top: -15px
}

.module-table__status-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    transform: rotate(45deg);
    color: #fff
}

    .module-table__status-icon i {
        transform: rotate(-45deg)
    }

.module-row__type-icon, .module-table__type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 24px;
    font-size: 12px;
    color: #fff
}

.module-row {
    display: flex;
    flex-wrap: wrap;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid #e8e9ee;
    border-radius: 3px;
    background-color: #f8f9fd;
    color: inherit;
    text-decoration: none
}

.module-row__item {
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    align-items: center;
    padding: 5px 0
}

@media (max-width: 767.98px) {
    .module-row__item {
        flex-wrap: wrap;
        padding: 0
    }
}

.module-row__star {
    position: relative;
    color: #f8dd65;
    flex: 0 0 35px
}

@media (max-width: 767.98px) {
    .module-row__star {
        flex: 0 0 100%;
        margin-bottom: 20px
    }
}

.module-row__lang {
    flex: 0 0 28px
}

@media (max-width: 767.98px) {
    .module-row__lang {
        flex: 0 0 50px;
        margin-bottom: 10px
    }
}

.module-row__lang img {
    display: block
}

.module-row__ref {
    flex: 0 0 78px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .module-row__ref {
        flex: 1 0 auto;
        margin-bottom: 10px
    }
}

.module-row__title {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .module-row__title {
        flex: 0 0 100%;
        margin-bottom: 30px
    }
}

.module-row__icons {
    font-size: 12px;
    flex: 0 1 auto
}

.module-row__icon {
    position: relative;
    top: 2px
}

.module-row__dates {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 14px;
    flex: 1 1 auto
}

@media (max-width: 767.98px) {
    .module-row__dates {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 20px
    }
}

.module-row__dates img {
    margin-right: 12px
}

.module-row__dates span {
    position: relative;
    top: 1px
}

.module-row__price {
    position: relative;
    font-size: 14px;
    color: #88c639;
    flex: 0 0 auto;
    padding-right: 20px
}

.module-row__type-icon {
    border-radius: 0;
    color: #000;
    flex: 0 0 16px;
    margin-left: auto
}

@media (max-width: 767.98px) {
    .module-row__type-icon {
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-start
    }
}

.module-row__type-icon i {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    color: #000
}

    .module-row__type-icon i.module_cours {
        color: #4f82c6
    }

    .module-row__type-icon i.module_seminaire {
        color: #f28100
    }

.module-row__price + .module-row__type-icon {
    flex: 0 0 auto;
    margin-left: 0
}

.module-row__chevron {
    flex: 0 0 30px;
    padding-left: 20px;
    font-size: 14px;
    color: #001d4f
}

@media (max-width: 767.98px) {
    .module-row__chevron {
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end;
        padding-left: 0;
        margin-left: auto
    }
}

.module-row__chevron i {
    transition: .2s
}

.single-module-row {
    background: none;
    border: none;
    display: inline-block;
    padding-left: 12px;
    cursor: pointer
}

    .single-module-row i {
        font-size: 26px;
        bottom: 3px;
        position: relative
    }

.profile-card {
    padding: 22px 32px 32px 26px;
    border: 1px solid #e8e9ee;
    border-radius: 3px;
    background: #f8f9fd
}

.profile-card__top {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.profile-card__title {
    margin: 0 18px 0 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important
}

.profile-card__top-icon {
    position: relative;
    top: 1px;
    font-size: 14px
}

.profile-card__text {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 24px;
    color: #001d4f
}

.profile-card__bottom {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: avory-i-latin,sans-serif;
    color: #1e88e5
}

.profile-card__info {
    display: flex;
    align-items: center;
    margin-right: 30px
}

    .profile-card__info:last-child {
        margin-right: 0
    }

.profile-card__info-icon {
    margin-right: 12px
}

    .profile-card__info-icon img {
        transform: translateY(-3px)
    }

.anchors-sidebar {
    height: 100%;
    padding-top: 75px;
    padding-right: 26px;
    padding-bottom: 75px;
    border-right: 2px solid #e8e9ee;
    font-size: 14px;
    line-height: 14px
}

.anchors-sidebar__main-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.anchors-sidebar__main-arrow {
    position: absolute;
    top: -5px;
    right: 0;
    display: none;
    width: 26px;
    height: 26px
}

    .anchors-sidebar__main-arrow:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 6px;
        background-color: #eaf4fd;
        transform: rotate(45deg)
    }

    .anchors-sidebar__main-arrow:after {
        content: "";
        transform: rotate(180deg);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 1px;
        left: 1px;
        width: 100%;
        height: 100%;
        color: #001d4f;
        font-family: Font Awesome\ 6 Pro;
        font-weight: 900
    }

.anchors-sidebar__main-item {
    position: relative;
    color: rgba(0,29,79,.5);
    padding-bottom: 38px
}

    .anchors-sidebar__main-item.-active {
        color: #1e88e5
    }

        .anchors-sidebar__main-item.-active .anchors-sidebar__main-arrow {
            display: block
        }

.anchors-sidebar__main-link {
    display: block;
    color: inherit;
    text-decoration: inherit
}

    .anchors-sidebar__main-link:last-child {
        padding-bottom: 0
    }

.anchors-sidebar__sub-list {
    margin: 0;
    list-style: none;
    display: none;
    padding: 38px 0 0
}

    .anchors-sidebar__sub-list.-active {
        display: block
    }

.anchors-sidebar__sub-item {
    position: relative;
    padding-bottom: 38px;
    padding-left: 30px;
    border-left: 3px solid #eaf4fd
}

    .anchors-sidebar__sub-item:last-child {
        padding-bottom: 0
    }

    .anchors-sidebar__sub-item.-active .anchors-sidebar__sub-arrow {
        display: block
    }

.anchors-sidebar__sub-arrow {
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

    .anchors-sidebar__sub-arrow:before {
        content: "";
        font-size: 12px;
        font-family: Font Awesome\ 6 Pro;
        font-weight: 900
    }

.anchors-sidebar__sub-link {
    color: #1e88e5;
    text-decoration: inherit
}

.lllc-prose {
    line-height: 1.5
}

    .lllc-prose h1 {
        font-size: 22px;
        color: #191949;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 24px;
        font-family: avory-i-latin,sans-serif
    }

    .lllc-prose h2 {
        margin: 24px 0 12px;
        font-size: 16px;
        color: #1e88e5;
        line-height: 24px;
        font-weight: 500;
        font-family: Open Sans,sans-serif
    }

    .lllc-prose h3 {
        margin: 24px 0 12px;
        font-size: 14px;
        font-weight: 600;
        color: #001d4f
    }

    .lllc-prose ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 14px;
        color: grey;
        padding-left: 24px
    }

        .lllc-prose ul li {
            position: relative;
            padding-left: 0
        }

            .lllc-prose ul li:before {
                content: "";
                position: absolute;
                top: 9px !important;
                left: -12px !important;
                width: 5px;
                height: 5px;
                border-radius: 5px !important;
                background-color: #1e88e5 !important;
                border: none !important
            }

        .lllc-prose ul ul li:before {
            width: 3px;
            height: 3px;
            background-color: transparent !important;
            border: 1px solid #1e88e5 !important
        }

    .lllc-prose p {
        margin: 12px 0;
        color: grey
    }

    .lllc-prose a {
        color: #1e88e5;
        text-decoration: underline;
        transition: color .2s
    }

        .lllc-prose a:hover {
            color: #001d4f
        }

        .lllc-prose a.document {
            display: inline-flex;
            border-radius: 3px;
            padding: 12px 16px;
            font-size: 10px;
            color: #2b582b;
            background: #e5ffe4;
            text-decoration: none
        }

            .lllc-prose a.document:before {
                position: relative;
                top: 1px;
                content: "";
                margin-right: 16px;
                font-family: Font Awesome\ 6 Pro;
                font-weight: 900
            }

    .lllc-prose blockquote {
        overflow: hidden;
        position: relative;
        padding: 16px 36px;
        margin-bottom: 20px;
        border-radius: 3px;
        font-style: italic;
        font-weight: 600;
        background-color: #eaf4fd
    }

        .lllc-prose blockquote:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 7px;
            background-color: #1e88e5
        }

        .lllc-prose blockquote p {
            color: #001d4f
        }

            .lllc-prose blockquote p:first-child {
                padding-top: 0;
                margin-top: 0
            }

    .lllc-prose cite, .lllc-prose em {
        display: block;
        margin-bottom: 12px;
        font-style: italic;
        font-size: 14px;
        text-align: right
    }

    .lllc-prose cite {
        color: #1e88e5
    }

    .lllc-prose em {
        color: #747474
    }

    .lllc-prose .download {
        top: 0;
        padding: 12px 0;
        margin-bottom: 24px
    }

        .lllc-prose .download button {
            display: inline-block;
            padding: 12px 16px;
            border-radius: 3px;
            font-size: 1.2rem;
            color: #467046;
            background: #e5ffe4;
            transition: .2s
        }

            .lllc-prose .download button i {
                margin-right: 12px;
                color: #467046
            }

            .lllc-prose .download button:hover {
                color: #fff;
                background: #d6ffd5
            }

            .lllc-prose .download button a {
                text-decoration: none;
                color: #467046
            }

.single-module-content .title-icon, .single-profile-content .title-icon {
    position: relative;
    top: -3px;
    margin-right: 12px;
    height: 22px;
    width: 22px
}

.single-profile {
    padding-bottom: 48px
}

.module-tables {
    margin-bottom: 48px
}

.module-tables__filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 36px
}

    .module-tables__filters .selectr-selected {
        padding: 16px 24px
    }

.module-tables__table {
    margin-bottom: 36px
}

    .module-tables__table:last-child {
        margin-bottom: 0
    }

.module-table {
    overflow: hidden;
    color: #747474
}

@media not print {
    @media (max-width: 767.98px) {
        .module-table__row {
            flex-wrap: wrap;
            align-items: inherit
        }
    }
}

.module-table__session {
    flex: 0 0 110px
}

@media not print {
    @media (max-width: 767.98px) {
        .module-table__session {
            flex: 0 0 50%;
            margin-bottom: 30px;
            order: 1
        }
    }
}

.module-table__price {
    flex: 0 0 70px
}

@media not print {
    @media (max-width: 767.98px) {
        .module-table__price {
            flex: 0 0 70px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            order: 3
        }
    }
}

.module-table__days {
    flex: 0 0 auto;
    margin-right: 8px
}

@media not print {
    @media (max-width: 767.98px) {
        .module-table__days {
            flex: 0 0 50%;
            margin-bottom: 30px;
            order: 2
        }
    }
}

.module-table__location {
    flex: 1 1 auto;
    padding-right: 10px
}

@media not print {
    @media (max-width: 767.98px) {
        .module-table__location {
            flex: 1 1 65%;
            margin-bottom: 15px;
            order: 4;
            padding-right: 0
        }
    }
}

.module-table__icons-group {
    flex: 0 1 35px;
    padding-right: 10px
}

@media not print {
    @media (max-width: 767.98px) {
        .module-table__icons-group {
            flex: 0 0 50%;
            order: 5;
            margin-right: 0 !important
        }
    }
}

.module-table__status {
    flex: 0 0 26px
}

@media not print {
    @media (max-width: 767.98px) {
        .module-table__status {
            flex: 0 0 50%;
            display: flex;
            justify-content: flex-end;
            order: 6
        }
    }
}

.module-table + .module-table {
    margin-top: 15px
}

.module-table__top {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 22px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #001d4f
}

    .module-table__top img {
        margin-right: 20px
    }

.module-table__title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.module-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border: 1px solid #e8e9ee;
    border-bottom: none;
    font-size: 12px;
    color: #1e88e5
}

    .module-table__row:last-child {
        border-bottom: 1px solid #e8e9ee;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }

.module-table__session i, .module-table__session img {
    margin-right: 8px;
    font-size: 14px;
    color: #001d4f
}

.module-table__lang img {
    width: 20px;
    height: 20px
}

.module-table__price i, .module-table__price img {
    margin-right: 8px;
    color: #001d4f
}

.module-table__days {
    display: flex;
    align-items: center
}

    .module-table__days i, .module-table__days img {
        margin-right: 8px;
        font-size: 15px;
        color: #001d4f
    }

.module-table__location {
    display: flex;
    align-items: center
}

    .module-table__location i, .module-table__location img {
        margin-right: 4px
    }

.module-table__icons-group {
    display: flex;
    align-items: center;
    margin-right: 46px
}

.module-table__type {
    color: #000;
    margin-right: 8px
}

    .module-table__type i {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 50%;
        text-align: center;
        color: #000;
        font-size: 16px
    }

.module-table__mode {
    margin-right: 8px
}

    .module-table__mode i, .module-table__mode img {
        position: relative;
        top: -2px
    }

    .module-table__mode .module-table__icon {
        min-width: 28px
    }

.module-table__info {
    font-size: 22px;
    color: #c8c8c8;
    cursor: pointer
}

.module-table__status-icon {
    text-decoration: inherit
}

.related-courses {
    overflow: hidden;
    position: relative;
    max-height: 456px;
    margin-bottom: 36px;
    transition: max-height .5s
}

.related-courses__list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important
}

.related-courses__item {
    margin-bottom: 24px
}

    .related-courses__item:last-child {
        margin-bottom: 0
    }

.related-courses__link {
    color: inherit;
    text-decoration: inherit
}

.related-courses__show-more {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 348px;
    color: #001d4f;
    background: linear-gradient(180deg,transparent,#fff);
    cursor: pointer
}

    .related-courses__show-more:active {
        background: inherit
    }

    .related-courses__show-more i {
        position: absolute;
        bottom: 64px
    }

.course-details-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

@media (max-width: 767.98px) {
    .course-details-modal {
        align-items: flex-start;
        justify-content: flex-start;
        overflow: auto
    }
}

.course-details-modal__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.course-details-modal__modal {
    overflow: hidden;
    position: relative;
    width: 828px;
    border-radius: 3px;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .course-details-modal__modal {
        width: 100%
    }
}

.course-details-modal__top {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding-right: 30px;
    padding-left: 30px;
    border: solid #c8c8c8;
    border-width: 1px 1px 0;
    background-color: #f7f8fc;
    border-radius: 3px 3px 0 0
}

@media (max-width: 767.98px) {
    .course-details-modal__top {
        padding: 10px 30px;
        flex-wrap: wrap
    }
}

@media (max-width: 575.98px) {
    .course-details-modal__top {
        padding: 10px 15px
    }
}

.course-details-modal__star {
    color: #f9dd65;
    margin-right: 18px
}

@media (max-width: 767.98px) {
    .course-details-modal__star {
        order: 1
    }
}

.course-details-modal__ref {
    margin-right: 30px
}

@media (max-width: 767.98px) {
    .course-details-modal__ref {
        order: 2
    }
}

.course-details-modal__title {
    color: #000;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .course-details-modal__title {
        order: 4;
        flex: 0 0 100%;
        margin-top: 10px
    }
}

.course-details-modal__close {
    height: 100%;
    margin-left: auto;
    cursor: pointer
}

@media (max-width: 767.98px) {
    .course-details-modal__close {
        order: 3
    }
}

.course-details-modal__grid {
    display: grid;
    gap: 22px 30px;
    grid-template-areas: "dates dates hours language" "mode mode mode mode" "day day length length" "price price price price";
    padding: 42px 66px;
    border: 1px solid #c8c8c8
}

    .course-details-modal__grid [data-area=dates] {
        grid-area: dates
    }

    .course-details-modal__grid [data-area=hours] {
        grid-area: hours
    }

    .course-details-modal__grid [data-area=language] {
        grid-area: language
    }

    .course-details-modal__grid [data-area=mode] {
        grid-area: mode
    }

    .course-details-modal__grid [data-area=day] {
        grid-area: day
    }

    .course-details-modal__grid [data-area=length] {
        grid-area: length
    }

    .course-details-modal__grid [data-area=price] {
        grid-area: price
    }

@media (max-width: 767.98px) {
    .course-details-modal__grid {
        padding: 36px 30px 56px;
        grid-template-columns: 100% !important;
        grid-template-rows: repeat(7,auto) !important;
        grid-template-areas: "dates" "hours" "language" "mode" "day" "length" "price" !important;
        gap: 20px 0 !important
    }
}

@media (max-width: 575.98px) {
    .course-details-modal__grid {
        padding: 36px 15px
    }
}

.course-details-modal__price .value-box__icon {
    align-self: flex-start
}

.course-details-modal__length .value-box__icon {
    font-size: 16px
}

.course-details-modal .value-box {
    display: flex;
    flex-direction: column;
    height: 100%
}

.course-details-modal .value-box__title {
    margin-bottom: 8px;
    color: #001d4f;
    font-size: 14px;
    font-weight: 700
}

.course-details-modal .value-box__box {
    flex-grow: 1;
    display: flex;
    padding: 12px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    align-items: center
}

.course-details-modal .value-box__text {
    color: #5284c4;
    font-size: 14px;
    font-weight: 600
}

    .course-details-modal .value-box__text p {
        margin-top: 0;
        margin-bottom: 0
    }

        .course-details-modal .value-box__text p b {
            color: #001d4f
        }

.course-details-modal .value-box__icon {
    margin-right: 12px;
    color: #001d4f;
    font-size: 12px
}

    .course-details-modal .value-box__icon i {
        line-height: 50px;
        padding: 0 10px;
        font-size: 16px
    }

.course-details-modal .mode-box__title {
    margin-bottom: 8px;
    color: #001d4f;
    font-size: 14px;
    font-weight: 700
}

.course-details-modal .mode-box__box {
    border: 1px solid #c8c8c8;
    border-radius: 3px
}

.course-details-modal .mode-box__main {
    padding: 12px
}

.course-details-modal .mode-box__main-icon {
    margin-right: 12px
}

.course-details-modal .mode-box__main {
    display: flex;
    align-items: center
}

.course-details-modal .mode-box__main-text {
    font-size: 14px;
    font-weight: 600;
    color: #5284c4
}

.course-details-modal .mode-box__details {
    display: flex;
    padding: 10px 21px;
    border-top: 1px solid #c8c8c8;
    background: #e5e5e5
}

.course-details-modal .mode-box__details-icon {
    margin-right: 20px;
    color: #c8c8c8
}

    .course-details-modal .mode-box__details-icon i {
        position: relative;
        top: 2px
    }

.course-details-modal .mode-box__details-text {
    color: #001d4f;
    font-size: 14px;
    font-weight: 600
}

    .course-details-modal .mode-box__details-text p {
        margin: 0;
        padding: 0
    }

    .course-details-modal .mode-box__details-text b, .course-details-modal .mode-box__details-text strong {
        font-weight: 700
    }

    .course-details-modal .mode-box__details-text ul {
        padding: 0;
        margin: 0;
        list-style-position: inside
    }

.form-steps {
    justify-content: space-between
}

.form-steps, .form-steps__step {
    display: flex;
    align-items: center
}

.form-steps__step {
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 70px;
    height: 36px;
    border: 1px solid #e8e9ee;
    border-radius: 3px;
    background-color: #f7f8fc;
    color: rgba(30,136,229,.2);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s,color .2s
}

    .form-steps__step.-active {
        border: none;
        background-color: #1e88e5;
        color: #fff
    }

.form-steps__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: inherit;
    color: inherit
}

.form-steps__line {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 0 5px;
    background-color: #e8e9ee;
    transition: backround-color .1s
}

    .form-steps__line:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: #1e88e5;
        transition: .2s linear
    }

    .form-steps__line.-active:after {
        width: 100%
    }

.drawer.-open .drawer__backdrop {
    opacity: .5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: top 1ms,opacity .2s
}

    .drawer.-open .drawer__backdrop:hover {
        cursor: alias
    }

.drawer.-open .drawer__drawer {
    transform: translateX(0)
}

.drawer--small .drawer__drawer {
    width: 412px;
    transform: translateX(412px)
}

.drawer .selectr-selected {
    border-radius: 6px;
    font-size: 12px;
    color: #1e88e5;
    background-color: #f7f8fc;
    padding-top: 17px;
    padding-bottom: 17px
}

.drawer__backdrop {
    opacity: 0;
    top: 100vh;
    width: 100vw;
    background-color: #000;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: top 1ms .2s,opacity .2s
}

.drawer__backdrop, .drawer__drawer {
    z-index: 100000;
    position: fixed;
    height: 100vh
}

.drawer__drawer {
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 626px;
    background-color: #fff;
    transform: translateX(626px);
    transition: transform .2s ease-in
}

@media (max-width: 767.98px) {
    .drawer__drawer {
        max-width: 100%;
        width: 100%;
        transform: translateX(100%)
    }
}

.drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px;
    background-image: url(/app/themes/csl/img/lllc-registration-banner.jpg);
    background-size: cover;
    background-position: 50%
}

@media (max-width: 767.98px) {
    .drawer__header {
        padding: 25px
    }
}

.drawer__content {
    display: flex;
    flex-direction: column
}

.drawer__title {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff
}

@media (max-width: 575.98px) {
    .drawer__title {
        max-width: 90%
    }
}

.drawer__btn {
    width: auto;
    padding: 0 20px
}

.drawer-input[type=email], .drawer-input[type=password], .drawer-input[type=text] {
    margin-bottom: 12px
}

@media (max-width: 767.98px) {
    .drawer-input[type=email], .drawer-input[type=password], .drawer-input[type=text] {
        padding: 15px
    }
}


.info-box {
    display: flex;
    padding: 22px 24px
}

.info-box__icon {
    display: flex;
    align-items: center;
    margin-right: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #1e88e5
}

.info-box__text {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #747474
}

.info-box.info-box--error {
    border-color: #b22222;
    background-color: rgba(178,34,34,.2)
}

    .info-box.info-box--error .info-box__text {
        color: #b22222
    }

.info-box.info-box--success {
    border-color: #28a745;
    background-color: rgba(40,167,69,.2)
}

    .info-box.info-box--success .info-box__text {
        color: #28a745
    }

.button-radio {
    display: flex;
    font-size: 12px
}

.button-radio__true {
    visibility: hidden;
    width: 0;
    height: 0
}

.button-radio__box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 19px;
    color: rgba(0,29,79,.5)
}

.button-radio__fake {
    margin-right: 12px
}

.button-radio__text {
    position: relative;
    top: 1px
}

.button-radio__true:checked + .button-radio__box .button-radio__text {
    color: #1e88e5
}

.react-select-container-light {
    margin: 12px 0
}

    .react-select-container-light .react-select-light__control {
        border: none;
        background-color: #f7f8fc
    }

    .react-select-container-light .react-select-light__value-container {
        height: 48px;
        padding: 2px 8px 2px 25px;
        font-size: 12px
    }

    .react-select-container-light .react-select-light__indicator-separator {
        display: none
    }

    .react-select-container-light .react-select-light__placeholder {
        color: rgba(0,29,79,.5)
    }

.form-error {
    display: block;
    margin: 12px 0 24px;
    font-size: 12px;
    color: #f64456
}

.slider__header {
    margin: 0;
    background: #001d4f
}

.site-lllc .slider__header {
    background-color: #1e88e5
}

    .site-lllc .slider__header a {
        color: #fff
    }

        .site-lllc .slider__header a span {
            background-color: #fff
        }

        .site-lllc .slider__header a i {
            color: #1e88e5
        }

.slider__header h1 {
    font-size: 32px;
    font-weight: 700
}

.slider__header h1, .slider__header h2 {
    padding: 0;
    font-family: avory-i-latin,sans-serif;
    color: #fff
}

.slider__header h2 {
    font-size: 16px;
    font-weight: 400
}

.slider__header .slider__image {
    background-size: cover;
    background-position: 50%
}

    .slider__header .slider__image:before {
        background-image: linear-gradient(90deg,#001d4f,rgba(0,29,79,0))
    }

.site-lllc .slider__header .slider__image:before {
    background-image: linear-gradient(90deg,#1e88e5,rgba(30,136,229,0))
}

@media (max-width: 991.98px) {
    .slider__header .slider__image:before {
        width: 100%;
        background-image: none;
        background-color: #001d4f;
        opacity: .8
    }

    .site-lllc .slider__header .slider__image:before {
        background-color: #1e88e5
    }
}

.publication-row {
    display: flex;
    margin-bottom: 24px
}

.publication-row__left {
    flex: 0 0 120px;
    height: 100%;
    padding-right: 15px
}

@media (max-width: 991.98px) {
    .publication-row__left {
        display: none
    }
}

.publication-row__right {
    flex: 0 1 100%
}

    .publication-row__right .expandable-summary {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-color: #e8e9ee;
        border-width: 0 1px 1px
    }

.publication-row .publication-preview {
    height: 100%
}

.publication-preview {
    position: relative
}

.publication-preview__placeholder {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 140%;
    border-radius: 6px;
    background-image: url(/app/themes/csl/img/pattern_image.jpg)
}

.publication-preview__img {
    overflow: hidden;
    width: 100%
}

.publication-preview__ph-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .25
}

.publication {
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e9ee;
    border-radius: 4px
}

.publication__body {
    padding: 12px 24px
}

.publication__date {
    margin-bottom: 0;
    font-size: 10px;
    color: #747474
}

.publication__title {
    padding: 12px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #001d4f
}

.publication__list {
    margin-bottom: 12px
}

    .publication__list:last-child {
        margin-bottom: 0
    }

.documents-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

    .documents-list .documents-list__item {
        padding-right: 12px;
        margin-bottom: 12px
    }

        .documents-list .documents-list__item:last-child {
            padding-right: 0
        }

    .documents-list .documents-list__link {
        color: #1e88e5;
        background-color: transparent
    }

        .documents-list .documents-list__link:before {
            content: "";
            z-index: -1;
            opacity: .2;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 6px;
            background-color: #1e88e5;
            transition: .2s linear
        }

        .documents-list .documents-list__link.languages {
            color: #f0b323
        }

            .documents-list .documents-list__link.languages:before {
                background-color: #f0b323
            }

        .documents-list .documents-list__link.it-telecoms {
            color: #5bc5f2
        }

            .documents-list .documents-list__link.it-telecoms:before {
                background-color: #5bc5f2
            }

        .documents-list .documents-list__link.finance-accounting {
            color: #9c88bf
        }

            .documents-list .documents-list__link.finance-accounting:before {
                background-color: #9c88bf
            }

        .documents-list .documents-list__link.law {
            color: #29a59b
        }

            .documents-list .documents-list__link.law:before {
                background-color: #29a59b
            }

        .documents-list .documents-list__link.communication-marketing {
            color: #e6007e
        }

            .documents-list .documents-list__link.communication-marketing:before {
                background-color: #e6007e
            }

        .documents-list .documents-list__link.human-resources {
            color: #ee7203
        }

            .documents-list .documents-list__link.human-resources:before {
                background-color: #ee7203
            }

        .documents-list .documents-list__link.management {
            color: #2f9638
        }

            .documents-list .documents-list__link.management:before {
                background-color: #2f9638
            }

        .documents-list .documents-list__link.self-help {
            color: #afca0b
        }

            .documents-list .documents-list__link.self-help:before {
                background-color: #afca0b
            }

        .documents-list .documents-list__link.economics {
            color: #bb1f2c
        }

            .documents-list .documents-list__link.economics:before {
                background-color: #bb1f2c
            }

        .documents-list .documents-list__link.banks-insurance {
            color: #5488c7
        }

            .documents-list .documents-list__link.banks-insurance:before {
                background-color: #5488c7
            }

        .documents-list .documents-list__link.logistics {
            color: #951b81
        }

            .documents-list .documents-list__link.logistics:before {
                background-color: #951b81
            }

        .documents-list .documents-list__link.quality-environment {
            color: #a37349
        }

            .documents-list .documents-list__link.quality-environment:before {
                background-color: #a37349
            }

        .documents-list .documents-list__link.security-health {
            color: #f4a6a0
        }

            .documents-list .documents-list__link.security-health:before {
                background-color: #f4a6a0
            }

        .documents-list .documents-list__link.social {
            color: #96cfc1
        }

            .documents-list .documents-list__link.social:before {
                background-color: #96cfc1
            }

        .documents-list .documents-list__link.governance-audit {
            color: #61629c
        }

            .documents-list .documents-list__link.governance-audit:before {
                background-color: #61629c
            }

        .documents-list .documents-list__link:hover {
            color: #fff !important;
            background-color: transparent !important
        }

            .documents-list .documents-list__link:hover:before {
                opacity: 1
            }

.document_category {
    margin-bottom: 72px
}

.document_category_title {
    display: flex;
    align-items: center;
    font-size: 20px
}

.document_category_count {
    display: inline-block;
    padding: 6px 8px;
    margin-left: 24px;
    font-size: 12px;
    border-radius: 6px;
    color: #1e88e5;
    font-weight: 700;
    background-color: #eef6ff
}

.wishlist-drawer__fixed {
    z-index: 100000;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    width: 412px;
    height: 48px;
    border-top-left-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    background: #1e88e5
}

@media (max-width: 767.98px) {
    .wishlist-drawer__fixed {
        width: 100%
    }
}

.wishlist-drawer__fixed:hover {
    cursor: pointer
}

.wishlist-drawer__toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 48px;
    background-color: hsla(0,0%,100%,.1)
}

.wishlist-drawer__title {
    flex: 1 1;
    display: flex;
    align-items: center;
    padding: 0 24px
}

.wishlist-drawer__number {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 48px;
    font-weight: 700
}

.wishlist-drawer__drawer-title {
    padding: 56px 48px;
    margin-bottom: 0;
    font-size: 22px;
    color: #10182d
}

@media (max-width: 767.98px) {
    .wishlist-drawer__drawer-title {
        padding: 36px 30px 56px
    }
}

@media (max-width: 575.98px) {
    .wishlist-drawer__drawer-title {
        padding: 36px 15px
    }
}

.wishlist-drawer__empty {
    padding-right: 48px;
    padding-left: 48px
}

.wishlist-drawer__items {
    margin: 0;
    list-style: none;
    padding: 0 0 90px
}

.wishlist-drawer__item {
    padding-right: 48px;
    padding-left: 48px;
    margin-bottom: 24px
}

@media (max-width: 767.98px) {
    .wishlist-drawer__item {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 575.98px) {
    .wishlist-drawer__item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.wishlist-drawer__item--error {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #ffeaea
}

.wishlist-drawer__item:last-child {
    margin-bottom: 0
}

.wishlist-drawer__errors {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
    font-size: 14px;
    color: #f64456;
    line-height: 24px
}

.wishlist-drawer__recap {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 96px;
    padding-left: 48px;
    background-color: #f7f8fc;
    margin-bottom: 48px;
    margin-top: auto
}

.wishlist-drawer__total {
    flex-grow: 1
}

.wishlist-drawer__total-text {
    margin-bottom: 11px;
    font-size: 14px;
    color: #001d4f
}

.wishlist-drawer__price {
    font-size: 24px;
    color: #1e88e5
}

.wishlist-drawer__buy-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 96px;
    height: 96px;
    color: #fff;
    background: #94ba3f
}

.wishlist-item {
    border: 1px solid #e8e9ee;
    border-radius: 3px
}

.wishlist-item--error, .wishlist-item--error .wishlist-item__body {
    border-color: #f7949e
}

.wishlist-item__body {
    padding: 14px 24px 18px;
    border-bottom: 1px solid #e8e9ee
}

.wishlist-item__ref {
    padding-bottom: 12px;
    font-size: 10px;
    font-weight: 700;
    color: inherit
}

.wishlist-item__title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Open Sans,sans-serif;
    color: inherit
}

.wishlist-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    padding-left: 24px
}

.wishlist-item__price {
    font-size: 12px;
    font-weight: 700;
    color: #1e88e5
}

.wishlist-item__delete {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    opacity: .25;
    font-size: 12px;
    color: #000
}

.checkout-drawer__header {
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #f7f8fc
}

.checkout-drawer__avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 48px;
    height: 48px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background-color: #001d4f
}

.checkout-drawer__person-infos {
    flex: 1 1;
    padding: 0 16px
}

.checkout-drawer__person-name {
    margin-bottom: 6px;
    font-size: 12px;
    color: #1e88e5;
    font-weight: 700
}

.checkout-drawer__person-id {
    font-size: 12px;
    color: #747474
}

.checkout-drawer__logout-button {
    flex: 0 0;
    color: #1e88e5
}

.checkout-drawer__items {
    margin-top: 36px;
    margin-bottom: 36px
}

.checkout-drawer__item {
    margin-bottom: 24px
}

    .checkout-drawer__item:last-child {
        margin-bottom: 0
    }

.checkout-drawer__footer {
    padding-top: 24px;
    padding-bottom: 60px
}

.checkout-drawer__total {
    margin-bottom: 24px
}

.checkout-drawer__total-text {
    margin-bottom: 12px;
    font-size: 14px;
    color: #001d4f;
    font-weight: 700
}

.checkout-drawer__total-price {
    font-size: 24px;
    color: #1e88e5
}

.checkout-drawer__buttons {
    display: flex;
    justify-content: space-between
}

    .checkout-drawer__buttons button {
        flex-basis: calc(50% - 12px)
    }

.class-registration-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5000;
    display: flex;
    justify-content: center;
    align-items: center
}

    .class-registration-modal.-hidden {
        display: none
    }

.class-registration-modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

    .class-registration-modal__backdrop:hover {
        cursor: pointer
    }

.class-registration-modal__box {
    z-index: 10;
    overflow: hidden;
    position: relative;
    width: 828px;
    border-radius: 3px;
    background-color: #fff
}

.class-registration-modal__loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 96px 0;
    font-size: 60px;
    color: #1e88e5
}

.class-registration-modal__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 50px;
    color: #fff;
    background-color: #1e88e5
}

.class-registration-modal__title {
    position: relative;
    top: 2px;
    padding-right: 24px;
    margin: 0;
    font-size: 24px;
    color: #fff
}

.class-registration-modal__close:hover {
    cursor: pointer
}

.class-registration-modal__content {
    display: flex;
    padding: 50px;
    color: #747474
}

.class-registration-modal__col {
    width: 100%;
    margin-right: 50px
}

    .class-registration-modal__col:last-child {
        margin-right: 0
    }

.class-registration-modal__subtitle {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 14px;
    font-weight: 700;
    color: #001d4f
}

.class-registration-modal__subtitle--with-icon {
    position: relative;
    left: -30px
}

    .class-registration-modal__subtitle--with-icon i {
        margin-right: 16px;
        color: #1e88e5
    }

.class-registration-modal__price-text {
    position: relative;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #1e88e5
}

.class-registration-modal__price-type-text {
    margin-top: 0
}

.class-registration-modal__infos-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px
}

.class-registration-modal__infos-list-item {
    margin-bottom: 12px
}

    .class-registration-modal__infos-list-item:last-child {
        margin-bottom: unset
    }

    .class-registration-modal__infos-list-item i {
        width: 32px;
        color: #1e88e5
    }

.class-registration-modal__price {
    position: relative;
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 3px
}

.class-registration-modal__price-select {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0 16px;
    margin: 0;
    font-size: 12px;
    background-color: #f7f8fc
}

.docs-toggle {
    margin-top: 12px;
    margin-bottom: 24px
}

.docs-toggle__bar {
    display: flex;
    align-items: center;
    cursor: pointer
}

    .docs-toggle__bar span {
        color: #001d4f;
        font-size: 1.4rem;
        font-weight: 400
    }

    .docs-toggle__bar i {
        margin-left: 12px
    }

.docs-toggle__chevron {
    position: relative;
    top: 3px;
    display: flex;
    align-items: center;
    font-size: 10px;
    opacity: .4;
    color: #001d4f;
    margin-left: 12px;
    transition: transform .2s,top .2s
}

.docs-toggle__content {
    padding-top: 12px
}

.docs-toggle.is-open .docs-toggle__chevron {
    transform: rotate(180deg);
    top: 2px
}

.publications-title {
    margin-top: 60px;
    margin-bottom: 28px;
    font-size: 24px
}

@media (max-width: 767.98px) {
    .publications-title {
        font-size: 18px
    }
}

.publications-title__badge {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 24px;
    font-size: 12px;
    padding: 4px 6px;
    background-color: rgba(30,136,229,.2);
    border-radius: 2px
}

@media (max-width: 767.98px) {
    .publications-title__badge {
        top: -1px;
        margin-left: 8px;
        font-size: 10px
    }
}

.big-info-box {
    display: flex;
    padding: 36px;
    border: 1px solid #e8e9ee;
    border-radius: 3px
}

.big-info-box__icon {
    padding-top: 8px;
    margin-right: 42px;
    color: #1e88e5
}

.big-info-box__title {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px
}

.big-info-box__text {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #747474
}

.big-info-box--success {
    background-color: #f5f9eb
}

    .big-info-box--success .big-info-box__icon, .big-info-box--success .big-info-box__title {
        color: #88c639
    }

.big-info-box--danger {
    background-color: #ffeaea
}

    .big-info-box--danger .big-info-box__icon, .big-info-box--danger .big-info-box__title {
        color: #c63939
    }

.page-template-template-lllc_payment_failed .big-info-box, .page-template-template-lllc_payment_success .big-info-box {
    margin: 48px 0
}

.register-class-button {
    padding: 12px 24px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff
}

    .register-class-button i {
        margin-left: 12px
    }

.folder-request-form label {
    display: block;
    margin-bottom: 24px;
    font-size: 14px
}

.folder-request-form input, .folder-request-form select {
    min-height: unset
}

    .folder-request-form input[type=submit] {
        padding: 12px 24px;
        border: none;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        background-color: #1e88e5;
        font-family: Open Sans,sans-serif;
        font-size: 16px
    }

.page-template-template-lllc_demande_de_brochure .wpcf7 form .wpcf7-response-output {
    padding: 24px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px
}

.page-template-template-lllc_demande_de_brochure .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #dc3232
}

.footer_langage, .nav_langage {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

    .footer_langage a, .nav_langage a {
        font-weight: 700;
        color: #1e88e5;
        text-decoration: none;
        margin-right: 12px;
        opacity: .35
    }

        .footer_langage a + a, .nav_langage a + a {
            margin-right: 0
        }

        .footer_langage a.active, .nav_langage a.active {
            opacity: 1
        }

.footer_langage {
    padding-right: 0 !important
}

.loader, .loader:after, .loader:before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s ease-in-out infinite;
    animation: load7 1.8s ease-in-out infinite
}

.loader {
    color: #1e88e5;
    font-size: 8px;
    margin: 0 auto;
    position: relative;
    opacity: .6;
    text-indent: -9999em;
    transform: translateZ(0) translateY(-50%) scale(.5);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

    .loader:after, .loader:before {
        content: "";
        position: absolute;
        top: 0
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .loader:after {
        left: 3.5em
    }

@-webkit-keyframes load7 {
    0%,80%,to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {
    0%,80%,to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

#user-infos-form {
    padding: 60px 0
}

    #user-infos-form label {
        margin-top: 24px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #001d4f
    }

    #user-infos-form input, #user-infos-form select {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #e8e9ee;
        outline: none;
        font-size: 14px;
        color: #1e88e5;
        background-color: #eef6ff
    }

    #user-infos-form select {
        line-height: 19px
    }

.registration {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap
}

    .registration .module-table__row {
        border: 1px solid #c8c8c8;
        padding: 18px 12px;
        flex: 0 0 100%
    }

@media (max-width: 767.98px) {
    .registration .module-table__row {
        display: flex;
        padding: 18px 22px;
        flex-wrap: wrap
    }
}

.registration .module-table__icons-group {
    margin-right: 0
}

@media (max-width: 767.98px) {
    .registration .module-table__icons-group {
        flex: 0 0 100%;
        justify-content: flex-end
    }
}

.registration-top {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #c8c8c8;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background-color: #f7f8fc;
    font-size: 14px;
    flex: 0 0 100%
}

@media (max-width: 767.98px) {
    .registration-top {
        padding: 18px 22px;
        flex-wrap: wrap
    }
}

.registration-top-close {
    font-size: 16px;
    color: #ea4e68;
    flex: 0 1 auto
}

    .registration-top-close i {
        margin-right: 10px
    }

        .registration-top-close i.fa-question-mark {
            margin-right: 0
        }

.registration-top-ref {
    color: #001d4f;
    flex: 0 0 70px
}

.registration-top-title {
    color: #000;
    font-weight: 700;
    padding-right: 10px;
    flex: 1 1 auto
}

@media (max-width: 767.98px) {
    .registration-top-title {
        flex: 0 0 100%;
        margin: 20px 0 30px;
        padding: 0
    }
}

.registration-top-payment-method {
    color: #5284c4;
    display: flex;
    align-items: center;
    padding: 0 5px;
    flex: 0 0 100px
}

@media (max-width: 767.98px) {
    .registration-top-payment-method {
        padding: 0;
        flex: 0 0 50%
    }
}

@media (max-width: 575.98px) {
    .registration-top-payment-method {
        flex: 0 0 100%;
        margin-bottom: 15px
    }
}

.registration-top-payment-method-icon {
    font-size: 16px;
    color: #c4c4c4;
    margin: 10px 5px 10px 0
}

.registration-top-paymentstatus {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #001d4f
}

.registration-top-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto
}

@media (max-width: 767.98px) {
    .registration-top-actions {
        flex: 0 0 50%;
        justify-content: flex-end
    }
}

@media (max-width: 575.98px) {
    .registration-top-actions {
        flex: 0 0 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap
    }
}

.registration-top-countdown {
    width: 134px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    color: #c4c4c4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.registration-top-action, .registration-top-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 700
}

.registration-top-action {
    border-radius: 3px;
    background-color: #1e88e5;
    color: #fff;
    padding: 0 10px;
    width: auto
}

@media (max-width: 575.98px) {
    .registration-top-action {
        flex: 0 0 100%
    }
}

.registration-btn__cancel {
    margin-left: 10px
}

@media (max-width: 575.98px) {
    .registration-btn__cancel {
        margin-left: 0;
        margin-top: 5px
    }
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    cursor: pointer
}

.modal-box {
    overflow-y: auto;
    position: relative;
    width: 760px;
    background-color: #fff;
    border-radius: 3px;
    max-height: calc(100vh - 96px);
    z-index: 1050
}

@media (max-width: 767.98px) {
    .modal-box {
        width: 100%
    }
}

.modal-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 60px;
    padding-right: 26px;
    color: #fff;
    background-color: #1e88e5
}

@media (max-width: 767.98px) {
    .modal-box-top {
        padding: 0 30px
    }
}

@media (max-width: 575.98px) {
    .modal-box-top {
        padding: 0 15px
    }
}

.modal-box-top-title {
    position: relative;
    top: 2px;
    font-family: avory-i-latin,sans-serif;
    font-size: 22px;
    font-weight: 400
}

.modal-box-top-close {
    cursor: pointer
}

.modal-box-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 96px;
    font-size: 48px
}

.modal-box-content {
    display: grid;
    grid-template-areas: "titles infos" "form form";
    padding: 36px 60px 56px;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .modal-box-content {
        padding: 36px 30px 56px
    }
}

.class-registration-modal {
    font-size: 14px;
    color: #5284c4
}

    .class-registration-modal label {
        display: flex
    }

        .class-registration-modal label input {
            position: relative;
            top: -1px;
            opacity: 1;
            visibility: visible;
            display: block;
            margin-right: 12px
        }

    .class-registration-modal .modal-box-content {
        display: grid;
        gap: 20px 24px;
        grid-template-columns: repeat(3,1fr);
        grid-template-areas: "titles  titles  infos" "tarifs  tarifs  tarifs" "mailto  mailto  mailto" "billing billing billing" "price   terms   terms" "buttons buttons buttons"
    }

@media (max-width: 767.98px) {
    .class-registration-modal .modal-box-content {
        grid-template-columns: 100% !important;
        grid-template-rows: repeat(7,auto) !important;
        grid-template-areas: "titles" "infos" "tarifs" "mailto" "billing" "price" "terms" "buttons" !important;
        gap: 20px 0 !important
    }
}

@media (max-width: 575.98px) {
    .class-registration-modal .modal-box-content {
        padding: 36px 15px
    }
}

.class-registration-modal-titles {
    grid-area: titles;
    color: #001d4f
}

.class-registration-modal-infos {
    grid-area: infos
}

.class-registration-modal-tarifs {
    grid-area: tarifs;
    display: flex
}

    .class-registration-modal-tarifs .double-box-top label {
        margin-bottom: 20px
    }

        .class-registration-modal-tarifs .double-box-top label:last-child {
            margin-bottom: 0
        }

    .class-registration-modal-tarifs .double-box-bottom {
        padding: 0;
        display: flex
    }

        .class-registration-modal-tarifs .double-box-bottom > * {
            width: 50%;
            padding: 16px 24px
        }

        .class-registration-modal-tarifs .double-box-bottom label {
            display: flex;
            align-items: center
        }

    .class-registration-modal-tarifs .discount {
        border-right: 1px solid #c8c8c8
    }

        .class-registration-modal-tarifs .discount i {
            position: relative;
            top: 1px;
            margin-left: 12px
        }

.class-registration-modal-billing {
    grid-area: billing
}

.class-registration-modal-mailto {
    grid-area: mailto
}

.class-registration-modal-address-radios {
    display: flex
}

    .class-registration-modal-address-radios label {
        margin-right: 20px
    }

        .class-registration-modal-address-radios label:last-child {
            margin-right: 0
        }

.class-registration-modal-address-coordinates {
    color: #001d4f
}

    .class-registration-modal-address-coordinates p {
        margin: 0
    }

.class-registration-modal-price {
    grid-area: price;
    padding: 8px 16px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    font-family: avory-i-latin,sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1e88e5;
    background-color: #f7f8fc
}

.class-registration-modal-terms {
    grid-area: terms;
    display: flex;
    align-items: center
}

.class-registration-modal-buttons {
    grid-area: buttons;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr)
}

@media (max-width: 575.98px) {
    .class-registration-modal-buttons {
        grid-template-columns: 100% !important;
        grid-template-rows: repeat(3,auto) !important;
        gap: 10px 0 !important
    }
}

.class-registration-modal-buttons button {
    height: 50px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700
}

    .class-registration-modal-buttons button i {
        margin-right: 12px
    }

    .class-registration-modal-buttons button[method=card], .class-registration-modal-buttons button[method=payconiq] {
        background-color: #1e88e5
    }

    .class-registration-modal-buttons button[method=transfer] {
        background-color: #c4c4c4
    }

.class-registration-modal-ref {
    font-size: 18px;
    margin-bottom: 22px
}

.class-registration-modal-title {
    font-size: 24px;
    font-family: avory-i-latin,sans-serif
}

.double-box {
    width: 100%
}

.double-box-label {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #001d4f
}

.double-box-top {
    padding: 16px 24px;
    border: 1px solid #c8c8c8;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background-color: #f7f8fc;
    color: #5284c4
}

@media (max-width: 575.98px) {
    .double-box-top {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .double-box-top, .double-box-top .class-registration-modal-address-radios {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width: 575.98px) {
    .double-box-top .class-registration-modal-address-radios label {
        flex: 0 0 100%
    }
}

@media (max-width: 575.98px) {
    .double-box-top .class-registration-modal-address-radios label:first-child {
        margin: 0 0 15px
    }
}

.double-box-bottom {
    padding: 16px 24px;
    margin-bottom: 32px;
    border: 1px solid #c8c8c8;
    border-radius: 0 0 3px 3px
}

.cancel-registration {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

    .cancel-registration a {
        color: #1e88e5
    }

.cancel-registration-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    cursor: pointer
}

.cancel-registration-box {
    overflow-y: auto;
    position: relative;
    max-height: 100vh;
    width: 760px;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .cancel-registration-box {
        width: 100%
    }
}

.cancel-registration-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 60px;
    padding-right: 26px;
    color: #fff;
    background-color: #ff4685
}

@media (max-width: 767.98px) {
    .cancel-registration-top {
        padding: 10px 15px
    }
}

.cancel-registration-top-title {
    position: relative;
    top: 2px;
    font-family: avory-i-latin,sans-serif;
    font-size: 22px;
    font-weight: 400
}

.cancel-registration-top-close {
    cursor: pointer
}

.cancel-registration-content {
    display: grid;
    grid-template-areas: "titles infos" "form form";
    padding: 36px 60px 56px;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .cancel-registration-content {
        padding: 36px 15px;
        grid-template-areas: "titles" "infos" "form"
    }
}

.cancel-registration-titles {
    grid-area: titles;
    color: #001d4f
}

.cancel-registration-titles-ref {
    font-size: 18px;
    margin-bottom: 22px
}

.cancel-registration-titles-title {
    font-size: 24px;
    font-family: avory-i-latin,sans-serif
}

.cancel-registration-infos {
    grid-area: infos
}

.cancel-registration-form {
    grid-area: form;
    font-size: 14px;
    color: #001d4f
}

@media (max-width: 767.98px) {
    .cancel-registration-form {
        margin-top: 20px
    }
}

.cancel-registration-form-title {
    font-weight: 700;
    margin-bottom: 12px
}

.cancel-registration-form-reasons, .cancel-registration-form-terms {
    padding: 16px 24px;
    border: 1px solid #c8c8c8
}

    .cancel-registration-form-reasons label, .cancel-registration-form-terms label {
        display: flex;
        margin-bottom: 8px
    }

        .cancel-registration-form-reasons label:last-child, .cancel-registration-form-terms label:last-child {
            margin-bottom: 0
        }

    .cancel-registration-form-reasons input, .cancel-registration-form-terms input {
        opacity: 1;
        position: relative;
        top: -2px;
        visibility: visible;
        display: block;
        margin-right: 12px
    }

.cancel-registration-form-reasons {
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background-color: #f7f8fc;
    color: #5284c4
}

.cancel-registration-form-terms {
    margin-bottom: 32px;
    border-radius: 0 0 3px 3px
}

@media (max-width: 767.98px) {
    .cancel-registration-form-buttons {
        display: flex;
        flex-wrap: wrap
    }
}

.cancel-registration-form-buttons button {
    width: 144px;
    height: 50px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    margin-right: 24px
}

    .cancel-registration-form-buttons button:last-child {
        margin-right: 0
    }

    .cancel-registration-form-buttons button:disabled {
        opacity: .25;
        cursor: not-allowed
    }

@media (max-width: 767.98px) {
    .cancel-registration-form-buttons button {
        flex: 0 0 100%;
        margin-bottom: 5px
    }
}

.cancel-registration-form-confirm {
    background-color: #1e88e5
}

.cancel-registration-form-cancel {
    background-color: #c8c8c8
}

.cancel-registration-success-title {
    margin-bottom: 24px;
    font-size: 24px;
    font-family: avory-i-latin,sans-serif
}

.class-infos-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .class-infos-list li {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        color: #5284c4
    }

        .class-infos-list li:last-child {
            margin-bottom: 0
        }

        .class-infos-list li img {
            position: relative;
            top: 2px;
            margin-right: 3px;
            flex-shrink: 0;
            width: 36px;
            max-height: 20px
        }

        .class-infos-list li p {
            margin: 0
        }

.lllc-home-search-form {
    position: relative;
    margin-bottom: 30px
}

    .lllc-home-search-form input {
        padding: 18px 55px 18px 15px
    }

    .lllc-home-search-form button {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        font-size: 20px;
        color: #1e88e5
    }

#login-drawer .drawer__header, #registration-drawer .drawer__header {
    padding: 20px 48px !important
}

@media (max-width: 767.98px) {
    #login-drawer .drawer__header, #registration-drawer .drawer__header {
        padding: 20px 30px !important
    }
}

@media (max-width: 575.98px) {
    #login-drawer .drawer__header, #registration-drawer .drawer__header {
        padding: 20px 15px !important
    }
}

#login-drawer .drawer-form, #registration-drawer .drawer-form {
    padding-top: 25px !important
}

#login-drawer .drawer-form__logo, #registration-drawer .drawer-form__logo {
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    #login-drawer .drawer-form__logo img, #registration-drawer .drawer-form__logo img {
        width: 30%;
        width: 40%
    }
}

#login-drawer .drawer-input, #registration-drawer .drawer-input {
    padding: 12px 28px !important
}

#login-drawer .info-box, #registration-drawer .info-box {
    margin-top: 20px;
    padding: 10px 24px
}

#login-drawer .info-sup, #registration-drawer .info-sup {
    font-family: Open Sans,sans-serif;
    margin: 25px 0 0;
    padding: 0 48px
}

@media (max-width: 767.98px) {
    #login-drawer .info-sup, #registration-drawer .info-sup {
        padding: 0 30px
    }
}

@media (max-width: 575.98px) {
    #login-drawer .info-sup, #registration-drawer .info-sup {
        padding: 0 15px
    }
}

#login-drawer .info-sup h2, #login-drawer .info-sup p, #registration-drawer .info-sup h2, #registration-drawer .info-sup p {
    margin: 12px 0
}

#login-drawer .info-sup h2, #registration-drawer .info-sup h2 {
    font-size: 1.8rem;
    line-height: 1
}

    #login-drawer .info-sup h2:last-child, #registration-drawer .info-sup h2:last-child {
        margin-top: 25px
    }

#login-drawer .info-sup ul, #registration-drawer .info-sup ul {
    margin: 0;
    padding-left: 25px
}

#login-drawer .info-sup li, #login-drawer .info-sup p, #registration-drawer .info-sup li, #registration-drawer .info-sup p {
    font-size: 10px;
    line-height: 12px
}

#login-drawer .info-sup a, #registration-drawer .info-sup a {
    color: #1e88e5
}

.btn__text {
    width: auto;
    padding: 0 20px
}

.reset-password-container {
    padding: 50px 0
}

    .reset-password-container input[type=submit] {
        margin-top: 20px
    }

#logout-form {
    height: 100%
}

    #logout-form button {
        display: block;
        height: 100%;
        padding: 0 28px 0 38px;
        position: relative;
        font-size: 12px;
        background-color: #001d4f;
        color: #eaf4fd
    }

        #logout-form button:before {
            content: "";
            font-family: Font Awesome\ 6 Pro;
            font-weight: 400;
            position: absolute;
            left: 20px;
            top: calc(50% + 1px);
            transform: translateY(-50%)
        }

.site-lllc .simplebar-content {
    display: block
}

@media (max-width: 991.98px) {
    .site-lllc .simplebar-content {
        display: none
    }
}

.class-registration-pdfs {
    display: flex
}

.class-registration-pdf-button {
    padding: 12px 16px;
    margin-right: 24px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background-color: #1e88e5;
    transition: background-color .2s linear;
    font-weight: 700
}

    .class-registration-pdf-button:hover {
        background-color: rgba(30,136,229,.75)
    }

    .class-registration-pdf-button i {
        margin-right: 6px
    }

.coupon-code {
    position: relative;
    right: 0;
    top: 0
}

    .coupon-code i {
        position: absolute;
        top: 12px;
        right: 14px;
        font-size: 20px
    }

    .coupon-code input[type=text] {
        padding: 12px 14px;
        margin: 0;
        color: #1e88e5
    }

.coupon-code-error {
    margin-top: 6px;
    color: #b22222
}

.coupon-code.coupon-code--error i, .coupon-code.coupon-code--invalid i {
    color: #b22222
}

.coupon-code.coupon-code--error input[type=text], .coupon-code.coupon-code--invalid input[type=text] {
    color: #b22222;
    background-color: rgba(178,34,34,.2)
}

.coupon-code.coupon-code--invalid i:hover {
    cursor: pointer
}

.coupon-code.coupon-code--valid i {
    color: #34c900
}

.coupon-code.coupon-code--valid input[type=text] {
    color: #34c900;
    background-color: rgba(52,201,0,.2)
}

.coupon-code-error, .coupon-code-success {
    margin-top: 6px
}

.event-container .slick-track {
    margin-left: 0;
    margin-right: 0
}

.footer_page_content {
    position: relative;
    display: block;
    padding: 24px 24px 30px 48px;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .footer_page_content {
        padding-left: 24px
    }
}

.page-template-template-lllc_home .actu-container .slick-next, .page-template-template-lllc_home .actu-container .slick-prev {
    display: none !important
}

.home-box {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 28px;
    border: 1px solid #e8e9ee;
    border-radius: 8px;
    text-decoration: none;
    background: #f7f8fc
}

    .home-box > * {
        z-index: 1;
        position: relative
    }

.home-box__title {
    flex-grow: 1;
    width: 60%;
    margin-bottom: 24px;
    font-size: 1.8rem;
    font-family: avory-i-latin,sans-serif;
    font-weight: 400
}

.page-template-template-lllc_home .home-box__title {
    width: 50%
}

.home-box__link {
    position: relative;
    display: inline;
    padding-right: 36px;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .125em;
    text-transform: uppercase;
    color: #001d4f
}

    .home-box__link:after, .home-box__link:before {
        position: absolute;
        top: -2px;
        right: 0;
        display: block;
        width: 1.75em;
        height: 1.75em
    }

    .home-box__link:before {
        content: "";
        border-radius: 6px;
        background-color: #1e88e5;
        transform: rotate(45deg)
    }

    .home-box__link:after {
        right: 2px;
        display: grid;
        content: "";
        place-items: center;
        font-weight: 900;
        font-family: Font Awesome\ 6 Pro;
        color: #fff;
        font-size: .9em;
        padding: 0;
        transform: translateX(.1em) rotate(180deg)
    }

.home-box__overlay {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 47.5%
}

.home-box__overlay__image, .home-box__overlay__pattern {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: 0;
    background-size: cover
}

.home-box__overlay__image {
    background-size: cover;
    background-position: 50%;
    transition: transform .2s ease-in-out
}

.home-box:hover .home-box__overlay__image {
    transform: scale(1.05)
}

.home-box__overlay__pattern {
    background-image: url(/app/themes/csl/img/content_bg_mask_3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0
}

#searchsubmit i {
    position: relative;
    top: -1px;
    font-size: 20px
}

.nav_link a, .nav_top a {
    text-decoration: none;
    color: #001d4f
}

.single-events .content_page.padding_top_bot {
    padding-bottom: 16px
}


.highlight_snippet {
    font-size: 1.4rem;
    line-height: 1.5;
    color: rgba(54,54,54,.7)
}

    .highlight_snippet em {
        border-radius: 3px;
        background-color: rgba(40,165,155,.5)
    }

.mosaic-cards {
    margin-top: 64px;
    margin-bottom: 64px
}

.mosaic-cards__content {
    margin-bottom: 24px
}

.mosaic-cards__cards {
    display: flex;
    gap: 24px 0;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.mosaic-cards__item {
    padding-left: 12px;
    padding-right: 12px;
    width: 25%
}

@media (max-width: 1299.98px) {
    .mosaic-cards__item {
        width: 33.33333%
    }
}

@media (max-width: 991.98px) {
    .mosaic-cards__item {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .mosaic-cards__item {
        width: 100%
    }
}

.mosaic-card {
    padding: 24px;
    border-radius: 3px;
    background-color: #f3f1f5
}

@media print {
    .mosaic-card {
        border: 2px solid #000
    }
}

.mosaic-card__icon {
    position: relative;
    width: 48px;
    height: 48px
}

    .mosaic-card__icon img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

.mosaic-card__title {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #1e88e5
}

.left-image-right-text {
    margin-top: 64px;
    margin-bottom: 64px
}

.left-image-right-text__item {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 36px
}

    .left-image-right-text__item:last-child {
        margin-bottom: 0
    }

@media (max-width: 991.98px) {
    .left-image-right-text__item {
        display: block;
        margin-bottom: 12px
    }
}

.left-image-right-text__image {
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    display: block;
    max-height: 156px;
    max-width: 156px;
    border-radius: 3px
}

@media (max-width: 991.98px) {
    .left-image-right-text__image {
        margin-bottom: 12px
    }
}

.left-image-right-text__image img {
    display: block
}

@media (max-width: 991.98px) {
    .left-image-right-text__content {
        padding-bottom: 36px
    }
}

.left-image-right-text__content > :first-child {
    margin-top: 0 !important
}

.left-image-right-text__content > :last-child {
    margin-bottom: 0 !important
}

.content-cta {
    margin-top: 48px;
    margin-bottom: 48px
}

@media print {
    .content-cta {
        display: none
    }
}

.content-cta__box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 3px;
    background-color: #f5f7fb
}

@media print {
    .content-cta__box {
        background-color: #fafafa !important
    }
}

.content-cta__icon {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 20px
}

.content-cta__text {
    flex-grow: 1
}

    .content-cta__text p {
        color: #001d4f !important
    }

    .content-cta__text > :first-child {
        margin-top: 0 !important
    }

    .content-cta__text > :last-child {
        margin-bottom: 0 !important
    }

.content-cta__link {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    background-color: #1e88e5;
    text-decoration: none;
    font-size: 14px;
    transition: .2s
}

    .content-cta__link:hover {
        opacity: .8
    }

.content-slider {
    position: relative;
    margin-top: 48px;
    margin-bottom: 48px
}

    .content-slider .content-slider__slider {
        padding-bottom: 52px
    }

@media print {
    .content-slider .content-slider__slider * {
        display: none
    }

    .content-slider .content-slider__slider :first-child {
        display: block
    }
}

.content-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 128px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #1e88e5;
    transition: .2s
}

    .content-slider .slick-arrow:hover {
        opacity: .8
    }

@media print {
    .content-slider .slick-arrow {
        display: none !important
    }
}

.content-slider .slick-prev {
    left: 0
}

.content-slider .slick-next {
    left: 144px
}

.homepage-fullwidth-banner {
    overflow: hidden;
    width: 100%;
    margin: 60px 0;
    transition: .2s ease-in-out
}

    .homepage-fullwidth-banner:hover {
        opacity: .8
    }

        .homepage-fullwidth-banner:hover .homepage-fullwidth-banner__image {
            transform: scale(1.025)
        }

.homepage-fullwidth-banner__image {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    transition: .2s ease-in-out
}

.homepage-contained-banner {
    margin: 60px 0
}

.homepage-images-mosaic {
    margin: 72px 0
}

    .homepage-images-mosaic .titre_home {
        padding-bottom: 24px
    }

.homepage-images-mosaic__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

@media (max-width: 991.98px) {
    .homepage-images-mosaic__grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 767.98px) {
    .homepage-images-mosaic__grid {
        grid-template-columns: repeat(1,1fr)
    }
}

.homepage-images-mosaic__item {
    width: 100%;
    aspect-ratio: 1/1
}

.homepage-images-mosaic__image {
    display: block
}

.slider__header a {
    color: #fff
}

iframe[src*=youtu] {
    aspect-ratio: 16/9;
    height: auto
}

.page-event-api .content_page .content {
    padding-left: 0;
    padding-top: 0
}

.page-event-api .event-container {
    display: grid;
    gap: 36px;
    padding-top: 64px;
    padding-bottom: 64px;
    grid-template-columns: repeat(2,1fr)
}

#big_nav {
    z-index: 500;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: -100%;
    transition: all .3s ease-in-out;
    background: #f7f8fc;
    overflow: hidden
}

@media (max-width: 991.98px) {
    #big_nav {
        display: none
    }
}

#big_nav.active {
    top: 155px;
    height: calc(100dvh - 155px)
}

@media (max-width: 1299.98px) {
    #big_nav.active {
        top: 148px;
        height: calc(100dvh - 148px)
    }
}

@media (max-width: 991.98px) {
    #big_nav.active {
        top: 136px;
        height: calc(100dvh - 136px)
    }
}

.site-lllc #big_nav.active {
    top: 147px;
    height: calc(100dvh - 147px)
}

@media (max-width: 1299.98px) {
    .site-lllc #big_nav.active {
        top: 135px;
        height: calc(100dvh - 135px)
    }
}

@media (max-width: 991.98px) {
    .site-lllc #big_nav.active {
        top: 130px;
        height: calc(100dvh - 130px)
    }
}

.site-cefos #big_nav.active {
    top: 151px;
    height: calc(100dvh - 151px)
}

@media (max-width: 1299.98px) {
    .site-cefos #big_nav.active {
        top: 135px;
        height: calc(100dvh - 135px)
    }
}

#big_nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    #big_nav ul li {
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%
    }

        #big_nav ul li a {
            color: #001d4f;
            text-decoration: none;
            display: block;
            font-weight: 600;
            font-size: 1.4rem;
            overflow: hidden;
            position: relative;
            line-height: 1.6;
            padding: 10px 60px 10px 24px
        }

            #big_nav ul li a:hover {
                color: #1e88e5
            }

            #big_nav ul li a:after {
                content: "";
                opacity: 0;
                background: rgba(0,29,79,.05);
                height: 100px;
                width: 100px;
                border-radius: 12px;
                position: absolute;
                top: calc(50% - 50px);
                transform: rotate(45deg);
                right: -72px
            }

@media (min-width: 992px) {
    #big_nav ul li a:after {
        right: -64px
    }
}

@media (min-width: 1300px) {
    #big_nav ul li a:after {
        right: -24px
    }
}

#big_nav ul li.classarrow:after {
    position: absolute;
    top: calc(50% - 5px);
    font-size: 1rem;
    color: #001d4f;
    content: "";
    font-weight: 600;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0;
    right: 12px
}

@media (min-width: 992px) {
    #big_nav ul li.classarrow:after {
        right: 24px
    }
}

@media (min-width: 1300px) {
    #big_nav ul li.classarrow:after {
        right: 24px
    }
}

#big_nav ul li.classhover a {
    color: #1e88e5;
    background: #eef6ff
}

    #big_nav ul li.classhover a:after {
        opacity: 1
    }

#big_nav ul li.classhover:after {
    color: #363636
}

#big_nav ul ul {
    display: none
}

#big_nav .main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    #big_nav .main #main_structure {
        background: #eef6ff;
        -ms-overflow-style: none !important;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 150
    }

@media (min-width: 576px) {
    #big_nav .main #main_structure {
        width: 50%
    }
}

@media (min-width: 768px) {
    #big_nav .main #main_structure {
        width: 33.3%
    }
}

@media (min-width: 992px) {
    #big_nav .main #main_structure {
        width: 25%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #main_structure {
        width: 20%
    }
}

#big_nav .main #main_structure ul li a:hover {
    color: #1e88e5
}

#big_nav .main #main_structure ul li a:after {
    background: #e3eaf4
}

#big_nav .main #main_structure ul li.classarrow:after {
    color: #1e88e5
}

#big_nav .main #main_structure ul li.classhover a {
    color: #1e88e5;
    background: #fff
}

#big_nav .main #main_structure ul li.classhover:after {
    color: #001d4f
}

#big_nav .main #fluidecontainer {
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    left: 0
}

@media (min-width: 576px) {
    #big_nav .main #fluidecontainer {
        left: 50%
    }
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer {
        left: 33.3%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer {
        left: 25%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer {
        left: 20%
    }
}

#big_nav .main #fluidecontainer #navigation_return-desktop {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 12px 36px;
    text-align: left;
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    background: #1e88e5
}

    #big_nav .main #fluidecontainer #navigation_return-desktop:after {
        position: absolute;
        top: calc(50% - 8px);
        font-size: 1.6rem;
        left: 12px;
        content: "";
        color: #fff;
        font-weight: 600;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0
    }

    #big_nav .main #fluidecontainer #navigation_return-desktop:hover:after {
        color: #1e88e5
    }

@media (min-width: 576px) {
    #big_nav .main #fluidecontainer #navigation_return-desktop {
        width: 200%
    }
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer #navigation_return-desktop {
        width: 150%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer #navigation_return-desktop {
        width: 100%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer #navigation_return-desktop {
        width: 100%
    }
}

#big_nav .main #fluidecontainer .fluidecontent {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s;
    -ms-overflow-style: none !important
}

    #big_nav .main #fluidecontainer .fluidecontent .second_lvl {
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        overflow-y: auto;
        width: 100%;
        border-right: 1px solid rgba(0,29,79,.2)
    }

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl {
        width: 50%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl {
        width: 33.3%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl {
        width: 25%
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl > ul {
    height: 100%
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:first-child {
    left: 0
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:first-child {
        left: 0
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:first-child {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:first-child {
        left: 0
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(2) {
    left: 100%
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(2) {
        left: 50%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(2) {
        left: 33.3%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(2) {
        left: 25%
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(3) {
    left: 200%
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(3) {
        left: 100%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(3) {
        left: 66.6%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(3) {
        left: 50%
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(4) {
    left: 300%
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(4) {
        left: 150%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(4) {
        left: 99.9%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(4) {
        left: 75%
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(5) {
    left: 400%
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(5) {
        left: 200%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(5) {
        left: 133.2%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(5) {
        left: 100%
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(6) {
    left: 500%
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(6) {
        left: 250%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(6) {
        left: 166.5%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(6) {
        left: 125%
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(7) {
    left: 600%
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(7) {
        left: 300%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(7) {
        left: 199.8%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(7) {
        left: 150%
    }
}

#big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(8) {
    left: 700%
}

@media (min-width: 768px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(8) {
        left: 350%
    }
}

@media (min-width: 992px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(8) {
        left: 233.1%
    }
}

@media (min-width: 1300px) {
    #big_nav .main #fluidecontainer .fluidecontent .second_lvl:nth-child(8) {
        left: 175%
    }
}

#big_nav.left_1 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_1 .main #main_structure {
        left: 0
    }
}

@media (min-width: 768px) {
    #big_nav.left_1 .main #main_structure {
        left: 0
    }
}

@media (min-width: 992px) {
    #big_nav.left_1 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_1 .main #main_structure {
        left: 0
    }
}

#big_nav.left_1 .main #fluidecontainer .fluidecontent {
    left: 0
}

@media (min-width: 576px) {
    #big_nav.left_1 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

@media (min-width: 768px) {
    #big_nav.left_1 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

@media (min-width: 992px) {
    #big_nav.left_1 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_1 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

#big_nav.left_1 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_1 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

@media (min-width: 768px) {
    #big_nav.left_1 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

@media (min-width: 992px) {
    #big_nav.left_1 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

@media (min-width: 1300px) {
    #big_nav.left_1 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

#big_nav.left_2 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_2 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_2 .main #main_structure {
        left: 0
    }
}

@media (min-width: 992px) {
    #big_nav.left_2 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_2 .main #main_structure {
        left: 0
    }
}

#big_nav.left_2 .main #fluidecontainer .fluidecontent {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_2 .main #fluidecontainer .fluidecontent {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_2 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

@media (min-width: 992px) {
    #big_nav.left_2 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_2 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

#big_nav.left_2 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_2 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 768px) {
    #big_nav.left_2 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

@media (min-width: 992px) {
    #big_nav.left_2 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

@media (min-width: 1300px) {
    #big_nav.left_2 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

#big_nav.left_3 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_3 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_3 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 992px) {
    #big_nav.left_3 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_3 .main #main_structure {
        left: 0
    }
}

#big_nav.left_3 .main #fluidecontainer .fluidecontent {
    left: -200%
}

@media (min-width: 576px) {
    #big_nav.left_3 .main #fluidecontainer .fluidecontent {
        left: -200%
    }
}

@media (min-width: 768px) {
    #big_nav.left_3 .main #fluidecontainer .fluidecontent {
        left: -50%
    }
}

@media (min-width: 992px) {
    #big_nav.left_3 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_3 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

#big_nav.left_3 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_3 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 768px) {
    #big_nav.left_3 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 992px) {
    #big_nav.left_3 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

@media (min-width: 1300px) {
    #big_nav.left_3 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

#big_nav.left_4 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_4 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_4 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 992px) {
    #big_nav.left_4 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_4 .main #main_structure {
        left: 0
    }
}

#big_nav.left_4 .main #fluidecontainer .fluidecontent {
    left: -300%
}

@media (min-width: 576px) {
    #big_nav.left_4 .main #fluidecontainer .fluidecontent {
        left: -300%
    }
}

@media (min-width: 768px) {
    #big_nav.left_4 .main #fluidecontainer .fluidecontent {
        left: -100%
    }
}

@media (min-width: 992px) {
    #big_nav.left_4 .main #fluidecontainer .fluidecontent {
        left: -33.3%
    }
}

@media (min-width: 1300px) {
    #big_nav.left_4 .main #fluidecontainer .fluidecontent {
        left: 0
    }
}

#big_nav.left_4 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_4 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 768px) {
    #big_nav.left_4 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 992px) {
    #big_nav.left_4 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 1300px) {
    #big_nav.left_4 .main #fluidecontainer #navigation_return-desktop {
        display: none
    }
}

#big_nav.left_5 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_5 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_5 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 992px) {
    #big_nav.left_5 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_5 .main #main_structure {
        left: 0
    }
}

#big_nav.left_5 .main #fluidecontainer .fluidecontent {
    left: -400%
}

@media (min-width: 576px) {
    #big_nav.left_5 .main #fluidecontainer .fluidecontent {
        left: -400%
    }
}

@media (min-width: 768px) {
    #big_nav.left_5 .main #fluidecontainer .fluidecontent {
        left: -150%
    }
}

@media (min-width: 992px) {
    #big_nav.left_5 .main #fluidecontainer .fluidecontent {
        left: -66.6%
    }
}

@media (min-width: 1300px) {
    #big_nav.left_5 .main #fluidecontainer .fluidecontent {
        left: -25%
    }
}

#big_nav.left_5 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_5 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 768px) {
    #big_nav.left_5 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 992px) {
    #big_nav.left_5 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 1300px) {
    #big_nav.left_5 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

#big_nav.left_6 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_6 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_6 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 992px) {
    #big_nav.left_6 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_6 .main #main_structure {
        left: 0
    }
}

#big_nav.left_6 .main #fluidecontainer .fluidecontent {
    left: -500%
}

@media (min-width: 576px) {
    #big_nav.left_6 .main #fluidecontainer .fluidecontent {
        left: -500%
    }
}

@media (min-width: 768px) {
    #big_nav.left_6 .main #fluidecontainer .fluidecontent {
        left: -200%
    }
}

@media (min-width: 992px) {
    #big_nav.left_6 .main #fluidecontainer .fluidecontent {
        left: -100%
    }
}

@media (min-width: 1300px) {
    #big_nav.left_6 .main #fluidecontainer .fluidecontent {
        left: -50%
    }
}

#big_nav.left_6 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_6 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 768px) {
    #big_nav.left_6 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 992px) {
    #big_nav.left_6 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 1300px) {
    #big_nav.left_6 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

#big_nav.left_7 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_7 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_7 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 992px) {
    #big_nav.left_7 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_7 .main #main_structure {
        left: 0
    }
}

#big_nav.left_7 .main #fluidecontainer .fluidecontent {
    left: -600%
}

@media (min-width: 576px) {
    #big_nav.left_7 .main #fluidecontainer .fluidecontent {
        left: -600%
    }
}

@media (min-width: 768px) {
    #big_nav.left_7 .main #fluidecontainer .fluidecontent {
        left: -250%
    }
}

@media (min-width: 992px) {
    #big_nav.left_7 .main #fluidecontainer .fluidecontent {
        left: -133.3%
    }
}

@media (min-width: 1300px) {
    #big_nav.left_7 .main #fluidecontainer .fluidecontent {
        left: -75%
    }
}

#big_nav.left_7 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_7 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 768px) {
    #big_nav.left_7 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 992px) {
    #big_nav.left_7 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 1300px) {
    #big_nav.left_7 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

#big_nav.left_8 .main #main_structure {
    left: -100%
}

@media (min-width: 576px) {
    #big_nav.left_8 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 768px) {
    #big_nav.left_8 .main #main_structure {
        left: -100%
    }
}

@media (min-width: 992px) {
    #big_nav.left_8 .main #main_structure {
        left: 0
    }
}

@media (min-width: 1300px) {
    #big_nav.left_8 .main #main_structure {
        left: 0
    }
}

#big_nav.left_8 .main #fluidecontainer .fluidecontent {
    left: -700%
}

@media (min-width: 576px) {
    #big_nav.left_8 .main #fluidecontainer .fluidecontent {
        left: -700%
    }
}

@media (min-width: 768px) {
    #big_nav.left_8 .main #fluidecontainer .fluidecontent {
        left: -300%
    }
}

@media (min-width: 992px) {
    #big_nav.left_8 .main #fluidecontainer .fluidecontent {
        left: -166.6%
    }
}

@media (min-width: 1300px) {
    #big_nav.left_8 .main #fluidecontainer .fluidecontent {
        left: -100%
    }
}

#big_nav.left_8 .main #fluidecontainer #navigation_return-desktop {
    display: block
}

@media (min-width: 576px) {
    #big_nav.left_8 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 768px) {
    #big_nav.left_8 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 992px) {
    #big_nav.left_8 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

@media (min-width: 1300px) {
    #big_nav.left_8 .main #fluidecontainer #navigation_return-desktop {
        display: block
    }
}

#big_nav.active {
    transform: translate(0)
}

#big_nav--mobile {
    display: none;
    z-index: 500;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 112px;
    background: #f7f8fc;
    height: calc(100vh - 136px);
    max-width: 100vw
}

.site-cefos #big_nav--mobile, .site-lllc #big_nav--mobile {
    top: 106px
}

#big_nav--mobile.active {
    display: block
}

#big_nav--mobile .big_nav-wrapper {
    position: relative;
    height: calc(100vh - 136px);
    z-index: 1
}

    #big_nav--mobile .big_nav-wrapper .main {
        height: calc(100vh - 175px)
    }

    #big_nav--mobile .big_nav-wrapper #navigation_return {
        display: block;
        padding: 10px 10%;
        text-align: left;
        font-weight: 800;
        font-size: 1.4rem;
        color: #fff;
        background: #1e88e5;
        width: 100%
    }

@media (max-width: 767.98px) {
    #big_nav--mobile .big_nav-wrapper #navigation_return {
        padding: 10px 10%
    }
}

#big_nav--mobile .big_nav-wrapper #navigation_return:before {
    position: absolute;
    top: 12px;
    font-size: 1.6rem;
    left: 7%;
    content: "";
    color: #fff;
    font-weight: 600;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0
}

@media (max-width: 767.98px) {
    #big_nav--mobile .big_nav-wrapper #navigation_return:before {
        left: 5%
    }
}

#big_nav--mobile .big_nav-wrapper div[class^=menu-main] {
    height: calc(100vh - 136px);
    height: calc(100dvh - 136px)
}

#big_nav--mobile .big_nav-wrapper .nav-menu {
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    background: #f7f8fc;
    height: calc(100vh - 112px);
    height: calc(100dvh - 112px)
}

    #big_nav--mobile .big_nav-wrapper .nav-menu .menu-item {
        width: 100%;
        display: block
    }

        #big_nav--mobile .big_nav-wrapper .nav-menu .menu-item a {
            display: block;
            font-size: 12px;
            color: #001d4f;
            padding: 10px 7%;
            text-decoration: none;
            font-weight: 600;
            line-height: 1.6;
            flex-grow: 0;
            flex-shrink: 0
        }

@media (max-width: 767.98px) {
    #big_nav--mobile .big_nav-wrapper .nav-menu .menu-item a {
        padding: 10px 5%
    }
}

#big_nav--mobile .big_nav-wrapper .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    transform: translate(100vw);
    transition: transform .6s ease;
    background: #f7f8fc;
    z-index: 2;
    height: calc(100vh - 151px);
    height: calc(100dvh - 151px)
}

    #big_nav--mobile .big_nav-wrapper .sub-menu.is-open {
        transform: translate(0) !important;
        display: block;
        overflow-y: auto
    }

#big_nav--mobile .big_nav-wrapper .menu-item-has-children > a {
    position: relative
}

    #big_nav--mobile .big_nav-wrapper .menu-item-has-children > a:after {
        position: absolute;
        top: calc(50% - 5px);
        font-size: 1rem;
        color: #001d4f;
        content: "";
        font-weight: 600;
        font-family: Font Awesome\ 6 Pro;
        text-indent: 0;
        right: 5%
    }

.big_nav-backdrop {
    display: none;
    z-index: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

#big_nav--mobile.active .big_nav-backdrop, #big_nav.active .big_nav-backdrop {
    opacity: 1
}

#header .header_navigation_fixed {
    box-shadow: none
}

.slider .slider_header {
    background: #001d4f
}

    .slider .slider_header .photo_container .photo_decoration .bg_deco_before_home {
        background: linear-gradient(90deg,#001d4f,rgba(30,136,229,0))
    }

section.bg_blue_lighter {
    background: #fff
}

section.slider_button_position_section {
    overflow: visible;
    height: 120px;
    margin-top: 32px;
    background: #fafafa
}

    section.slider_button_position_section .slider {
        margin-top: -32px
    }

.slider.slider_button_position .slider_button div a {
    padding: 18px 36px
}

.home_box_bottom, .home_box_bottom .col {
    border-radius: 3px !important
}

    .home_box_bottom.home_box_bottom_header .photo_container {
        box-shadow: none
    }

.slider .slider_4 article.shadowcolor {
    border: 1px solid #e8e9ee;
    border-radius: 4px;
    box-shadow: none
}

    .slider .slider_4 article.shadowcolor .event-card__link:before, .slider .slider_4 article.shadowcolor .lien_square:before, .slider .slider_4 article.shadowcolor .page-card__link:before {
        background: #eaf4fd
    }

    .slider .slider_4 article.shadowcolor .event-card__link:after, .slider .slider_4 article.shadowcolor .lien_square:after, .slider .slider_4 article.shadowcolor .page-card__link:after {
        font-size: .875em;
        color: #001d4f
    }

    .slider .slider_4 article.shadowcolor h1 {
        color: #000
    }

    .slider .slider_4 article.shadowcolor:after {
        top: calc(100% - 200px)
    }

.slider .slick-arrow {
    padding: 0 50px;
    border-radius: 4px;
    font-size: 14px;
    background: #eef6ff
}

    .slider .slick-arrow.slick-prev:after {
        content: "";
        font-weight: 500
    }

    .slider .slick-arrow.slick-next:after {
        content: "";
        font-weight: 500
    }

.slider.slider_button_position .slick-arrow.slick-next {
    left: 110px
}

.event-card__tag, .tag {
    border-radius: 4px
}

.lien_slider.event-card__link, .lien_slider.page-card__link, .lien_square.lien_slider {
    right: 16px;
    font-size: 1.2rem;
    color: #001d4f
}

    .lien_slider.event-card__link:before, .lien_slider.page-card__link:before, .lien_square.lien_slider:before {
        background: #1e88e5
    }

    .lien_slider.event-card__link:after, .lien_slider.page-card__link:after, .lien_square.lien_slider:after {
        font-size: .875em;
        color: #fff
    }

.bottom_bg_blue:before, .top_bg_blue:before {
    background: none
}

.home_box_bottom .bg_blue, .home_box_bottom .bg_blue_light, .home_box_bottom .bg_blue_lpastel {
    border: 1px solid #e8e9ee;
    background: #f7f8fc
}

.home_bottom.event-card__link, .home_bottom.page-card__link, .lien_square.home_bottom {
    position: absolute;
    right: auto;
    bottom: 24px;
    left: 24px;
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: hsla(0,0%,100%,.6)
}

    .home_bottom.event-card__link:after, .home_bottom.page-card__link:after, .lien_square.home_bottom:after {
        font-size: .875em;
        color: #fff
    }

    .home_bottom.event-card__link:before, .home_bottom.page-card__link:before, .lien_square.home_bottom:before {
        background: #1e88e5
    }

.home_box_bottom a {
    color: #001d4f !important
}

.content_page .sidebar_modul ul li.has-children {
    padding-left: 0 !important
}

.content_page .sidebar_modul ul.mainul > li.has-children.open, .sidebar ul.mainul > li.has-children.open {
    padding-top: 0;
    padding-bottom: 0
}

    .content_page .sidebar_modul ul.mainul > li.has-children.open a, .sidebar ul.mainul > li.has-children.open a {
        font-weight: 400 !important
    }

.content_page .sidebar_modul ul, .sidebar ul ul {
    padding-left: 0 !important
}

    .content_page .sidebar_modul ul ul, .sidebar ul ul ul {
        padding-top: 0;
        padding-bottom: 0
    }

    .content_page .sidebar_modul ul li, .sidebar ul ul li {
        padding-left: 6px !important;
        margin-left: 0;
        border: none;
        border-left: 1px solid rgba(30,136,229,.5)
    }

        .content_page .sidebar_modul ul li.active, .sidebar ul ul li.active {
            border-left: 1px solid #1e88e5
        }

.content_page .content ul li:before {
    position: absolute;
    left: -12px;
    top: 12px
}

.sidebar ul li.has-children.open.active > a:before {
    content: ""
}

.sidebar ul li.has-children > a:before {
    content: "";
    top: 16px;
    font-size: 12px;
    color: #001d4f
}

.sidebar ul li.has-children ul {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    margin: 12px
}

    .sidebar ul li.has-children ul li a {
        padding: 12px
    }

        .sidebar ul li.has-children ul li a:after, .sidebar ul li.has-children ul li a:before {
            display: none
        }

.sidebar ul li.has-children.active a:before {
    z-index: 2
}

.sidebar ul li.has-children.active a:after {
    top: 11px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: #eef6ff
}

@media (max-width: 991.98px) {
    .content_page .content {
        margin: 32px auto 0;
        padding-top: 72px
    }

        .content_page .content section {
            margin-bottom: 24px
        }
}

.content_page .content p {
    line-height: 1.7;
    color: #747474
}

.content_page .content h1 {
    padding-bottom: 0;
    margin-bottom: 16px;
    font-size: 1.25em;
    font-weight: 500
}

    .content_page .content h1:after {
        content: none
    }

.content_page .content h2 {
    margin-top: 24px;
    font-family: Open Sans,sans-serif;
    font-size: 1em;
    font-weight: 600
}

.content_page .content h3 {
    font-size: 12px !important;
    color: #001d4f !important
}

.content_page .content section section h1 {
    font-family: Open Sans,sans-serif;
    font-size: 1em;
    font-weight: 500
}

.content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li {
    flex: none !important;
    width: auto;
    max-width: 100% !important
}

    .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li:before {
        background: #001d4f
    }

.content_page .content .listofarticle {
    padding-bottom: 36px
}

    .content_page .content .listofarticle li {
        padding: 0 !important;
        margin: 0 !important
    }

.content_page .content .container_footer_page aside.bg_blue_lighter {
    border-radius: 3px
}

.content_page .content .container_footer_page .photo_text {
    z-index: 2;
    position: relative
}

    .content_page .content .container_footer_page .photo_text h1, .content_page .content .container_footer_page .photo_text h1 a {
        font-family: avory-i-latin,sans-serif !important;
        color: #001d4f !important
    }

    .content_page .content .container_footer_page .photo_text h2 {
        margin-bottom: 0
    }

        .content_page .content .container_footer_page .photo_text h2 i {
            margin-right: 8px;
            margin-bottom: 0
        }

.content_page .content .container_footer_page h2 {
    font-size: .875em
}

.content_page .content .container_footer_page .event-card__link:before, .content_page .content .container_footer_page .lien_square:before, .content_page .content .container_footer_page .page-card__link:before {
    background: #001d4f
}

.content_page .content .container_footer_page .event-card__link:after, .content_page .content .container_footer_page .lien_square:after, .content_page .content .container_footer_page .page-card__link:after {
    font-size: .875em
}

.content_page .content .container_footer_page .bg_deco_before {
    width: 332px
}

.document:first-child article .content .document_list ul li a, .document:first-child article .content .gal_photo ul li a, .lien_document {
    display: inline-block !important;
    padding: 12px 24px 12px 50px !important;
    margin: 6px 10px 0 0;
    font-size: 12px;
    color: #e5741e !important;
    background: #fff3dc !important;
    box-shadow: none !important
}

    .document:first-child article .content .document_list ul li a:hover, .document:first-child article .content .gal_photo ul li a:hover, .lien_document:hover {
        color: #fff !important;
        background: #e5741e !important;
        transition: all .2s
    }

        .document:first-child article .content .document_list ul li a:hover:after, .document:first-child article .content .gal_photo ul li a:hover:after, .lien_document:hover:after {
            color: #fff !important;
            transform: scale(1.5)
        }

    .document:first-child article .content .document_list ul li a.doc_mt, .document:first-child article .content .gal_photo ul li a.doc_mt, .lien_document.doc_mt {
        color: #2b582b !important;
        background: #e5ffe4 !important
    }

        .document:first-child article .content .document_list ul li a.doc_mt:after, .document:first-child article .content .gal_photo ul li a.doc_mt:after, .lien_document.doc_mt:after {
            color: #2b582b !important
        }

        .document:first-child article .content .document_list ul li a.doc_mt:hover, .document:first-child article .content .gal_photo ul li a.doc_mt:hover, .lien_document.doc_mt:hover {
            color: #fff !important;
            background: #2b582b !important;
            transition: all .2s
        }

            .document:first-child article .content .document_list ul li a.doc_mt:hover:after, .document:first-child article .content .gal_photo ul li a.doc_mt:hover:after, .lien_document.doc_mt:hover:after {
                color: #fff !important;
                transform: scale(1.5)
            }

    .document:first-child article .content .document_list ul li a:after, .document:first-child article .content .gal_photo ul li a:after, .lien_document:after {
        top: calc(50% - 8px);
        left: 22px;
        font-size: 1em;
        color: #e5741e
    }

    .document:first-child article .content .document_list ul li a:before, .document:first-child article .content .gal_photo ul li a:before, .lien_document:before {
        content: none !important
    }

#footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #eaf4fd
}

    #footer .footer_container_wrapper:first-of-type {
        padding: 12px 0;
        background: rgba(0,0,0,.03)
    }

    #footer .footer_container_wrapper:last-of-type {
        padding: 4px 0
    }

    #footer nav.marque_nav ul li.active:after {
        top: -12px;
        bottom: unset;
        left: calc(50% - 12px);
        width: 24px;
        height: 4px;
        border-radius: 0
    }

    #footer .selectr-selected:before {
        right: 12px !important
    }

    #footer ul li.active a {
        opacity: 1;
        font-weight: 700
    }

    #footer ul li a {
        color: #001d4f !important;
        opacity: .3;
        text-transform: none !important
    }

#header .header_navigation_fixed {
    height: auto
}

    #header .header_navigation_fixed ul li a {
        color: #001d4f
    }

#big_nav {
    overflow: visible !important;
    height: 70%
}

    #big_nav .big_nav-wrapper {
        position: relative;
        height: 100%
    }

        #big_nav .big_nav-wrapper .main {
            height: 100%
        }

            #big_nav .big_nav-wrapper .main a {
                transition: all .1s
            }

                #big_nav .big_nav-wrapper .main a:hover {
                    background: rgba(0,0,0,.05)
                }

    #big_nav .big_nav-backdrop {
        z-index: 0;
        opacity: 0;
        position: absolute;
        display: none;
        width: 100%;
        height: 150vh;
        background: rgba(0,0,0,.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        cursor: url(/app/themes/csl/img/cursor-close-white.png),auto
    }

    #big_nav.active .big_nav-backdrop {
        opacity: 1
    }

    #big_nav ul li a {
        font-size: 12px !important
    }

    #big_nav ul li.classhover:after {
        color: #fff !important
    }

    #big_nav ul li.classhover a {
        color: #fff !important;
        background: #1e88e5 !important
    }

        #big_nav ul li.classhover a:after {
            content: none !important
        }

    #big_nav .main #main_structure {
        overflow-x: auto;
        border-left: 1px solid rgba(0,29,79,.2);
        border-right: 1px solid rgba(0,29,79,.2);
        background: #f7f8fc
    }

        #big_nav .main #main_structure ul li a {
            font-size: 12px !important;
            color: #001d4f;
            transition: all .1s
        }

            #big_nav .main #main_structure ul li a:hover {
                background: rgba(0,0,0,.05)
            }

        #big_nav .main #main_structure ul li.classarrow:after {
            top: calc(50% - 5px);
            font-size: 1rem;
            color: #001d4f !important
        }

        #big_nav .main #main_structure ul li.classhover:after {
            color: #fff !important
        }

        #big_nav .main #main_structure ul li.classhover a {
            color: #fff !important;
            background: #1e88e5 !important
        }

            #big_nav .main #main_structure ul li.classhover a:after {
                content: none
            }

.list_groupe li .content h2 {
    min-height: unset;
    padding-bottom: 4px
}

.list_groupe li .relative {
    border-radius: 6px;
    background: #f7f8fc;
    box-shadow: none
}

h1.titre_groupe {
    font-family: avory-i-latin,sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: none;
    color: #1e88e5
}

.syndicat_ap_name h2 {
    font-size: 1em;
    font-weight: 500
}

    .syndicat_ap_name h2 span {
        display: inline;
        font-size: 1em;
        font-weight: 700;
        text-transform: capitalize
    }

.section_divider {
    border: none
}

.listofpeople li .box {
    border-radius: 6px;
    background: #f7f8fc;
    box-shadow: none
}

    .listofpeople li .box .name strong {
        display: inline;
        font-family: avory-i-latin,sans-serif;
        font-weight: 700
    }

    .listofpeople li .box .mail, .listofpeople li .box .phone {
        color: #001d4f;
        font-weight: 500
    }

.event-container {
    display: flex
}

@media (max-width: 991.98px) {
    .event-container {
        display: block
    }
}

.content-event {
    max-width: 1250px;
    padding-top: 0;
    padding: 10px 16px;
    margin: 0 auto
}

@media (max-width: 1299.98px) {
    .content-event {
        max-width: 960px
    }
}

@media (max-width: 991.98px) {
    .content-event {
        width: 90%;
        max-width: 720px
    }
}

@media (max-width: 767.98px) {
    .content-event {
        width: 90%;
        max-width: 540px
    }
}

.other_event h1 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #001d4f
}

.event_title {
    display: flex;
    flex-direction: column;
}

.event_title__status {
    vertical-align: middle;
    border-radius: 10px;
    text-align: center;
    width: 120px;
    padding: 5px;
}

    .event_title__status.draft {
        background: #ffc107;
    }

    .event_title__status.closed {
        background: #dc3545;
        color: white;
    }

.event_title span {
    font-weight: 500;
    font-size: 36px;
    font-family: avory-i-latin,sans-serif;
    color: #1e88e5
}

.event_info {
    margin: 0 !important
}

    .event_info .event_infos_header {
        z-index: 0;
        margin: 0 -20px;
        padding: 10px 20px 10px
    }

        .event_info .event_infos_header span {
            font-weight: 500;
            font-size: 18px;
            font-family: avory-i-latin,sans-serif;
            color: #1e88e5
        }

    .event_info ul {
        z-index: 1;
        overflow: hidden;
        position: static;
        margin-bottom: 0;
        border: 1px solid #e8e9ee;
        border-radius: 4px;
        background: #fff
    }

        .event_info ul li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 24px;
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #e8e9ee
        }

            .event_info ul li span {
                display: inline;
                padding-left: 0;
                padding-right: 22px;
                font-size: 14px;
                font-weight: 500;
                color: #001d4f
            }

            .event_info ul li i {
                position: static !important;
                color: #001d4f
            }

    .event_info .event_infos_btns {
        display: flex;
        flex-wrap: wrap
    }

        .event_info .event_infos_btns .event_btn a {
            text-decoration: none;
            color: #1e88e5
        }

            .event_info .event_infos_btns .event_btn a i {
                padding: 0 12px 0 8px;
                font-size: 12px;
                color: #1e88e5
            }

form#filtre_document input[type=text] {
    height: 65px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    color: #8896af;
    background-color: #eef6ff
}

section#section_document .events-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none
}

@media (max-width: 991.98px) {
    section#section_document .events-list {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 767.98px) {
    section#section_document .events-list {
        grid-template-columns: repeat(1,1fr)
    }
}

section#section_document .events-list .evenement article {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e8e9ee;
    border-radius: 4px
}

    section#section_document .events-list .evenement article:after {
        content: "";
        opacity: .5;
        position: absolute;
        top: calc(100% - 200px);
        left: calc(100% - 12px);
        width: 300px;
        height: 300px;
        background: url(/app/themes/csl/img/decoration_bg.png) 50% no-repeat;
        background-size: cover;
        transform: rotate(45deg)
    }

    section#section_document .events-list .evenement article .bg_img_after {
        padding-bottom: 52.5%;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat
    }

    section#section_document .events-list .evenement article .content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 198px;
        padding: 24px;
        background: #fff
    }

        section#section_document .events-list .evenement article .content > * {
            flex-shrink: 0;
            flex-grow: 0
        }

        section#section_document .events-list .evenement article .content .event-card__tag, section#section_document .events-list .evenement article .content .tag {
            margin-bottom: 12px
        }

        section#section_document .events-list .evenement article .content .date {
            margin: 8px 0 14px;
            font-size: 1.4rem;
            font-weight: 600;
            color: #001d4f
        }

        section#section_document .events-list .evenement article .content h1 {
            flex-grow: 1;
            display: block;
            width: 100%;
            margin-bottom: 30px;
            font-family: Open Sans,sans-serif;
            font-size: 1.4rem;
            line-height: 1.7;
            font-weight: 500;
            color: #000
        }

        section#section_document .events-list .evenement article .content a.event-card__link, section#section_document .events-list .evenement article .content a.lien_square, section#section_document .events-list .evenement article .content a.page-card__link {
            position: relative;
            display: flex;
            padding-right: 40px;
            font-size: 1.4rem;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #1e88e5;
            transition: all .2s
        }

            section#section_document .events-list .evenement article .content a.event-card__link:before, section#section_document .events-list .evenement article .content a.lien_square:before, section#section_document .events-list .evenement article .content a.page-card__link:before {
                background: #eaf4fd
            }

            section#section_document .events-list .evenement article .content a.event-card__link:after, section#section_document .events-list .evenement article .content a.lien_square:after, section#section_document .events-list .evenement article .content a.page-card__link:after {
                font-size: .875em;
                color: #001d4f
            }

.document article {
    overflow: hidden;
    padding: 0;
    border: 1px solid #e8e9ee;
    border-radius: 4px;
    box-shadow: none
}

    .document article p {
        color: rgba(54,54,54,.7)
    }

    .document article em {
        background-color: rgba(40,165,155,.5);
        border-radius: 3px
    }

    .document article .doc_article_top {
        display: flex;
        width: 100%
    }

    .document article .doc_article_top_l {
        width: 15%
    }

    .document article .doc_article_top_r {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 2%
    }

        .document article .doc_article_top_r .date p {
            margin: 0;
            font-size: 10px;
            color: #747474
        }

        .document article .doc_article_top_r .name h1 {
            padding: 12px 0;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400
        }

        .document article .doc_article_top_r .document_list a:first-letter {
            text-transform: uppercase
        }

        .document:first-child article .content .doc_article_top_r .document_list ul li a, .document:first-child article .content .gal_photo ul li .doc_article_top_r .document_list a, .document:first-child article .doc_article_top_r .content .document_list ul li a, .document:first-child article .doc_article_top_r .document_list .content .gal_photo ul li a, .document article .doc_article_top_r .document_list .lien_document, .document article .doc_article_top_r .gal_photo {
            color: #1e88e5 !important;
            background: #eaf4fd !important
        }

            .document:first-child article .content .doc_article_top_r .document_list ul li a:after, .document:first-child article .content .gal_photo ul li .doc_article_top_r .document_list a:after, .document:first-child article .doc_article_top_r .content .document_list ul li a:after, .document:first-child article .doc_article_top_r .document_list .content .gal_photo ul li a:after, .document article .doc_article_top_r .document_list .lien_document:after, .document article .doc_article_top_r .gal_photo:after {
                color: #1e88e5 !important
            }

            .document:first-child article .content .doc_article_top_r .document_list ul li a:hover, .document:first-child article .content .gal_photo ul li .doc_article_top_r .document_list a:hover, .document:first-child article .doc_article_top_r .content .document_list ul li a:hover, .document:first-child article .doc_article_top_r .document_list .content .gal_photo ul li a:hover, .document article .doc_article_top_r .document_list .lien_document:hover, .document article .doc_article_top_r .gal_photo:hover {
                color: #fff !important;
                background: #1e88e5 !important;
                transition: all .2s
            }

                .document:first-child article .content .doc_article_top_r .document_list ul li a:hover:after, .document:first-child article .content .gal_photo ul li .doc_article_top_r .document_list a:hover:after, .document:first-child article .doc_article_top_r .content .document_list ul li a:hover:after, .document:first-child article .doc_article_top_r .document_list .content .gal_photo ul li a:hover:after, .document article .doc_article_top_r .document_list .lien_document:hover:after, .document article .doc_article_top_r .gal_photo:hover:after {
                    color: #fff !important;
                    transform: scale(1.5)
                }

    .document article .titre_list {
        padding-left: 15%;
        border-top: 1px solid #e8e9ee
    }

        .document article .titre_list li:first-of-type {
            margin-right: 5%
        }

        .document article .titre_list p {
            margin: 0;
            font-size: 12px;
            color: #747474
        }

        .document article .titre_list h1 {
            padding: 16px 0 20px;
            font-size: 16px;
            font-weight: 400
        }

    .document article .doc_article_bot {
        position: relative;
        border-top: 1px solid #e8e9ee
    }

        .document article .doc_article_bot .desc_list {
            padding: 0 2% 24px 15%;
            background: #f7f8fc;
            list-style: none
        }

@media (max-width: 767.98px) {
    .document article .doc_article_bot .desc_list {
        padding: 0 2%
    }
}

.document article .doc_article_bot .desc_list li {
    display: inline-block;
    margin-right: 5%
}

.document article .doc_article_bot p {
    color: #747474
}

.document article .doc_article_bot label {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    max-height: 172px;
    background: #f7f8fc;
    transition: all .3s ease-in-out
}

    .document article .doc_article_bot label .doc_article_bot_icon {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background: linear-gradient(rgba(247,248,252,.5),#f7f8fc)
    }

        .document article .doc_article_bot label .doc_article_bot_icon .chevron_up {
            display: none;
            color: #1e88e5
        }

        .document article .doc_article_bot label .doc_article_bot_icon .chevron_down {
            display: inline;
            color: #1e88e5
        }

    .document article .doc_article_bot label .introduction {
        padding: 30px 12% 50px 15%
    }

    .document article .doc_article_bot label .introduction_title {
        display: block;
        margin-bottom: 20px;
        color: #1e88e5
    }

    .document article .doc_article_bot label .introduction p {
        cursor: auto
    }

    .document article .doc_article_bot label.active {
        overflow: auto;
        max-height: 450px
    }

        .document article .doc_article_bot label.active .doc_article_bot_icon .chevron_up {
            display: inline
        }

        .document article .doc_article_bot label.active .doc_article_bot_icon .chevron_down {
            display: none
        }


body.home #header .header_content article.photo_container {
    display: flex;
    padding-top: 0 !important
}

@media (min-width: 992px) {
    body.home #header .header_content article.photo_container {
        min-height: 400px
    }
}

body.home #header .header_content article.photo_container #toast-container > .toast, body.home #header .header_content article.photo_container .container, body.home #header .header_content article.photo_container .footer_bottom_container, body.home #header .header_content article.photo_container .footer_top_container {
    display: flex;
    justify-content: center;
    flex-direction: column
}

    body.home #header .header_content article.photo_container #toast-container > .toast h1, body.home #header .header_content article.photo_container .container h1, body.home #header .header_content article.photo_container .footer_bottom_container h1, body.home #header .header_content article.photo_container .footer_top_container h1 {
        font-family: avory-i-latin,sans-serif
    }

body #header .header_content #toast-container > .toast, body #header .header_content .container, body #header .header_content .footer_bottom_container, body #header .header_content .footer_top_container {
    display: flex;
    justify-content: center;
    flex-direction: column
}

    body #header .header_content #toast-container > .toast .banner_content, body #header .header_content .container .banner_content, body #header .header_content .footer_bottom_container .banner_content, body #header .header_content .footer_top_container .banner_content {
        z-index: 1;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

        body #header .header_content #toast-container > .toast .banner_content nav.arrian, body #header .header_content .container .banner_content nav.arrian, body #header .header_content .footer_bottom_container .banner_content nav.arrian, body #header .header_content .footer_top_container .banner_content nav.arrian {
            position: static !important
        }

        body #header .header_content #toast-container > .toast .banner_content h1, body #header .header_content .container .banner_content h1, body #header .header_content .footer_bottom_container .banner_content h1, body #header .header_content .footer_top_container .banner_content h1 {
            margin: 30px 0;
            font-family: avory-i-latin,sans-serif;
            color: #fff
        }

        body #header .header_content #toast-container > .toast .banner_content .tag_list .event-card__tag, body #header .header_content #toast-container > .toast .banner_content .tag_list .tag, body #header .header_content .container .banner_content .tag_list .event-card__tag, body #header .header_content .container .banner_content .tag_list .tag, body #header .header_content .footer_bottom_container .banner_content .tag_list .event-card__tag, body #header .header_content .footer_bottom_container .banner_content .tag_list .tag, body #header .header_content .footer_top_container .banner_content .tag_list .event-card__tag, body #header .header_content .footer_top_container .banner_content .tag_list .tag {
            display: inline-block;
            margin-bottom: 0
        }

.sidebar {
    overflow: hidden;
    padding-right: 2px;
    border-right: 1px solid rgba(0,29,79,.15);
    transition: all .2s
}

    .sidebar .sidebar-inner {
        transform: translateY(0);
        will-change: transform;
        margin: 50px 0;
        max-height: calc(100vh - 300px)
    }

    .sidebar .mainul {
        display: block;
        transition: all .2s
    }

        .sidebar .mainul ul {
            margin-left: 0 !important
        }

        .sidebar .mainul.padding {
            padding: 96px 0 128px !important
        }

.sidebar_module .sidebar-inner {
    transform: translateY(0);
    will-change: transform;
    margin: 50px 0;
    max-height: calc(100vh - 300px)
}

.content {
    padding-top: 20px;
}

.col-vous_right form:last-child {
    padding-right: 0
}

aside.info_box {
    position: relative;
    padding: 0;
    background: #f7f8fc
}

@media (max-width: 991.98px) {
    aside.info_box {
        margin-bottom: 48px
    }
}

aside.info_box h1 {
    font-family: avory-i-latin,sans-serif;
    font-size: 18px;
    text-transform: none;
    color: #1e88e5
}

aside.info_box p {
    font-size: 14px;
    color: #001d4f
}

aside.info_box .text-container {
    position: relative;
    padding: 35px 12px
}

@media (max-width: 991.98px) {
    aside.info_box .text-container {
        display: flex;
        flex-wrap: wrap;
        padding: 0
    }
}

aside.info_box .text-container a {
    color: #1e88e5
}

aside.info_box .text-container .intro-button-content {
    color: #fff;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto
}

@media (max-width: 991.98px) {
    aside.info_box .text-container .intro-button-content {
        flex: 0 0 100%;
        position: absolute;
        left: -65px;
        right: -65px;
        bottom: 0
    }
}

aside.info_box .text-container .intro-button-content button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background-color: #1e88e5;
    transform: rotate(45deg)
}

@media (max-width: 991.98px) {
    aside.info_box .text-container .intro-button-content button.toggle_parent {
        display: none
    }
}

aside.info_box .text-container .intro-button-content button.toggle_parent--mobile {
    display: none
}

@media (max-width: 991.98px) {
    aside.info_box .text-container .intro-button-content button.toggle_parent--mobile {
        display: flex;
        align-items: center
    }
}

aside.info_box .text-container .intro-button-content i {
    width: 100%;
    font-size: 12px;
    text-align: center;
    transform: rotate(135deg)
}

    aside.info_box .text-container .intro-button-content i.active {
        transform: rotate(-45deg);
        top: 8px
    }

@media (max-width: 991.98px) {
    aside.info_box .text-container .intro-button-content button {
        transform: rotate(0);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 24px 0
    }

    aside.info_box .text-container .intro-button-content i {
        transform: rotate(0deg);
        position: static;
        color: #001d4f;
        top: inherit
    }

        aside.info_box .text-container .intro-button-content i.active {
            transform: rotate(180deg)
        }
}

aside.info_box .intro-text-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 991.98px) {
    aside.info_box .intro-text-container {
        order: 2;
        flex: 0 0 100%;
        justify-content: flex-start;
        position: relative;
        height: 100px;
        align-items: flex-start
    }
}

aside.info_box .intro-text-container a {
    color: #1e88e5
}

aside.info_box .intro-text-container .text-toggle {
    display: none;
    opacity: .2;
    font-size: 1.4rem;
    font-weight: 700;
    color: #001d4f;
    transition: all .4s;
    transition-delay: .3s
}

@media (max-width: 991.98px) {
    aside.info_box .intro-text-container .text-toggle {
        padding: 18px 20px;
        flex: 0 0 100%
    }
}

aside.info_box .hide-toggle {
    padding: 0 16px
}

@media (max-width: 991.98px) {
    aside.info_box .hide-toggle {
        padding-top: 48px;
        order: 1
    }
}

aside.info_box .publication-title {
    margin-bottom: 0
}

    aside.info_box .publication-title h1 {
        padding-bottom: 24px;
        margin: 0
    }

aside.info_box .publication-content {
    margin-top: 12px
}

.document:first-child article .content .document_list ul li aside.info_box a, .document:first-child article .content .gal_photo ul li aside.info_box a, aside.info_box .document:first-child article .content .document_list ul li a, aside.info_box .document:first-child article .content .gal_photo ul li a, aside.info_box .lien_document {
    color: #5e168f !important;
    box-shadow: none !important;
    background: #eacbff !important
}

    .document:first-child article .content .document_list ul li aside.info_box a:after, .document:first-child article .content .gal_photo ul li aside.info_box a:after, aside.info_box .document:first-child article .content .document_list ul li a:after, aside.info_box .document:first-child article .content .gal_photo ul li a:after, aside.info_box .lien_document:after {
        color: #5e168f !important
    }

    .document:first-child article .content .document_list ul li aside.info_box a:hover, .document:first-child article .content .gal_photo ul li aside.info_box a:hover, aside.info_box .document:first-child article .content .document_list ul li a:hover, aside.info_box .document:first-child article .content .gal_photo ul li a:hover, aside.info_box .lien_document:hover {
        color: #fff !important;
        background: #5e168f !important
    }

        .document:first-child article .content .document_list ul li aside.info_box a:hover:after, .document:first-child article .content .gal_photo ul li aside.info_box a:hover:after, aside.info_box .document:first-child article .content .document_list ul li a:hover:after, aside.info_box .document:first-child article .content .gal_photo ul li a:hover:after, aside.info_box .lien_document:hover:after {
            color: #fff !important
        }

aside.info_box .publication-container {
    position: relative;
    max-width: 100%;
    padding: 48px 0;
    background: rgba(0,29,79,.05)
}

    aside.info_box .publication-container .row {
        max-width: 1250px;
        margin: 0 auto
    }

@media (max-width: 1299.98px) {
    aside.info_box .publication-container .row {
        max-width: 960px
    }
}

@media (max-width: 991.98px) {
    aside.info_box .publication-container .row {
        max-width: 720px
    }
}

@media (max-width: 767.98px) {
    aside.info_box .publication-container .row {
        max-width: 540px
    }
}

aside.info_box .publication-container .row .publication-content, aside.info_box .publication-container .row .publication-title {
    padding: 0;
    margin: 0
}

sup {
    vertical-align: super !important;
    font-size: 10px
}

.event-fixed {
    padding: 60px
}

    .event-fixed, .event-fixed #toast-container > .toast, .event-fixed .container, .event-fixed .footer_bottom_container, .event-fixed .footer_top_container {
        position: relative
    }

.event_content .content_page h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400
}

.event_content .content_page p {
    color: #747474;
    font-size: 14px;
    line-height: 24px
}

.event_content .content_page h2, .event_content .content_page h3, .event_content .content_page h4 {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 400
}

.event_content .content_page h2 {
    font-size: 16px
}

.event_content .content_page b, .event_content .content_page strong {
    color: #001d4f
}

.event_content .content_page ul {
    padding-left: 0;
    list-style: none
}

    .event_content .content_page ul li {
        position: relative;
        padding-bottom: 12px;
        padding-left: 16px;
        font-size: 14px;
        color: #747474
    }

        .event_content .content_page ul li:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 6px;
            left: 0;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #001d4f
        }

.lien_square_inscription {
    display: inline-block;
    padding: 10px 20px 10px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    background: #eaf4fd;
    transition: all .2s
}

    .lien_square_inscription i {
        transition: all .2s
    }

    .lien_square_inscription:hover {
        color: #fff !important;
        background: #1e88e5 !important
    }

        .lien_square_inscription:hover i {
            color: #fff !important;
            transform: scale(1.5)
        }

.bg_blue_dark.info_box ul li {
    font-size: 14px;
    color: #001d4f
}

.button_domdeform:after, .clearfix:after, .home_intro_lllc .formformation #nosformation:after, .home_intro_lllc .formformation #nosformation > ul:after, .home_intro_lllc .formformation #nosformation > ul > li:after, .profil_lllc:after {
    content: "";
    display: block;
    clear: both
}

:focus {
    outline: none !important
}

.no-overflow {
    overflow: initial !important
}

#recherche_filter input, .selectr-selected {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 24px;
    margin: 12px 0;
    border: none !important;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400 !important;
    color: #8896af !important;
    background-color: #eef6ff;
    cursor: pointer
}

    #recherche_filter input:before, .selectr-selected:before {
        content: "";
        top: 49%;
        right: 32px;
        width: 12px;
        height: 12px;
        border: none;
        background: none;
        font-family: Font Awesome\ 6 Pro;
        color: #001d4f;
        transition: all .2s
    }

#recherche_filter input {
    padding: 22.5px 24px
}

.selectr-container.native-open .selectr-selected:before, .selectr-container.open .selectr-selected:before {
    border: none;
    content: ""
}

.selectr-options-container {
    overflow: hidden;
    padding: 0;
    margin-top: 6px;
    border: none !important;
    border-radius: 3px;
    font-size: 14px !important;
    color: #001d4f;
    background-color: #eef6ff
}

    .selectr-options-container ul li {
        padding: 12px 24px
    }

    .selectr-options-container .active, .selectr-options-container .selected:hover {
        color: #fff;
        background: #001d4f
    }

    .selectr-options-container .selected {
        color: #001d4f;
        background: rgba(0,29,79,.1)
    }

#filtre-document, #filtre-document section, .col-vous_right {
    position: relative
}

.box-filter-container {
    opacity: 1;
    position: relative;
    top: 0;
    transition: all .2s
}

    .box-filter-container.active {
        top: -100%;
        opacity: 0
    }

.search-filter-container {
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    margin: 0;
    transition: all .2s
}

    .search-filter-container .search-filter {
        padding: 0
    }

        .search-filter-container .search-filter i {
            font-size: 24px
        }

    .search-filter-container.active {
        top: 0;
        opacity: 1
    }

    .search-filter-container button {
        z-index: 1;
        position: absolute;
        top: 33px;
        right: 24px;
        color: #1e88e5
    }

#active_recherche {
    z-index: 5;
    position: relative;
    width: 100%;
    padding: 32px 0;
    font-size: 14px
}

    #active_recherche.active:after {
        content: ""
    }

.center {
    margin: 0 auto
}

.no-padding {
    padding: 0
}

.no-padding-left {
    padding-left: 0
}

@media (max-width: 991.98px) {
    .no-padding-left {
        padding: 0
    }
}

.no-padding-right {
    padding-right: 0
}

@media (max-width: 991.98px) {
    .no-padding-right {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .home #header .header_content article.photo_container #toast-container > .toast h1, .home #header .header_content article.photo_container .container h1, .home #header .header_content article.photo_container .footer_bottom_container h1, .home #header .header_content article.photo_container .footer_top_container h1 {
        margin-bottom: 0;
        font-size: 24px
    }

    .home #header .header_content article.photo_container #toast-container > .toast p, .home #header .header_content article.photo_container .container p, .home #header .header_content article.photo_container .footer_bottom_container p, .home #header .header_content article.photo_container .footer_top_container p {
        margin-top: 0;
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    h2.titre_home {
        font-size: 16px;
        line-height: 24px
    }
}

.slider_button_position_section {
    display: none
}

@media (max-width: 767.98px) {
    .slider .slider_header .slick-list .slick-track .slick-slide .photo_decoration {
        left: 0;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    #toast-container > .toast, .container, .footer_bottom_container, .footer_top_container {
        width: 90%;
        max-width: none !important;
        margin: 0 auto
    }
}

@media (max-width: 767.98px) {
    .bg_blue_lighter {
        margin-bottom: 48px;
        background: #eef6ff !important
    }

        .bg_blue_lighter #recherche_home, .bg_blue_lighter #recherche_home-mobile {
            padding: 48px 0;
            margin: 0;
            background: #eef6ff
        }

            .bg_blue_lighter #recherche_home-mobile input, .bg_blue_lighter #recherche_home input {
                background: #fff
            }

    .bg_deco_before {
        display: block;
        width: 100% !important;
        background: linear-gradient(270deg,rgba(247,248,252,0),#f7f8fc) !important
    }

    .photo_text {
        z-index: 10;
        position: relative
    }

    .photo_decoration {
        right: 0;
        left: auto !important;
        width: 40%
    }

        .photo_decoration .bg_img_after {
            opacity: .5
        }
}

.actu-container {
    padding-top: 0
}

@media (max-width: 991.98px) {
    .actu-container {
        margin-top: 48px
    }
}

@media (max-width: 767.98px) {
    .actu-container {
        margin-bottom: 48px
    }
}

.site-lllc .actu-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0
}

@media (max-width: 767.98px) {
    .big_nav-wrapper {
        width: 100% !important
    }
}

@media (max-width: 767.98px) {
    #footer .footer-top {
        display: none
    }

    #footer .copyright {
        clear: none !important;
        font-size: 1.2rem
    }
}

#footer .social_link {
    width: 100%;
    margin: 0 !important;
    padding: 12px 0
}

#footer .contact_legal {
    width: 100%
}

.mobile-access {
    overflow: hidden;
    display: none;
    top: 64px
}

@media (max-width: 991.98px) {
    .mobile-access {
        z-index: 100;
        position: fixed;
        top: 0;
        display: block;
        will-change: transform
    }

        .mobile-access #mobile_sidebar {
            z-index: 100;
            position: relative;
            left: 0;
            width: 100%;
            padding: 24px 7%;
            margin-top: 0;
            margin-bottom: 0 !important;
            font-size: 14px;
            text-align: left;
            color: #fff;
            background: #001d4f;
            -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
            box-shadow: none;
            transition: all .1s
        }

            .mobile-access #mobile_sidebar i {
                position: absolute;
                top: 40%;
                right: 7%
            }

            .mobile-access #mobile_sidebar.active {
                z-index: 2;
                position: fixed;
                padding: 12px 5%
            }

        .mobile-access .scroll {
            overflow-y: scroll;
            display: none;
            max-height: 70vh;
            box-shadow: 0 0 12px rgba(0,29,79,.1),0 0 12px rgba(0,29,79,.2)
        }

            .mobile-access .scroll .main-content-sidebar-mobile {
                display: block;
                padding: 24px 5%;
                margin: 0;
                background: #eef6ff
            }

                .mobile-access .scroll .main-content-sidebar-mobile li, .mobile-access .scroll .main-content-sidebar-mobile ul {
                    padding: 0;
                    margin: 0
                }

                    .mobile-access .scroll .main-content-sidebar-mobile li.has-children ul {
                        padding-left: 12px
                    }

                .mobile-access .scroll .main-content-sidebar-mobile .mainul-mobile li {
                    padding: 12px 0
                }

                    .mobile-access .scroll .main-content-sidebar-mobile .mainul-mobile li.has-children {
                        padding: 0
                    }

                        .mobile-access .scroll .main-content-sidebar-mobile .mainul-mobile li.has-children > a {
                            margin-bottom: 10px
                        }

                        .mobile-access .scroll .main-content-sidebar-mobile .mainul-mobile li.has-children > ul {
                            margin-left: 25px
                        }

                .mobile-access .scroll .main-content-sidebar-mobile .togglable__content {
                    padding: 15px
                }

            .mobile-access .scroll ul {
                z-index: 10;
                position: relative;
                display: block;
                width: 100%;
                height: auto;
                list-style: none
            }

                .mobile-access .scroll ul li {
                    display: block;
                    padding: 12px 0;
                    color: #001d4f
                }

                    .mobile-access .scroll ul li a {
                        text-decoration: none;
                        font-size: 12px;
                        color: #001d4f;
                        width: 100%;
                        display: block
                    }

            .mobile-access .scroll .togglable__content {
                background-color: #fff
            }

    .content_page .content {
        padding-top: 0
    }

    .content_page .sidebar {
        display: none
    }
}

.scroll_position, .scroll_position_mobile {
    width: 100%;
    background: transparent
}

@media (max-width: 991.98px) {
    .scroll_position, .scroll_position_mobile {
        display: none
    }
}

.scroll_position .scroll_percentage, .scroll_position .scroll_percentage_mobile, .scroll_position_mobile .scroll_percentage, .scroll_position_mobile .scroll_percentage_mobile {
    width: 0;
    height: 4px;
    background: #1e88e5
}

.scroll_position {
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 227px
}

.site-lllc .scroll_position {
    top: 219px
}

.site-cefos .scroll_position {
    top: 223px
}

@media (max-width: 1299.98px) {
    .scroll_position {
        top: 220px
    }

    .site-lllc .scroll_position {
        top: 207px
    }
}

.scroll_position_mobile {
    position: relative;
    display: none;
    background: #eef6ff
}

@media (max-width: 991.98px) {
    .scroll_position_mobile {
        display: block
    }
}

@media (max-width: 991.98px) {
    .main-content-sidebar-mobile {
        display: none
    }
}

.footer {
    background: #eaf4fd
}

    .footer ul {
        list-style: none
    }

        .footer ul:after {
            content: "";
            display: block;
            clear: both
        }

        .footer ul li {
            float: left;
            margin-right: 12px
        }

            .footer ul li:last-child {
                margin-right: 0 !important
            }

            .footer ul li a {
                opacity: 1;
                font-size: 12px;
                font-weight: 600;
                color: #001d4f !important;
                text-decoration: none
            }

                .footer ul li a i {
                    font-size: 24px
                }

    .footer .footer_site li a {
        opacity: .3;
        position: relative;
        font-weight: 700;
        transition: all .1s
    }

        .footer .footer_site li.active a, .footer .footer_site li a:hover {
            opacity: 1
        }

            .footer .footer_site li.active a:after {
                content: "";
                position: absolute;
                top: -15px;
                left: 0;
                display: block;
                width: 100%;
                height: 4px;
                background: #88c639
            }

    .footer .logo_footer img {
        width: 40px;
        height: 40px
    }

    .footer .footer_top {
        display: flex;
        align-items: center;
        height: 48px;
        background: rgba(0,0,0,.05)
    }

@media (max-width: 575.98px) {
    .footer .footer_top {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.footer .footer_top a {
    font-size: 14px
}

.footer .footer_top .selectr-selected {
    padding: 16px;
    margin: 0;
    background: rgba(0,134,255,.1)
}

.footer .footer_top .selectr-option {
    width: 100% !important
}

.footer .footer_align_center, .footer .footer_bottom {
    display: flex;
    align-items: center
}

.footer .footer_bottom {
    padding: 16px 0
}

    .footer .footer_bottom p {
        opacity: .4;
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        color: #001d4f;
        text-transform: uppercase
    }

.footer .footer_social {
    justify-content: flex-end
}

.footer .col-padding-mobile {
    display: flex
}

.footer .selectr-selected:before {
    right: 12px !important
}

.footer .footer_contact li {
    margin-right: 18px
}

@media (max-width: 991.98px) {
    .footer .padding-mobile {
        padding: 16px 15px
    }

    .footer .footer_contact, .footer .footer_legal {
        justify-content: flex-end
    }

    .footer .footer_langage {
        display: none
    }

    .footer .footer_social {
        justify-content: center;
        padding: 24px 15px;
        margin-top: 16px;
        border-top: 1px solid rgba(0,0,0,.05)
    }

    .footer .footer_bottom {
        padding-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .footer .footer_site {
        display: none
    }

    .footer .footer_contact, .footer .footer_legal {
        justify-content: flex-start
    }

    .footer .footer_legal {
        padding-top: 16px;
        padding-bottom: 16px;
        margin-top: 16px;
        border-top: 1px solid rgba(0,0,0,.05)
    }

    .footer .footer_social {
        margin-top: 0;
        justify-content: flex-start
    }
}

body.admin-bar .nav {
    top: 32px
}

.nav {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #dde1ea;
    transition: all .3s;
    transform: translateZ(0)
}

    .nav .nav-container {
        display: flex;
        flex-wrap: wrap
    }

    .nav .nav_search #recherche_home-mobile, .nav .search-mobile-content #recherche_home-mobile {
        top: 98px
    }

    .nav .nav_search #recherche_home, .nav .nav_search #recherche_home-mobile, .nav .search-mobile-content #recherche_home, .nav .search-mobile-content #recherche_home-mobile {
        width: 100%;
        padding: 0;
        position: relative
    }

        .nav .nav_search #recherche_home-mobile label, .nav .nav_search #recherche_home label, .nav .search-mobile-content #recherche_home-mobile label, .nav .search-mobile-content #recherche_home label {
            display: none
        }

        .nav .nav_search #recherche_home-mobile input[type=search], .nav .nav_search #recherche_home input[type=search], .nav .search-mobile-content #recherche_home-mobile input[type=search], .nav .search-mobile-content #recherche_home input[type=search] {
            padding: 16px 48px 16px 24px;
            width: 100%;
            border: none;
            border-radius: 3px;
            font-family: Open Sans,sans-serif;
            font-size: 14px !important;
            font-weight: 400;
            background: #eef6ff
        }

            .nav .nav_search #recherche_home-mobile input[type=search]::-moz-placeholder, .nav .nav_search #recherche_home input[type=search]::-moz-placeholder, .nav .search-mobile-content #recherche_home-mobile input[type=search]::-moz-placeholder, .nav .search-mobile-content #recherche_home input[type=search]::-moz-placeholder {
                color: #1e88e5
            }

            .nav .nav_search #recherche_home-mobile input[type=search]:-ms-input-placeholder, .nav .nav_search #recherche_home input[type=search]:-ms-input-placeholder, .nav .search-mobile-content #recherche_home-mobile input[type=search]:-ms-input-placeholder, .nav .search-mobile-content #recherche_home input[type=search]:-ms-input-placeholder {
                color: #1e88e5
            }

            .nav .nav_search #recherche_home-mobile input[type=search]::placeholder, .nav .nav_search #recherche_home input[type=search]::placeholder, .nav .search-mobile-content #recherche_home-mobile input[type=search]::placeholder, .nav .search-mobile-content #recherche_home input[type=search]::placeholder {
                color: #1e88e5
            }

        .nav .nav_search #recherche_home-mobile button, .nav .nav_search #recherche_home button, .nav .search-mobile-content #recherche_home-mobile button, .nav .search-mobile-content #recherche_home button {
            position: absolute;
            right: 24px;
            top: 16px;
            font-size: 14px;
            font-weight: 500;
            color: #1e88e5
        }

    .nav .search-mobile-content {
        z-index: 1;
        position: absolute;
        top: -83px;
        background: #eef6ff;
        transition: all .3s;
        width: 100%;
        display: flex;
        align-items: center
    }

        .nav .search-mobile-content.active {
            bottom: -52px
        }

        .nav .search-mobile-content input {
            padding: 16px 5% 16px 0 !important;
            border-radius: 0 !important
        }

        .nav .search-mobile-content button {
            right: 0 !important
        }

    .nav #toast-container > .toast, .nav .container, .nav .footer_bottom_container, .nav .footer_top_container {
        display: flex
    }

    .nav ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .nav ul:after {
            content: "";
            display: block;
            clear: both
        }

        .nav ul li {
            float: left;
            margin-right: 12px
        }

            .nav ul li:last-child {
                margin-right: 0
            }

    .nav .nav_site li a {
        font-weight: 700;
        opacity: .3;
        transition: all .1s;
        position: relative
    }

    .nav .nav_site li.active a {
        opacity: 1
    }

        .nav .nav_site li.active a:after {
            display: block;
            position: absolute;
            content: "";
            width: 100%;
            height: 4px;
            background: #88c639;
            top: -15px;
            left: 0
        }

    .nav .nav_top {
        overflow: hidden;
        z-index: 10000;
        position: relative;
        width: 100%;
        height: 0;
        margin-left: 0;
        background: #eaf4fd;
        transition: height .2s linear;
        flex: 0 0 100%
    }

        .nav .nav_top .nav_top__container {
            flex: 0 0 100%;
            display: flex;
            height: 48px;
            align-items: center
        }

            .nav .nav_top .nav_top__container .nav_site {
                flex: 0 0 15%
            }

@media (max-width: 991.98px) {
    .nav .nav_top .nav_top__container .nav_site {
        flex: 0 0 50%
    }
}

.nav .nav_top .nav_top__container .nav_contact {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    padding: 0 30px
}

@media (max-width: 991.98px) {
    .nav .nav_top .nav_top__container .nav_contact {
        display: none
    }
}

.nav .nav_top .nav_top__container .nav_contact a {
    font-size: 12px
}

.nav .nav_top .nav_top__container .nav_langage {
    position: relative;
    top: -2px;
    display: flex;
    gap: 12px
}

    .nav .nav_top .nav_top__container .nav_langage a {
        margin: 0
    }

        .nav .nav_top .nav_top__container .nav_langage a img {
            height: 16px;
            width: 24px;
            -o-object-fit: cover;
            object-fit: cover
        }

.nav .nav_top .nav_top__container .nav_langage-lllc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 auto
}

    .nav .nav_top .nav_top__container .nav_langage-lllc #logout-form button, .nav .nav_top .nav_top__container .nav_langage-lllc .user-profile-link, .nav .nav_top .nav_top__container .nav_langage-lllc .user-profile-name {
        height: 48px
    }

@media (max-width: 575.98px) {
    .nav .nav_top .nav_top__container .nav_langage-lllc #logout-form button, .nav .nav_top .nav_top__container .nav_langage-lllc .user-profile-link, .nav .nav_top .nav_top__container .nav_langage-lllc .user-profile-name {
        width: auto;
        padding: 0 10px
    }
}

@media (max-width: 575.98px) {
    .nav .nav_top .nav_top__container .nav_langage-lllc .user-profile-name i {
        display: none
    }
}

@media (max-width: 575.98px) {
    .nav .nav_top .nav_top__container .nav_langage-lllc #logout-form button {
        font-size: 0;
        display: flex;
        align-items: center
    }

        .nav .nav_top .nav_top__container .nav_langage-lllc #logout-form button:before {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            font-size: 12px
        }
}

.nav .nav_top .nav_top__container .nav_langage-lllc .user-profile-link {
    margin-right: 0
}

.nav .nav_top .nav_top__container .nav-mobile-ico {
    display: none
}

@media (max-width: 991.98px) {
    .nav .nav_top .nav_top__container .nav-mobile-ico {
        display: flex;
        flex: 1 1 auto;
        align-items: center
    }
}

.nav .nav_top .selectr-selected {
    margin: 0;
    padding: 16px;
    background: rgba(0,134,255,.1);
    position: relative;
    z-index: 1000
}

    .nav .nav_top .selectr-selected:before {
        right: 16px
    }

.nav .nav_top .selectr-option {
    width: 100% !important
}

.nav .nav_bottom {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 25px 0;
    transition: all .3s;
    margin: 0;
    flex: 0 0 100%
}

@media (max-width: 991.98px) {
    .nav .nav_bottom {
        padding: 12px 0
    }
}

.nav .nav_bottom .nav_bottom__container {
    flex: 0 0 100%;
    display: flex;
    align-items: center
}

@media (max-width: 991.98px) {
    .nav .nav_bottom .nav_bottom__container {
        justify-content: space-between
    }
}

.nav .nav_bottom .nav_bottom__container .nav_link {
    flex: 1 1 auto;
    padding: 0 10px 0 36px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #001d4f
}

.site-lllc .nav .nav_bottom .nav_bottom__container .nav_link {
    font-size: 12px;
    padding-right: 24px
}

.nav .nav_bottom .nav_bottom__container .nav_logo {
    flex: 0 0 180px
}

@media (max-width: 1299.98px) {
    .nav .nav_bottom .nav_bottom__container .nav_logo {
        flex: 0 0 130px
    }
}

@media (max-width: 767.98px) {
    .nav .nav_bottom .nav_bottom__container .nav_logo {
        flex: 0 0 120px
    }
}

.nav .nav_bottom .nav_bottom__container .nav_logo .logo_desktop {
    max-width: 100%;
    transition: all .5s
}

.nav .nav_bottom .nav_bottom__container .nav_burger {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 20px;
    font-size: 22px
}

.nav .nav_bottom .nav_bottom__container .nav_search {
    flex: 0 0 22.5%;
    padding-right: 24px
}

.nav .nav_bottom li {
    margin-right: 16px
}

.nav.active .nav_top, .nav.active_menu .nav_top {
    height: 48px
}

.nav.active_menu {
    transform: translateZ(0)
}

.nav .nav-mobile-ico, .nav .search-mobile {
    display: none
}

@media (max-width: 991.98px) {
    .nav .nav_contact, .nav .nav_link, .nav .nav_search {
        display: none
    }

    .nav .search-mobile {
        display: block
    }

    .nav .nav_burger button {
        margin-right: 36px
    }

        .nav .nav_burger button:last-child {
            margin-right: 0
        }

    .nav .nav_logo img {
        width: 120px
    }

    .nav .nav_langage {
        justify-content: flex-end
    }
}

@media (max-width: 767.98px) {
    .nav .nav_burger, .nav .nav_logo {
        padding: 0
    }

    .nav .nav_top .nav_langage .selectr-selected {
        padding-left: 7.5%;
        padding-right: 7.5%
    }

        .nav .nav_top .nav_langage .selectr-selected:before {
            right: 7.5%
        }
}

@media (max-width: 767.98px) and (max-width:991.98px) {
    .nav .nav_top .nav_langage .selectr-selected:before {
        right: 15%
    }
}

@media (max-width: 991.98px) {
    .nav .nav-mobile-ico ul {
        display: flex;
        width: 100%
    }

        .nav .nav-mobile-ico ul li {
            flex: 0 0 33%;
            margin: 0;
            text-align: center;
            padding: 0 20px
        }

            .nav .nav-mobile-ico ul li a {
                color: #1e88e5;
                font-size: 14px
            }
}

@media (max-width: 767.98px) {
    .nav .nav-mobile-ico ul li {
        text-align: left;
        padding: 0
    }
}

@media (max-width: 1299.98px) {
    .nav .nav_bottom .nav_link a {
        font-size: 10px !important
    }
}

.selectr-options-containe {
    background: #eef6ff
}

.aside-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 999999999;
    display: none;
    cursor: url(/app/themes/csl/img/cursor-close-white.png),auto
}

.aside-information, .contact-active, .newsletter-active {
    z-index: 1000000000;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: -100%;
    width: 640px;
    height: 100%;
    background: #fff;
    transition: all .4s
}

@media (max-width: 991.98px) {
    .aside-information, .contact-active, .newsletter-active {
        right: -120%;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .aside-information, .contact-active, .newsletter-active {
        right: -150%
    }
}

.aside-information.active, .contact-active.active, .newsletter-active.active {
    right: 0
}

.aside-information .flex, .contact-active .flex, .newsletter-active .flex {
    display: flex
}

.aside-information .right, .contact-active .right, .newsletter-active .right {
    justify-content: flex-end
}

.aside-information .content, .contact-active .content, .newsletter-active .content {
    width: 80%;
    margin: 0 auto;
    padding: 0
}

.aside-information .align-center, .contact-active .align-center, .newsletter-active .align-center {
    align-items: center
}

.aside-information .row, .contact-active .row, .newsletter-active .row {
    margin: 0
}

.aside-information .aside-close-content, .contact-active .aside-close-content, .newsletter-active .aside-close-content {
    color: #fff;
    transition: all .2s;
    display: flex;
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer
}

    .aside-information .aside-close-content button, .contact-active .aside-close-content button, .newsletter-active .aside-close-content button {
        display: block;
        transform: rotate(45deg);
        background-color: #1e88e5;
        border-radius: 3px;
        width: 100%;
        height: 26px
    }

    .aside-information .aside-close-content i, .contact-active .aside-close-content i, .newsletter-active .aside-close-content i {
        position: absolute;
        display: block;
        width: 100%;
        text-align: center;
        top: 6px;
        font-size: 12px
    }

.aside-information .aside-information-title, .contact-active .aside-information-title, .newsletter-active .aside-information-title {
    width: 100%;
    background: #001d4f;
    display: flex
}

    .aside-information .aside-information-title h1, .contact-active .aside-information-title h1, .newsletter-active .aside-information-title h1 {
        padding: 24px 0;
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        font-family: avory-i-latin,sans-serif;
        color: #fff
    }

.aside-information .aside-information-content .aside-contact-switch, .contact-active .aside-information-content .aside-contact-switch, .newsletter-active .aside-information-content .aside-contact-switch {
    padding: 48px 0 24px
}

    .aside-information .aside-information-content .aside-contact-switch ul, .contact-active .aside-information-content .aside-contact-switch ul, .newsletter-active .aside-information-content .aside-contact-switch ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .aside-information .aside-information-content .aside-contact-switch ul:after, .contact-active .aside-information-content .aside-contact-switch ul:after, .newsletter-active .aside-information-content .aside-contact-switch ul:after {
            content: "";
            display: block;
            clear: both
        }

        .aside-information .aside-information-content .aside-contact-switch ul li, .contact-active .aside-information-content .aside-contact-switch ul li, .newsletter-active .aside-information-content .aside-contact-switch ul li {
            float: left;
            width: 33.33%;
            opacity: .3 !important;
            transition: all .2s
        }

            .aside-information .aside-information-content .aside-contact-switch ul li.active, .aside-information .aside-information-content .aside-contact-switch ul li:hover, .contact-active .aside-information-content .aside-contact-switch ul li.active, .contact-active .aside-information-content .aside-contact-switch ul li:hover, .newsletter-active .aside-information-content .aside-contact-switch ul li.active, .newsletter-active .aside-information-content .aside-contact-switch ul li:hover {
                opacity: 1 !important
            }

            .aside-information .aside-information-content .aside-contact-switch ul li button img, .contact-active .aside-information-content .aside-contact-switch ul li button img, .newsletter-active .aside-information-content .aside-contact-switch ul li button img {
                height: 48px;
                width: auto
            }

.aside-information .aside-content-list .aside-contact-list-bloc, .contact-active .aside-content-list .aside-contact-list-bloc, .newsletter-active .aside-content-list .aside-contact-list-bloc {
    display: none;
    border-radius: 3px;
    background: #eef6ff;
    padding: 24px;
    transition: all .2s
}

    .aside-information .aside-content-list .aside-contact-list-bloc.active, .contact-active .aside-content-list .aside-contact-list-bloc.active, .newsletter-active .aside-content-list .aside-contact-list-bloc.active {
        display: block
    }

    .aside-information .aside-content-list .aside-contact-list-bloc h2, .contact-active .aside-content-list .aside-contact-list-bloc h2, .newsletter-active .aside-content-list .aside-contact-list-bloc h2 {
        color: #001d4f;
        font-size: 16px;
        margin: 12px 0
    }

    .aside-information .aside-content-list .aside-contact-list-bloc p, .contact-active .aside-content-list .aside-contact-list-bloc p, .newsletter-active .aside-content-list .aside-contact-list-bloc p {
        font-size: 14px
    }

.aside-information .aside-content-list .contact-info p, .contact-active .aside-content-list .contact-info p, .newsletter-active .aside-content-list .contact-info p {
    margin-bottom: 12px
}

    .aside-information .aside-content-list .contact-info p:last-child, .contact-active .aside-content-list .contact-info p:last-child, .newsletter-active .aside-content-list .contact-info p:last-child {
        margin: 0
    }

    .aside-information .aside-content-list .contact-info p i, .contact-active .aside-content-list .contact-info p i, .newsletter-active .aside-content-list .contact-info p i {
        margin-right: 12px;
        color: #1e88e5
    }

    .aside-information .aside-content-list .contact-info p a, .contact-active .aside-content-list .contact-info p a, .newsletter-active .aside-content-list .contact-info p a {
        color: #1e88e5;
        text-decoration: none
    }

.aside-information .aside-form, .contact-active .aside-form, .newsletter-active .aside-form {
    margin: 24px 0
}

    .aside-information .aside-form .hide-label, .contact-active .aside-form .hide-label, .newsletter-active .aside-form .hide-label {
        display: none
    }

    .aside-information .aside-form input[type=date], .aside-information .aside-form input[type=email], .aside-information .aside-form input[type=number], .aside-information .aside-form input[type=password], .aside-information .aside-form input[type=tel], .aside-information .aside-form input[type=text], .aside-information .aside-form select, .aside-information .aside-form textarea, .contact-active .aside-form input[type=date], .contact-active .aside-form input[type=email], .contact-active .aside-form input[type=number], .contact-active .aside-form input[type=password], .contact-active .aside-form input[type=tel], .contact-active .aside-form input[type=text], .contact-active .aside-form select, .contact-active .aside-form textarea, .newsletter-active .aside-form input[type=date], .newsletter-active .aside-form input[type=email], .newsletter-active .aside-form input[type=number], .newsletter-active .aside-form input[type=password], .newsletter-active .aside-form input[type=tel], .newsletter-active .aside-form input[type=text], .newsletter-active .aside-form select, .newsletter-active .aside-form textarea {
        padding: 16px 24px !important;
        background: #f7f8fc !important;
        border-radius: 3px !important;
        border: none !important;
        font-weight: 400
    }

        .aside-information .aside-form input[type=date]::-moz-placeholder, .aside-information .aside-form input[type=email]::-moz-placeholder, .aside-information .aside-form input[type=number]::-moz-placeholder, .aside-information .aside-form input[type=password]::-moz-placeholder, .aside-information .aside-form input[type=tel]::-moz-placeholder, .aside-information .aside-form input[type=text]::-moz-placeholder, .aside-information .aside-form select::-moz-placeholder, .aside-information .aside-form textarea::-moz-placeholder, .contact-active .aside-form input[type=date]::-moz-placeholder, .contact-active .aside-form input[type=email]::-moz-placeholder, .contact-active .aside-form input[type=number]::-moz-placeholder, .contact-active .aside-form input[type=password]::-moz-placeholder, .contact-active .aside-form input[type=tel]::-moz-placeholder, .contact-active .aside-form input[type=text]::-moz-placeholder, .contact-active .aside-form select::-moz-placeholder, .contact-active .aside-form textarea::-moz-placeholder, .newsletter-active .aside-form input[type=date]::-moz-placeholder, .newsletter-active .aside-form input[type=email]::-moz-placeholder, .newsletter-active .aside-form input[type=number]::-moz-placeholder, .newsletter-active .aside-form input[type=password]::-moz-placeholder, .newsletter-active .aside-form input[type=tel]::-moz-placeholder, .newsletter-active .aside-form input[type=text]::-moz-placeholder, .newsletter-active .aside-form select::-moz-placeholder, .newsletter-active .aside-form textarea::-moz-placeholder {
            color: #001d4f !important;
            opacity: .5 !important
        }

        .aside-information .aside-form input[type=date]:-ms-input-placeholder, .aside-information .aside-form input[type=email]:-ms-input-placeholder, .aside-information .aside-form input[type=number]:-ms-input-placeholder, .aside-information .aside-form input[type=password]:-ms-input-placeholder, .aside-information .aside-form input[type=tel]:-ms-input-placeholder, .aside-information .aside-form input[type=text]:-ms-input-placeholder, .aside-information .aside-form select:-ms-input-placeholder, .aside-information .aside-form textarea:-ms-input-placeholder, .contact-active .aside-form input[type=date]:-ms-input-placeholder, .contact-active .aside-form input[type=email]:-ms-input-placeholder, .contact-active .aside-form input[type=number]:-ms-input-placeholder, .contact-active .aside-form input[type=password]:-ms-input-placeholder, .contact-active .aside-form input[type=tel]:-ms-input-placeholder, .contact-active .aside-form input[type=text]:-ms-input-placeholder, .contact-active .aside-form select:-ms-input-placeholder, .contact-active .aside-form textarea:-ms-input-placeholder, .newsletter-active .aside-form input[type=date]:-ms-input-placeholder, .newsletter-active .aside-form input[type=email]:-ms-input-placeholder, .newsletter-active .aside-form input[type=number]:-ms-input-placeholder, .newsletter-active .aside-form input[type=password]:-ms-input-placeholder, .newsletter-active .aside-form input[type=tel]:-ms-input-placeholder, .newsletter-active .aside-form input[type=text]:-ms-input-placeholder, .newsletter-active .aside-form select:-ms-input-placeholder, .newsletter-active .aside-form textarea:-ms-input-placeholder {
            color: #001d4f !important;
            opacity: .5 !important
        }

        .aside-information .aside-form input[type=date]::placeholder, .aside-information .aside-form input[type=email]::placeholder, .aside-information .aside-form input[type=number]::placeholder, .aside-information .aside-form input[type=password]::placeholder, .aside-information .aside-form input[type=tel]::placeholder, .aside-information .aside-form input[type=text]::placeholder, .aside-information .aside-form select::placeholder, .aside-information .aside-form textarea::placeholder, .contact-active .aside-form input[type=date]::placeholder, .contact-active .aside-form input[type=email]::placeholder, .contact-active .aside-form input[type=number]::placeholder, .contact-active .aside-form input[type=password]::placeholder, .contact-active .aside-form input[type=tel]::placeholder, .contact-active .aside-form input[type=text]::placeholder, .contact-active .aside-form select::placeholder, .contact-active .aside-form textarea::placeholder, .newsletter-active .aside-form input[type=date]::placeholder, .newsletter-active .aside-form input[type=email]::placeholder, .newsletter-active .aside-form input[type=number]::placeholder, .newsletter-active .aside-form input[type=password]::placeholder, .newsletter-active .aside-form input[type=tel]::placeholder, .newsletter-active .aside-form input[type=text]::placeholder, .newsletter-active .aside-form select::placeholder, .newsletter-active .aside-form textarea::placeholder {
            color: #001d4f !important;
            opacity: .5 !important
        }

    .aside-information .aside-form form, .contact-active .aside-form form, .newsletter-active .aside-form form {
        padding-bottom: 48px
    }

        .aside-information .aside-form form p:after, .contact-active .aside-form form p:after, .newsletter-active .aside-form form p:after {
            content: "";
            display: block;
            clear: both
        }

.aside-information input[type=submit], .contact-active input[type=submit], .newsletter-active input[type=submit] {
    float: right;
    background: #1e88e5;
    padding: 12px 36px;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px
}

.aside-information .input-group, .contact-active .input-group, .newsletter-active .input-group {
    margin-top: 48px
}

    .aside-information .input-group ul, .contact-active .input-group ul, .newsletter-active .input-group ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

.aside-information label, .contact-active label, .newsletter-active label {
    display: block;
    width: 100%;
    min-height: inherit;
    padding: 12px 24px;
    margin: 0;
    border-radius: 3px !important;
    font-size: 12px;
    background: #f7f8fc;
    transition: all .2s
}

    .aside-information label:before, .contact-active label:before, .newsletter-active label:before {
        content: "";
        display: block;
        position: inherit;
        width: 12px;
        height: 12px;
        border-radius: 4px;
        background: rgba(0,29,79,.1);
        float: left;
        margin-right: 12px;
        font-size: 12px;
        transition: all .2s
    }


.aside-information li, .contact-active li, .newsletter-active li {
    display: block;
    width: 100%;
    border: none !important;
    font-weight: 400;
    margin-bottom: 12px
}

    .aside-information li:last-child, .contact-active li:last-child, .newsletter-active li:last-child {
        margin-bottom: 0
    }

.aside-information .other_group, .contact-active .other_group, .newsletter-active .other_group {
    margin-bottom: 48px
}

.aside-information .content__gdprBlock p, .contact-active .content__gdprBlock p, .newsletter-active .content__gdprBlock p {
    font-size: 12px;
    opacity: .7
}

.aside-consent {
    background: #eef6ff;
    padding: 48px 0
}

    .aside-consent p {
        margin: 24px 0 12px
    }

    .aside-consent label {
        background: #fff
    }

.newsletter-active form {
    padding-bottom: 0 !important
}

.newsletter-active strong {
    color: #001d4f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
    display: inline-block
}

textarea {
    resize: none
}

@media (max-width: 991.98px) {
    #toast-container > .toast, .container, .container-md, .container-sm, .footer_bottom_container, .footer_top_container {
        width: 90%;
        max-width: inherit
    }
}

@media (max-width: 1299.98px) {
    .content_page .sidebar ul li.has-children > a:before {
        right: 24px
    }
}

.padding-home {
    padding: 32px 0
}

.mainhome {
    padding-bottom: 48px
}

.titre_home {
    margin-bottom: 0 !important
}

.content_elements_table {
    margin-top: 20px
}

.search-content {
    display: flex;
    margin: 0 auto
}

    .search-content .search-item-empty {
        font-size: 14px !important
    }

    .search-content .search-content-filter {
        padding: 48px 0
    }

        .search-content .search-content-filter .filter-input {
            position: relative;
            width: 100%
        }

            .search-content .search-content-filter .filter-input label {
                display: none
            }

            .search-content .search-content-filter .filter-input input {
                font-family: Open Sans,sans-serif;
                border: none;
                padding: 16px 48px 16px 24px;
                width: 100%;
                border-radius: 3px;
                background: #eef6ff;
                font-size: 14px !important;
                font-weight: 400;
                color: #1e88e5
            }

            .search-content .search-content-filter .filter-input button {
                position: absolute;
                right: 24px;
                top: 16px;
                font-size: 14px;
                color: #1e88e5
            }

        .search-content .search-content-filter .filter-button .fitler-search-toggle {
            display: none;
            width: 100%;
            border: 1px solid #e8e9ee;
            border-radius: 3px;
            align-items: center;
            background: #eef6ff;
            margin-top: 24px
        }

            .search-content .search-content-filter .filter-button .fitler-search-toggle i, .search-content .search-content-filter .filter-button .fitler-search-toggle p {
                display: flex;
                padding: 0;
                margin: 0
            }

            .search-content .search-content-filter .filter-button .fitler-search-toggle p {
                padding: 12px 16px;
                font-size: 14px;
                color: #001d4f
            }

            .search-content .search-content-filter .filter-button .fitler-search-toggle i {
                font-size: 10px;
                color: #001d4f;
                justify-content: flex-end;
                padding-right: 12px
            }

        .search-content .search-content-filter .filter-button ul {
            padding: 0;
            margin: 24px 0;
            border: 1px solid #e8e9ee;
            border-radius: 3px;
            list-style: none;
            width: 100%
        }

            .search-content .search-content-filter .filter-button ul li {
                width: 100%;
                display: flex
            }

                .search-content .search-content-filter .filter-button ul li.active {
                    background: #eef6ff
                }

                .search-content .search-content-filter .filter-button ul li button {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    border-bottom: 1px solid #e8e9ee;
                    transition: all .1s
                }

                    .search-content .search-content-filter .filter-button ul li button i, .search-content .search-content-filter .filter-button ul li button p, .search-content .search-content-filter .filter-button ul li button span {
                        display: flex;
                        padding: 0;
                        margin: 0
                    }

                    .search-content .search-content-filter .filter-button ul li button p {
                        padding: 12px 16px;
                        font-size: 14px;
                        color: #001d4f
                    }

                    .search-content .search-content-filter .filter-button ul li button span {
                        font-size: 12px;
                        color: #1e88e5;
                        justify-content: flex-end;
                        padding-right: 12px
                    }

                    .search-content .search-content-filter .filter-button ul li button i {
                        font-size: 10px;
                        color: #001d4f;
                        justify-content: flex-end;
                        padding-right: 12px
                    }

                .search-content .search-content-filter .filter-button ul li:last-of-type button {
                    border: none
                }

                .search-content .search-content-filter .filter-button ul li:hover {
                    background: #eef6ff
                }

    .search-content .search-content-section {
        margin-bottom: 36px
    }

    .search-content .search-content-result {
        padding: 48px 0
    }

        .search-content .search-content-result .search-content-count {
            border: 1px solid #e8e9ee;
            border-radius: 3px;
            margin-bottom: 48px
        }

            .search-content .search-content-result .search-content-count p {
                margin: 0;
                font-size: 14px;
                color: #1e88e5;
                padding: 12px 8px
            }

        .search-content .search-content-result .search-content-section-title h1 {
            display: block;
            width: 100%;
            font-family: avory-i-latin,sans-serif;
            color: #001d4f;
            font-size: 18px;
            font-weight: 400;
            padding: 15px 0 36px;
            margin: 0
        }

        .search-content .search-content-result .list-page ul {
            margin: 0;
            padding: 0
        }

            .search-content .search-content-result .list-page ul li {
                display: block;
                border-radius: 3px;
                margin-bottom: 16px;
                transition: all .2s
            }

                .search-content .search-content-result .list-page ul li:not(.search-item-empty) {
                    border: 1px solid #e8e9ee
                }

                .search-content .search-content-result .list-page ul li:hover {
                    border-color: #1e88e5
                }

                .search-content .search-content-result .list-page ul li a {
                    display: block;
                    padding: 20px 24px;
                    text-decoration: none
                }

                    .search-content .search-content-result .list-page ul li a em {
                        background-color: rgba(40,165,155,.5);
                        border-radius: 3px
                    }

                    .search-content .search-content-result .list-page ul li a a {
                        display: inline;
                        padding: 0
                    }

                    .search-content .search-content-result .list-page ul li a ol, .search-content .search-content-result .list-page ul li a ul {
                        list-style-type: disc;
                        list-style-position: outside
                    }

                        .search-content .search-content-result .list-page ul li a ol li, .search-content .search-content-result .list-page ul li a ul li {
                            display: list-item;
                            margin-left: 24px;
                            border: none
                        }

                            .search-content .search-content-result .list-page ul li a ol li ul, .search-content .search-content-result .list-page ul li a ul li ul {
                                list-style-type: circle
                            }

                    .search-content .search-content-result .list-page ul li a p {
                        padding-bottom: 12px
                    }

                        .search-content .search-content-result .list-page ul li a p:last-child {
                            padding-bottom: 0
                        }

                .search-content .search-content-result .list-page ul li h1, .search-content .search-content-result .list-page ul li p {
                    padding: 0;
                    margin: 0
                }

                .search-content .search-content-result .list-page ul li h1 {
                    padding: 0 0 12px;
                    margin-bottom: 0;
                    font-size: 14px;
                    font-weight: 400;
                    color: #001d4f
                }

                    .search-content .search-content-result .list-page ul li h1:last-child {
                        padding-bottom: 0;
                        margin-bottom: 0
                    }

                .search-content .search-content-result .list-page ul li p {
                    font-size: 1.4rem;
                    line-height: 1.5;
                    color: rgba(54,54,54,.7)
                }

        .search-content .search-content-result .list-publication--event {
            padding-top: 12px
        }

        .search-content .search-content-result .list-publication h2 {
            color: #1e88e5;
            font-size: 16px;
            margin: 0 0 24px;
            padding: 0;
            font-weight: 400;
            font-family: Open Sans,sans-serif
        }

            .search-content .search-content-result .list-publication h2 span {
                display: inline-block;
                padding: 2px 12px;
                background: #f7f8fc;
                margin-left: 6px;
                color: #001d4f;
                font-size: 12px;
                border-radius: 3px
            }

        .search-content .search-content-result .list-publication ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .search-content .search-content-result .list-publication ul li {
                margin-bottom: 16px
            }

                .search-content .search-content-result .list-publication ul li.search-item-empty {
                    background: transparent
                }

            .search-content .search-content-result .list-publication ul article {
                display: flex
            }

                .search-content .search-content-result .list-publication ul article .doc_article_date {
                    padding-top: 24px;
                    font-size: 10px;
                    color: #747474
                }

                .search-content .search-content-result .list-publication ul article .doc_article_top_l {
                    background: red;
                    width: auto
                }

                .search-content .search-content-result .list-publication ul article .doc_article_top_r {
                    padding: 0 24px
                }

                .search-content .search-content-result .list-publication ul article .doc_article_top_r--event {
                    padding-top: 18px;
                    padding-bottom: 8px
                }

                    .search-content .search-content-result .list-publication ul article .doc_article_top_r--event a {
                        font-size: 14px
                    }

.search_all, .search_all a {
    width: 100%;
    text-align: center;
    color: #1e88e5
}

    .search_all, .search_all a {
        text-decoration: none
    }

.footer_top_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px
}

@media (max-width: 575.98px) {
    .footer_top_container {
        height: auto;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

.footer_top_container > * {
    height: 100%;
    padding-right: 24px
}

.footer_top_container > :last-child {
    margin-right: 0
}

@media (max-width: 575.98px) {
    .footer_top_container > * {
        flex: 0 0 100% !important;
        padding: 0 !important
    }
}

.footer_top_container .footer_contact, .footer_top_container .footer_site {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.footer_top_container .footer_site {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 24px
}

@media (max-width: 575.98px) {
    .footer_top_container .footer_site {
        margin-bottom: 10px
    }
}

.footer_top_container .footer_contact {
    margin-right: auto
}

@media (max-width: 767.98px) {
    .footer_top_container .footer_contact {
        margin-right: 0
    }
}

.footer_top_container .footer_langage {
    width: auto
}

.footer_bottom_container {
    display: flex;
    align-items: center
}

@media (max-width: 767.98px) {
    .footer_bottom_container {
        flex-wrap: wrap
    }
}

@media (max-width: 575.98px) {
    .footer_bottom_container > * {
        flex: 0 0 100%
    }
}

.footer_bottom_container .footer_logo {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: flex;
    align-items: center;
    padding-right: 24px
}

@media (max-width: 767.98px) {
    .footer_bottom_container .footer_logo {
        order: 10;
        flex-shrink: 0;
        flex-grow: 1;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.footer_bottom_container .footer_logo .logo_footer {
    margin-right: 24px
}

.footer_bottom_container .footer_legal {
    padding: 0;
    list-style: none;
    margin: 0 auto 0 0;
    border-top: none
}

@media (max-width: 575.98px) {
    .footer_bottom_container .footer_legal {
        margin-bottom: 10px
    }
}

.footer_bottom_container .footer_social {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: none
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    display: none
}

@media (min-width: 992px) {
    .sidebar-menu {
        margin-bottom: 0;
        display: block !important
    }
}

.sidebar-menu > li.has-children.open {
    padding: 12px
}

.sidebar-menu .maxw_sidebar {
    float: right;
    max-width: 500px;
    clear: both;
    width: 100%
}

.sidebar-menu ul {
    display: none;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    list-style: none
}

@media (min-width: 768px) {
    .sidebar-menu ul {
        padding-left: 24px
    }
}

@media (min-width: 992px) {
    .sidebar-menu ul {
        padding-left: 12px
    }
}

@media (min-width: 1300px) {
    .sidebar-menu ul {
        padding-left: 24px
    }
}

.sidebar-menu ul li {
    border-left: 1px solid #1e88e5
}

    .sidebar-menu ul li a, .sidebar-menu ul li a:hover {
        color: #1e88e5
    }

.sidebar-menu li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0
}

    .sidebar-menu li a {
        color: #001d4f;
        text-decoration: none;
        display: block;
        font-weight: 400;
        font-size: 1.4rem;
        overflow: hidden;
        position: relative;
        line-height: 1.6;
        padding: 12px 48px 12px 12px
    }

@media (min-width: 992px) {
    .sidebar-menu li a {
        padding: 12px 68px 12px 0
    }
}

.sidebar-menu li a:hover {
    color: #1e88e5
}

.sidebar-menu li li a:before {
    content: "";
    background: #e1ebf6;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 14px);
    right: 18px;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    transition: all .2s;
    opacity: 0
}

.sidebar-menu li li a:after {
    position: absolute;
    top: calc(50% - 10px);
    font-size: 1.4rem;
    right: 25px;
    content: "";
    color: #001d4f;
    font-weight: 600;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0;
    transition: all .2s;
    opacity: 0
}

.sidebar-menu li li.active {
    background: #eef6ff
}

    .sidebar-menu li li.active > a {
        font-weight: 700
    }

        .sidebar-menu li li.active > a:after, .sidebar-menu li li.active > a:before {
            opacity: 1
        }

.sidebar-menu li.has-children > .maxw_sidebar > a:after, .sidebar-menu li.has-children > a:after {
    content: "";
    opacity: 0;
    background: rgba(0,29,79,.05);
    height: 100px;
    width: 100px;
    border-radius: 12px;
    position: absolute;
    top: calc(50% - 50px);
    transform: rotate(45deg);
    right: -72px
}

@media (min-width: 992px) {
    .sidebar-menu li.has-children > .maxw_sidebar > a:after, .sidebar-menu li.has-children > a:after {
        right: -64px
    }
}

@media (min-width: 1300px) {
    .sidebar-menu li.has-children > .maxw_sidebar > a:after, .sidebar-menu li.has-children > a:after {
        right: -46px
    }
}

.sidebar-menu li.has-children.active {
    background: #eef6ff
}

    .sidebar-menu li.has-children.active > .maxw_sidebar > a, .sidebar-menu li.has-children.active > a {
        font-weight: 700
    }

        .sidebar-menu li.has-children.active > .maxw_sidebar > a:after, .sidebar-menu li.has-children.active > a:after {
            opacity: 0
        }

@media (min-width: 768px) {
    .sidebar-menu li.has-children.active > .maxw_sidebar > a:after, .sidebar-menu li.has-children.active > a:after {
        opacity: 1
    }
}

.sidebar-menu li.has-children.open ul {
    display: block
}

.sidebar-menu li.has-children > .maxw_sidebar > a:before, .sidebar-menu li.has-children > a:before {
    position: absolute;
    top: calc(50% - 9px);
    font-size: 1.4rem;
    color: #1e88e5;
    content: "";
    font-weight: 600;
    font-family: Font Awesome\ 6 Pro;
    text-indent: 0;
    right: 20px
}

@media (min-width: 768px) {
    .sidebar-menu li.has-children > .maxw_sidebar > a:before, .sidebar-menu li.has-children > a:before {
        right: 16px
    }
}

@media (min-width: 992px) {
    .sidebar-menu li.has-children > .maxw_sidebar > a:before, .sidebar-menu li.has-children > a:before {
        right: 14px
    }
}

@media (min-width: 1300px) {
    .sidebar-menu li.has-children > .maxw_sidebar > a:before, .sidebar-menu li.has-children > a:before {
        right: 24px
    }
}

#vue-search-app input[type=search]::-webkit-search-cancel-button, #vue-search-app input[type=search]::-webkit-search-decoration, #vue-search-app input[type=search]::-webkit-search-results-button, #vue-search-app input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

#vue-search-app .ais-SearchBox-submit svg {
    fill: #1e88e5;
    width: 18px;
    height: 18px
}

#vue-search-app .ais-InfiniteHits {
    width: 100%
}

#vue-search-app .ais-SearchBox-reset {
    display: none
}

#vue-search-app .hightlight_snippet {
    margin-bottom: 16px
}

.doc_article_top_r .highlight_snippet ul li {
    padding-left: 16px;
    position: relative
}

    .doc_article_top_r .highlight_snippet ul li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #1e88e5
    }

.slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast p, .slider .slider_header .slick-list .slick-track .slick-slide .container p, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container p, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container p {
    font-family: avory-i-latin,sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    opacity: 1
}

.slider .slider_header .slick-list .slick-track .slick-slide #toast-container > .toast h1, .slider .slider_header .slick-list .slick-track .slick-slide .container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_bottom_container h1, .slider .slider_header .slick-list .slick-track .slick-slide .footer_top_container h1 {
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 700
}

.style_h1.titre_home, h1.titre_home {
    font-family: avory-i-latin,sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #1e88e5;
    margin-top: .2rem
}

.titre_home {
    color: #001d4f;
    font-size: 1.8rem
}

.slider .slider_4 article h1 {
    color: #001d4f !important;
    line-height: 24px
}

.event-card__link, .lien_square, .page-card__link {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.2rem
}

.slider .slider_4 {
    padding-bottom: 36px
}

    .slider .slider_4 article .date {
        color: #1e88e5
    }

    .slider .slider_4 article .event-card__link, .slider .slider_4 article .lien_square, .slider .slider_4 article .page-card__link {
        float: left;
        font-size: 1.4rem;
        color: #1e88e5
    }

#header .header_navigation_fixed .nav .nav_bot {
    padding: 24px 0;
    height: auto
}

#header .header_navigation_fixed .nav .nav_top #toast-container > .toast .nav_top_right .contact_nav ul li a, #header .header_navigation_fixed .nav .nav_top .container .nav_top_right .contact_nav ul li a, #header .header_navigation_fixed .nav .nav_top .footer_bottom_container .nav_top_right .contact_nav ul li a, #header .header_navigation_fixed .nav .nav_top .footer_top_container .nav_top_right .contact_nav ul li a {
    color: #001d4f
}

.header_navigation_fixed .nav .nav_top #toast-container > .toast, .header_navigation_fixed .nav .nav_top .container, .header_navigation_fixed .nav .nav_top .footer_bottom_container, .header_navigation_fixed .nav .nav_top .footer_top_container {
    height: 48px !important
}

.nav {
    border-bottom: 1px solid #e8e9ee
}

#header #big_nav .main #fluidecontainer .fluidecontent .second_lvl {
    border-color: #dde1ea
}

.page-template-template-notes .desc_list, .page-template-template-prises_de_position .desc_list {
    margin: 0;
    padding: 16px 40px;
    background: #eef6ff
}

    .page-template-template-notes .desc_list li, .page-template-template-prises_de_position .desc_list li {
        margin: 0
    }

        .page-template-template-notes .desc_list li p, .page-template-template-prises_de_position .desc_list li p {
            padding: 0;
            margin: 0
        }

.expandable-summary {
    background: #eef6ff
}

.expandable-summary__top-bar {
    display: flex;
    width: 100%;
    font-size: 12px;
    color: #1e88e5;
    padding: 9px 24px;
    transition: all .2s;
    align-items: center
}

    .expandable-summary__top-bar:hover {
        cursor: pointer;
        background: #1e88e5;
        color: #fff
    }

.expandable-summary__chevron {
    margin-left: 16px;
    font-size: 10px;
    margin-top: 2px;
    transition: all .2s
}

.expandable-summary__content {
    display: none;
    padding: 0 24px 24px;
    border-top: 1px solid #e8e9ee
}

    .expandable-summary__content p {
        font-size: 12px;
        line-height: 1.6;
        font-weight: 400;
        color: #747474
    }

    .expandable-summary__content ul {
        padding: 0;
        list-style: none;
        margin-top: 16px
    }

    .expandable-summary__content li {
        font-size: 12px;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 12px;
        color: #363636;
        padding-left: 12px;
        position: relative
    }

        .expandable-summary__content li:before {
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #1e88e5;
            margin-right: 6px;
            position: absolute;
            left: 0;
            top: 8px
        }

.expandable-summary.active .expandable-summary__chevron {
    transform: rotate(180deg)
}

.types-list__item {
    position: relative;
    padding-left: 12px;
    margin: 12px 0;
    color: #363636;
    padding-right: 36px
}

.types-list__item, .types-list__title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6
}

.types-list__title {
    margin: 0 0 6px;
    color: #747474
}

.types-list__content {
    font-weight: 700;
    line-height: 1.6;
    color: #001d4f
}

.document-link {
    line-height: 1.4;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: none;
    padding: 12px 24px 12px 50px;
    margin: 6px 10px 0 0;
    display: inline-block;
    font-size: 12px;
    background: #eaf4fd
}

    .document-link, .document-link:after {
        font-weight: 600;
        transition: all .3s;
        color: #1e88e5
    }

        .document-link:after {
            content: "";
            position: absolute;
            top: calc(50% - 8px);
            left: 22px;
            font-family: Font Awesome\ 6 Pro;
            text-indent: 0;
            font-size: 1em
        }

.photo-gallery__link {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.25)
}

    .photo-gallery__link:hover .photo-gallery__image {
        transform: scale(1.1)
    }

.photo-gallery__image {
    transition: transform .25s linear
}

#user-verification-form {
    padding-top: 60px;
    padding-bottom: 60px
}

    #user-verification-form select {
        background-color: #f7f8fc;
        font-size: 12px;
        border-radius: 6px
    }

.content_page .content h1, .content_page .content h2, .content_page .content h3, .content_page .content h4, .content_page .content h5, .content_page .content h6, .content_page .content section section h1, .content_page .content section section h2, .content_page .content section section h3, .content_page .content section section h4, .content_page .content section section h5, .content_page .content section section h6 {
    padding: 0;
    margin: 0 0 1.6rem;
    line-height: 1.4;
    font-weight: 400
}

.content_page .content h1, .content_page .content section section h1 {
    margin-top: 24px;
    font-size: 3.6rem;
    font-family: avory-i-latin,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #001d4f
}

@media (max-width: 991.98px) {
    .content_page .content h1, .content_page .content section section h1 {
        font-size: 2.4rem
    }
}

.content_page .content h1.title {
    position: relative;
    padding-right: 24px
}

.content_page .content h2, .content_page .content section section h2 {
    font-size: 2rem;
    color: #1e88e5
}

.content_page .content h3, .content_page .content section section h3 {
    margin-top: 24px;
    font-size: 1.6rem !important;
    color: #001d4f
}

.content_page .content h4, .content_page .content section section h4 {
    font-size: 1.4rem
}

.content_page .content h5, .content_page .content section section h5 {
    font-size: 1.2rem
}

.content_page .content h6, .content_page .content section section h6 {
    font-size: 1rem
}

.content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 24px;
    margin: 0 0 12px
}

    .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li {
        position: relative
    }

        .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li::marker {
            color: #1e88e5
        }

        .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li a {
            display: inline;
            padding-bottom: 2px;
            border-bottom: 1px dotted rgba(54,54,54,.5);
            text-decoration: none;
            color: #363636
        }

            .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li a:hover {
                border-style: solid
            }

        .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li ul {
            margin: 0 !important
        }

            .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li ul li:before {
                border: 1px solid #1e88e5;
                background: transparent
            }

            .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) li ul li ul li:before {
                border: 1px solid transparent;
                border-radius: 0;
                background: #1e88e5
            }

.content_page .content ol, .content_page .content section section ol {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 18px;
    margin: 0 0 24px;
    list-style: decimal !important
}

    .content_page .content ol li::marker {
        padding-right: 13px;
        color: #1e88e5
    }

    .content_page .content ol a {
        display: inline;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(54,54,54,.5);
        text-decoration: none;
        color: #363636
    }

        .content_page .content ol a:hover {
            border-style: solid
        }

    .content_page .content ol ol {
        padding-left: 6px !important;
        margin: 0 !important;
        list-style: upper-roman !important
    }

        .content_page .content ol ol ol {
            padding-left: 6px !important;
            margin: 0 !important;
            list-style: lower-alpha !important
        }

    .content_page .content ol:not(.documents-list,.listofpeople,.modules-list__list), .content_page .content ul:not(.documents-list,.listofpeople,.modules-list__list) {
        font-size: 1.4rem;
        line-height: 1.5;
        color: rgba(54,54,54,.7)
    }

@media (max-width: 991.98px) {
    .content_page .content .table-wrapper {
        max-width: 100%;
        overflow-x: scroll
    }
}

.content_page .content p {
    padding: 0;
    margin: 0 0 1.2rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: rgba(54,54,54,.7)
}

    .content_page .content p a {
        display: inline-block;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(54,54,54,.5);
        text-decoration: none;
        color: #363636
    }

        .content_page .content p a:hover {
            border-style: solid
        }

.content_page .content td a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(54,54,54,.5);
    text-decoration: none;
    color: currentColor !important
}

    .content_page .content td a:hover {
        border-style: solid
    }

.content_page .tooltip-inner {
    font-size: 1.2rem !important
}

.content_page .container_footer_page {
    background: none !important
}

    .content_page .container_footer_page i {
        margin-bottom: 24px
    }

    .content_page .container_footer_page h1 {
        margin-bottom: 26px;
        font-size: 2.4rem
    }

@media (max-width: 767.98px) {
    .content_page .container_footer_page {
        margin-bottom: 0 !important
    }
}

.content_page .button.button--print {
    opacity: .3;
    position: absolute;
    top: 17px;
    right: 0;
    font-size: 16px;
    color: #001d4f;
    transition: .2s;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

    .content_page .button.button--print i {
        justify-content: flex-end
    }

@media (max-width: 991.98px) {
    .content_page .button.button--print {
        top: 4px
    }
}

.content_page .button.button--print:hover {
    opacity: 1
}

.content_page .full__print {
    top: 0;
    padding: 12px 0;
    margin-bottom: 24px
}

    .content_page .full__print button {
        display: inline-block;
        padding: 12px 16px;
        border-radius: 3px;
        font-size: 1.2rem;
        color: #1e88e5;
        background: #eef6ff;
        transition: .2s
    }

        .content_page .full__print button i {
            margin-right: 12px
        }

        .content_page .full__print button:hover {
            color: #fff;
            background: #1e88e5
        }

.content_page .fse_logo img {
    height: 80px;
    width: auto;
    float: right;
    margin-left: 10px
}

.content_page .listofpeople {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none
}

    .content_page .listofpeople li {
        margin-bottom: 24px
    }

        .content_page .listofpeople li:before {
            display: none !important
        }

    .content_page .listofpeople .box {
        height: 100%;
        padding: 17px 22px 18px;
        border-radius: 3px
    }

        .content_page .listofpeople .box .name {
            display: block;
            width: 100%;
            margin-bottom: 12px;
            font-family: avory-i-latin,sans-serif;
            font-size: 2.4rem;
            color: #001d4f
        }

        .content_page .listofpeople .box .syndic {
            font-size: 14px
        }

        .content_page .listofpeople .box .contact_people {
            display: block;
            margin-bottom: 12px;
            color: #1e88e5
        }

        .content_page .listofpeople .box a {
            display: inline-block;
            padding-left: 3px;
            margin-bottom: 3px;
            border-bottom: 1px dotted rgba(54,54,54,.5);
            font-size: 12px;
            text-decoration: none;
            color: #363636
        }

            .content_page .listofpeople .box a:hover {
                border-style: solid
            }

        .content_page .listofpeople .box i {
            margin-right: 6px;
            font-size: 1rem;
            color: #1e88e5
        }

.content_page .content {
    padding-right: 0
}

@media (max-width: 1299.98px) {
    .content_page .content {
        padding-right: 0;
        padding-left: 5%
    }
}

@media (max-width: 991.98px) {
    .content_page .content {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width: 767.98px) {
    .content_page .content {
        padding-right: 5%;
        padding-left: 5%
    }
}

.page-template-template-secretariat h2 {
    margin: 28px 0 4px !important
}

.page-template-template-secretariat .listofpeople {
    margin-top: 24px !important;
    margin-right: 0 !important
}

.algolia-autocomplete {
    position: relative;
    z-index: 950 !important;
    border-radius: 3px;
    box-shadow: 0 0 30px -1px rgba(0,0,0,.15)
}

    .algolia-autocomplete .autocomplete-footer {
        z-index: 2;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px 24px;
        background-color: #eef6ff
    }

        .algolia-autocomplete .autocomplete-footer .event-card__link, .algolia-autocomplete .autocomplete-footer .lien_square, .algolia-autocomplete .autocomplete-footer .page-card__link {
            position: relative;
            top: -2px;
            font-size: 10px
        }

            .algolia-autocomplete .autocomplete-footer .event-card__link:before, .algolia-autocomplete .autocomplete-footer .lien_square:before, .algolia-autocomplete .autocomplete-footer .page-card__link:before {
                top: calc(50% - 9px);
                right: 2px;
                width: 22px;
                height: 22px
            }

    .algolia-autocomplete .aa-dropdown-menu {
        border-radius: 0
    }

        .algolia-autocomplete .aa-dropdown-menu .autocomplete-header {
            padding: 12px 16px;
            font-family: Open Sans,sans-serif;
            font-size: 14px;
            color: #1e88e5;
            border-bottom: 1px solid #e8e9ee;
            border-top: 1px solid #e8e9ee;
            background: #fff
        }

            .algolia-autocomplete .aa-dropdown-menu .autocomplete-header .autocomplete-header-title {
                font-weight: 700;
                letter-spacing: 0;
                text-transform: none
            }

        .algolia-autocomplete .aa-dropdown-menu .aa-suggestions {
            padding: 16px 0
        }

            .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion {
                padding: 12px 16px;
                overflow: hidden
            }

                .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion.aa-cursor {
                    background-color: #eef6ff
                }

                .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion a {
                    font-size: 1.6rem;
                    padding: 0
                }

                    .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion a .suggestion-post-thumbnail {
                        display: none
                    }

                    .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion a .suggestion-post-attributes .suggestion-post-title {
                        font-family: Open Sans,sans-serif;
                        font-size: 14px;
                        color: #001d4f
                    }

                        .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion a .suggestion-post-attributes .suggestion-post-title em {
                            color: inherit;
                            box-shadow: none;
                            background: rgba(238,246,255,.2);
                            font-weight: 600
                        }

        .algolia-autocomplete .aa-dropdown-menu .hl_attr_acf_text_tag_wrapper {
            display: inline-block;
            padding: 4px 8px;
            margin-top: 10px;
            border-radius: 3px;
            color: #fff;
            font-size: 10px;
            font-weight: 700
        }

.lightbox {
    z-index: 100000
}

    .lightbox .lb-image {
        border: none
    }

.lightboxOverlay {
    z-index: 100000
}

#toast-container.toast-top-center {
    top: 24px;
    left: 0 !important;
    right: 0 !important;
    width: 100vw
}

#toast-container > div {
    opacity: 1;
    box-shadow: none
}

    #toast-container > div:hover {
        box-shadow: none
    }

#toast-container > .toast {
    display: flex;
    align-items: center;
    width: 100% !important
}

    #toast-container > .toast:before {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 1px;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 100%;
        font-family: Font Awesome\ 6 Pro;
        font-size: 20px;
        font-weight: 900;
        color: #fff
    }

#toast-container > .toast-success {
    background-color: #2f9638;
    background-image: none !important
}

    #toast-container > .toast-success:before {
        content: ""
    }

#toast-container > .toast .toast-message {
    padding-left: 38px !important;
    font-size: 14px
}

.simplebar-scrollbar:before {
    background-color: #1e88e5
}

.simplebar-track.simplebar-vertical {
    width: 6px
}

.grecaptcha-badge {
    display: none !important
}

.single-tribe_events.postid-45206 #rsvp-now > :nth-child(2) {
    order: revert
}

.single-tribe_events .tribe-tickets__rsvp-actions-success-going-text {
    display: none
}

.single-tribe_events #tribe-events-pg-template {
    max-width: none
}

@media (max-width: 767.98px) {
    .single-tribe_events #tribe-events-pg-template > .container, .single-tribe_events #tribe-events-pg-template > .footer_bottom_container, .single-tribe_events #tribe-events-pg-template > .footer_top_container {
        width: 100%
    }
}

.single-tribe_events .tribe-events-cal-links {
    display: none !important
}

.single-tribe_events .tribe-tickets__rsvp-attendance, .single-tribe_events .tribe-tickets__rsvp-availability {
    display: none
}

.single-tribe_events .single-tribe_events #tribe-events-content {
    font-family: Open Sans,Helvetica,Arial,sans-serif !important
}

.single-tribe_events .event-tickets .tribe-tickets__rsvp-attendance {
    display: none
}

@media (max-width: 767.98px) {
    .single-tribe_events .event-tickets .tribe-tickets__rsvp {
        padding: 30px 20px !important
    }
}

@media (max-width: 767.98px) {
    .single-tribe_events .event-tickets .tribe-tickets__rsvp-actions {
        margin-top: 20px !important;
        padding: 20px 0 0 !important
    }
}

@media (max-width: 767.98px) {
    .single-tribe_events .event-tickets .tribe-tickets__rsvp-actions-rsvp-going {
        margin-top: 0 !important
    }
}

.single-tribe_events .event-tickets .tribe-tickets__rsvp-wrapper {
    max-width: 100%
}

.single-tribe_events .tribe-tickets__rsvp-actions-rsvp .tribe-common-h2 {
    display: none !important
}

.single-tribe_events #tribe-events-footer, .single-tribe_events .tribe-events-meta-group-gmap {
    border-top: none !important
}

.single-tribe_events .header_content {
    background-color: #001d4f !important
}

.single-tribe_events #header_img {
    background-image: none !important
}

    .single-tribe_events #header_img #toast-container > .toast, .single-tribe_events #header_img .container, .single-tribe_events #header_img .footer_bottom_container, .single-tribe_events #header_img .footer_top_container {
        background-image: none !important;
        background-position: 100% !important;
        background-size: contain !important;
        background-repeat: no-repeat !important
    }

.single-tribe_events .tribe-common .tribe-common-c-btn {
    background-color: #001d4f
}

.single-tribe_events .tribe-events-back, .single-tribe_events .tribe-events-cost, .single-tribe_events .tribe-events-meta-group-details {
    display: none !important
}

.single-tribe_events #rsvp-now {
    display: flex;
    flex-direction: column
}

.single-tribe_events .tribe-tickets__rsvp-title {
    font-size: 20px !important
}

.single-tribe_events h1.tribe-events-single-event-title {
    display: none !important
}

.single-tribe_events .tribe-events-schedule {
    margin-bottom: 52px !important
}

@media (max-width: 767.98px) {
    .single-tribe_events .tribe-events-schedule {
        margin-bottom: 30px !important
    }
}

.single-tribe_events .event-tickets .tribe-common-g-row--gutters > .tribe-common-g-col {
    padding-right: 18px !important;
    padding-left: 18px !important
}

.single-tribe_events .tribe-events-content p {
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 8px
}

.single-tribe_events .tribe-tickets__rsvp-attendance, .single-tribe_events .tribe-tickets__rsvp-description {
    display: none !important
}

.single-tribe_events .tribe-tickets__rsvp-title {
    text-align: center
}

.single-tribe_events .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-guest-list, .single-tribe_events .tribe-tickets__rsvp-ar-sidebar .tribe-tickets__rsvp-ar-quantity {
    display: none !important
}

.single-tribe_events .event-tickets .tribe-tickets__rsvp-actions-success-going {
    justify-content: center !important
}

.single-tribe_events .tribe-link-view-attendee, .single-tribe_events .tribe-tickets__rsvp-form-content .tribe-tickets__form-field:last-child {
    display: none !important
}

.single-tribe_events .tribe-tickets__rsvp-ar {
    flex-direction: row !important
}

.single-tribe_events .tribe-tickets__rsvp-ar-sidebar {
    padding-left: 0 !important
}

.single-tribe_events .tribe-tickets__rsvp-ar-form-wrapper, .single-tribe_events .tribe-tickets__rsvp-ar-sidebar-wrapper {
    width: 100% !important
}

.single-tribe_events .event-tickets .tribe-tickets__rsvp-actions-success-going-text {
    text-transform: none !important
}

.vgt-table.striped tbody tr:nth-of-type(odd) {
    background-color: rgba(51,68,109,.03)
}

.vgt-right-align {
    text-align: right
}

.vgt-left-align {
    text-align: left
}

.vgt-center-align {
    text-align: center
}

.vgt-pull-left {
    float: left !important
}

.vgt-pull-right {
    float: right !important
}

.vgt-clearfix:after {
    display: block;
    content: "";
    clear: both
}

.vgt-responsive {
    width: 100%;
    overflow-x: auto;
    position: relative
}

.vgt-text-disabled {
    color: #909399
}

.sr-only {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.vgt-wrap {
    position: relative
}

.vgt-fixed-header {
    position: absolute;
    z-index: 10;
    overflow-x: auto
}

table.vgt-table {
    font-size: 16px;
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    table-layout: auto;
    border: 1px solid #dcdfe6;
    margin-bottom: 0 !important
}

    table.vgt-table td {
        padding: .75em;
        vertical-align: top;
        border-bottom: 1px solid #dcdfe6;
        color: #606266
    }

    table.vgt-table tr.clickable {
        cursor: pointer
    }

        table.vgt-table tr.clickable:hover {
            background-color: #f1f5fd
        }

.vgt-table th {
    padding: .75em 1.5em .75em .75em;
    vertical-align: middle;
    position: relative
}

    .vgt-table th.sortable button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .vgt-table th.sortable button:focus {
            outline: none
        }

        .vgt-table th.sortable button:after {
            margin-top: -7px;
            border-bottom: 5px solid #606266
        }

        .vgt-table th.sortable button:after, .vgt-table th.sortable button:before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            right: 6px;
            top: 50%;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent
        }

        .vgt-table th.sortable button:before {
            margin-bottom: -7px;
            border-top: 5px solid #606266
        }

    .vgt-table th.line-numbers, .vgt-table th.vgt-checkbox-col {
        padding: 0 .75em;
        color: #001d4f;
        border-right: 1px solid #dcdfe6;
        word-wrap: break-word;
        width: 25px;
        text-align: center;
        background-color: #f7f8fc
    }

    .vgt-table th.filter-th {
        padding: .75em
    }

    .vgt-table th.vgt-row-header {
        border-bottom: 2px solid #dcdfe6;
        border-top: 2px solid #dcdfe6;
        background-color: #fafafb
    }

        .vgt-table th.vgt-row-header .triangle {
            width: 24px;
            height: 24px;
            border-radius: 15%;
            position: relative;
            margin: 0 8px
        }

            .vgt-table th.vgt-row-header .triangle:after {
                content: "";
                position: absolute;
                display: block;
                left: 50%;
                top: 50%;
                margin-top: -6px;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #606266;
                margin-left: -3px;
                transition: transform .3s ease
            }

            .vgt-table th.vgt-row-header .triangle.expand:after {
                transform: rotate(90deg)
            }

.vgt-table thead th {
    color: #001d4f;
    vertical-align: bottom;
    border-bottom: 1px solid #dcdfe6;
    padding-right: 1.5em;
    background-color: #f7f8fc
}

    .vgt-table thead th.vgt-checkbox-col {
        vertical-align: middle
    }

    .vgt-table thead th.sorting-asc button:after {
        border-bottom: 5px solid #409eff
    }

    .vgt-table thead th.sorting-desc button:before {
        border-top: 5px solid #409eff
    }

.vgt-input, .vgt-select {
    width: 100%;
    line-height: 1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    color: #606266;
    border-radius: 4px;
    box-sizing: border-box;
    background-image: none;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1)
}

    .vgt-input::-moz-placeholder, .vgt-select::-moz-placeholder {
        color: #606266;
        opacity: .3
    }

    .vgt-input:-ms-input-placeholder, .vgt-select:-ms-input-placeholder {
        color: #606266;
        opacity: .3
    }

    .vgt-input::placeholder, .vgt-select::placeholder {
        color: #606266;
        opacity: .3
    }

    .vgt-input:focus, .vgt-select:focus {
        outline: none;
        border-color: #409eff
    }

.vgt-loading {
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: 117px
}

.vgt-loading__content {
    background-color: #c0dfff;
    color: #409eff;
    padding: 7px 30px;
    border-radius: 3px
}

.vgt-inner-wrap.is-loading {
    opacity: .5;
    pointer-events: none
}

.vgt-wrap__expander {
    text-decoration: none
}

.vgt-table.bordered td, .vgt-table.bordered th {
    border: 1px solid #dcdfe6
}

    .vgt-table.bordered th.vgt-row-header {
        border-bottom: 3px solid #dcdfe6
    }

.vgt-wrap.rtl {
    direction: rtl
}

    .vgt-wrap.rtl .vgt-table.condensed thead th, .vgt-wrap.rtl .vgt-table thead th {
        padding-left: 1.5em;
        padding-right: .75em
    }

    .vgt-wrap.rtl .vgt-table th.sorting-asc:after, .vgt-wrap.rtl .vgt-table th.sorting:after {
        margin-right: 5px;
        margin-left: 0
    }

    .vgt-wrap.rtl .vgt-table th.sortable:after, .vgt-wrap.rtl .vgt-table th.sortable:before {
        right: inherit;
        left: 6px
    }

.vgt-table.condensed td, .vgt-table.condensed th.vgt-row-header {
    padding: .4em
}

@media (max-width: 576px) {
    .vgt-compact * {
        box-sizing: border-box
    }

    .vgt-compact tbody, .vgt-compact td, .vgt-compact tr {
        display: block;
        width: 100%
    }

    .vgt-compact thead {
        display: none
    }

    .vgt-compact tr {
        margin-bottom: 15px
    }

    .vgt-compact td {
        text-align: right;
        position: relative
    }

        .vgt-compact td:before {
            content: attr(data-label);
            position: relative;
            float: left;
            left: 0;
            width: 40%;
            padding-left: 10px;
            font-weight: 700;
            text-align: left
        }

    .vgt-compact th.line-numbers {
        width: 100% !important;
        display: block;
        padding: .3em 1em !important
    }
}

.vgt-global-search {
    padding: 5px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border: 1px solid #dcdfe6;
    border-bottom: 0;
    background-color: #f7f8fc
}

    .vgt-global-search form {
        display: flex
    }

        .vgt-global-search form label {
            margin-top: 3px
        }

.vgt-global-search__input {
    position: relative;
    padding-left: 40px;
    flex-grow: 1
}

    .vgt-global-search__input .input__icon {
        position: absolute;
        left: 0;
        max-width: 32px
    }

        .vgt-global-search__input .input__icon .magnifying-glass {
            margin-top: 3px;
            margin-left: 8px;
            display: block;
            width: 16px;
            height: 16px;
            border: 2px solid #494949;
            position: relative;
            border-radius: 50%
        }

            .vgt-global-search__input .input__icon .magnifying-glass:before {
                content: "";
                display: block;
                position: absolute;
                right: -7px;
                bottom: -5px;
                background: #494949;
                width: 8px;
                height: 4px;
                border-radius: 2px;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg)
            }

.vgt-global-search__actions {
    margin-left: 10px
}

.vgt-selection-info-row {
    background: #fdf9e8;
    padding: 5px 16px;
    font-size: 13px;
    border-top: 1px solid #dcdfe6;
    border-left: 1px solid #dcdfe6;
    border-right: 1px solid #dcdfe6;
    color: #d3aa3b;
    font-weight: 700
}

    .vgt-selection-info-row a {
        font-weight: 700;
        display: inline-block;
        margin-left: 10px
    }

.vgt-wrap__actions-footer, .vgt-wrap__footer {
    border: 1px solid #dcdfe6
}

.vgt-wrap__footer {
    color: #001d4f;
    font-size: 1.1rem;
    padding: 1em;
    background-color: #f7f8fc
}

    .vgt-wrap__footer .footer__row-count {
        position: relative;
        padding-right: 3px
    }

    .vgt-wrap__footer .footer__row-count__label, .vgt-wrap__footer .footer__row-count__select {
        display: inline-block;
        vertical-align: middle
    }

    .vgt-wrap__footer .footer__row-count__label {
        font-size: 1.1rem
    }

    .vgt-wrap__footer .footer__row-count__select {
        font-size: 1.1rem;
        background-color: transparent;
        width: auto;
        border: 0;
        border-radius: 0;
        height: auto;
        margin-left: 8px;
        color: #606266;
        font-weight: 700;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 15px 0 5px
    }

        .vgt-wrap__footer .footer__row-count__select::-ms-expand {
            display: none
        }

        .vgt-wrap__footer .footer__row-count__select:focus {
            outline: none;
            border-color: #409eff
        }

    .vgt-wrap__footer .footer__row-count:after {
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        right: 6px;
        top: 50%;
        margin-top: -1px;
        border: 6px solid transparent;
        border-top-color: #606266;
        border-bottom: none;
        pointer-events: none
    }

    .vgt-wrap__footer .footer__navigation {
        font-size: 1.1rem
    }

        .vgt-wrap__footer .footer__navigation > button:first-of-type {
            margin-right: 16px
        }

    .vgt-wrap__footer .footer__navigation__info, .vgt-wrap__footer .footer__navigation__page-btn, .vgt-wrap__footer .footer__navigation__page-info {
        display: inline-block;
        vertical-align: middle;
        color: #909399
    }

    .vgt-wrap__footer .footer__navigation__page-btn {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        text-decoration: none;
        color: #606266;
        font-weight: 700;
        white-space: nowrap;
        vertical-align: middle
    }

        .vgt-wrap__footer .footer__navigation__page-btn:hover {
            cursor: pointer
        }

        .vgt-wrap__footer .footer__navigation__page-btn.disabled, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover {
            opacity: .5;
            cursor: not-allowed
        }

            .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
                border-right-color: #606266
            }

            .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
                border-left-color: #606266
            }

        .vgt-wrap__footer .footer__navigation__page-btn span {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.1rem
        }

        .vgt-wrap__footer .footer__navigation__page-btn .chevron {
            width: 24px;
            height: 24px;
            border-radius: 15%;
            position: relative;
            margin: 0;
            display: inline-block;
            vertical-align: middle
        }

            .vgt-wrap__footer .footer__navigation__page-btn .chevron:after {
                content: "";
                position: absolute;
                display: block;
                left: 50%;
                top: 50%;
                margin-top: -6px;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent
            }

            .vgt-wrap__footer .footer__navigation__page-btn .chevron.left:after {
                border-right: 6px solid #409eff;
                margin-left: -3px
            }

            .vgt-wrap__footer .footer__navigation__page-btn .chevron.right:after {
                border-left: 6px solid #409eff;
                margin-left: -3px
            }

    .vgt-wrap__footer .footer__navigation__info, .vgt-wrap__footer .footer__navigation__page-info {
        display: inline-block;
        margin: 0 16px
    }

        .vgt-wrap__footer .footer__navigation__page-info span {
            display: inline-block;
            vertical-align: middle
        }

    .vgt-wrap__footer .footer__navigation__page-info__current-entry {
        width: 30px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        margin: 0 10px;
        font-weight: 700
    }

@media only screen and (max-width: 750px) {
    .vgt-wrap__footer .footer__navigation__info {
        display: none
    }

    .vgt-wrap__footer .footer__navigation__page-btn {
        margin-left: 16px
    }
}

.vgt-table.nocturnal {
    border: 1px solid #435169;
    background-color: #324057
}

    .vgt-table.nocturnal tr.clickable:hover {
        background-color: #445168
    }

    .vgt-table.nocturnal td {
        border-bottom: 1px solid #435169;
        color: #c7ced8
    }

    .vgt-table.nocturnal th.line-numbers, .vgt-table.nocturnal th.vgt-checkbox-col {
        color: #c7ced8;
        border-right: 1px solid #435169;
        background: linear-gradient(#2c394f,#2c394f)
    }

    .vgt-table.nocturnal thead th {
        color: #c7ced8;
        border-bottom: 1px solid #435169;
        background: linear-gradient(#2c394f,#2c394f)
    }

        .vgt-table.nocturnal thead th.sortable:before {
            border-top-color: #3e5170
        }

        .vgt-table.nocturnal thead th.sortable:after {
            border-bottom-color: #3e5170
        }

        .vgt-table.nocturnal thead th.sortable.sorting-asc {
            color: #fff
        }

            .vgt-table.nocturnal thead th.sortable.sorting-asc:after {
                border-bottom-color: #409eff
            }

        .vgt-table.nocturnal thead th.sortable.sorting-desc {
            color: #fff
        }

            .vgt-table.nocturnal thead th.sortable.sorting-desc:before {
                border-top-color: #409eff
            }

    .vgt-table.nocturnal.bordered td, .vgt-table.nocturnal.bordered th {
        border: 1px solid #435169
    }

    .vgt-table.nocturnal .vgt-input, .vgt-table.nocturnal .vgt-select {
        color: #c7ced8;
        background-color: #232d3f;
        border: 1px solid #435169
    }

        .vgt-table.nocturnal .vgt-input::-moz-placeholder, .vgt-table.nocturnal .vgt-select::-moz-placeholder {
            color: #c7ced8;
            opacity: .3
        }

        .vgt-table.nocturnal .vgt-input:-ms-input-placeholder, .vgt-table.nocturnal .vgt-select:-ms-input-placeholder {
            color: #c7ced8;
            opacity: .3
        }

        .vgt-table.nocturnal .vgt-input::placeholder, .vgt-table.nocturnal .vgt-select::placeholder {
            color: #c7ced8;
            opacity: .3
        }

.vgt-wrap.nocturnal .vgt-wrap__footer {
    color: #c7ced8;
    border: 1px solid #435169;
    background: linear-gradient(#2c394f,#2c394f)
}

    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count {
        position: relative
    }

    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__label {
        color: #8290a7
    }

    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select {
        color: #c7ced8;
        background: #232d3f;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 15px;
        padding-left: 10px;
        border-radius: 3px;
        text-align: center
    }

        .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select:focus {
            border-color: #409eff
        }

    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count:after {
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        right: 6px;
        top: 50%;
        margin-top: -1px;
        border: 6px solid transparent;
        border-top-color: #c7ced8;
        border-bottom: none;
        pointer-events: none
    }

    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn {
        color: #c7ced8
    }

        .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
            border-right-color: #c7ced8
        }

        .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
            border-left-color: #c7ced8
        }

    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-info {
        color: #8290a7
    }

.vgt-wrap.nocturnal .vgt-global-search {
    border: 1px solid #435169;
    background: linear-gradient(#2c394f,#2c394f)
}

.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass {
    border: 2px solid #3f4c63
}

    .vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass:before {
        background: #3f4c63
    }

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select {
    color: #c7ced8;
    background-color: #232d3f;
    border: 1px solid #435169
}

    .vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::-moz-placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::-moz-placeholder {
        color: #c7ced8;
        opacity: .3
    }

    .vgt-wrap.nocturnal .vgt-global-search__input .vgt-input:-ms-input-placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select:-ms-input-placeholder {
        color: #c7ced8;
        opacity: .3
    }

    .vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::placeholder {
        color: #c7ced8;
        opacity: .3
    }

.vgt-table.black-rhino {
    border: 1px solid #435169;
    background-color: #dfe5ee
}

    .vgt-table.black-rhino tr.clickable:hover {
        background-color: #fff
    }

    .vgt-table.black-rhino td {
        border-bottom: 1px solid #bbc5d6;
        color: #49515e
    }

    .vgt-table.black-rhino th.line-numbers, .vgt-table.black-rhino th.vgt-checkbox-col {
        color: #dae2f0;
        border-right: 1px solid #435169;
        background: linear-gradient(#4c5c79,#4e5d7c)
    }

    .vgt-table.black-rhino thead th {
        color: #dae2f0;
        text-shadow: 1px 1px #3e5170;
        border-bottom: 1px solid #435169;
        background: linear-gradient(#4c5c79,#4e5d7c)
    }

        .vgt-table.black-rhino thead th.sortable:before {
            border-top-color: #607498
        }

        .vgt-table.black-rhino thead th.sortable:after {
            border-bottom-color: #607498
        }

        .vgt-table.black-rhino thead th.sortable.sorting-asc {
            color: #fff
        }

            .vgt-table.black-rhino thead th.sortable.sorting-asc:after {
                border-bottom-color: #409eff
            }

        .vgt-table.black-rhino thead th.sortable.sorting-desc:before {
            border-top-color: #409eff
        }

    .vgt-table.black-rhino.bordered td {
        border: 1px solid #bbc5d6
    }

    .vgt-table.black-rhino.bordered th {
        border: 1px solid #435169
    }

    .vgt-table.black-rhino .vgt-input, .vgt-table.black-rhino .vgt-select {
        color: #dae2f0;
        background-color: #34445f;
        border: 1px solid transparent
    }

        .vgt-table.black-rhino .vgt-input::-moz-placeholder, .vgt-table.black-rhino .vgt-select::-moz-placeholder {
            color: #dae2f0;
            opacity: .3
        }

        .vgt-table.black-rhino .vgt-input:-ms-input-placeholder, .vgt-table.black-rhino .vgt-select:-ms-input-placeholder {
            color: #dae2f0;
            opacity: .3
        }

        .vgt-table.black-rhino .vgt-input::placeholder, .vgt-table.black-rhino .vgt-select::placeholder {
            color: #dae2f0;
            opacity: .3
        }

.vgt-wrap.black-rhino .vgt-wrap__footer {
    color: #dae2f0;
    border: 1px solid #435169;
    background: linear-gradient(#4c5c79,#4e5d7c)
}

    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count {
        position: relative;
        padding-right: 3px
    }

    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__label {
        color: #98a5b9
    }

    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select {
        color: #49515e;
        background: #34445f;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 15px;
        padding-left: 5px;
        border-radius: 3px
    }

        .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select::-ms-expand {
            display: none
        }

        .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select:focus {
            border-color: #409eff
        }

    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count:after {
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        right: 6px;
        top: 50%;
        margin-top: -1px;
        border: 6px solid transparent;
        border-top-color: #49515e;
        border-bottom: none;
        pointer-events: none
    }

    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn {
        color: #dae2f0
    }

        .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
            border-right-color: #dae2f0
        }

        .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
            border-left-color: #dae2f0
        }

    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-info {
        color: #dae2f0
    }

.vgt-wrap.black-rhino .vgt-global-search {
    border: 1px solid #435169;
    background: linear-gradient(#4c5c79,#4e5d7c)
}

.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass {
    border: 2px solid #3f4c63
}

    .vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass:before {
        background: #3f4c63
    }

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select {
    color: #dae2f0;
    background-color: #44516c;
    border: 1px solid transparent
}

    .vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::-moz-placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::-moz-placeholder {
        color: #dae2f0;
        opacity: .3
    }

    .vgt-wrap.black-rhino .vgt-global-search__input .vgt-input:-ms-input-placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select:-ms-input-placeholder {
        color: #dae2f0;
        opacity: .3
    }

    .vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::placeholder {
        color: #dae2f0;
        opacity: .3
    }

.vgt-inner-wrap {
    border-radius: .25rem;
    box-shadow: 0 1px 3px 0 rgba(50,50,93,.1),0 1px 2px 0 rgba(50,50,93,.06)
}

.vgt-table.polar-bear {
    border-spacing: 0;
    border-collapse: separate;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #e3e8ee;
    border-bottom: none;
    border-radius: .25rem
}

    .vgt-table.polar-bear td {
        padding: 1em .75em;
        border-bottom: 1px solid #e4ebf3;
        color: #525f7f
    }

        .vgt-table.polar-bear td.vgt-right-align {
            text-align: right
        }

    .vgt-table.polar-bear th.line-numbers, .vgt-table.polar-bear th.vgt-checkbox-col {
        color: #394567;
        border-right: 1px solid #e3e8ee;
        background: #f7fafc
    }

    .vgt-table.polar-bear thead th {
        color: #667b94;
        font-weight: 600;
        border-bottom: 1px solid #e3e8ee;
        background: #f7fafc
    }

        .vgt-table.polar-bear thead th.sorting-asc, .vgt-table.polar-bear thead th.sorting-desc {
            color: #5e72e4
        }

            .vgt-table.polar-bear thead th.sorting-desc:before {
                border-top: 5px solid #7485e8
            }

            .vgt-table.polar-bear thead th.sorting-asc:after {
                border-bottom: 5px solid #7485e8
            }

        .vgt-table.polar-bear thead th .vgt-input, .vgt-table.polar-bear thead th .vgt-select {
            height: 2.75em;
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
            border: 1px solid #e4ebf3
        }

            .vgt-table.polar-bear thead th .vgt-input:focus, .vgt-table.polar-bear thead th .vgt-select:focus {
                outline: 0;
                border-color: #cae0fe
            }

    .vgt-table.polar-bear thead tr:first-child th:first-child {
        border-top-left-radius: .25rem
    }

    .vgt-table.polar-bear thead tr:first-child th:last-child {
        border-top-right-radius: .25rem
    }

    .vgt-table.polar-bear.bordered td {
        border: 1px solid #e3e8ee;
        background: #fff
    }

    .vgt-table.polar-bear.bordered th {
        border: 1px solid #e3e8ee
    }

.vgt-wrap.polar-bear .vgt-wrap__footer {
    color: #394567;
    border: 1px solid #e3e8ee;
    border-bottom: 0;
    border-top: 0;
    background: linear-gradient(#f7fafc,#f7fafc)
}

    .vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count {
        position: relative;
        padding-right: 3px
    }

    .vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__label {
        color: #98a5b9
    }

    .vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select {
        text-align: center;
        color: #525f7f;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px 30px 5px 5px;
        border-radius: 3px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
        border: 1px solid #e4ebf3
    }

        .vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select::-ms-expand {
            display: none
        }

        .vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select:focus {
            border-color: #5e72e4
        }

    .vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count:after {
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        right: 15px;
        top: 50%;
        margin-top: -3px;
        border: 6px solid transparent;
        border-top-color: #525f7f;
        border-bottom: none;
        pointer-events: none
    }

    .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn {
        color: #394567
    }

        .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
            border-right-color: #394567
        }

        .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
            border-left-color: #394567
        }

    .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-info {
        color: #394567
    }

.vgt-wrap.polar-bear .vgt-global-search {
    border: 1px solid #e3e8ee;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #f7fafc
}

.vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass {
    border: 2px solid #dde3ea
}

    .vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass:before {
        background: #dde3ea
    }

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select {
    height: 2.75em;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border: 1px solid #e4ebf3
}

    .vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::-moz-placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::-moz-placeholder {
        color: #394567;
        opacity: .3
    }

    .vgt-wrap.polar-bear .vgt-global-search__input .vgt-input:-ms-input-placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select:-ms-input-placeholder {
        color: #394567;
        opacity: .3
    }

    .vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::placeholder {
        color: #394567;
        opacity: .3
    }

.vgt_action_btn {
    cursor: pointer;
    padding: 0 10px
}

    .vgt_action_btn:hover {
        color: #1e88e5
    }

.vgt-input, .vgt-select {
    margin: 0 !important
}

.modal-content .modal-header {
    padding-left: 24px;
    padding-bottom: 20px
}

.modal-content .modal-body {
    padding: 24px 0
}

.modal-content .modal-footer button {
    display: inline-block;
    padding: 12px 16px;
    background-color: #eef6ff
}

.modal-content .modal-footer .btn-primary {
    background-color: #1e88e5;
    color: #fff;
    margin-left: 10px
}

.drawer-form {
    padding-top: 72px
}

@media (max-width: 767.98px) {
    .drawer-form {
        padding-top: 40px
    }
}

.drawer-form__logo {
    margin-bottom: 48px
}

.drawer-form__pad-x {
    padding-right: 48px;
    padding-left: 48px
}

@media (max-width: 767.98px) {
    .drawer-form__pad-x {
        padding: 0 30px
    }
}

@media (max-width: 575.98px) {
    .drawer-form__pad-x {
        padding: 0 15px
    }
}

.drawer-form__steps {
    margin-bottom: 48px
}

.drawer-form__step {
    overflow: visible
}

.drawer-form__input-wrp {
    margin-bottom: 24px
}

@media (max-width: 767.98px) {
    .drawer-form__input-wrp p {
        font-size: 10px;
        line-height: 12px
    }
}

.drawer-form__inline {
    display: flex
}

    .drawer-form__inline > *, .drawer-form__inline > .drawer-input {
        width: 100%;
        margin-right: 12px;
        margin-top: 0;
        margin-bottom: 0
    }

        .drawer-form__inline > .drawer-input:last-child, .drawer-form__inline > :last-child {
            margin-right: 0
        }

.drawer-form__terms {
    display: flex;
    font-size: 10px;
    line-height: 16px;
    color: #747474
}

.drawer-form__group-title {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #001d4f
}

.drawer-form__terms-text {
    padding-left: 12px
}

.drawer-form__submit-wrp {
    display: flex;
    justify-content: space-between
}

.drawer-form__prev {
    flex: 0 0 auto
}

.drawer-form__next {
    flex: 0 0 auto;
    margin-left: auto
}

.drawer-form__summary {
    margin-bottom: 48px
}

.drawer-form__summary-title {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 19px;
    color: #1e88e5
}

.drawer-form__summary-list {
    padding: 0;
    list-style: none;
    margin: 0 0 28px;
    font-size: 12px;
    line-height: 24px;
    color: #747474
}

.drawer-form__summary-item {
    padding: 0;
    margin: 0
}

.drawer-form__summary-table {
    width: 100%;
    margin-bottom: 28px;
    border: none
}

    .drawer-form__summary-table td {
        width: 50%;
        padding: 0 0 5px;
        border: none;
        font-size: 12px;
        color: #747474
    }

        .drawer-form__summary-table td:first-child {
            color: #001d4f
        }

        .drawer-form__summary-table td:last-child {
            padding-left: 15px
        }

.drawer-form__end {
    display: flex;
    justify-content: space-between;
    padding: 60px 48px
}

.drawer-form__title {
    display: flex
}

.drawer-form__close-btn, .drawer-form__register-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
    margin-right: 30px;
    border-radius: 3px;
    font-size: 14px
}

    .drawer-form__close-btn:last-child, .drawer-form__register-btn:last-child {
        margin-right: 0
    }

.drawer-form__close-btn {
    color: #1e88e5;
    border: 1px solid #1e88e5
}

.drawer-form__register-btn {
    background-color: #1e88e5;
    color: #fff
}

.site-lllc #header .header_content #header_img .bg_gradient {
    background: linear-gradient(45deg,#1e88e5,rgba(30,136,229,.25))
}

.site-lllc .slider__homepage {
    margin-top: 72px;
    margin-bottom: 72px
}

.site-lllc .event-card__link, .site-lllc .lien_square, .site-lllc .page-card__link {
    color: #001d4f
}

    .site-lllc .event-card__link:hover:after, .site-lllc .lien_square:hover:after, .site-lllc .page-card__link:hover:after {
        opacity: .5
    }

    .site-lllc .event-card__link:before, .site-lllc .lien_square:before, .site-lllc .page-card__link:before {
        background-color: #1e88e5
    }

.site-lllc #user-dashboard-app, .site-lllc #user-dashboard-app header {
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .site-lllc #user-dashboard-app header {
        display: none
    }
}

.site-lllc #user-dashboard-app #toast-container > .toast, .site-lllc #user-dashboard-app .container, .site-lllc #user-dashboard-app .footer_bottom_container, .site-lllc #user-dashboard-app .footer_top_container {
    align-items: flex-start
}

@media (max-width: 991.98px) {
    .site-lllc #user-dashboard-app #toast-container > .toast, .site-lllc #user-dashboard-app .container, .site-lllc #user-dashboard-app .footer_bottom_container, .site-lllc #user-dashboard-app .footer_top_container {
        flex-wrap: wrap
    }
}

.site-lllc .main__left {
    border-bottom: 1px solid #e8e9ee;
    flex: 0 0 30%
}

@media (max-width: 1299.98px) {
    .site-lllc .main__left {
        flex: 0 0 25%
    }
}

@media (max-width: 991.98px) {
    .site-lllc .main__left {
        display: none
    }
}

.site-lllc .main__left .main__left__choice {
    justify-content: space-between
}

.site-lllc .main-content-sidebar-mobile .main__left__choice {
    display: none
}

.site-lllc .main-content-sidebar-mobile .main__left__list {
    padding-left: 10px !important
}

    .site-lllc .main-content-sidebar-mobile .main__left__list li {
        padding: 12px 0
    }

.site-lllc .main__right__content {
    flex: 0 0 70%
}

@media (max-width: 1299.98px) {
    .site-lllc .main__right__content {
        flex: 0 0 75%
    }
}

@media (max-width: 991.98px) {
    .site-lllc .main__right__content {
        flex: 0 0 100%;
        padding: 0 !important;
        margin-top: 98px
    }
}

.site-lllc .main__right__content .company__section {
    padding-top: 0 !important
}

.menu-flag {
    width: 1.4rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.menu-flag-fr {
    background-image: url('/images/flags/fr.svg');
}

.menu-flag-pt {
    background-image: url('/images/flags/pt.svg');
}

.menu-flag-de {
    background-image: url('/images/flags/de.svg');
}

.menu-flag-lu {
    background-image: url('/images/flags/lu.svg');
}

.menu-flag-gb {
    background-image: url('/images/flags/gb.svg');
}

.accordion-header {
    background: none;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    width: 100%
}

    .accordion-header:before {
        background-color: #000;
        border-radius: 100%;
        box-sizing: border-box;
        color: #fff;
        content: "\f132";
        font-family: dashicons;
        font-size: 10px;
        font-weight: 400;
        height: 14px;
        left: 0;
        line-height: 17px;
        padding: 0;
        padding-right: 1px;
        position: absolute;
        text-align: center;
        top: 12px;
        width: 15px
    }

    .accordion-header:after {
        border-bottom: 1px solid #ddd;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 80%
    }

    .accordion-header.is-active:before {
        content: "\f460";
        line-height: 15px
    }

    .accordion-header:focus {
        outline: 1px solid #5b9dd9
    }

    .accordion-header:hover {
        background: none
    }

.tribe-tickets-editor-history:after {
    width: calc(100% - 80px)
}

.tribe_attendee_meta:after {
    width: calc(100% - 170px)
}

.tribe_advanced_meta:after {
    width: calc(100% - 105px)
}

.accordion-label:focus {
    outline: none
}

.accordion-content {
    display: none
}

.ticket_panel .accordion-content {
    margin: 1em 0 2em
}

.accordion-content.is-active {
    display: block
}

.tribe-common-c-loader.tribe-tickets-loader__modal, .tribe-common-c-loader.tribe-tickets-loader__tickets-block {
    align-items: center;
    background: hsla(0,0%,100%,.6);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: var(--tec-z-index-spinner-container)
}

.tribe-common-c-loader.tribe-tickets-loader__modal {
    height: 100vh;
    position: fixed;
    width: 100vw
}

.event-tickets {
    background-color: rgb(246, 247, 249);
    border: 1px solid rgb(228, 228, 228);
    padding: 1rem;
}

.dxbl-text-edit {
    background-color: #eef6ff;
    border-radius: 4px;
    border: 1px solid rgb(213, 213, 213);
}

.event-tickets > header > h3 {
    color: rgb(93, 93, 93);
    font-size: 14px;
}

.cancel-button {
    font-weight: bolder;
    transition: background-color 0.2s ease;
    width: 20%;
    padding: 12px;
}

.subscribe-button {
    font-weight: bolder;
    background-image: none;
    border: 0;
    border-radius: 4px;
    margin: 6px 0;
    box-shadow: none;
    background-color: rgb(0, 29, 79) !important;
    color: white !important;
    font-style: normal;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.2s ease;
    width: 100%;
    padding: 12px;
}

.subscribe-button:hover {
    background-color: rgba(51, 74, 255, .8) !important;
}

.participate-frame {
    background-color: rgb(246, 247, 249);
    border: 1px solid rgb(228, 228, 228);
    padding: 1rem;
}

.participate-frame > span {
    line-height: 3rem;
}