body {
    --wp--preset--font-size--tiny: 12px;
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--large: 22px;
    --wp--preset--font-size--extra-large: 20px;
    --wp--preset--font-size--huge: 22px;
    --wp--preset--font-size--gigantic: 24px;
    --wp--style--block-gap: 40px;
    --the7-links-color: #0070c9;
    color: #141414;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
    font-weight: 400;
}


/* START UTILS */

.color-3a3636 {
    color: #3a3636 !important;
}

.line-height-27 {
    line-height: 27px !important;
}

b, strong {
    font-weight: 500;
}

.content-relative-z-index-2 {
    position: relative;
    z-index: 2;
}

.content-relative-z-index-2 .gb-container-content *:last-child {
    margin-bottom: 0;
}

.gb-block-spacer.gb-spacer-divider.gb-divider-size-1 hr {
    height: 1px !important;
}

a {
    text-decoration: none;
}

a:not(.gb-button):not(.search-icon):hover {
    text-decoration: underline;
}

body.archive #main {
    padding-top: 0;
}

.page-info {
    padding-bottom: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.opacity-0 {
    opacity: 0 !important;
}

.width-percent-50 {
    width: 50%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

body,
.font-inter {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
}

.font-martel {
    font-family: "Martel", Helvetica, Arial, Verdana, sans-serif !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.display-none {
    display: none !important;
}

.height-5 hr {
    height: 5px !important;
}

.height-10 hr {
    height: 10px !important;
}

h2.display-none {
    display: block !important;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

@media all and (min-width: 781px) {
    .margin-top--20 {
        margin-top: -20px !important;
    }

    .margin-top--25 {
        margin-top: -25px !important;
    }
}

.margin-bottom-14 {
    margin-bottom: 14px !important;
}

.padding-top-16 {
    padding-top: 16px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.max-width-100 {
    max-width: 100% !important;
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.max-width-400 {
    max-width: 400px !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-display: -moz-box;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

@media all and (max-width: 600px) {
    .text-ellipsis-responsive-600 {
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-display: -moz-box;
        display: -webkit-box;
        line-clamp: 1;
        box-orient: vertical;
        -moz-line-clamp: 1;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding-bottom: 0 !important;
    }
}

.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-display: -moz-box;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

@media all and (max-width: 600px) {
    .text-ellipsis-2-responsive-600 {
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-display: -moz-box;
        display: -webkit-box;
        line-clamp: 2;
        box-orient: vertical;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-bottom: 0 !important;
    }
}

.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-display: -moz-box;
    display: -webkit-box;
    line-clamp: 3;
    box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

@media all and (max-width: 600px) {
    .text-ellipsis-3-responsive-600 {
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-display: -moz-box;
        display: -webkit-box;
        line-clamp: 3;
        box-orient: vertical;
        -moz-line-clamp: 3;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding-bottom: 0 !important;
    }
}

.text-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-display: -moz-box;
    display: -webkit-box;
    line-clamp: 4;
    box-orient: vertical;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

@media all and (max-width: 600px) {
    .text-ellipsis-4-responsive-600 {
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-display: -moz-box;
        display: -webkit-box;
        line-clamp: 4;
        box-orient: vertical;
        -moz-line-clamp: 4;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        padding-bottom: 0 !important;
    }
}

.text-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-display: -moz-box;
    display: -webkit-box;
    line-clamp: 5;
    box-orient: vertical;
    -moz-line-clamp: 5;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
}

@media all and (max-width: 600px) {
    .text-ellipsis-5-responsive-600 {
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-display: -moz-box;
        display: -webkit-box;
        line-clamp: 5;
        box-orient: vertical;
        -moz-line-clamp: 5;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        padding-bottom: 0 !important;
    }
}

.mask-img {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.invisible-image-to-load {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.line-height-1-1 {
    line-height: 1.1;
}

.link-blue-arrow-right>a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #0070c9 !important;
    background-color: transparent !important;
    padding: 0 !important;
    position: relative;
    text-decoration: none;
    line-height: 22px !important;
    display: inline-block;
    vertical-align: middle;
}

.link-blue-arrow-right.font-size-18>a {
    font-size: 18px !important;
}

.link-blue-arrow-right[style="text-align:center"]>a {
    left: -10px;
}

.link-blue-arrow-right {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.content-link-blue-arrow-hover:hover .link-blue-arrow-right>a,
.link-blue-arrow-right>a:hover {
    text-decoration: underline;
}

.link-blue-arrow-right>a::after {
    position: absolute;
    display: block;
    content: '';
    transform: translateX(0px);
    top: 2px;
    right: -20px;
    width: 18px;
    height: 18px;
    background-image: url('../images/pic-dropdown.png');
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.content-link-blue-arrow-hover:hover .link-blue-arrow-right>a::after,
.link-blue-arrow-right>a:hover::after {
    transform: translateX(2px);
}

/* END UTILS */

/* START LOADER */

body #load.loader-removed {
    opacity: 1 !important;
    visibility: visible !important;
}

body #load.loader-removed.images-loaded-loader-removed {
    opacity: 0 !important;
    visibility: hidden !important;
}

.gb-block-spacer {
    margin-bottom: 0 !important;
}

/* END LOADER */

/* START BASE PAGE WIDTH */

a {
    transition: color 0.3s ease;
}

#main p:not(.has-text-align-center):not(.has-text-align-right) {
    text-align: left;
}

.page-title {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.page-title .wf-wrap {
    min-height: 0;
}

.page-title .hgroup {
    padding-top: 60px;
}

.page-title>.wf-wrap {
    padding: 0;
}

#page {
    padding-top: 60px;
}

.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon::before,
.mobile-hamburger-close-bg-hover-enable .dt-close-mobile-menu-icon::after {
    background-color: #0070c9 !important;
}

.dt-mobile-menu-icon:not(.floating-btn) .menu-line::after {
    background-color: #ffffff !important;
}

@media all and (max-width: 778px) {
    .page-title {
        display: block;
        margin: 0;
    }

    .page-title>.wf-wrap {
        padding-left: 0;
    }

    .page-title-responsive-enabled.page-title h1, .page-title-responsive-enabled.page-title h1 *, .page-title-responsive-enabled.page-title h1 a:hover, #page .page-title-responsive-enabled.page-title .entry-title {
        font: bold 24px / 34px "Inter", Helvetica, Arial, Verdana, sans-serif;
        line-height: 32px !important;
    }

    .page-title .hgroup {
        padding-top: 40px;
    }
}

#main {
    position: relative;
}

body.page-template-default #main, body.post-template-default #main, body.page-template #main {
    padding-top: 0;
    padding-bottom: 0;
}

#main>.wf-wrap {
    max-width: 1000px;
    width: auto !important;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}

body.fancy-header-on #main>.wf-wrap {
    padding-top: 60px;
}

#main .content {
    max-width: 960px;
}

#main .corellis-content-custom-sidebar+.content {
    max-width: 680px;
}

#main .group-860 {
    position: relative;
}

#main .corellis-content-custom-sidebar+.content .content-full-width {
    margin-left: calc(480px - 50vw);
}

#main .content .wp-block-quote:not(.full-width),
#main .content .group-860:not(.full-width),
#main .content .wp-block-columns:not(.full-width),
#main .content .wp-block-image:not(.full-width),
#main .content .wp-block-gallery:not(.full-width),
#main .content .wp-block-atomic-blocks-ab-notice:not(.full-width),
#main .content .gb-block-notice:not(.full-width) {
    max-width: 960px;
}

.wp-block-image {
    margin-bottom: 40px;
}

#main .content .wp-block-image-caption, .wp-block-image figcaption {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #919191;
}

.wp-block-image.caption-text-align-left figcaption {
    text-align: left;
}

.wp-block-image.caption-text-align-right figcaption {
    text-align: right;
}

.wp-block-image.caption-text-align-center figcaption {
    text-align: center;
}

#main .corellis-group-read-more .wp-block-buttons,
#main .content .content-margin-left-100,
#main .content .wp-block-columns.margin-left-100, #main .content>h1,
#main .content>h2, #main .content>h3,
#main .content>h4,
#main .content>h5,
#main .content>h6,
#main .content>p,
#main .content .wp-block-group__inner-container>h1,
#main .content .wp-block-group__inner-container>h2,
#main .content .wp-block-group__inner-container>h3,
#main .content .wp-block-group__inner-container>h4,
#main .content .wp-block-group__inner-container>h5,
#main .content .wp-block-group__inner-container>h6,
#main .content .wp-block-group__inner-container>p,
#main .content>ul, #main .content>ol,
#main .content>.wp-block-buttons,
#main .content>.wp-block-separator,
#main .content article .entry-content>h1,
#main .content article .entry-content>h2,
#main .content article .entry-content>h3,
#main .content article .entry-content>h4,
#main .content article .entry-content>h5, #main .content article .entry-content>h6, #main .content article .entry-content>p, #main .content article .entry-content .wp-block-group__inner-container>p, #main .content article .entry-content>ul, #main .content article .entry-content>ol, #main .content article .entry-content>.wp-block-buttons, #main .content article .entry-content>.wp-block-separator, #main .content .page-info>h1, #main .content .page-info>h2, #main .content .page-info>h3, #main .content .page-info>h4, #main .content .page-info>h5, #main .content .page-info>h6, #main .content .page-info>p, #main .content .page-info .wp-block-group__inner-container>p, #main .content .page-info>ul, #main .content .page-info>ol, #main .content .page-info>.wp-block-buttons, #main .content .page-info>.wp-block-separator, #main .content .uagb-timeline__outer-wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* END BASE PAGE WIDTH */

/* START BASE TEXT */

.page-title h1, .page-title h1 *, .page-title h1 a:hover, #page .page-title .entry-title {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 42px;
    line-height: 51px;
    font-weight: 600;
    color: #141414;
}

.color-gradient-blue {
    background-image: linear-gradient(94deg, #00a9e0 17%, #4c0dff 87%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title-head .page-title-pre-title {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

.page-title-head .page-title-sub-title {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    color: #000000;
}

.wp-block-image,
p>img {
    border-radius: 10px;
}

.wp-block-post-featured-image {
    border-radius: 10px;
    overflow: hidden;
}

.height-550 {
    height: 100%;
    max-height: 550px;
}

h1 {
    margin-bottom: 32px;
}

h2.big {
    font-size: 36px !important;
    font-weight: 600 !important;
}

h2, h3, h4, h5, h6 {
    margin-bottom: 32px;
}

h6 {
    margin-bottom: 14px;
}


@media all and (min-width: 961px) {

    p+blockquote,
    blockquote+p,
    p+div:not(.content-full-width):not(.gutemberg-preview-hide-text):not(.gb-block-spacer):not(.wp-block-buttons):not(.wp-block-genesis-blocks-gb-button):not(.blog-post-magical-bg):not(.opacity-hover),
    blockquote+h2,
    blockquote+h3,
    blockquote+h4,
    blockquote+h5,
    blockquote+h6,
    p+h2,
    ul+h2 ol+h2 {
        margin-top: 80px !important;
    }

    p+h3,
    p+h4,
    p+h5,
    p+h6,
    p+div.wp-block-genesis-blocks-gb-button {
        margin-top: 32px !important;
    }
}

@media all and (max-width: 961px) {

    p+blockquote,
    blockquote+p,
    p+div:not(.content-full-width):not(.gutemberg-preview-hide-text):not(.gb-block-spacer):not(.wp-block-buttons):not(.wp-block-genesis-blocks-gb-button):not(.blog-post-magical-bg):not(.opacity-hover),
    blockquote+h2,
    blockquote+h3,
    blockquote+h4,
    blockquote+h5,
    blockquote+h6,
    p+h2,
    ol+h2 {
        margin-top: 40px !important;
    }

    p+h3,
    p+h4,
    p+h5,
    p+h6,
    p+div.wp-block-genesis-blocks-gb-button {
        margin-top: 24px !important;
    }
}

.has-small-font-size {
    font-size: 14px;
    line-height: 1.88;
}

p, .has-regular-font-size, .has-normal-font-size {
    font-size: 20px;
    line-height: 1.55;
}

.has-medium-font-size {
    font-size: 16px;
    line-height: 1.88;
}

.has-large-font-size {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
}

.has-larger-font-size, .has-huge-font-size {
    font-size: 20px;
    line-height: 1.88;
}

@media screen and (max-width: 780px) {
    p, .has-regular-font-size, .has-normal-font-size {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .has-large-font-size {
        font-size: 17px;
        line-height: 1.6;
    }

    h1 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 18px;
        line-height: 31px;
    }

    h2, .h2-size,
    .entry-title.h2-size,
    h1.entry-title,
    .dt-accordion-h2-size .wpb_accordion_header>a {
        font-size: 26px;
        line-height: 31px;
    }
}

.content-full-width.background-image-bottom.gb-block-container .gb-container-inside .gb-container-content .wp-block-genesis-blocks-gb-spacer {
    margin-bottom: 0;
}

@media all and (max-width: 960px) {
    .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "col1""col2";
    }

    .gb-layout-column-wrap.gb-is-responsive-column .wp-block-genesis-blocks-gb-column.max-width-400,
    .gb-layout-column-wrap.gb-is-responsive-column .gb-block-layout-column.max-width-400 {
        max-width: 100% !important;
    }

    .content-full-width.background-image-bottom.gb-block-container .gb-container-inside {
        display: flex;
        flex-flow: column;
    }

    .content-full-width.background-image-bottom.gb-block-container .gb-container-inside .gb-container-image-wrap {
        order: 2;
        margin-top: -20px;
    }

    .content-full-width.background-image-bottom.gb-block-container .gb-container-inside .gb-container-content {
        order: 1;
        z-index: 2;
    }

    .content-full-width.background-image-bottom.gb-block-container .gb-container-inside .gb-container-image-wrap {
        position: relative;
    }

    .content-full-width.background-image-bottom.gb-block-container .gb-container-inside .gb-container-image-wrap .gb-container-image {
        position: relative;
        object-fit: cover;
        height: 100%;
        display: block;
    }

    .responsive-height-20 hr {
        height: 20px !important;
    }

    .responsive-height-40 hr,
    .content-full-width.gb-block-container .gb-container-inside .gb-container-content .wp-block-genesis-blocks-gb-spacer:first-child hr,
    .content-full-width.gb-block-container .gb-container-inside .gb-container-content .wp-block-genesis-blocks-gb-spacer:last-child hr {
        height: 40px !important;
    }

    .content-full-width.background-image-bottom.gb-block-container .gb-container-inside .gb-container-content .wp-block-genesis-blocks-gb-spacer:last-child {
        display: none;
    }

    body.fancy-header-on #main>.wf-wrap {
        padding-top: 40px;
    }
}


/* END BASE TEXT */

/* START SEPARATOR */

#main .wp-block-separator {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 70px;
}

/* END SEPARATOR */

/* START BLOCK QUOTE */

#main .wp-block-quote,
#main .wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: none;
    padding: 0 0 0 0;
    margin-bottom: 30px;
    color: #919191;
    position: relative;
    max-width: 905px;
}

#main .wp-block-quote.width-percent-50.float-right {
    margin-left: 40px;
}

#main .wp-block-quote.width-percent-50.float-left {
    margin-right: 40px;
}

#main .wp-block-quote.width-percent-50 {
    margin-bottom: 20px;
}

.wp-block-quote.is-large::before, .wp-block-quote.is-large::after, .wp-block-quote.is-style-large::before, .wp-block-quote.is-style-large::after {
    background: transparent;
}

blockquote.wp-block-quote:not(.shortcode-blockquote):not(.elementor-blockquote), blockquote.shortcode-blockquote.block-style-widget, .block-style-widget {
    background-color: transparent;
}

blockquote, blockquote *, .shortcode-pullquote, .wp-block-quote cite {
    color: #3a3636;
}

blockquote>*:last-child {
    margin-bottom: 0;
}

#main .wp-block-quote p {
    font-size: 26px;
    line-height: 38px;
    font-style: italic;
    font-weight: 400;
    color: #3a3636;
    margin-bottom: 0;
    max-width: 100%;
    margin-left: 0;
    padding-right: 45px;
    position: relative;
    display: inline-block;
}

#main .wp-block-quote.is-large p,
#main .wp-block-quote.is-style-large p {
    font-size: 28px;
    line-height: 41px;
}



@media screen and (max-width: 1000px) {
    .gb-block-container .gb-container-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (max-width: 780px) {
    #main .wp-block-quote p {
        font-size: 22px;
        line-height: 36px;
    }

    #main .wp-block-quote.is-large p,
    #main .wp-block-quote.is-style-large p {
        font-size: 24px;
        line-height: 41px;
    }
}

@media screen and (max-width: 769px) {
    #main .wp-block-quote {
        padding-left: 0;
    }
}

#main .wp-block-quote.is-style-large::before {
    display: none;
}

#main .wp-block-quote p::after {
    content: "";
    position: absolute;
    background-image: url('../images/quote.svg');
    background-size: 29px auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 29px;
    height: 22px;
    top: 8px;
    right: 0;
    background-color: transparent;
    left: auto;
}

#main .wp-block-column .wp-block-quote p,
#main .wp-block-quote.width-percent-50 p {
    text-align: left;
    font-size: 26px;
    line-height: 1.46;
    color: #919191;
}

#main .wp-block-quote cite {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.22;
    display: block;
    text-align: left;
    color: #141414;
}

#main .wp-block-quote cite * {
    color: #141414;
}

#main .wp-block-column .wp-block-quote cite,
#main .wp-block-quote.width-percent-50 cite {
    text-align: left;
}

#main .wp-block-pullquote {
    border-color: #dddddd;
}

#main .wp-block-pullquote blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
#main .wp-block-pullquote blockquote.shortcode-blockquote.block-style-widget {
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
}

#main .wp-block-pullquote p {
    font-size: 22px;
    line-height: normal;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
}

@media screen and (min-width: 960px) {
    #main .wp-block-pullquote p {
        font-size: 28px;
        margin-bottom: 70px;
        margin-top: 70px;
    }
}

@media screen and (max-width: 1230px) {
    #main .wp-block-pullquote {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* END BLOCK QUOTE */

/* START NOTICE */

#main .wp-block-atomic-blocks-ab-notice::before,
#main .gb-block-notice::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #dddddd;
}

#main .wp-block-atomic-blocks-ab-notice,
#main .gb-block-notice {
    background-color: transparent !important;
    background: transparent !important;
    margin-bottom: 60px;
    color: #000;
}

#main .wp-block-atomic-blocks-ab-notice::after,
#main .gb-block-notice::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #ddd;
}

#main .wp-block-atomic-blocks-ab-notice .ab-notice-title,
#main .gb-block-notice .gb-notice-title {
    color: inherit !important;
    border-radius: 0;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    padding: 32px 0 32px 0;
}

#main .wp-block-atomic-blocks-ab-notice .ab-notice-title p,
#main .gb-block-notice .gb-notice-title p {
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 41px;
    letter-spacing: normal;
}

#main .wp-block-atomic-blocks-ab-notice .ab-notice-text,
#main .gb-block-notice .gb-notice-text {
    border: none;
    border-radius: 0;
    padding: 0 0 32px 0;
    font-size: 16px;
    font-weight: 400;
}

/* END NOTICE */

/* START TABLE */

.wp-block-columns.table-left-head {
    margin-bottom: 90px;
}

.wp-block-columns.table-left-head+.table-left-head {
    margin-top: -90px;
}

.wp-block-columns.table-left-head .wp-block-column {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

.wp-block-columns.table-left-head .wp-block-column:first-child {
    border-bottom: 1px solid #141414;
}

.wp-block-columns.table-left-head .wp-block-column:not(:first-child) {
    margin-left: 40px;
}

#main .wp-block-table table tr td:first-child strong,
.wp-block-columns.table-left-head .wp-block-column:first-child p strong {
    font-size: 24px;
    font-weight: 500;
}

.content table, .content td, .content th {
    border: none;
}

#main .wp-block-table {
    max-width: 900px;
    margin-bottom: 70px;
}

@media all and (min-width: 769px) and (max-width: 1225px) {
    #main .wp-block-table {
        margin-left: 20px;
    }
}

#main .wp-block-table table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 18px;
    line-height: 1.7;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
}

#main .wp-block-table table tr td, #main .wp-block-table table th th {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    border-right: 40px solid #fff;
}

#main .wp-block-table table tr td:first-child, #main .wp-block-table table th th:first-child {
    border-bottom: 1px solid #141414;
}

#main .wp-block-table table tr td:last-child, #main .wp-block-table table th th:last-child {
    border-right: 0;
}

#main .wp-block-table table tr td::after, #main .wp-block-table table th th::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 40px;
    background-color: #fff;
    right: -40px;
    top: 1px;
    z-index: 3;
}

#main .wp-block-table table tr td:last-child::after, #main .wp-block-table table th th:last-child::after {
    display: none;
}

/* END TABLE */

/* START UNORDERED LIST */


#main .content ul:not(.no-style) {
    margin-bottom: 30px;
}

#main .content ul:not(.blocks-gallery-grid):not(.gb-share-list):not(.no-style) {
    padding-left: 0;
    margin-left: 0;
}

#main .content ul:not(.blocks-gallery-grid):not(.gb-share-list):not(.no-style) li {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 14px;
    list-style: none;
    position: relative;
    padding-left: 32px;
}

#main .content ul:not(.blocks-gallery-grid):not(.gb-share-list):not(.no-style) li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #141414;
}

#main .content ul:not(.blocks-gallery-grid):not(.gb-share-list):not(.no-style) li ul,
#main .content ul:not(.blocks-gallery-grid):not(.gb-share-list):not(.no-style) li ul li {
    margin-bottom: 0;
    margin-left: 0;
}

@media all and (max-width: 600px) {
    #main .content ul:not(.blocks-gallery-grid):not(.gb-share-list):not(.no-style) {
        padding-left: 16px;
    }
}

/* END UNORDERED LIST */

/* START ORDERED LIST */

#main .content ol {
    padding-left: 0;
    margin-bottom: 30px;
    counter-reset: count;
}

#main .content ol li {
    counter-increment: count;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 14px;
    list-style: none;
    position: relative;
    padding-left: 32px;
}

#main .content ol li::before {
    content: counter(count) ".";
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #141414;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

#main .content ol li ol, #main .content ol li ol li {
    margin-bottom: 0;
    margin-left: 0;
}

/* END ORDERED LIST */

/* START MIXED LIST */

#main .content ul li ol, #main .content ul li ol li, #main .content ol li ul, #main .content ol li ul li {
    margin-bottom: 0;
    margin-left: 0;
}

/* END MIXED LIST */

.page-title .breadcrumbs {
    margin-top: 0;
}

.page-title .breadcrumbs,
.page-title .breadcrumbs a {
    color: #919191;
    font-size: 16px;
    font-weight: 500;
}

body .page-title .page-title-breadcrumbs {
    padding-bottom: 80px;
}

/* START LINK AND CTA */

#main .content p a, #main .content li a {
    position: relative;
    color: #0070c9;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline;
}

#main .content p span[style="text-decoration: underline;"] a {
    color: inherit;
}

#main .content h2 a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline;
}

#main h2 a:hover,
#main p a:hover,
#main li a:hover {
    color: #0070c9;
    text-decoration: underline;
    background-image: none;
    transition: none;
}

#main h2 span[style="text-decoration: underline;"]:hover a,
#main p span[style="text-decoration: underline;"]:hover>a,
#main li span[style="text-decoration: underline;"]:hover a {
    color: #0070c9;
}

.wp-block-genesis-blocks-gb-button.gb-block-button {
    margin-bottom: 0;
}

.content .has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
    color: #919191;
}

.wp-block-group:where(.has-background) {
    padding: 0 !important;
}

#main h2 a:hover::after, #main p a:hover::after, #main li a:hover::after {
    display: none;
}

.wp-block-buttons+.wp-block-buttons {
    margin-top: 30px;
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
}

html .wp-block-button:not(.link-blue-arrow-right)>.wp-block-button__link,
.wp-block-genesis-blocks-gb-button:not(.link-blue-arrow-right) .gb-button.gb-button-shape-rounded.gb-button-size-medium:not(.link-blue-arrow-right) {
    background-color: #141414 !important;
    border-radius: 8px !important;
    padding: 10px 16px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    border: none !important;
    line-height: 21px !important;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    transition: all 0.3s ease;
}

html .wp-block-button:not(.link-blue-arrow-right)>.wp-block-button__link:hover,
.wp-block-genesis-blocks-gb-button:not(.link-blue-arrow-right) .gb-button.gb-button-shape-rounded.gb-button-size-medium:not(.link-blue-arrow-right):not(:disabled):hover {
    box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.15) !important;
    opacity: 1 !important;
}

html .wp-block-button.disabled>.wp-block-button__link {
    pointer-events: none !important;
    cursor: default !important;
    background-color: #cecccc !important;
    border: none !important;
    color: #fff !important;
}

html .is-style-fill>.wp-block-button__link {
    border: none;
    background-color: #141414;
    color: #fff;
}

html .is-style-fill:not(.disabled)>.wp-block-button__link:hover {
    border-radius: 8px;
    border: none;
    color: #fff;
    background-color: #3a3636;
}

html .arrow-block-buttons .is-style-fill:not(.disabled)>.wp-block-button__link:hover {
    border: none;
}

html .wp-block-button.is-style-outline:not(.link-blue-arrow-right)>.wp-block-button__link {
    border: solid 1px #141414 !important;
    color: #141414 !important;
    padding: 9px 16px !important;
    background-color: transparent !important;
}

html .wp-block-button.is-style-outline:not(.disabled):not(.link-blue-arrow-right)>.wp-block-button__link:hover {
    border: solid 1px #4f4f4f !important;
    background-color: transparent !important;
    background: transparent !important;
    color: #4f4f4f !important;
}

html .wp-block-button.is-style-outline:not(.link-blue-arrow-right).disabled>.wp-block-button__link {
    border: solid 1px #c4c4c4 !important;
    color: #c4c4c4 !important;
}

html .wp-block-button.is-style-outline:not(.link-blue-arrow-right).grey>.wp-block-button__link {
    border: solid 1px #4f4f4f !important;
    color: #4f4f4f !important;
}

html .wp-block-button.is-style-outline:not(.disabled):not(.link-blue-arrow-right).grey>.wp-block-button__link:hover {
    border: solid 1px #4f4f4f !important;
    color: #a5a5a5 !important;
}

html .wp-block-button.is-style-outline:not(.link-blue-arrow-right).disabled.grey>.wp-block-button__link {
    border: solid 1px #cecccc !important;
    color: #cecccc !important;
}


html .is-style-fill.grey>.wp-block-button__link {
    border: none;
    background-color: #4f4f4f !important;
    color: #fff;
}

html .is-style-fill.grey:not(.disabled)>.wp-block-button__link:hover {
    border: none;
    color: #fff;
    background-color: #919191 !important;
}

html .is-style-fill.grey.disabled>.wp-block-button__link {
    background-color: #dddddd !important;
}

html .is-style-fill.white>.wp-block-button__link {
    border: solid 2px #fff;
    background-color: #fff;
    color: #000;
}

html .is-style-fill.white:not(.disabled)>.wp-block-button__link:hover {
    border-radius: 2px;
    border: solid 2px #fff;
    color: #fff;
    background-color: transparent;
}

html .is-style-outline.grey>.wp-block-button__link {
    border: solid 2px #b4b4b4;
    color: #919191;
    background-color: transparent;
}

html .is-style-outline.grey:not(.disabled)>.wp-block-button__link:hover {
    border: solid 2px #919191;
    background-color: #919191;
    background: #919191 !important;
    color: #fff;
}

html .is-style-outline.white>.wp-block-button__link {
    border: solid 2px #fff;
    color: #fff;
    background-color: transparent;
}

html .is-style-outline.white:not(.disabled)>.wp-block-button__link:hover {
    border: solid 2px #fff;
    background-color: #fff;
    background: #fff !important;
    color: #000;
}

.wp-block-buttons.arrow-block-buttons, .wp-block-buttons.arrow-block-buttons .wp-block-button {
    display: block;
}

.wp-block-buttons.arrow-block-buttons .wp-block-button {
    padding-left: 72px;
    background-image: url('/wp-content/plugins/corellis-customize-2022/public/images/link-arrow.svg');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: top left;
}

.wp-block-buttons.arrow-block-buttons .wp-block-button a, .wp-block-buttons.arrow-block-buttons .wp-block-button div {
    background-size: 100% 10px;
    background-image: linear-gradient(120deg, rgba(0, 169, 224, 0.3) 0%, rgba(0, 169, 224, 0.3) 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: color 0.3s ease;
    display: inline;
    background-color: transparent;
    color: #000;
    border: none;
    padding: 0;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
}

.wp-block-buttons.arrow-block-buttons .wp-block-button a:hover, .wp-block-buttons.arrow-block-buttons .wp-block-button div:hover {
    background-size: 100% 0;
    color: #0070c9;
    background-color: transparent;
    border: none;
}

/* END LINK AND CTA */

.footer .widget-title,
.footer div[class*="elementor-widget-wp-widget-"] h5,
.footer .elementor-widget .woocommerce h5 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.footer .widget {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* START FANCY HEADER */

.fancy-header-magical-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity 1.5s linear;
    -moz-transition: opacity 1.5s linear;
    -o-transition: opacity 1.5s linear;
    -ms-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear;
}

#fancy-header {
    align-items: flex-start !important;
    align-content: start !important;
    -webkit-align-content: start !important;
    background-color: #a1a1a1;
}

#fancy-header::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#fancy-header:not(.corellis-without-blur)::after {
    background-image: linear-gradient(116deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 77%, rgba(0, 0, 0, 0));
}

#fancy-header>.wf-wrap {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background-color: rgba(20, 20, 20, 0.7);
    min-height: 50px;
    padding: 12px 0 !important;
    display: block;
    z-index: 5;
}

body.admin-bar #fancy-header>.wf-wrap {
    top: 92px !important;
}

@media all and (max-width: 782px) {
    body.admin-bar #fancy-header>.wf-wrap {
        top: 106px !important;
    }
}

@media all and (max-width: 600px) {
    body.admin-bar #fancy-header>.wf-wrap {
        top: 60px !important;
    }
}


.fancy-header .sur-titre {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.fancy-header a.sur-titre {
    text-decoration: none;
    display: block;
}

.fancy-header a.sur-titre:hover {
    color: #7dd3ef;
}

.fancy-header .fancy-title {
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.44 !important;
    margin: 0 !important;
}

.fancy-header .central-content {
    position: relative;
    max-width: 1000px;
    padding: 0 20px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

.fancy-header .fancy-title-head {
    position: relative;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

#fancy-header {
    min-height: 200px !important;
}

@media all and (max-width: 1200px) {
    #fancy-header>.wf-wrap {
        padding: 0 65px;
    }
}

@media screen and (max-width: 778px) {
    body #fancy-header .hgroup, body #fancy-header .breadcrumbs, body #fancy-header .sur-titre {
        text-align: left;
    }

    #fancy-header>.wf-wrap {
        align-items: initial !important;
        justify-content: left !important;
    }
}

@media screen and (max-width: 768px) {
    #fancy-header {
        min-height: 140px !important;
    }
}

@media all and (min-width: 778px) {
    .fancy-header .wf-wrap {
        padding-top: 70px !important;
        justify-content: start;
    }
}

@media all and (min-width: 1024px) {
    #fancy-header {
        min-height: 200px !important;
    }
}

@-webkit-keyframes fancy-title-head-before-animation {
    0% {
        height: 10%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 10%;
    }
}

@keyframes fancy-title-head-before-animation {
    0% {
        height: 10%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 10%;
    }
}

@-webkit-keyframes fancy-title-head-before-scrolled-animation {
    0% {
        height: 10%;
    }

    100% {
        height: 100%;
    }
}

@keyframes fancy-title-head-before-scrolled-animation {
    0% {
        height: 10%;
    }

    100% {
        height: 100%;
    }
}

.fancy-header .content-categories, .fancy-header .content-categories a {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.fancy-header .content-categories a:hover {
    color: #7dd3ef;
}

.fancy-header .fancy-subtitle {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
}

.fancy-header .wp-block-buttons {
    padding-top: 20px;
}

.fancy-header .content-reading-timer {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* END FANCY HEADER */

.wp-block-gallery .blocks-gallery-item img {
    border-radius: 10px;
}

/* START MEGA MENU */

.branding>a {
    padding-right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    color: #cecccc;
    transition: all 0.3s ease;
    height: 60px;
    line-height: 60px;
}

.masthead.sticky-on #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: 53px;
    line-height: 53px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0 15px;
}

.inline-header .header-bar>.mini-widgets, .inline-header .widget-box .mini-widgets {
    padding-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    color: #ffffff !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: none;
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    background: rgb(20, 20, 20);
    background: linear-gradient(180deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0.9) 78%, rgba(20, 20, 20, 0.78) 100%);
    top: 60px;
}

.sticky-on #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 53px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    padding: 50px 80px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    overflow: hidden;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu::after {
    content: "";
    clear: both;
    display: table;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 20px 20px 20px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
    padding-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:first-child>ul.mega-sub-menu>li.mega-menu-item {
    padding-left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
    line-height: 1.5;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #0070c9 !important;
    font-weight: 500 !important;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 13px;
    line-height: 1.33;
    font-weight: normal;
    padding-top: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: #0070c9;
    font-weight: normal;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    float: none;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    display: none !important;
}

#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link, #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    background-color: transparent !important;
}

.corellis-menu-title {
    position: relative;
    line-height: normal;
    min-height: 28px;
}

.corellis-menu-title span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.63;
    color: #b6b6b6;
}

.corellis-menu-title a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    line-height: 2;
    color: #ffffff;
}

.corellis-menu-title a:hover {
    color: #0070c9;
}

.mega-menu-column.left-border {
    border-left: 1px solid #d8d8d8 !important;
}

.mega-menu-column.right-border {
    border-right: 1px solid #d8d8d8 !important;
}

.content-corellis_recent_posts_by_category_widget {
    position: relative;
}

.content-corellis_recent_posts_by_category_widget .item {
    position: relative;
    height: 50px;
    margin-bottom: 12px;
}

.content-corellis_recent_posts_by_category_widget .item:last-child {
    margin-bottom: 0;
}

.content-corellis_recent_posts_by_category_widget .item .picture {
    position: relative;
}

.content-corellis_recent_posts_by_category_widget .item .absolute-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: 0;
    cursor: pointer;
    z-index: 10;
    color: #fff;
}

.content-corellis_recent_posts_by_category_widget .item .picture {
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-corellis_recent_posts_by_category_widget .item .picture .blog-post-magical-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.content-corellis_recent_posts_by_category_widget .item:hover .picture .blog-post-magical-bg {
    opacity: 0;
}

.content-corellis_recent_posts_by_category_widget .item .content-right {
    position: relative;
    margin-left: 60px;
    padding-top: 5px;
}

.content-corellis_recent_posts_by_category_widget .item .content-right .title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.33;
    color: #ffffff;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    padding-bottom: 2px;
}

.content-corellis_recent_posts_by_category_widget .item:hover .content-right .title {
    color: #0070c9;
}

.content-corellis_recent_posts_by_category_widget .item .content-right .description {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: #b6b6b6;
}

/* END MEGA MENU */

/* START RESPONSIVE MENU */

@media all and (max-width: 1070px) {
    .mega-menu-column.left-border, .mega-menu-column.right-border {
        border-right: 0 !important;
        border-left: 0 !important;
    }

    .corellis-menu-title {
        margin-top: 10px;
    }

    .corellis-menu-title.empty {
        height: 0;
        min-height: 0;
        margin-top: -12px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        padding-top: 10px;
    }

    .sticky-mobile-on.masthead:not(.side-header) {
        background-color: #141414 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        height: auto;
        line-height: 1.3;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        float: none !important;
        display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
        left: 0 !important;
        top: 0;
        width: 100% !important;
        opacity: 1 !important;
        display: block !important;
        position: relative;
        visibility: visible !important;
        transform: translate(0, 0) !important;
        transition: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
        padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
        float: none;
        display: block;
        width: 100% !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        float: none;
        opacity: 1;
        visibility: visible;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        border: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
        float: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu {
        display: block;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 0 10px 0px;
    }
}

/* END RESPONSIVE MENU */

/* START BLOGS POSTS */

article .blog-media>p {
    margin-bottom: 0;
}

article .blog-media>p a {
    background-image: none !important;
}

article .blog-media>p a {
    padding-bottom: 20px;
}

.description-under-image .post .alignnone {
    margin-bottom: 0;
}

h4, .h4-size, .entry-title.h4-size, h3.entry-title, .dt-accordion-h4-size .wpb_accordion_header>a, .vc_separator h4 {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 30px;
    font-weight: 600 !important;
    line-height: 1.2;
}

article .blog-content p {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 16px;
    font-weight: 400 !important;
    color: #3a3636;
    margin-bottom: 8px;
    padding-top: 0 !important;
}

article .blog-content a.details.more-link {
    display: none;
}

article.no-img h3.entry-title {
    font-size: 24px;
    line-height: 32px;
}

article.no-img .blog-content {
    padding-left: 60px;
    background-image: url('/wp-content/plugins/corellis-customize-2022/public/images/link-arrow.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: top left;
}

.post .entry-title a {
    position: relative;
}

article.no-img .entry-title a,
article.no-img.corellis-custom-post-list .entry-title {
    background-size: 100% 10px;
    background-image: linear-gradient(120deg, rgba(221, 221, 221, 1) 100%, rgba(221, 221, 221, 1) 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: color 0.3s ease;
    display: inline;
    font-size: 24px;
    font-weight: 500 !important;
}

article.no-img .entry-title a:hover,
article.no-img.corellis-custom-post-list:hover .entry-title {
    color: #0070c9;
}

article.corellis-custom-post-list .entry-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

article.corellis-custom-post-list .blog-post-magical-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

article.corellis-custom-post-list .blog-media {
    margin-bottom: 0 !important;
}

article.corellis-custom-post-list .blog-media p a {
    margin-bottom: 0 !important;
}

article.corellis-custom-post-list .blog-media .opacity-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease;
}

article.corellis-custom-post-list:hover .opacity-hover {
    opacity: 1;
}

article.corellis-custom-post-list .blog-media {
    z-index: 1;
}
article.corellis-custom-post-list .blog-media .content-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

article.corellis-custom-post-list .blog-media .content-image .img-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(122deg, #000 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
}

article.corellis-custom-post-list .blog-media .content-image .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

article.corellis-custom-post-list:hover .blog-media .content-image .img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

article.corellis-custom-post-list:not(.no-img) {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #fff;
    border: 1px solid #efefef;
    height: 337px;
}

article.corellis-custom-post-list:not(.no-img) .blog-content {
    padding: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

article.corellis-custom-post-list .blog-content .sur-titre {
    font-size: 12px;
    font-weight: 500;
    color: #919191;
    line-height: 15px;
    padding-top: 0;
    margin-bottom: 4px;
}

article.corellis-custom-post-list:not(.no-img) .blog-content .entry-title {
    font-size: 18px;
    font-weight: 600;
    color: #141414;
    text-align: left;
}

article.corellis-custom-post-list:not(.no-img) .blog-content .entry-excerpts {
    font-size: 12px;
    font-weight: 400;
    color: #919191;
    text-align: left;
    line-height: 1.67;
    padding-top: 0;
    margin-bottom: 0 !important;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    max-height: 0;
}

article.corellis-custom-post-list:not(.no-img):hover .blog-content .entry-excerpts {
    max-height: 75px;
    opacity: 1;
}

article.corellis-custom-post-list:not(.no-img) .blog-content .entry-excerpts .inner {
    padding-top: 12px;
}
article.corellis-custom-post-list:not(.no-img) {
    transition: all 0.3s ease;
}
article.corellis-custom-post-list:not(.no-img):hover {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.04), -5px 0 10px 0px rgba(0, 0, 0, 0.04);
}


a.absolute-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}

/*
article.corellis-custom-post-list.has-post-thumbnail:hover .entry-title {
    color: #0070c9;
}*/

article.corellis-custom-post-list.has-post-thumbnail:hover .blog-post-magical-bg {
    opacity: 0;
}


.full-width-wrap {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    padding-bottom: 60px;
}

.full-width-wrap .wf-container {
    max-width: 960px;
    margin: 0 auto !important;
}

.full-width-wrap+.paginator {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    box-sizing: border-box;
    background-color: #f5f5f5;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.paginator:not(.paginator-more-button) a {
    font-weight: 500;
    font-size: 16px;
    color: #919191;
}

.paginator:not(.paginator-more-button) a.act {
    color: #141414;
}

.paginator:not(.paginator-more-button) a:hover {
    color: #0070c9;
}


/* END BLOGS POST */

/* START RIGHT MENU ANCHOR */

#page .corellis-content-right-menu-anchor {
    position: absolute;
    right: 20px;
    top: -5px;
    z-index: 2;
}

@media all and (max-width: 960px) {
    #page .corellis-content-right-menu-anchor {
        display: none !important;
    }
}

#page .corellis-content-right-menu-anchor .corellis-right-menu-anchor ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.corellis-transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#page .corellis-content-right-menu-anchor .corellis-right-menu-anchor ul li {
    position: relative;
    display: inline-block;
    visibility: middle;
    margin: 0;
    padding: 0 0 0 30px;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #cecccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}


#page .corellis-right-menu-anchor ul li.active,
#page .corellis-right-menu-anchor ul li:hover {
    color: #ffffff;
}

#page .corellis-right-menu-anchor ul li::before {
    display: none !important;
}

/* END RIGHT MENU ANCHOR */

/* START SEARCH RESULT PAGE */

body.search-results .page-title h1, body.search-no-results .page-title h1 {
    line-height: 82px;
}

body.search-results .page-title-breadcrumbs, body.search-no-results .page-title-breadcrumbs {
    padding-bottom: 0;
}

.post.bg-on, .post.bg-on.fullwidth-img.format-quote, .post.bg-on.fullwidth-img.format-link {
    background-color: transparent;
}

.bg-on .blog-content, .bg-on .project-list-content {
    padding: 0;
}

body #main .post .blog-content .entry-title, body.search-results .post .blog-content .entry-title, body.search-no-results .post .blog-content .entry-title {
    padding-top: 0;
}

body #main .post .blog-media, body.search-results .post .blog-media {
    margin: 0 0 20px;
}

body #main .cont-id-0 .wf-cell {
    padding: 20px;
}

body #main .post.has-post-thumbnail .blog-content .entry-title,
body.search-results .post.has-post-thumbnail .blog-content .entry-title {
    padding-bottom: 8px;
    margin-bottom: 0;
}

body.search-results #main, body.search-no-results #main {
    padding-top: 50px;
}

@media all and (max-width: 778px) {
    body.search-results #main, body.search-no-results #main {
        padding-top: 30px;
    }
}

body.search-results .page-title>.wf-wrap, body.search-no-results .page-title>.wf-wrap {
    justify-content: left;
    align-items: self-start;
}

/* END SEARCH RESULT PAGE */

/* START PAGE 404 */

body.error404 {
    background-color: #A1A1A1;
    background-image: url("../images/404.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.error404 #page {
    background-color: transparent;
    min-height: 500px;
}

.full-content-404 {
    position: fixed;
    padding: 20px;
    text-align: center;
    color: #fff;
    bottom: 80px;
    left: 0;
    right: 0;
}

.full-content-404 .content-404-other-pages {
    text-align: center;
    display: block;
}

@media all and (max-width: 900px) {
    .full-content-404 {
        position: relative;
        margin-top: 80px;
        margin-bottom: 80px;
        bottom: auto;
    }
}

@media all and (max-height: 650px) {
    .full-content-404 {
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
        bottom: auto;
    }
}

.full-content-404 h1 {
    line-height: 119px;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.full-content-404 h2 {
    line-height: 59px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.full-content-404 h3 {
    line-height: 39px;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.content-404-text {
    padding-bottom: 30px;
}

@media all and (max-width: 600px) {
    .full-content-404 h1 {
        line-height: 99px;
        font-size: 80px;
    }

    .full-content-404 h2 {
        line-height: 49px;
        font-size: 25px;
    }

    .full-content-404 h3 {
        line-height: 30px;
        font-size: 19px;
    }

    .content-404-text {
        padding-bottom: 10px;
    }
}

body.error404 #main .is-style-outline .wp-block-button__link {
    border: solid 2px #fff;
    color: #fff;
    background-color: transparent;
}

body.error404 #main .is-style-outline:not(.disabled) .wp-block-button__link:hover {
    border: solid 2px #fff;
    background-color: #fff;
    background: #fff !important;
    color: #000;
    opacity: 1;
}

/* END PAGE 404 */

/* START HEADER */

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
}

.mini-search input.field.corellis-searchform {
    background: transparent;
    color: #ffffff;
    width: 320px;
}

.mini-search input[value=""].corellis-searchform {
    width: 87px;
}

.mini-search input[value=""].field.corellis-searchform:focus, .mini-search input.field.corellis-searchform:focus {
    width: 280px;
}

.mini-search .searchform:not(.search-icon-disabled) input.field {
    padding-right: 28px;
    padding-left: 0;
    font-weight: 500;
    font-size: 14px;
}

.mini-search .searchform input::placeholder {
    color: #cecccc !important;
}

.mini-search .search-icon {
    right: 6px;
    top: 2px;
}

.dt-mobile-menu-icon {
    top: 2px;
}

.mini-search .search-icon i {
    color: transparent;
    background-image: url('../images/icons/search-icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    font-size: 20px;
}



.dt-mobile-header {
    background-color: #141414 !important;
}

@media all and (max-width: 600px) {
    .mini-search input[value=""].corellis-searchform {
        width: 28px;
    }

    .mini-search input[value=""].field.corellis-searchform:focus, .mini-search input.field.corellis-searchform:focus {
        width: 180px;
    }

    .mini-search .search-icon,
    .dt-mobile-menu-icon {
        top: 0;
    }
}

@media all and (min-width: 601px) {
    #mega-menu-wrap-primary {
        background: transparent !important;
        filter: none !important;
    }
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
    background: #141414;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

html:not(.no-cssgridlegacy.no-cssgrid) body.admin-bar .masthead:not(.sticky-mobile-on),
body.admin-bar .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
    top: 32px !important;
}

@media all and (max-width: 782px) {

    html:not(.no-cssgridlegacy.no-cssgrid) body.admin-bar .masthead:not(.sticky-mobile-on),
    body.admin-bar .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
        top: 46px !important;
    }
}

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

    html:not(.no-cssgridlegacy.no-cssgrid) body.admin-bar .masthead:not(.sticky-mobile-on),
    body.admin-bar .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) {
        top: 0 !important;
    }
}

.header-bar .branding a img,
.mobile-header-bar .mobile-branding a img {
    width: 112px;
}

/* END HEADER */

/* START FOOTER */

#footer #bottom-bar>.wf-wrap {
    width: auto;
    max-width: 1000px;
    padding: 0 20px;
}

#bottom-bar {
    padding-bottom: 40px;
    padding-top: 70px;
    background-color: #fff;
}

#branding-bottom {
    padding: 0 !important;
}

#bottom-bar .wf-container-bottom {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

#bottom-bar .content-logo-socials {
    position: relative;
}

#bottom-bar .content-logo-socials .content-socials {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

#bottom-bar .content-logo-socials .content-socials .social {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

#bottom-bar .content-logo-socials .content-socials .social span {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#bottom-bar .content-logo-socials .content-socials .social.linkedin {
    background-image: url("../images/social/linkedin.svg");
}

#bottom-bar .content-logo-socials .content-socials .social.linkedin span {
    background-image: url("../images/social/linkedin-hig.svg");
}

#bottom-bar .content-logo-socials .content-socials .social.twitter {
    background-image: url("../images/social/twitter.svg");
}

#bottom-bar .content-logo-socials .content-socials .social.twitter span {
    background-image: url("../images/social/twitter-hig.svg");
}

#bottom-bar .content-logo-socials .content-socials .social.facebook {
    background-image: url("../images/social/facebook.svg");
}

#bottom-bar .content-logo-socials .content-socials .social.facebook span {
    background-image: url("../images/social/facebook-hig.svg");
}

#bottom-bar .content-logo-socials .content-socials .social.instagram {
    background-image: url("../images/social/instagram.svg");
}

#bottom-bar .content-logo-socials .content-socials .social.instagram span {
    background-image: url("../images/social/instagram-hig.svg");
}

#bottom-bar .content-logo-socials .content-socials .social:hover span {
    opacity: 1;
}

#bottom-bar .wf-container-bottom .wf-float-right {
    display: block;
    margin-left: 0;
    float: none;
}

#bottom-bar .content-menu-and-copyright {
    position: relative;
    display: block;
    margin-top: 80px;
}

#bottom-bar .content-menu-and-copyright .corellis-copyright {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.73;
    color: #a5a5a5;
    margin-right: 46px;
}

#bottom-bar #bottom-menu {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}

#bottom-bar #bottom-menu a {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.73;
    color: #4f4f4f;
}

#bottom-bar #bottom-menu a:hover, #bottom-bar .mini-nav ul>li.act>a .menu-item-text, #bottom-bar .mini-nav>ul>li>a:hover .menu-item-text {
    color: #0070c9;
    text-decoration: none;
}

#bottom-bar .mini-nav>ul>li>a:hover .menu-item-text, #bottom-bar .mini-nav>ul>li>a:hover {
    text-decoration: none;
}

#bottom-bar .bottom-text-block {
    margin: 0 !important;
}

#bottom-bar .mini-nav:not(.select-type-menu)>ul>li:not(:last-child) {
    margin: 0 28px 0 0;
}

#bottom-bar .bottom-text-block p {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #a0a0a0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 0;
    text-align: left;
}

#bottom-bar .menu-select {
    display: none !important;
}

@media all and (max-width: 990px) {
    #branding-bottom {
        text-align: left !important;
    }

    #bottom-bar .content-menu-and-copyright {
        margin-top: 20px;
        text-align: left;
        display: flex;
        flex-flow: column;
    }

    #bottom-bar .content-menu-and-copyright .corellis-copyright {
        order: 2;
        margin-bottom: 0;
        margin-top: 20px;
        margin-right: 0;
    }

    #bottom-bar .content-menu-and-copyrigh .mini-nav {
        order: 1;
    }

    #bottom-bar .content-menu-and-copyright .corellis-copyright,
    #bottom-bar .wf-float-right .mini-nav ul li {
        display: block;
    }

    #bottom-bar .mini-nav:not(.select-type-menu)>ul>li:not(:last-child) {
        margin-bottom: 4px;
        margin-right: 0;
    }

    #bottom-bar .menu-select {
        display: none !important;
    }
}

@media all and (max-width: 600px) {
    #bottom-bar .content-logo-socials .content-socials {
        position: relative;
        padding-top: 15px;
    }

    #bottom-bar .content-logo-socials .content-socials .social:first-child {
        margin-left: 0;
    }

    #bottom-bar {
        padding-bottom: 30px;
        padding-top: 50px;
    }
}

/* END FOOTER */

/* START uagb-timeline */

.wp-block-uagb-content-timeline .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left {
    margin-left: 40px !important;
}

.uagb-timeline__outer-wrap p.uagb-timeline-desc-content {
    margin-bottom: 0;
    font-size: 18px;
}

.uagb-timeline__outer-wrap .uagb-timeline__heading-text {
    margin-bottom: 9px;
}

.uagb-timeline__outer-wrap .uagb-timeline__heading {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 800 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0;
}

.uagb-timeline__outer-wrap .uagb-timeline__line {
    background-color: #d6d6d6 !important;
    width: 1px !important;
    height: 100% !important;
    top: 0 !important;
}

.uagb-timeline__outer-wrap .uagb-timeline__main .uagb-timeline__marker.uagb-timeline__in-view-icon {
    padding-top: 10px;
}

.uagb-timeline__line__inner {
    display: none;
    transition: height 0.6s ease;
}

.uagb-timeline__line__inner[style="height: 20px;"] {
    height: 100% !important;
    display: block;
}

#main .content .uagb-timeline__outer-wrap:not(.last) .uagb-timeline__left-block .uagb-timeline__days {
    padding-bottom: 52px;
}

#main .content .uagb-timeline__outer-wrap.last {
    margin-bottom: 70px;
}


/* END uagb-timeline */

/* START CORELLIS SLIDER */

body.corellis-slideshow-on .mobile-header-space, body.corellis-slideshow-on .header-space {
    display: none !important;
}

body.corellis-slideshow-on .masthead.masthead-mobile-header {
    position: absolute;
}

.full-corellis-slider {
    position: relative;
    background-color: #a1a1a1;
}

.full-corellis-slider .central-content, .central-content {
    position: relative;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}

.central-content-1000 {
    position: relative;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

.central-content-840 {
    position: relative;
    max-width: 880px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.central-content-660 {
    position: relative;
    max-width: 700px;
    padding: 0 20px;
    margin: 0 auto;
}

.full-corellis-slider .content-corellis-slides {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.full-corellis-slider .content-corellis-slides::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(116deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 77%, rgba(0, 0, 0, 0));
    z-index: 8;
}

.full-corellis-slider .content-corellis-slides .corellis-slider-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.full-corellis-slider .content-corellis-slides .corellis-slider-slide.active {
    position: relative;
    opacity: 1;
    z-index: 7;
}

.full-corellis-slider .content-corellis-slides .corellis-slider-slide .corellis-slide-image {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.full-corellis-slider .content-corellis-slides .corellis-slider-slide, .full-corellis-slider .content-corellis-slides .corellis-slider-slide .corellis-slide-image {
    height: 95vh;
}

.full-corellis-slider .corellis-slider-invisible-images {
    position: absolute;
    display: block;
    opacity: 0;
}

body.admin-bar .full-corellis-slider .content-corellis-slides .corellis-slider-slide, body.admin-bar .full-corellis-slider .content-corellis-slides .corellis-slider-slide .corellis-slide-image {
    height: calc(95vh - 32px);
}

.full-corellis-slider .content-corellis-slides .corellis-slider-slide .corellis-slide-image.image-start {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 1.5s linear;
    -moz-transition: opacity 1.5s linear;
    -o-transition: opacity 1.5s linear;
    -ms-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear;
}

.content-corellis-slideshow-labels-and-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 10;
}

.full-corellis-slider .content-corellis-labels {
    position: relative;
    z-index: 11;
    padding-bottom: 96px;
}

.full-corellis-slider .content-corellis-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 12;
}

@media all and (max-width: 782px) {
    .full-corellis-slider .content-corellis-slides {
        position: absolute;
        height: 100%;
    }

    .content-corellis-slideshow-labels-and-dots {
        position: relative;
        top: 0;
        transform: none;
        margin-top: 116px;
        min-height: 364px;
    }

    .full-corellis-slider .content-corellis-slides .corellis-slider-slide, .full-corellis-slider .content-corellis-slides .corellis-slider-slide .corellis-slide-image {
        height: 100% !important;
    }
}

.full-corellis-slider .content-corellis-dots .corellis-slider-dot {
    position: relative;
    width: 4px;
    height: 16px;
    background-color: rgba(124, 210, 238, 0.5);
    margin-bottom: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.full-corellis-slider .content-corellis-dots .corellis-slider-dot:hover, .full-corellis-slider .content-corellis-dots .corellis-slider-dot.active {
    background-color: #7cd2ee;
}

.corellis-slider-label {
    position: absolute;
    display: block;
    max-width: 960px;
    margin-left: 86px;
    top: 30px;
    opacity: 0;
    transition: top 0s ease, opacity 0s ease;
}

.corellis-slider-label.active {
    position: relative;
    opacity: 1;
    top: 0;
    transition: top .8s ease, opacity .8s ease;
    z-index: 3;
}

.corellis-slider-label-up-title {
    position: relative;
    display: block;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

.corellis-slider-label-title {
    position: relative;
    display: block;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 67px;
    letter-spacing: normal;
    color: #fff;
}

.corellis-slider-label-content-action {
    position: relative;
    display: block;
    padding-top: 13px;
}

.corellis-slider-link-action {
    position: relative;
    display: inline;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid #0070c9;
}

.corellis-slider-link-action:hover {
    color: #0070c9;
    border-bottom: 2px solid transparent;
}

.corellis-slider-content-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.corellis-slider-content-scroll .corellis-slider-scroll-label {
    position: absolute;
    margin-left: 86px;
    bottom: 20px;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

@-webkit-keyframes corellis-slider-scroll-bar-animation {
    0% {
        height: 31px;
    }

    50% {
        height: 64px;
    }

    100% {
        height: 31px;
    }
}

@keyframes corellis-slider-scroll-bar-animation {
    0% {
        height: 31px;
    }

    50% {
        height: 64px;
    }

    100% {
        height: 31px;
    }
}

.corellis-slider-content-scroll .corellis-slider-scroll-bar {
    position: absolute;
    bottom: 0;
    width: 4px;
    height: 41px;
    background-color: #fff;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: corellis-slider-scroll-bar-animation;
    -webkit-animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: corellis-slider-scroll-bar-animation;
    animation-timing-function: ease;
}

@media all and (max-width: 860px) {
    .corellis-slider-label-up-title {
        font-size: 15px;
        line-height: 24px;
    }

    .corellis-slider-label-title {
        font-size: 40px;
        line-height: 47px;
    }

    .corellis-slider-label-content-action {
        padding-top: 10px;
    }

    .corellis-slider-link-action {
        font-size: 15px;
    }
}

@media all and (max-width: 540px) {
    .corellis-slider-content-scroll {
        display: none;
    }

    .full-corellis-slider .content-corellis-labels {
        padding-bottom: 56px;
    }

    .corellis-slider-label {
        margin-left: 56px;
    }
}

/* END CORELLIS SLIDER */

/* START fake-corellis-slideshow */

.fake-corellis-slideshow .ab-container-inside {
    max-width: 1000px !important;
    padding: 0 20px;
    margin: 0 auto;
}

.fake-corellis-slideshow .ab-container-inside .ab-container-content {
    max-width: 100% !important;
    padding-left: 86px;
    position: relative;
}

.fake-corellis-slideshow .ab-container-inside .ab-container-content::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 16px;
    background-color: #7dd3ef;
}

@media all and (max-width: 860px) {
    .fake-corellis-slideshow .ab-container-inside .ab-container-content p {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .fake-corellis-slideshow .ab-container-inside .ab-container-content h2 {
        font-size: 40px !important;
        line-height: 47px !important;
    }

    .corellis-slider-label-content-action {
        padding-top: 10px;
    }

    .fake-corellis-slideshow .ab-container-inside .ab-container-content p a {
        font-size: 15px !important;
        background-position: 0 23px !important;
    }
}

/* END fake-corellis-slideshow */

/* START wp-block-group__inner-container */

@media all and (max-width: 781px) {
    #main .wp-block-column>.wp-block-group>.wp-block-group__inner-container {
        padding-right: 10px;
    }
}

#main .wp-block-group__inner-container>h3 {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
    margin-left: 0 !important;
}

#main .wp-block-group__inner-container>h3+.wp-block-separator {
    width: 30px;
    height: 5px;
    background-color: #000000;
    border: none;
    margin: 0 0 26px 0;
}

#main .wp-block-group__inner-container>h3+.wp-block-separator+p {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-left: 0;
}

/* END wp-block-group__inner-container */

/* START PAGE TEAM */

body.page-template-template-team #main .wf-container {
    max-width: 780px;
    margin-left: 80px;
    box-sizing: border-box;
}

@media all and (max-width: 1024px) {
    body.page-template-template-team #main .wf-container {
        max-width: none;
        margin-left: 80px;
        margin-right: 80px;
    }
}

@media all and (max-width: 769px) {
    body.page-template-template-team #main .wf-container {
        margin-left: 0;
        margin-right: 0;
    }
}

body.page-template-template-team #main .team-media, body.page-template-template-team #main .team-media img {
    border-radius: 8px;
    overflow: hidden;
}

body.page-template-template-team #main .team-author p {
    margin-bottom: 0;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

body.page-template-template-team #main .team-author .team-author-name, body.page-template-template-team #main .team-author .team-author-name a {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

body.page-template-template-team #main .team-author .team-author-name a {
    text-decoration: none;
    background-size: 100% 2px;
    background-image: linear-gradient(120deg, rgb(0, 169, 224) 0%, rgb(0, 169, 224) 100%);
    background-repeat: no-repeat;
    background-position: 0 30px;
    transition: color 0.3s ease;
    display: inline;
    line-height: 32px;
}

body.page-template-template-team #main .team-author .team-author-name a:hover {
    color: #0070c9;
    text-decoration: none;
    background-image: none;
}

body.page-template-template-team #main .bg-on.team-container {
    background-color: transparent;
}

/* END PAGE TEAM */

/* START POST GRID */

body #main .post .entry-meta, body #main .blog-content .entry-meta {
    display: none !important;
}

.uagb-post-grid {
    margin: 0;
    padding: 0;
    padding-bottom: 60px;
    padding-top: 80px;
}

.uagb-post-grid .uagb-post__items {
    max-width: 960px;
    margin: 0 auto !important;
}

#main .uagb-post-grid .uagb-post__inner-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f7f7f7;
}


#main .uagb-post-grid .uagb-post__text {
    padding-left: 0;
    padding-right: 0;
}

#main .uagb-post-grid .uagb-post__title, #main .uagb-post-grid .uagb-post__title a {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #141414;
}

#main .uagb-post-grid .uagb-post__title {
    margin-bottom: 20px;
}

#main .uagb-post-grid .uagb-post__title a:hover {
    color: #0070c9;
    text-decoration: none;
}

#main .uagb-post-grid .uagb-post-grid-byline {
    display: none !important;
}

#main .uagb-post-grid .uagb-post__excerpt {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#main .uagb-post-grid .uagb-post__image a {
    position: relative;
    display: block;
}

#main .uagb-post-grid .uagb-post__image a::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(6, 184, 242, 0.2);
    z-index: 8;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#main .uagb-post-grid .uagb-post__image a:hover::after {
    opacity: 1;
}

/* END POST GRID */

/* START CONTENT-FULL-WIDTH */

#main .uagb-post-grid,
#main .content-full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    box-sizing: border-box;
}

#main .content-full-width p {
    margin-left: 0 !important;
    max-width: 100% !important;
}

#main .padding-vertical-70>*:last-child {
    margin-bottom: 0 !important;
}

#main .padding-vertical-70>.wp-block-group__inner-container>*:last-child {
    margin-bottom: 0 !important;
}

/* END CONTENT-FULL-WIDTH */

/* START corellis-column-valeurs */

@media all and (min-width: 800px) {
    #main .corellis-column-valeurs {
        position: relative;
        max-width: 600px;
        box-sizing: border-box;
        padding: 50px 40px 50px 100px;
        margin-top: -450px;
    }
}

@media all and (min-width: 800px) {
    #main .corellis-column-differences {
        position: relative;
        max-width: 600px;
        box-sizing: border-box;
        padding: 40px;
        margin-top: -450px;
        margin-left: 50%;
    }

    #main .corellis-column-differences p {
        margin-left: 0 !important;
        font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
        font-size: 20px;
        color: #000000;
        margin-bottom: 40px;
    }
}

/* END corellis-column-valeurs */

/* START corellis-group-read-more */

#main .corellis-group-read-more {
    position: relative;
    max-height: 100%;
    transition: max-height 0.7s ease;
}

#main .corellis-group-read-more:not(.opened) {
    overflow: hidden;
    max-height: 280px;
    margin-bottom: 70px;
}

#main .corellis-group-read-more .corellis-group-read-more-content-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding-top: 40px;
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #ffffff);
    display: none;
}

#main .corellis-group-read-more:not(.opened) .corellis-group-read-more-content-buttons {
    display: block;
}

#main .corellis-group-read-more .corellis-group-read-more-content-buttons .wp-block-button {
    position: relative;
    display: block;
    background-color: #fff;
}

#main .corellis-group-read-more .corellis-group-read-more-content-buttons .wp-block-button .wp-block-button__link {
    position: relative;
    background: none !important;
    border: none !important;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #0070c9 !important;
    margin-bottom: 0;
    cursor: pointer;
}

/* END corellis-column-valeurs */

/* START SITEMAP */

#main .content .wsp-container .wsp-posts-list, #main .content .wsp-container .wsp-pages-list {
    margin: 0 0 20px 0;
    list-style-type: none;
    padding-left: 0;
}

#main .content .wsp-container .wsp-posts-list {
    padding-left: 20px;
}

#main .content .wsp-container .wsp-posts-list .children, #main .content .wsp-container .wsp-pages-list .children {
    margin: 0 0 10px 0;
    list-style-type: none;
    padding-left: 20px;
}

#main .content .wsp-container .wsp-posts-list li::before, #main .content .wsp-container .wsp-posts-list .children li::before, #main .content .wsp-container .wsp-pages-list li::before, #main .content .wsp-container .wsp-pages-list .children li::before {
    display: none;
}

#main .content .wsp-container .wsp-posts-list li, #main .content .wsp-container .wsp-posts-list .children li, #main .content .wsp-container .wsp-pages-list li, #main .content .wsp-container .wsp-pages-list .children li {
    margin-bottom: 5px;
    padding-left: 0;
    line-height: 1.33;
}

#main .content .wsp-container .wsp-posts-list li a, #main .content .wsp-container .wsp-pages-list li a {
    background-image: none;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 600 !important;
    color: #000000;
    line-height: 1.33;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style: none;
    position: relative;
}

#main .content .wsp-container .wsp-posts-list li.wsp-post a, #main .content .wsp-container .wsp-pages-list li.wsp-post a {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 15px;
    line-height: 1.33;
    font-weight: normal;
}

#main .content .wsp-container .wsp-posts-list li a:hover, #main .content .wsp-container .wsp-pages-list li a:hover {
    color: #0070c9 !important;
}

/* END SITEMAP */

/* START EASTER EGG */

/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

article.easter-egg .easter-egg-title {
    text-align: center;
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 600 !important;
    color: #000000;
    line-height: 1.3;
}

article.easter-egg .icon {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
}

article.easter-egg .icon-offline {
    content: -webkit-image-set(url('../images/assets/default_100_percent/100-error-offline.png') 1x, url('../images/assets/default_200_percent/200-error-offline.png') 2x);
    position: relative;
}

article.easter-egg .hidden {
    display: none;
}

/* Offline page */

article.easter-egg .offline .interstitial-wrapper {
    color: #2b2b2b;
    font-size: 1em;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 600px;
    padding-top: 100px;
    width: 100%;
}

article.easter-egg .offline .runner-container {
    height: 150px;
    max-width: 600px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 44px;
}

article.easter-egg .offline .runner-canvas {
    height: 150px;
    max-width: 600px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;
}

article.easter-egg .offline .controller {
    background: rgba(247, 247, 247, .1);
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1;
}

article.easter-egg #offline-resources {
    display: none;
}

@media (max-width: 420px) {
    article.easter-egg .suggested-left>#control-buttons, .suggested-right>#control-buttons {
        float: none;
    }

    article.easter-egg .snackbar {
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
    }
}

@media (max-height: 350px) {
    article.easter-egg .easter-egg-title {
        margin: 0 0 15px;
    }

    article.easter-egg .icon-offline {
        margin: 0 0 10px;
    }

    article.easter-egg .interstitial-wrapper {
        margin-top: 5%;
    }

    article.easter-egg .nav-wrapper {
        margin-top: 30px;
    }
}

@media (min-width: 600px) and (max-width: 736px) and (orientation: landscape) {
    article.easter-egg .offline .interstitial-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 420px) and (max-width: 736px) and (min-height: 240px) and (max-height: 420px) and (orientation:landscape) {
    article.easter-egg .interstitial-wrapper {
        margin-bottom: 100px;
    }
}

@media (min-height: 240px) and (orientation: landscape) {
    article.easter-egg .offline .interstitial-wrapper {
        margin-bottom: 90px;
    }

    article.easter-egg .icon-offline {
        margin-bottom: 20px;
    }
}

@media (max-height: 320px) and (orientation: landscape) {
    article.easter-egg .icon-offline {
        margin-bottom: 0;
    }

    article.easter-egg .offline .runner-container {
        top: 10px;
    }
}

@media (max-width: 240px) {
    article.easter-egg .interstitial-wrapper {
        overflow: inherit;
        padding: 0 8px;
    }
}

/* END EASTER EGG */

/* START corellis-group-quinconce */

.corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 40px;
    text-align: center;
}

.corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content p span {
    font-size: 30px !important;
    display: inline-flex;
}

.corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__media {
    padding-bottom: 40px;
    text-align: center;
}

.corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__media img {
    width: 459px;
}

@media all and (max-width: 810px) {
    .corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__media img {
        height: auto;
    }
}

@media all and (max-width: 600px) {
    .corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content {
        grid-row: 2;
        padding-bottom: 30px;
        word-break: normal;
    }

    .corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content p {
        margin-bottom: 10px;
        text-align: center;
        line-height: 28px;
    }

    .corellis-group-quinconce .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__media {
        grid-row: 1;
        padding-bottom: 15px;
    }
}

/* END corellis-group-quinconce */

/* START corellis-content-notre-activite-chiffres */

@media all and (min-width: 770px) {
    #main .corellis-content-notre-activite-chiffres {
        margin-left: 100px;
    }
}

.corellis-content-notre-activite-chiffres .wp-block-image {
    margin-bottom: 0;
}

.corellis-content-notre-activite-chiffres .wp-block-column:not(:first-child) {
    margin-left: 0;
}

/* END corellis-content-notre-activite-chiffres */

/* START modal maker default theme */

.pum-theme-theme-par-defaut {
    background-color: rgba(0, 0, 0, 0.55);
}

.pum-theme-theme-par-defaut .pum-container {
    background-color: #fff;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    padding: 90px 60px;
}

.pum-theme-theme-par-defaut .pum-content {
    position: relative;
}

.pum-theme-theme-par-defaut .pum-content .content-right {
    position: relative;
    padding-left: 250px;
}

.pum-theme-theme-par-defaut .pum-content+.pum-close {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 2;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/mautic-modal/close-modal.svg");
    background-color: transparent;
    font-size: 0;
    box-shadow: none;
    border: none;
}

.pum-theme-theme-par-defaut .pum-content .image-form {
    position: absolute;
    width: 221px;
    height: 232px;
    top: 20px;
    left: 0;
    object-fit: contain;
}

.pum-theme-theme-par-defaut .pum-content .image-success {
    position: absolute;
    width: 212px;
    height: 103px;
    top: 20px;
    left: 0;
    object-fit: contain;
}

.pum-theme-theme-par-defaut .pum-content h2 {
    /*font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;*/
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    line-height: normal;
    margin-bottom: 0;
}

.pum-theme-theme-par-defaut .pum-content .mauticform_wrapper {
    position: relative;
    max-width: 100%;
    margin: 0;
    margin-bottom: 35px;
}

.pum-theme-theme-par-defaut .pum-content .mauticform-innerform label, .pum-theme-theme-par-defaut .pum-content p, .pum-theme-theme-par-defaut .pum-content .mauticform-freetext {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: normal;
    color: #000000;
    font-size: 20px;
}

.pum-theme-theme-par-defaut .pum-content .mauticform-row.mauticform-required .mauticform-label::after {
    content: "";
}

.rgpd-text {
    position: relative;
    font-size: 10px;
    line-height: normal;
    color: #828282;
}

.pum-theme-theme-par-defaut .pum-content .mauticform_wrapper input[type=text], .pum-theme-theme-par-defaut .pum-content .mauticform_wrapper input[type=email] {
    position: relative;
    width: 100%;
    max-width: 560px;
    display: block;
    color: #000;
    font-size: 20px;
    height: 56px;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #919191;
    background: transparent;
    z-index: 1;
    margin-bottom: 0;
    box-shadow: none !important;
}

.pum-theme-theme-par-defaut .pum-content .mauticform_wrapper input[type=text]:focus, .pum-theme-theme-par-defaut .pum-content .mauticform_wrapper input[type=email]:focus {
    border-bottom: 2px solid #0070c9;
    box-shadow: none !important;
}

/* TODO HERE ERRORS */

.pum-theme-theme-par-defaut .pum-content .mauticform_wrapper .mauticform-has-error input[type=text], .pum-theme-theme-par-defaut .pum-content .mauticform_wrapper .mauticform-has-error input[type=email] {
    border-color: #e00000;
    color: #e00000;
}

.pum-theme-theme-par-defaut .pum-content .mauticform-errormsg {
    font-size: 14px;
    line-height: 1.3;
    color: #e00000;
    margin-top: 10px;
}

.pum-theme-theme-par-defaut .pum-content .mauticform_wrapper .mauticform-button, .pum-theme-theme-par-defaut .pum-content button {
    font-family: "Inter", Helvetica, Arial, Verdana, sans-serif !important;
    position: relative;
    padding: 9px 24px 6px;
    border-radius: 2px;
    -webkit-appearance: none;
    border: solid 2px #0070c9;
    background-color: transparent;
    box-shadow: none !important;
    color: #0070c9;
    font-size: 17px;
    font-weight: bold;
}

.pum-theme-theme-par-defaut .pum-content .mauticform_wrapper .mauticform-button:hover, .pum-theme-theme-par-defaut .pum-content button:hover {
    border: solid 2px #0070c9;
    background-color: #0070c9;
    color: #fff;
}

.pum-theme-theme-par-defaut .pum-content .mauticform_wrapper .mauticform-button:focus, .pum-theme-theme-par-defaut .pum-content button:focus, .pum-theme-theme-par-defaut .pum-content .mauticform_wrapper .mauticform-button:focus-visible, .pum-theme-theme-par-defaut .pum-content button:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

@media all and (max-width: 960px) {
    .pum-theme-theme-par-defaut .pum-container {
        padding: 30px;
    }

    .pum-theme-theme-par-defaut .pum-content+.pum-close {
        top: 5px;
        right: 5px;
    }

    .pum-theme-theme-par-defaut .pum-content .content-right {
        padding-left: 0;
    }

    .pum-theme-theme-par-defaut .pum-content .image-form, .pum-theme-theme-par-defaut .pum-content .image-success {
        position: relative;
        top: 0;
        left: auto;
        object-fit: contain;
        margin-bottom: 20px;
        float: none;
    }
}

@media all and (max-width: 650px) {
    .pum-theme-theme-par-defaut .pum-content .image-form, .pum-theme-theme-par-defaut .pum-content .image-success {
        display: none;
    }
}

/* END modal maker default theme */

/* START lds-ring */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #0070c9;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0070c9 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* END lds-ring */

/* START READING BAR */

.content-reading-bar {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
}

.content-reading-bar .reading-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #0070c9;
}

/* END READING BAR */

@media screen and (min-width: 992px) {
    .sidebar-right .wf-container-main {
        -ms-grid-columns: calc(100% - 260px - 25px) 50px calc(260px - 25px);
        grid-template-columns: calc(100% - 260px - 25px) calc(260px - 25px);
    }
}

/* START corellis custom sidebar  */

#main .corellis-content-custom-sidebar {
    position: absolute;
    right: 0;
    top: 40px;
    width: 260px;
    z-index: 4;
}

@media all and (max-width: 1160px) {

    .hide-1160,
    #main .corellis-content-custom-sidebar, #main .corellis-content-right-menu-anchor {
        display: none !important;
    }
}

.corellis-custom-widget-guide {
    position: relative;
    margin-bottom: 60px;
}

.corellis-custom-widget-guide .content-picture {
    position: relative;
    width: 160px;
    height: 160px;
    background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5), linear-gradient(to bottom, #fbfbfb, #f5f5f5), linear-gradient(135deg, #4bd69d, #30beec);
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
}

.corellis-custom-widget-guide .content-picture .picture {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    max-width: 100%;
    object-fit: contain;
}

.corellis-custom-widget-guide .sur-titre {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #919191;
    padding-bottom: 2px;
}

.corellis-custom-widget-guide .titre {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    padding-bottom: 12px;
}

.corellis-custom-widget-guide a.titre {
    text-decoration: none;
    display: block;
}

.corellis-custom-widget-guide a.titre:hover {
    color: #0070c9;
}

.corellis-custom-widget-guide .description {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #141414;
    padding-bottom: 12px;
}

.corellis-custom-widget-guide .wp-block-button {
    margin-bottom: 0;
}

.corellis-custom-categories-list {
    position: relative;
}

.corellis-custom-categories-list .title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    padding-bottom: 12px;
}

.corellis-custom-categories-list ul {
    list-style-type: none;
    font-size: 16px;
    line-height: normal;
}

.corellis-custom-categories-list ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.56;
    display: block;
}

.corellis-custom-categories-list ul li::before {
    content: '#';
    color: #acacac;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.corellis-custom-categories-list ul li a {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    color: #000000;
    text-decoration: none;
}

.corellis-custom-categories-list ul li a:hover {
    color: #0070c9;
}

/* END corellis custom sidebar  */


.gb-block-container.background-image-bottom .gb-container-image {
    /* object-fit: contain; */
    /* height: auto; */
    opacity: 1;
    bottom: 0;
    position: absolute;
}

/* START owl-carousel  */

.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.owl-carousel.carrousel_small .owl-nav {
    position: relative;
    padding-top: 20px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    z-index: 3;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: url('../images/carousel/arrow-left.png');
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: url('../images/carousel/arrow-right.png');
}

.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover,
.owl-carousel .owl-nav button.owl-next:not(.disabled):hover {
    opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}

.owl-carousel .owl-dots {
    position: relative;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    line-height: 34px;
    margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    padding: 0;
    background-color: #cecccc;
}

.owl-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 14px;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none !important;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #919191;
}

.owl-dots-center.owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 20px !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.parent-flex {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.parent-flex .item-to-flex {
    height: 100%;
}

/* END owl-carousel  */

/* START corellis-exposant  */

.corellis-exposant {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 12px;
    margin-left: 3px;
}

.corellis-exposant.arrow {
    background-size: 18px 17px;
    background-image: url('../images/exposant/arrow.png');
}

.corellis-exposant.plus {
    background-size: 18px 18px;
    background-image: url('../images/exposant/plus.png');
}

.corellis-exposant.asterisk {
    background-size: 17px 18px;
    background-image: url('../images/exposant/asterisk.png');
}

.corellis-exposant.percent {
    background-size: 15px 17px;
    background-image: url('../images/exposant/percent.png');
}

/* END corellis-exposant  */

/* START gb-block-sharing  */

#main .gb-block-sharing {
    margin-bottom: 32px;
}

#main .gb-block-sharing .gb-share-list {
    list-style-type: none;
}

#main .gb-block-sharing .gb-share-list li {
    margin: 0;
    margin-right: 14px;
}

#main .gb-block-sharing .gb-share-list li a {
    padding: 0 !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    display: block !important;
    position: relative;
    background-color: transparent;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
}

#main .gb-block-sharing .gb-share-list li a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#main .gb-block-sharing .gb-share-list li:hover a::after {
    opacity: 1;
    display: block;
}

#main .gb-block-sharing .gb-share-list li a svg {
    display: none !important;
}

#main .gb-block-sharing .gb-share-list li a.gb-share-twitter,
#main .gb-block-sharing .gb-share-list li a.gb-share-twitter:hover {
    background-image: url('../images/social-share/icon-twitter.svg');
}

#main .gb-block-sharing .gb-share-list li a.gb-share-twitter::after {
    background-image: url('../images/social-share/icon-twitter-hig.svg');
}

#main .gb-block-sharing .gb-share-list li a.gb-share-facebook,
#main .gb-block-sharing .gb-share-list li a.gb-share-facebook:hover {
    background-image: url('../images/social-share/icon-facebook.svg');
}

#main .gb-block-sharing .gb-share-list li a.gb-share-facebook::after {
    background-image: url('../images/social-share/icon-facebook-hig.svg');
}

#main .gb-block-sharing .gb-share-list li a.gb-share-linkedin,
#main .gb-block-sharing .gb-share-list li a.gb-share-linkedin:hover {
    background-image: url('../images/social-share/icon-linkedin.svg');
}

#main .gb-block-sharing .gb-share-list li a.gb-share-linkedin::after {
    background-image: url('../images/social-share/icon-linkedin-hig.svg');
}

#main .gb-block-sharing .gb-share-list li a.gb-share-email,
#main .gb-block-sharing .gb-share-list li a.gb-share-email:hover {
    background-image: url('../images/social-share/icon-mail.svg');
}

#main .gb-block-sharing .gb-share-list li a.gb-share-email::after {
    background-image: url('../images/social-share/icon-mail-hig.svg');
}

/* END gb-block-sharing  */

/* START .corellis-sub-header  */

.corellis-sub-header {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    min-height: 50px;
    display: block;
    z-index: 11;
    box-sizing: border-box;
}

body.admin-bar .corellis-sub-header {
    top: 92px !important;
}

@media all and (max-width: 782px) {
    body.admin-bar .corellis-sub-header {
        top: 106px !important;
    }
}

@media all and (max-width: 600px) {
    body.admin-bar .corellis-sub-header {
        top: 60px !important;
    }
}

.corellis-sub-header.dark {
    background-color: rgba(20, 20, 20, 0.7);
    color: #fff;
    transition: background-color 0.3s ease;
}

.corellis-sub-header.dark.display-popular-subjects {
    background-color: rgba(20, 20, 20, 0.9);
}



#main .corellis-sub-header.dark .popular-subjects,
#main .corellis-sub-header.dark .right a {
    color: #c4c4c4;
}

#main .corellis-sub-header.dark .mini-search .searchform input::placeholder {
    color: #c4c4c4 !important;
}

#main .corellis-sub-header.dark .mini-search .searchform:not(.search-icon-disabled) input.field,
#main .corellis-sub-header.dark .popular-subjects:hover,
#main .corellis-sub-header.dark a,
#main .corellis-sub-header.dark .right li.active a {
    color: #fff;
}

#main .corellis-sub-header.dark .content-popular-subjects ol li a {
    color: #fff;
}

#main .corellis-sub-header.dark .content-popular-subjects ol li a:hover {
    color: var(--the7-links-color) !important;
}

.corellis-sub-header.light {
    color: #4f4f4f;
    transition: all 0.3s ease;
}

.corellis-sub-header.light:not(.scrolled):not(.display-popular-subjects) .central-content .inner {
    border-bottom: 1px solid #919191;
}

.corellis-sub-header.light.scrolled {
    border-bottom: 1px solid hsla(0, 0%, 53.3%, .4);
    background-color: hsla(0, 0%, 100%, .85);
    color: #4f4f4f;
}

.corellis-sub-header.light.display-popular-subjects {
    border-bottom: 1px solid hsla(0, 0%, 53.3%, .4);
    background-color: hsla(0, 0%, 100%, .95);
    color: #4f4f4f;
}

#main .corellis-sub-header.light .popular-subjects,
#main .corellis-sub-header.light .mini-search .searchform:not(.search-icon-disabled) input.field,
#main .corellis-sub-header.light a,
#main .corellis-sub-header.light .right a {
    color: #4f4f4f;
}

#main .corellis-sub-header.light .mini-search .searchform input::placeholder {
    color: #4f4f4f !important;
    font-size: 14px;
}

#main .corellis-sub-header.light .right li.active a {
    color: #141414;
}

#main .corellis-sub-header.light .content-popular-subjects ol li a {
    color: #3a3636;
}

#main .corellis-sub-header a {
    text-decoration: none;
}

#main .corellis-sub-header a:hover {
    color: #0070c9 !important;
    text-decoration: none;
}

#main .corellis-sub-header.dark a:hover {
    color: #fff !important;
    text-decoration: none;
}

#main .corellis-sub-header .central-content {
    position: relative;
    max-width: 1000px;
    padding: 0 20px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

#main .corellis-sub-header .central-content .inner {
    position: relative;
    padding: 12px 0 !important;
}

#main .corellis-sub-header .left {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    text-align: left;
}

#main .corellis-sub-header .right {
    text-align: right;
    float: right;
}

#main .corellis-sub-header .right ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    line-height: 1;
}

#main .corellis-sub-header .right ul li {
    display: inline-block;
    vertical-align: middle;
}

#main .corellis-sub-header .right ul li:not([style*="display: none"]):not(:first-child) {
    margin-left: 25px;
}

#main .corellis-sub-header .right ul li,
#main .corellis-sub-header .right ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    padding: 0;
}

#main .corellis-sub-header .right ul li.active,
#main .corellis-sub-header .right ul li.active a {
    font-weight: 500;
}

@media all and (max-width: 960px) {
    #main .corellis-sub-header .right ul li:not(.active) {
        display: none;
    }
}

@media all and (max-width: 600px) {
    #main .corellis-sub-header {
        display: none;
    }
}

.corellis-sub-header .mini-search {
    position: relative;
    display: inline-block;
}

.corellis-sub-header .mini-search .search-icon {
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    right: auto;
    line-height: 26px;
}

.corellis-sub-header .mini-search .search-icon i {
    background-image: url('../images/icons/sub-header-search-icon.svg');
    background-size: 14px 14px;
    font-size: 14px;
}

.corellis-sub-header.dark .mini-search .search-icon i {
    background-image: url('../images/icons/sub-header-search-icon-dark.svg');
}

.corellis-sub-header .mini-search .searchform:not(.search-icon-disabled) input.field {
    background: transparent;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    padding-right: 0;
    padding-left: 20px;
    min-height: 26px;
    line-height: 26px;
    vertical-align: top;
}

.corellis-sub-header .content-popular-subjects ol li a {
    font-size: 14px;
    font-weight: 500;
}

.corellis-sub-header .mini-search .assistive-text.searchsubmit {
    line-height: 26px;
    height: 26px;
    vertical-align: top;
}

.corellis-sub-header .popular-subjects {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    line-height: 26px;
    font-size: 0;
    vertical-align: top;
    cursor: pointer;
}

.corellis-sub-header.light .popular-subjects:hover {
    opacity: 0.7;
}

.corellis-sub-header .popular-subjects span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

.corellis-sub-header .popular-subjects span.icon {
    width: 18px;
    height: 18px;
    background-image: url('../images/icons/sub-header-dropdown.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    margin-left: 6px;
    top: 1px;
}

.corellis-sub-header.dark .popular-subjects span.icon {
    background-image: url('../images/icons/sub-header-dropdown-dark.svg');
}

#main .corellis-sub-header.display-popular-subjects .popular-subjects span.icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.corellis-sub-header .content-popular-subjects {
    position: relative;
    padding-top: 60px;
    padding-bottom: 75px;
    visibility: hidden;
    transition: all 0.3s ease;
}

.corellis-sub-header:not(.display-popular-subjects) .content-popular-subjects {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.corellis-sub-header.display-popular-subjects .content-popular-subjects {
    visibility: visible;
}

.corellis-sub-header:not(.display-popular-subjects) .content-popular-subjects ol {
    opacity: 0;
}

.corellis-sub-header .content-popular-subjects ol {
    width: 227px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.corellis-sub-header .content-popular-subjects ol:not(:last-child) {
    margin-right: 123px;
}

.corellis-sub-header .content-popular-subjects ol li a {
    font-size: 14px;
    font-weight: 500;
}

@media all and (max-width: 970px) {

    #main .corellis-sub-header .mini-search,
    #main .corellis-sub-header .popular-subjects,
    #main .corellis-sub-header .content-popular-subjects {
        display: none;
    }
}

/* FADE LOADER  */

@keyframes animation-fade-in-up {
    0% {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


body.with-corellis-fading-effect #main #content>article.post p:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post blockquote:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post h1:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post h2:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post h3:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post h4:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post h5:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post h6:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post .wp-block-genesis-blocks-gb-button:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post .wp-block-buttons:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post .header-article-date-read-duration:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post .content-clients .client:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post .citation-corellis .text:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post .citation-corellis .corellis-content-author:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>article.post .article-guide:not(.no-opacity-animation),

body.with-corellis-fading-effect #main #content>.page-info p:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info blockquote:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info h1:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info h2:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info h3:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info h4:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info h5:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info h6:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info .wp-block-genesis-blocks-gb-button:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info .wp-block-buttons:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info .header-article-date-read-duration:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info .content-clients .client:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info .citation-corellis .text:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info .citation-corellis .corellis-content-author:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.page-info .article-guide:not(.no-opacity-animation),

body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container p:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container blockquote:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container h1:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container h2:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container h3:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container h4:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container h5:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container h6:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container .wp-block-genesis-blocks-gb-button:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container .wp-block-buttons:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container .header-article-date-read-duration:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container .content-clients .client:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container .citation-corellis .text:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container .citation-corellis .corellis-content-author:not(.no-opacity-animation),
body.with-corellis-fading-effect #main #content>.wp-block-genesis-blocks-gb-container .article-guide:not(.no-opacity-animation),

body.with-corellis-fading-effect #main .gutemberg-chiffre-corellis:not(.no-opacity-animation) {
    /* opacity: 0; */
}

.animate-scroll-fade-in {
    opacity: 0;
}

.animate-scroll-fade-in-up {
    opacity: 0;
    animation: animation-fade-in-up 1.3s ease;
    -moz-animation: animation-fade-in-up 1.3s ease;
    -webkit-animation: animation-fade-in-up 1.3s ease;
    -ms-animation: animation-fade-in-up 1.3s ease;
    -o-animation: animation-fade-in-up 1.3s ease;
    animation-delay: 0.45s;
    animation-fill-mode: both;
}

/* END .corellis-sub-header  */