﻿:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    border: 1px solid #dc3545;
}

*, :after, :before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
}

address, p {
    margin-bottom: 1rem;
}

address {
    font-style: normal;
    line-height: inherit;
}

ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

    ul ul {
        margin-bottom: 0;
    }

strong {
    font-weight: bolder;
}

.small, small {
    font-size: .875em;
}

sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

    a:hover {
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

figure {
    margin: 0 0 1rem;
}

img, svg {
    vertical-align: middle;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

[type=button], button {
    -webkit-appearance: button;
}

    [type=button]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
    }

textarea {
    resize: vertical;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

iframe {
    border: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.container, .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

    .row > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.col-6 {
    width: 50%
}

.col-6, .col-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-11, .col-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-12 {
    width: 100%
}

.gx-0 {
    --bs-gutter-x: 0;
}

.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width:576px) {
    .col-sm-6 {
        width: 50%
    }

    .col-sm-6, .col-sm-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-4 {
        width: 33.33333%
    }

    .col-md-4, .col-md-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-6, .col-md-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-8, .col-md-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-4, .col-lg-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-6, .col-lg-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-8, .col-lg-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-10, .col-lg-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-12 {
        width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-4, .col-xl-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-6, .col-xl-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-8, .col-xl-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}

.form-control::-webkit-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control: :file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + (var(--bs-border-width) * 2));
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: .25em;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .form-check-input:checked[type=checkbox] {
            --bs-form-check-bg-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        --bs-form-check-bg-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5;
    }

        .form-check-input:disabled ~ .form-check-label {
            cursor: default;
            opacity: .5;
        }

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus-visible, .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

    .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
        box-shadow: var(--bs-btn-focus-box-shadow);
    }

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.nav-collapse {
    display: block;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown-toggle:empty:after {
        margin-left: 0;
    }

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg);
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg);
    }

    .dropdown-item:disabled {
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

    .nav-tabs .nav-link {
        margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
        border: var(--bs-nav-tabs-border-width) solid transparent;
        border-top-left-radius: var(--bs-nav-tabs-border-radius);
        border-top-right-radius: var(--bs-nav-tabs-border-radius);
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color);
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: var(--bs-nav-tabs-link-active-border-color);
        }

    .nav-tabs .dropdown-menu {
        margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #b8b8b8;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #182641;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

    .accordion-button:not(.collapsed):after {
        transform: var(--bs-accordion-btn-icon-transform);
    }

    .accordion-button:after, .accordion-button:not(.collapsed):after {
        background-image: url(../images/arrow-menu.png);
    }

.accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius);
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius);
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius);
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0;
    }

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); --bs-accordion-btn-active-icon: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E"); --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    background: transparent var(--bs-btn-close-bg) 50%/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}

    .btn-close, .btn-close:hover {
        color: var(--bs-btn-close-color);
    }

        .btn-close:hover {
            text-decoration: none;
            opacity: var(--bs-btn-close-hover-opacity);
        }

        .btn-close:focus {
            outline: 0;
            box-shadow: var(--bs-btn-close-focus-shadow);
            opacity: var(--bs-btn-close-focus-opacity);
        }

        .btn-close:disabled {
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            opacity: var(--bs-btn-close-disabled-opacity);
        }

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity);
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
        margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

    .modal-footer > * {
        margin: calc(var(--bs-modal-footer-gap) * .5);
    }

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.position-relative {
    position: relative !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.text-center {
    text-align: center !important;
}

.visible {
    visibility: visible !important;
}

@media (min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&amp; family=Outfit: wght@100..900&amp; display=swap");

.head-mag {
    background-image: url(../images/head-pages.webp);
    background-repeat: no-repeat;
    background-position: top -150px center;
    height: 340px;
    margin-top: -110px;
}

.head-mag .bloc-head-mag {
    text-align: center;
    padding-top: 170px;
}

    .head-mag .bloc-head-mag h1 {
        font-size: calc(1.635rem + 4.62vw);
        line-height: calc(1.515rem + 3.18vw);
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
    }

@media (min-width:1200px) {
    .head-mag .bloc-head-mag h1 {
        font-size: 5.1rem;
        line-height: 3.9rem;
    }
}

.head-mag .bloc-head-mag h1 span {
    color: #f0f;
    text-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.head-mag .bloc-head-mag .h1 {
    font-size: calc(1.635rem + 4.62vw);
    line-height: calc(1.515rem + 3.18vw);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .head-mag .bloc-head-mag .h1 {
        font-size: 5.1rem;
        line-height: 3.9rem;
    }
}

.head-mag .bloc-head-mag .h1 span {
    color: #f0f;
    text-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.head-mag .bloc-head-mag p {
    font-family: Outfit, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 10px;
}

.magazine {
    position: relative;
    padding: 60px 12px 0 !important;
}

    .magazine.page {
        padding-top: 40px;
        padding-bottom: 100px !important;
    }

        .magazine.page.margin {
            margin-top: -140px;
            margin-bottom: 200px;
            padding-bottom: 80px;
            padding-top: 120px;
        }

        .magazine.page .h4 {
            font-size: .85rem !important;
            text-transform: uppercase;
            color: #999;
            text-align: center;
        }

        .magazine.page .sous-rubrik {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .magazine.page .sous-rubrik .btn {
                padding: 5px 15px 6px;
                text-transform: uppercase;
                line-height: .7rem;
                font-size: .75rem;
                font-family: Ubuntu, Arial, sans-serif;
                font-weight: 700;
                border-radius: 2px;
                color: #fff;
                margin-bottom: 4px;
                margin-right: 5px;
            }

                .magazine.page .sous-rubrik .btn.rubrik-01 {
                    background-color: #6cf;
                }

    .magazine.home {
        background: #0a172d;
        background-image: url(../images/circle-bg-02.webp), linear-gradient(39deg, #170581, #0a172d 30%, #0a172d 72%, rgba(201, 74, 221, .3));
        background-repeat: no-repeat;
        background-position: top;
        padding-bottom: 100px !important;
    }

    .magazine .title-mag {
        padding: 0 0 10px;
    }

        .magazine .title-mag h1 {
            color: #fff;
            font-size: calc(1.565rem + 3.78vw);
            line-height: calc(1.565rem + 3.78vw);
            font-weight: 700;
            margin-bottom: -.75rem;
        }

@media (min-width:1200px) {
    .magazine .title-mag h1 {
        font-size: 4.4rem;
        line-height: 4.4rem;
    }
}

.magazine .title-mag h1 .small {
    font-weight: 300;
}

@media (min-width:320px) and (max-width:575px) {
    .magazine .title-mag h1 {
        margin-bottom: -.4rem;
    }
}

.magazine .title-mag h2 {
    text-transform: none;
    color: #e4ebf9;
    font-size: calc(1.525rem + 3.3vw);
    line-height: calc(1.545rem + 3.54vw);
    font-weight: 700;
    margin-bottom: -.75rem;
    text-align: center;
    text-shadow: 0 0 7px hsla(0, 0%, 100%, .5);
}

@media (min-width:1200px) {
    .magazine .title-mag h2 {
        font-size: 4rem;
        line-height: 4.2rem;
    }
}

.magazine .title-mag h2 .small {
    font-weight: 300;
}

.magazine .title-mag p {
    text-align: center;
    color: #f0f;
}

.magazine h2 {
    font-size: calc(1.475rem + 2.7vw);
    line-height: calc(1.375rem + 1.5vw);
    text-transform: uppercase;
    font-weight: 700;
    color: #0a2d56;
    padding-bottom: 10px;
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .magazine h2 {
        font-size: 3.5rem;
        line-height: 2.5rem;
    }
}

.magazine h2 span {
    color: #f0f;
    text-transform: none;
    font-size: calc(1.405rem + 1.86vw);
    line-height: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
    .magazine h2 span {
        font-size: 2.8rem;
        line-height: 2.5rem;
    }
}

.magazine h2 img {
    padding-bottom: .5rem;
}

@media (min-width:220px) and (max-width:768px) {
    .magazine h2 {
        font-size: calc(1.675rem + 5.1vw);
    }
}

@media (min-width:220px) and (max-width:768px) and (min-width:1200px) {
    .magazine h2 {
        font-size: 5.5rem;
    }
}

.magazine h3 {
    font-size: 2.5rem;
    font-size: calc(1.375rem + 1.5vw);
    line-height: calc(1.375rem + 1.5vw);
    text-transform: uppercase;
    font-weight: 700;
    color: #e4ebf9;
    padding-bottom: 8px;
}

@media (min-width:1200px) {
    .magazine h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

.magazine h3 img {
    padding-bottom: .5rem;
}

.magazine .une {
    position: relative;
}

    .magazine .une .date {
        background-color: #0a172d;
        display: inline-block;
        position: absolute;
        top: 40px;
        padding: 0 7px;
    }

        .magazine .une .date p {
            color: #e4ebf9;
            font-size: .8rem;
            font-weight: 700;
        }

    .magazine .une .img-cover {
        width: 100%;
        height: 350px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .magazine .une .author p {
        font-size: .7rem;
        margin-bottom: 0 !important;
    }

    .magazine .une .title h3 {
        color: #e4ebf9;
        font-weight: 700;
        font-size: 1.7rem;
        text-transform: none;
        line-height: 2rem;
    }

    .magazine .une .title h4 {
        color: #e4ebf9;
        font-weight: 700;
        font-size: 2.18rem;
        line-height: 2.3rem;
        padding-top: 10px;
    }

    .magazine .une .extrait p {
        color: rgba(228, 235, 249, .6);
        line-height: 1.6rem;
    }

    .magazine .une .detail a {
        color: #f0f;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
    }

.magazine .recent .post {
    position: relative;
}

    .magazine .recent .post .date {
        background-color: #0a172d;
        display: inline-block;
        position: absolute;
        top: 0;
        padding: 3px 7px;
    }

        .magazine .recent .post .date p {
            color: #e4ebf9;
            font-size: .75rem;
            line-height: .75rem;
            font-weight: 700;
        }

    .magazine .recent .post .img-cover {
        width: 100%;
        height: 190px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .magazine .recent .post .content .rubrique {
        position: relative;
        margin-top: -5px;
    }

        .magazine .recent .post .content .rubrique p {
            font-size: .7rem !important;
            line-height: .7rem;
            border-radius: 2px !important;
        }

    .magazine .recent .post .content .title h3 {
        color: #e4ebf9;
        font-weight: 700;
        font-size: calc(1.255rem + .06vw);
        line-height: calc(1.295rem + .54vw);
        text-transform: none;
    }

@media (min-width:1200px) {
    .magazine .recent .post .content .title h3 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

.magazine .recent .post .content .title h4 {
    color: #e4ebf9;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
    .magazine .recent .post .content .title h4 {
        line-height: 1.5rem;
    }
}

.magazine .recent .post .content .extrait p {
    color: rgba(228, 235, 249, .6);
    font-size: 1rem !important;
    line-height: 1.4rem;
}

.magazine .recent .post .content .detail a {
    color: #f0f;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding-left: 6px;
}

.magazine.space {
    padding-bottom: 40px;
}

.magazine .post.link {
    position: relative;
}

.magazine .post.une {
    background-color: hsla(0, 0%, 100%, 0);
    border: 1px solid rgba(255, 0, 255, .5);
    border-radius: 6px;
    padding: 30px 20px;
    margin-bottom: 50px;
}

    .magazine .post.une .img-cover {
        width: 100%px;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (min-width:320px) and (max-width:576px) {
    .magazine .post.une .img-cover {
        margin-bottom: 20px;
    }
}

.magazine .post.une .content .title h2 {
    color: #e4ebf9;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.9rem;
    text-transform: none;
}

.magazine .post .bloc-post {
    background-color: #e4ebf9;
    border-radius: 6px 6px 55px 6px;
    box-shadow: 0 6px 8px 1px rgba(70, 96, 214, .15);
    min-height: 520px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    height: 95%
}

    .magazine .post .bloc-post, .magazine .post .bloc-post article {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .magazine .post .bloc-post article {
            -ms-flex-pack: start;
            justify-content: start;
            height: 100%
        }

        .magazine .post .bloc-post .post-img {
            position: relative;
        }

            .magazine .post .bloc-post .post-img .date {
                background-color: #e4ebf9;
                display: inline-block;
                position: absolute;
                bottom: 30px;
                left: 0;
                padding: 3px 7px;
                border-top-right-radius: 2px;
                border-bottom-right-radius: 2px;
            }

                .magazine .post .bloc-post .post-img .date p {
                    color: #0a2d56;
                    font-size: .75rem;
                    line-height: .75rem;
                    font-weight: 700;
                    margin: 0 !important;
                }

            .magazine .post .bloc-post .post-img .img-cover {
                width: 100%;
                height: 220px;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .magazine .post .bloc-post .author p {
            font-size: .7rem;
            margin-bottom: 0 !important;
            padding: 0 20px;
        }

        .magazine .post .bloc-post .title {
            padding: 20px 20px 10px;
        }

            .magazine .post .bloc-post .title h2 {
                color: #0100ff;
                font-weight: 700;
                font-size: 1.3rem;
                line-height: 1.5rem;
                text-transform: none;
                padding-bottom: 0 !important;
            }

            .magazine .post .bloc-post .title h3 {
                color: #0a2d56;
                font-weight: 700;
                font-size: 1.42rem;
                line-height: 1.7rem;
                text-transform: none;
                padding-bottom: 0 !important;
            }

            .magazine .post .bloc-post .title h4 {
                color: #0100ff;
                font-weight: 700;
                font-size: 1.25rem;
            }

        .magazine .post .bloc-post .extrait {
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding: 0 20px 10px;
        }

            .magazine .post .bloc-post .extrait p {
                font-size: 1rem;
                line-height: 1.5rem;
                color: #5c5c5c;
                font-weight: 500;
            }

        .magazine .post .bloc-post .detail {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .magazine .post .bloc-post .detail a {
                background-color: #f0f;
                color: #fff;
                border-radius: 20px;
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 700;
                padding: 5px 15px;
            }

        .magazine .post .bloc-post.rubrique-label .rubrique-label {
            background-color: #6cf;
            box-shadow: 0 5px 5px 3px rgba(54, 70, 116, .25);
            display: block;
            margin-top: -1px;
            padding: 0 0 0 20px;
        }

            .magazine .post .bloc-post.rubrique-label .rubrique-label p {
                color: #fff;
                font-size: .8rem;
                font-family: Outfit, Arial, sans-serif;
                font-weight: 500;
                text-transform: uppercase;
                margin-bottom: 0 !important;
            }

.magazine .post .btn-bloc {
    text-align: center;
    padding: 30px 0;
    -ms-flex-positive: 4;
    flex-grow: 4;
}

.magazine h2 {
    color: #e4ebf9;
}

.magazine .h2 {
    font-size: 2.5rem;
    font-size: calc(1.465rem + 2.58vw);
    line-height: calc(1.375rem + 1.5vw);
    font-weight: 700;
    color: #0e347f;
    font-family: Outfit, Arial, sans-serif;
}

@media (min-width:1200px) {
    .magazine .h2 {
        font-size: 3.4rem;
        line-height: 2.5rem;
    }
}

.magazine .h2 img {
    padding-bottom: .5rem;
}

@media (min-width:220px) and (max-width:992px) {
    .magazine.page {
        padding-top: 20px !important;
    }

        .magazine.page .post {
            margin-bottom: 25px;
        }
}

.rubrique p {
    font-size: .8rem;
    line-height: 1.1rem;
    font-weight: 700 !important;
    color: #fff;
    padding: 4px 10px 3px;
    text-transform: uppercase;
    border-radius: 2px;
}

.rubrique.liste {
    margin-bottom: 20px;
    border-radius: 2px;
}

    .rubrique.liste p {
        font-size: 1rem;
        padding: 0 10px;
    }

    .rubrique.liste h1 {
        font-size: 1rem;
        padding: 10px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 4px;
    }

.rubrique.seo-h3 {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

    .rubrique.seo-h3 h2 {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #fff;
        padding: 0 10px;
        text-transform: uppercase;
        border-radius: 2px;
    }

@media (min-width:320px) and (max-width:575px) {
    .rubrique.seo-h3 {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.rubrique h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    margin: 0;
}

.rubrique-label {
    background-color: #6cf;
    display: inline-block;
    position: relative;
}

    .rubrique-label.liste {
        display: block;
    }

@media (min-width:320px) and (max-width:575px) {
    .rubrique-label.liste {
        width: 100%
    }
}

.rubrique-label.side:after {
    content: "";
    display: none;
}

.rubrique-nav {
    margin-top: 50px;
}

    .rubrique-nav .bloc {
        border: 1px solid rgba(255, 0, 255, .5);
        border-radius: 1rem;
        padding: 15px 20px;
        background-color: rgba(10, 45, 86, 0);
    }

        .rubrique-nav .bloc .title p {
            color: rgba(63, 79, 170, .9);
            font-family: Outfit, Arial, sans-serif;
            font-weight: 700;
            font-size: 1.9rem;
            line-height: 1.9rem;
            text-transform: uppercase;
            padding-bottom: 10px;
            text-align: center;
        }

            .rubrique-nav .bloc .title p span {
                font-weight: 300;
            }

        .rubrique-nav .bloc .bloc-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

.hr {
    margin: 1.4rem 0;
    color: inherit;
    border-top: 1px solid rgba(0, 0, 0, .25) !important;
    opacity: 1;
}

.ariane-fil {
    color: rgba(92, 92, 92, .8);
    padding-bottom: 15px;
}

    .ariane-fil, .ariane-fil a {
        font-size: 13px;
        font-family: Comfortaa, Arial, sans-serif;
    }

        .ariane-fil a {
            color: #999;
            font-weight: 500;
            text-decoration: underline;
        }

.single-post {
    padding-bottom: 100px;
}

    .single-post .post-title h1 {
        font-size: calc(1.425rem + 2.1vw);
        line-height: calc(1.455rem + 2.46vw);
        font-weight: 700;
        color: #e4ebf9;
        margin-bottom: 10px;
        margin-top: 10px;
    }

@media (min-width:1200px) {
    .single-post .post-title h1 {
        font-size: 3rem;
        line-height: 3.3rem;
    }
}

.single-post .author p {
    font-size: .7rem;
    margin-bottom: 0 !important;
}

    .single-post .author p span {
        font-size: .7rem !important;
    }

.single-post .post-image {
    background-color: #999;
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .single-post .post-image img {
        width: 100%;
        height: 420px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .single-post .post-image .single-date {
        background-color: #0a172d;
        display: inline-block;
        position: absolute !important;
        top: 40px;
        left: 0;
        padding: 0 7px;
    }

        .single-post .post-image .single-date p {
            color: #fff;
            font-size: .8rem;
            font-weight: 700;
        }

.single-post .post-content {
    padding: 0 40px 70px;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(1, 0, 255, .4);
}

@media (min-width:220px) and (max-width:575px) {
    .single-post .post-content {
        padding: 0 15px 50px;
    }
}

.single-post .post-content img {
    max-width: 100%;
}

.single-post .post-content a:hover {
    color: #f0f;
}

.single-post .post-content strong {
    color: #0a2d56 !important;
    font-weight: 700 !important;
}

.single-post .post-content h1 {
    font-size: calc(1.375rem + 1.5vw);
    line-height: calc(1.395rem + 1.74vw);
    font-weight: 700;
    color: #0a2d56;
    padding: 30px 0 0;
}

@media (min-width:1200px) {
    .single-post .post-content h1 {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }
}

.single-post .post-content h2 {
    font-size: calc(1.3438rem + 1.1256vw);
    line-height: calc(1.355rem + 1.26vw);
    font-weight: 800;
    color: #0a2d56;
    padding: 30px 0 10px;
    text-transform: none;
}

@media (min-width:1200px) {
    .single-post .post-content h2 {
        font-size: 2.188rem;
        line-height: 2.3rem;
    }
}

.single-post .post-content h3 {
    font-size: calc(1.295rem + .54vw);
    line-height: calc(1.325rem + .9vw);
    font-weight: 700;
    color: #0a2d56;
    padding: 5px 0 0;
    text-transform: none;
}

@media (min-width:1200px) {
    .single-post .post-content h3 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
}

.single-post .post-content h4 {
    font-size: calc(1.275rem + .3vw);
    line-height: calc(1.305rem + .66vw);
    font-weight: 500;
    color: #1781b6;
    padding: 5px 0 0;
    text-transform: none;
}

@media (min-width:1200px) {
    .single-post .post-content h4 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

.single-post .post-content p {
    font-size: 1.1rem;
    letter-spacing: -.01rem;
}

.single-post .post-content .chapo {
    font-size: 1.35rem;
    line-height: 1.6rem;
    font-weight: 700;
    padding: 20px 0;
}

.single-post .post-content .toc {
    margin-top: 20px;
}

    .single-post .post-content .toc p {
        font-weight: 700;
        font-family: Outfit, Arial, sans-serif;
        color: #f0f;
        margin-bottom: 5px !important;
        text-transform: uppercase;
    }

    .single-post .post-content .toc ul {
        padding-left: 0;
    }

    .single-post .post-content .toc li {
        padding: .35rem 0;
    }

        .single-post .post-content .toc ul li {
            line-height: 1.2rem;
            padding-bottom: 4px;
            padding-top: 4px;
            list-style-type: none;
            /*background-image: url(../images/puce-sommaire.webp);*/
            background-repeat: no-repeat;
            background-position: left top 10px;
            /*padding-left: 8px;*/
            padding-bottom: 5px;
        }

            .single-post .post-content .toc ul li a {
                text-decoration: none;
                color: #0e347f !important;
                font-weight: 700;
                font-size: .95rem;
                font-family: Outfit, Arial, sans-serif;
            }

    .single-post .post-content .toc .toc-level-1 {
        margin-left: 0 !important;
    }

        .single-post .post-content .toc .toc-level-1 a {
            font-size: 1rem !important;
            font-weight: 800;
        }

    .single-post .post-content .toc .toc-level-2 {
        margin-left: 0.25rem !important;
    }

        .single-post .post-content .toc .toc-level-2:not(:first-of-type) {
            padding-top: 0.1rem !important;
        }

        .single-post .post-content .toc .toc-level-2 a {
            font-size: .95rem !important;
            font-weight: 700;
        }

    .single-post .post-content .toc .toc-level-3 {
        margin-left: 0.5rem !important;
    }

        .single-post .post-content .toc .toc-level-3:not(:first-of-type) {
            padding-top: 0 !important;
        }

        .single-post .post-content .toc .toc-level-3 a {
            font-size: .9rem !important;
            font-weight: 600;
        }

@media (min-width:220px) and (max-width:992px) {
    .single-post {
        padding-bottom: 0;
    }
}

.partage {
    margin-top: 50px;
}

    .partage p {
        color: #f0f;
        font-weight: 700;
    }

    .partage .rs {
        border-radius: 6px;
        text-decoration: none;
        color: #fff;
        padding: 5px 6px;
        font-size: .8rem;
        margin-right: 10px;
        cursor: pointer;
    }

    .partage .facebook {
        background-color: #3b5998;
    }

    .partage .twitter {
        background-color: #00acee;
    }

    .partage .linkedin {
        background-color: #0e76a8;
    }

.sidebar {
    padding: 20px;
}

    .sidebar h2 {
        font-weight: 700;
    }

    .sidebar .h2, .sidebar h2 {
        color: #f0f;
        font-size: 1.5rem;
    }

    .sidebar .h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-family: Outfit, Arial, sans-serif;
    }

    .sidebar .post-list {
        display: -ms-flexbox;
        display: flex;
    }

        .sidebar .post-list .post-image .img {
            padding-right: 15px;
        }

        .sidebar .post-list .post-image img {
            width: 130px;
            height: 130px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .sidebar .post-list .post-info {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .sidebar .post-list .post-info .rubrique {
                margin-bottom: 10px;
            }

                .sidebar .post-list .post-info .rubrique p {
                    font-size: .6rem;
                    line-height: .8rem;
                    font-weight: 700;
                    color: #fff;
                    padding: 1px 5px;
                    text-transform: uppercase;
                }

            .sidebar .post-list .post-info .title-post-idem p, .sidebar .post-list .post-info p {
                color: #e4ebf9;
                font-family: Outfit, Arial, sans-serif;
                font-weight: 500;
                font-size: 1rem;
                line-height: 1.2rem !important;
            }

            .sidebar .post-list .post-info a {
                text-decoration: none;
                text-transform: uppercase;
                font-family: Outfit, Arial, sans-serif;
                font-size: .9rem;
                font-weight: 700;
            }

            .sidebar .post-list .post-info .link {
                display: -ms-inline-flexbox;
                display: inline-flex;
                max-width: 125px;
                bottom: 0;
                padding: 0;
            }

.sidebar-bottom {
    margin: 20px;
}

    .sidebar-bottom h4 {
        color: #0100ff;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }

    .sidebar-bottom .rubrique-nav {
        margin-top: 0;
    }

        .sidebar-bottom .rubrique-nav, .sidebar-bottom .rubrique-nav .bloc {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .sidebar-bottom .rubrique-nav .bloc {
                border: 1px solid rgba(255, 0, 255, .4);
                border-radius: 1rem;
                padding: 15px 20px;
                background-color: hsla(0, 0%, 100%, 0);
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                max-width: 450px;
            }

                .sidebar-bottom .rubrique-nav .bloc .title p {
                    color: #3f4faa;
                    font-family: Outfit, Arial, sans-serif;
                    font-weight: 700;
                    font-size: 1.9rem;
                    text-transform: none;
                    text-align: center;
                    padding-bottom: 10px;
                }

                    .sidebar-bottom .rubrique-nav .bloc .title p span {
                        font-weight: 300;
                    }

                .sidebar-bottom .rubrique-nav .bloc .bloc-item {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -ms-flex-align: center;
                    align-items: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

    .sidebar-bottom .rs-link {
        margin: 20px 0;
    }

.top-bar {
    max-height: 120px;
    overflow: hidden;
    background-color: #8f008f;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.45s ease, opacity 0.45s ease, max-height 0.65s ease;
    will-change: transform, opacity, max-height;
}

    .top-bar .top-bar-content {
        min-height: 38px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        position: relative;
        z-index: 1000;
    }

    .top-bar .col-12 {
        max-height: 120px;
        transition: max-height 0.65s ease;
        will-change: max-height;
    }

        .top-bar .top-bar-content a {
            text-decoration: none;
            color: #f9f !important;
            padding: 15px;
            text-transform: uppercase;
            font-size: .8rem;
            font-weight: 700;
        }

        .top-bar .top-bar-content .contact {
            color: #fff !important;
        }

@media (min-width:320px) and (max-width:1100px) {
    .top-bar {
        display: none;
    }
}

.top-bar-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    max-height: 0;
}

.top-bar.top-bar-hidden .col-12 {
    max-height: 0;
}

.header-nav {
    width: 100%;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

    .header-nav .header-nav-block {
        height: 110px;
        padding: 0 30px;
        background-color: rgba(10, 23, 45, .5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transition: background-color .5s ease, border-bottom 0.3s ease, padding 0.3s ease, height 0.3s ease, top 0.3s ease;
    }

        .header-nav .header-nav-block nav {
            width: 100%
        }

            .header-nav .header-nav-block nav .content-menu {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -ms-flex-align: center;
                align-items: center;
                position: relative;
                z-index: 30;
            }

                .header-nav .header-nav-block nav .content-menu .logo img {
                    width: 180px;
                    height: auto;
                }

@media (min-width:220px) and (max-width:1200px) {
    .header-nav .header-nav-block nav .content-menu .logo img {
        width: 130px;
    }
}

.header-nav .header-nav-block nav .content-menu .link-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

    .header-nav .header-nav-block nav .content-menu .link-menu a {
        padding: 0 12px;
    }

.header-nav .header-nav-block nav .content-menu .menu {
    list-style: none;
    margin-top: auto;
    margin-bottom: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

    .header-nav .header-nav-block nav .content-menu .menu ul {
        padding-left: 0;
    }

    .header-nav .header-nav-block nav .content-menu .menu li a {
        text-decoration: none !important;
        text-transform: uppercase;
        color: #fff !important;
        font-weight: 700;
        font-size: .88rem;
    }

    .header-nav .header-nav-block nav .content-menu .menu li .mag-link {
        color: #f0f;
    }

    .header-nav .header-nav-block nav .content-menu .menu li .btn {
        background-color: #8f008f;
        padding: 5px;
        color: #fff;
        border-radius: 35px;
        height: 35px;
        width: 150px;
        margin-left: 10px;
        margin-right: 20px;
    }

.header-nav .header-nav-block nav .content-menu .rs-menu li {
    padding-right: 15px;
}

.header-nav .header-nav-block nav .content-menu .rs-menu .facebook, .header-nav .header-nav-block nav .content-menu .rs-menu .linkedin, .header-nav .header-nav-block nav .content-menu .rs-menu .youtube {
    fill: #f9f;
}

.header-nav .header-nav-block.index {
    background-color: transparent !important;
}

@media (min-width:220px) and (max-width:1100px) {
    .header-nav .header-nav-block.index {
        background-color: #fff !important;
    }
}

.header-nav .header-nav-block.index nav .content-menu .menu li a {
    color: #fff;
}

@media (min-width:220px) and (max-width:1100px) {
    .header-nav .header-nav-block.index nav .content-menu .menu li a {
        color: #0100ff;
    }
}

.header-nav .header-nav-block.index nav .content-menu .menu li .mag-link {
    color: #f0f;
}

.header-nav .header-nav-block.sticky {
    position: fixed;
    background-color: #0a172d !important;
    border-bottom: 1px solid rgba(228, 235, 249, .2);
    width: 100%;
    top: 0;
    z-index: 30;
}

    .header-nav .header-nav-block.sticky nav .content-menu .menu li a {
        color: #fff !important;
    }

@media (min-width:220px) and (max-width:1100px) {
    .header-nav .header-nav-block.sticky nav .content-menu .menu li a {
        color: #0100ff;
    }
}

.header-nav .header-nav-block.sticky nav .content-menu .dropdown-menu a:hover {
    color: #fff !important;
}

.header-nav .header-nav-block.sticky nav .content-menu .dropdown-menu .dropdown-item:hover {
    background-color: #0100ff;
}

.header-nav .collapse {
    display: block;
}

.header-nav .btn-collapse-nav {
    display: none;
    background: transparent;
    box-shadow: none;
    border: none;
}

    .header-nav .btn-collapse-nav .hamburger {
        fill: #fff;
    }

@media (min-width:220px) and (max-width:1100px) {
    .header-nav .header-nav-block {
        height: 65px;
        padding: 10px;
        text-align: right;
    }

    .nav-collapse {
        display: none;
    }

    .header-nav .btn-collapse-nav {
        display: block;
        padding-right: 20px;
        cursor: pointer;
    }
}

.olv-menu {
    width: 310px;
    background-color: #0a172d;
    height: 100%;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: -310px;
    overflow-y: auto;
    transition: all .3s ease-out;
    border-right: 1px solid rgba(228, 235, 249, .2);
    translate: -310px 0;
}

    .olv-menu.close {
        translate: -310px 0;
    }

@media (min-width:220px) and (max-width:1100px) {
    .olv-menu.open {
        translate: 310px 0;
    }
}

    .olv-menu .olv-menu-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        background-color: #8f008f;
        height: 65px;
    }

        .olv-menu .olv-menu-header .close {
            width: auto;
            height: auto;
            padding-right: 25px;
            cursor: pointer;
        }

    .olv-menu .olv-menu-body {
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 20px;
    }

        .olv-menu .olv-menu-body li {
            margin: 15px 0;
        }

            .olv-menu .olv-menu-body li a {
                font-weight: 700;
                font-size: 1rem;
                text-decoration: none;
                color: #fff;
            }

                .olv-menu .olv-menu-body li a:hover {
                    text-decoration: none;
                }

            .olv-menu .olv-menu-body li .btn {
                background-color: #8f008f;
                padding: 2px;
                color: #fff;
                border-radius: 35px;
                height: 30px;
                width: 150px;
                margin-left: 0;
            }

        .olv-menu .olv-menu-body p {
            color: #fff;
            font-size: .8rem;
        }

        .olv-menu .olv-menu-body a {
            text-decoration: none;
        }

        .olv-menu .olv-menu-body .nums {
            font-weight: 800;
            color: #fff;
            font-size: 1.2rem;
        }

        .olv-menu .olv-menu-body hr {
            background: hsla(0, 0%, 100%, .2);
            border: 0;
            height: 1px;
            margin: 15px 0;
            opacity: 1;
        }

        .olv-menu .olv-menu-body .accordion {
            margin-top: 20px;
        }

            .olv-menu .olv-menu-body .accordion .accordion-item {
                background-color: transparent;
            }

            .olv-menu .olv-menu-body .accordion .accordion-button {
                font-weight: 700;
                font-size: 1rem;
                background-color: transparent;
                color: #fff;
                padding: 0;
            }

                .olv-menu .olv-menu-body .accordion .accordion-button:not(.collapsed) {
                    color: #fff;
                    background-color: #0100ff;
                }

                .olv-menu .olv-menu-body .accordion .accordion-button:focus {
                    border-color: none;
                    box-shadow: none;
                }

            .olv-menu .olv-menu-body .accordion .accordion-item {
                margin-bottom: 20px;
            }

[data-plugin-rgpd-wrapper] {
    opacity: 0;
    transition: opacity .3s ease;
}

    [data-plugin-rgpd-wrapper].show {
        opacity: 1;
    }

.olv-rgpd-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, .9);
    padding: 1rem 1.5rem;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    transition: opacity .3s ease, transform .3s ease;
}

    .olv-rgpd-bar .olv-rgpd-bar-description p {
        color: hsla(0, 0%, 100%, .5);
        max-width: 800px;
    }

    .olv-rgpd-bar .olv-rgpd-bar-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px;
    }

        .olv-rgpd-bar .olv-rgpd-bar-actions .btn-refuse {
            font-family: Outfit, Arial, sans-serif;
            font-weight: 600;
            background-color: #f4f4f4;
            text-transform: uppercase;
            font-size: .8rem;
            color: #0a172d;
            margin-right: 10px;
        }

        .olv-rgpd-bar .olv-rgpd-bar-actions .btn-accept {
            font-family: Outfit, Arial, sans-serif;
            font-weight: 600;
            background: #f0f;
            color: #fff;
            text-transform: uppercase;
            font-size: .8rem;
        }

        .olv-rgpd-bar .olv-rgpd-bar-actions .olv-rgpd-agree-trigger {
            margin-left: 2rem;
        }

    .olv-rgpd-bar.show {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
    }

    .olv-rgpd-bar.removing {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

@media (min-width:1200px) {
    .olv-rgpd-bar {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

        .olv-rgpd-bar .rgpd-bar-actions {
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-top: 0;
        }
}

#olv-rgpd-change {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0a172d;
    border: 1px solid hsla(0, 0%, 100%, .4);
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    border-radius: 4px;
    padding: 5px;
    opacity: 0;
}

    #olv-rgpd-change .icone {
        font-size: 1.3rem;
        line-height: 0;
        margin: 0;
        color: hsla(0, 0%, 100%, .623);
    }

    #olv-rgpd-change .legend {
        color: #fff;
        font-size: .75rem;
        margin-bottom: 0 !important;
    }

.show {
    opacity: 1 !important;
    visibility: visible;
}

html, html body {
    border: 0 solid transparent !important;
}

    html body {
        font-size: 1rem;
        letter-spacing: normal;
        background-color: #0a172d;
        height: 100%
    }

    html a, html h1, html h2, html h3, html h4, html h5, html h6 {
        letter-spacing: normal !important;
        text-transform: none;
        font-family: Outfit, Arial, sans-serif;
    }

@media (min-width:320px) and (max-width:767px) {
    html h2 .h2-01 img {
        max-width: 60px;
    }
}

html .h2-01 {
    margin-top: 5px;
}

@media (min-width:320px) and (max-width:767px) {
    html .h2-01 img {
        max-width: 40px;
    }
}

html p {
    font-family: Comfortaa, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #5c5c5c;
    margin-bottom: 10px !important;
    font-weight: 400;
}

@media (min-width:220px) and (max-width:992px) {
    html p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

html strong {
    color: #f0f !important;
    font-weight: 700 !important;
}

html .small {
    line-height: 1.1rem !important;
}

html a {
    color: #f0f;
    text-decoration: underline;
}

    html a:hover {
        color: #fff;
    }

    html a:active {
        color: #f0f;
    }

html ul li {
    line-height: 1.35rem;
    color: #5c5c5c;
    font-family: Outfit, Arial, sans-serif;
    font-size: 1.19rem;
    line-height: 1.7rem;
}

html hr {
    border-top: 1px solid rgba(92, 92, 92, .8) !important;
    margin: .8rem 0;
}

html .btn-light {
    border: 1px solid #fff;
    background-color: transparent;
    color: #e4ebf9;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 25px;
}

    html .btn-light:hover {
        background-color: #f0f;
    }

    html .btn-light:active {
        background-color: #f0f;
        color: #e4ebf9;
    }

html .btn-color {
    border: 1px solid #f0f;
    background: #1f174f;
    background: linear-gradient(90deg, #1f174f, #0d1338 50%, #1f174f);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #e4ebf9;
    border-radius: 25px;
    padding: 10px 25px;
    position: relative;
    z-index: 10;
}

    html .btn-color:active, html .btn-color:hover {
        background: linear-gradient(90deg, #1f174f, #f0f 50%, #1f174f);
    }

    html .btn-color:active {
        color: #e4ebf9;
    }

html .btn-white {
    border: 1px solid #f0f;
    background-color: #e4ebf9;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #f0f;
    border-radius: 25px;
    padding: 10px 25px;
}

    html .btn-white:hover {
        background-color: #f0f;
        border: 1px solid #e4ebf9;
        color: #e4ebf9;
    }

    html .btn-white:active {
        background-color: #f0f;
        color: #e4ebf9;
    }

html .btn-dark {
    border: 1px solid #e4ebf9;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #e4ebf9;
    border-radius: 25px;
    padding: 10px 25px;
}

    html .btn-dark:hover {
        background-color: transparent;
        border: 1px solid #f0f;
        color: #f0f;
    }

    html .btn-dark:active {
        background-color: transparent;
        color: #f0f;
    }

html .btn-danger-custom {
    border: 1px solid #FF2E2E;
    background-color: #FF5C5C;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
}

    html .btn-danger-custom:hover {
        background-color: #FF2E2E;
        border: 1px solid #e4ebf9;
    }

    html .btn-danger-custom:active {
        background-color: #FF2E2E;
        color: #e4ebf9;
    }

.btn-sm {
    padding: 5px 15px !important;
    font-size: 90% !important;
    align-content: center;
    /*max-width: 175px;*/
    overflow: hidden;
}

.btn-xs {
    padding: 0px 10px !important;
    font-size: 80% !important;
    align-content: center;
    max-width: 125px;
    overflow: hidden;
    width: fit-content;
}

.text-white {
    color: hsla(0, 0%, 100%, .7);
}

main {
    height: 100%;
    position: relative;
}

.separateur {
    margin-bottom: 30px;
    text-align: center;
}

.section-accueil {
    background-image: url(../images/back-face.webp), url(../images/head-accueil.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: left -130px top, 100% 0;
    background-blend-mode: soft-light, normal;
    height: 910px;
    margin-top: -110px;
    padding-top: 280px;
    position: relative;
    z-index: 900;
}

    .section-accueil .layer-one {
        position: relative;
        z-index: 10;
    }

    .section-accueil h1 {
        font-weight: 700;
        color: #e4ebf9;
        font-size: calc(1.395rem + 1.74vw);
        line-height: calc(1.475rem + 2.7vw);
        margin-bottom: 60px !important;
        margin-top: 80px;
        position: relative;
    }

@media (min-width:1200px) {
    .section-accueil h1 {
        font-size: 2.7rem;
        line-height: 3.5rem;
    }
}

.section-accueil h1 span {
    background-color: #f0f;
    padding: 0 10px;
}

@media (min-width:220px) and (max-width:768px) {
    .section-accueil h1 {
        padding-top: 20px;
    }
}

@media (min-width:220px) and (max-width:768px) {
    .section-accueil {
        background-position: left -300px top, bottom;
        padding-top: 220px;
    }
}

@media (min-width:1930px) and (max-width:2880px) {
    .section-accueil {
        background-image: url(../images/back-face.webp), url(../images/head-accueil-hd.jpg);
    }
}

.head-anim {
    position: relative;
    margin-top: -695px;
    background-image: url(../images/line-back-anim-left.webp), url(../images/line-back-anim-right.webp);
    background-repeat: no-repeat;
    background-position: top 80px left, top 80px right;
    z-index: 0;
}

@media (min-width:220px) and (max-width:768px) {
    .head-anim {
        margin-top: -730px;
    }
}

.head-anim .anim {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

    .head-anim .anim svg {
        min-width: 766px;
    }

@media (min-width:220px) and (max-width:768px) {
    .head-anim {
        background-image: none, url(../images/line-back-anim-right.webp);
        background-position: top 80px right -200px;
    }

        .head-anim .noanim {
            display: none;
        }
}

.action-call-warp {
    padding: 1rem;
    position: relative;
    background: linear-gradient(90deg, #f0f, #f0f 15%, rgba(43, 27, 140, .5) 44%, #f9f 65%, rgba(255, 0, 255, .6));
    padding: 1px;
    border-radius: 70px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:220px) and (max-width:769px) {
    .action-call-warp {
        border-radius: 30px;
    }
}

.action-call-warp.index {
    max-width: 580px;
}

.action-call {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(69deg, #170582, #0a172d 55%, #71016f);
    border-radius: 70px;
    padding: 12px 20px 12px 35px;
}

    .action-call .call-content {
        max-width: 650px;
    }

        .action-call .call-content p {
            color: #e4ebf9;
            text-align: left;
            font-size: 1rem;
            margin-bottom: 0 !important;
            padding-right: 30px;
        }

    .action-call .call-link {
        min-width: 180px;
        text-align: center;
    }

@media (min-width:220px) and (max-width:768px) {
    .action-call {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 30px;
        padding: 12px 25px;
    }

        .action-call p {
            text-align: center !important;
            padding-right: 0 !important;
        }

        .action-call .call-link {
            margin-top: 15px;
            margin-bottom: 15px;
        }
}

.action-call.index {
    max-width: 580px;
}

.intro-content .bloc-intro {
    position: relative;
}

    .intro-content .bloc-intro:after {
        left: -23px;
    }

    .intro-content .bloc-intro:after, .intro-content .bloc-intro:before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        width: 46px;
        height: 46px;
        top: -23px;
    }

    .intro-content .bloc-intro:before {
        right: -23px;
    }

.intro-content h2 {
    font-size: calc(1.635rem + 4.62vw);
    line-height: calc(1.655rem + 4.86vw);
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
}

@media (min-width:1200px) {
    .intro-content h2 {
        font-size: 5.1rem;
        line-height: 5.3rem;
    }
}

.intro-content h2:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: -25px;
}

.intro-content h3 {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 700;
}

.intro-content p {
    text-align: center;
    color: #fff;
    margin: 0;
}

    .intro-content p strong {
        color: #fff !important;
    }

.intro-low {
    background-color: #0a172d;
    padding-top: 25px;
    padding-bottom: 20px;
    min-height: 500px;
}

    .intro-low p {
        font-size: 1.313rem;
        font-family: Outfit, Arial, sans-serif;
        color: #1781b6;
        text-transform: uppercase;
    }

@property --color-1 {
    syntax: "<color>";
    inherits: false;
    initial-value: #fff;
}

@property --color-2 {
    syntax: "<color>";
    inherits: false;
    initial-value: #fff;
}

@keyframes a {
    to {
        --color-1: #004ddb;
        --color-2: #f81bd3;
    }
}

.accroche-one {
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../images/trame-morph.webp), url(../images/back-dot.webp), url(../images/back-dot.webp);
    background-repeat: no-repeat;
    background-position: 50%, center left -170px, center right -170px;
    background-blend-mode: screen, normal, normal;
    background-color: #1b246d;
}

    .accroche-one h2 {
        font-size: calc(1.625rem + 4.5vw);
        line-height: calc(1.625rem + 4.5vw);
        color: #e4ebf9;
        text-align: center;
        font-weight: 600;
        animation: a 2s linear infinite alternate;
        background: linear-gradient(to right in oklch, var(--color-1), var(--color-2));
        background-clip: text;
        color: transparent;
        position: relative;
        z-index: 100;
    }

@media (min-width:1200px) {
    .accroche-one h2 {
        font-size: 5rem;
        line-height: 5rem;
    }
}

.accroche-one .accroch-big {
    font-size: calc(1.375rem + 1.5vw);
    line-height: calc(1.375rem + 1.5vw);
    font-family: Outfit, Arial, sans-serif;
    font-weight: 600;
    color: #f0f;
    text-align: center;
    position: relative;
}

@media (min-width:1200px) {
    .accroche-one .accroch-big {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

.accroche-one .accroch-big:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}

.accroche-one .accroch-big strong {
    font-weight: 800;
}

.accroche-one .accroch-small {
    text-align: center;
    color: #0100ff;
    position: relative;
    padding-top: 20px;
}

    .accroche-one .accroch-small:after {
        content: "";
        display: block;
        background-image: url(../images/square-pink.webp);
        background-repeat: no-repeat;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        z-index: -1;
    }

    .accroche-one .accroch-small strong {
        font-weight: 800;
    }

.accroch-two {
    padding-bottom: 40px;
}

    .accroch-two p {
        color: #0100ff;
        text-align: center;
    }

        .accroch-two p span {
            font-size: 1.6rem;
            font-weight: 800;
            color: #f0f;
        }

.parallax-line {
    display: inline-block;
    position: absolute;
    height: 99%;
    width: 2px;
    border-left: 1px dotted hsla(0, 0%, 100%, .3);
    z-index: 5;
    margin-left: 61px;
    margin-top: 110px;
}

    .parallax-line .halo-page {
        margin-left: -10px;
        position: -webkit-sticky;
        position: sticky;
        top: 200px;
    }

@keyframes b {
    0% {
        background-size: 0;
        text-shadow: 0 0 7px hsla(0, 0%, 100%, 0);
    }

    99% {
        text-shadow: 0 0 7px hsla(0, 0%, 100%, 0);
    }

    to {
        background-size: 100%;
        text-shadow: 0 0 7px hsla(0, 0%, 100%, .5);
    }
}

@keyframes c {
    0% {
        margin-left: 0;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        margin-left: 100%;
        opacity: 0;
    }
}

.solution {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../images/trame-morph-02.webp), url(../images/circle-bg-02.webp);
    background-position: top 380px center, top;
    background-repeat: no-repeat;
}

    .solution .title {
        margin-bottom: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .solution h2 {
        color: rgba(228, 235, 249, 0);
        font-size: calc(1.525rem + 3.3vw);
        line-height: calc(1.575rem + 3.9vw);
        font-weight: 700;
        text-align: center;
        background-clip: text;
        margin: 0 !important;
        padding: 0 20px;
        position: relative;
        top: 0;
        display: inline-block;
    }

@media (min-width:1200px) {
    .solution h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

.solution .h2 {
    color: #e4ebf9;
    font-size: calc(1.525rem + 3.3vw);
    line-height: calc(1.575rem + 3.9vw);
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 7px hsla(0, 0%, 100%, .5);
    margin: 0 !important;
    padding: 0 20px;
    position: relative;
    top: 0;
    display: inline-block;
}

@media (min-width:1200px) {
    .solution .h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

.solution .impact:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/mask-text.png);
    background-size: 0;
    background-clip: text;
    background-repeat: no-repeat;
    animation: b 1s ease-in;
    animation-fill-mode: forwards;
    white-space: nowrap;
    text-shadow: none;
}

.solution .impact .halo {
    text-align: left;
    margin-top: -85px;
    position: absolute;
    left: -40px;
    animation: c 1s ease-in;
    animation-fill-mode: both;
    background-image: url(../images/halo-text.png);
    background-repeat: no-repeat;
    height: 130px;
    width: 82px;
}

.solution .title-p {
    margin-bottom: 40px;
}

    .solution .title-p p {
        text-align: center;
        color: #f0f;
        position: relative;
    }

    .solution .title-p .p-white {
        color: #e4ebf9 !important;
        text-align: center;
    }

.solution .big-white {
    text-align: center;
    color: #e4ebf9;
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.75rem;
}

@media (min-width:220px) and (max-width:992px) {
    .solution .big-white {
        font-size: 1.15rem;
        line-height: 1.55rem;
        font-weight: 600;
    }
}

.solution .p-white p {
    color: #e4ebf9;
    text-align: center;
}

    .solution .p-white p span {
        color: #f0f;
    }

.solution .solution-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    margin-top: 60px;
}

.solution .solution-card-warp {
    padding: 1rem;
    position: relative;
    background: linear-gradient(82deg, #170581, rgba(43, 27, 139, .5) 40%, hsla(0, 0%, 100%, .8) 57%, rgba(201, 74, 221, .3));
    padding: 1px;
    border-radius: 6px;
    border-top-right-radius: 55px;
    margin-bottom: 50px;
}

    .solution .solution-card-warp.page {
        background: linear-gradient(180deg, #332b7c 30%, rgba(191, 217, 255, .5) 45%, #332b7c) !important;
    }

    .solution .solution-card-warp.custom .solution-card .content-card p {
        max-width: 840px;
        margin-bottom: 20px !important;
    }

    .solution .solution-card-warp .solution-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-align: center;
        align-items: center;
        background-image: url(../images/back-corner.webp), linear-gradient(25deg, #71016f, #0a172d 42%, #1f174f);
        background-repeat: no-repeat;
        background-position: left -55px top -55px, 50%;
        border-radius: 6px;
        border-top-right-radius: 55px;
        padding: 40px 35px;
        height: 100%
    }

        .solution .solution-card-warp .solution-card .content-card {
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .solution .solution-card-warp .solution-card .content-card h3 {
                text-align: center;
                font-size: 2rem;
                position: relative;
                margin-bottom: 60px;
                font-size: 3rem;
                line-height: 2.8rem;
                font-weight: 200;
                color: #f9f;
                text-shadow: none;
            }

                .solution .solution-card-warp .solution-card .content-card h3:after {
                    content: "";
                    background-image: url(../images/separateur-white.webp);
                    background-repeat: no-repeat;
                    position: absolute;
                    height: 5px;
                    width: 74px;
                    bottom: -25px;
                    left: 50%;
                    transform: translateX(-50%);
                }

            .solution .solution-card-warp .solution-card .content-card p {
                text-align: center;
                color: #e4ebf9;
                max-width: 340px;
            }

        .solution .solution-card-warp .solution-card .link-card {
            margin: 25px;
        }

.solution .solution-card-warp-page {
    padding: 1rem;
    position: relative;
    background: linear-gradient(180deg, #332b7c 30%, rgba(191, 217, 255, .5) 45%, #332b7c) !important;
    padding: 1px;
    border-radius: 6px;
    border-top-right-radius: 55px;
    margin-bottom: 45px;
}

    .solution .solution-card-warp-page .solution-card-page {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
        -ms-flex-align: center;
        align-items: center;
        background-color: #0a172d;
        background-image: url(../images/circle-bg-01.webp);
        background-position: left -280px top -300px;
        background-repeat: no-repeat;
        padding: 35px;
        border-radius: 6px;
        border-top-right-radius: 55px;
    }

        .solution .solution-card-warp-page .solution-card-page .img-card img {
            border: 1px solid #f0f;
            border-radius: 8px;
        }

@media (min-width:320px) and (max-width:992px) {
    .solution .solution-card-warp-page .solution-card-page .img-card img {
        margin-bottom: 30px;
    }
}

.solution .solution-card-warp-page .solution-card-page .content-card {
    padding-left: 30px;
}

@media (min-width:220px) and (max-width:992px) {
    .solution .solution-card-warp-page .solution-card-page .content-card {
        padding-left: 0;
    }
}

.solution .solution-card-warp-page .solution-card-page .content-card .title-content {
    font-family: Outfit, Arial, sans-serif;
    font-size: 1.6rem !important;
    line-height: 1.8rem;
    font-weight: 600;
}

.solution .solution-card-warp-page .solution-card-page .content-card h3 {
    color: #f0f !important;
    font-size: calc(1.445rem + 2.34vw) !important;
    line-height: calc(1.425rem + 2.1vw);
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-shadow: none;
    border-bottom: 1px dashed #f0f;
}

@media (min-width:1200px) {
    .solution .solution-card-warp-page .solution-card-page .content-card h3 {
        font-size: 3.2rem !important;
        line-height: 3rem;
    }
}

.solution .solution-card-warp-page .solution-card-page .content-card h3:after {
    content: "";
    background-image: none;
}

.solution .solution-card-warp-page .solution-card-page .content-card h4 {
    color: #e4ebf9;
    font-size: calc(1.305rem + .66vw) !important;
    line-height: calc(1.315rem + .78vw);
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (min-width:1200px) {
    .solution .solution-card-warp-page .solution-card-page .content-card h4 {
        font-size: 1.8rem !important;
        line-height: 1.9rem;
    }
}

.solution .solution-card-warp-page .solution-card-page .content-card p {
    text-align: left;
    color: #bfd9ff;
    font-size: 1.1rem !important;
    line-height: calc(1.285rem + .42vw);
    max-width: 800px;
}

@media (min-width:1200px) {
    .solution .solution-card-warp-page .solution-card-page .content-card p {
        line-height: 1.6rem;
    }
}

@media (min-width:220px) and (max-width:768px) {
    .solution .solution-card-warp-page .solution-card-page .content-card p {
        font-size: 1rem !important;
    }
}

.nav {
    position: relative;
}

.nav-tabs {
    border: none !important;
}

    .nav-tabs .nav-item .nav-link {
        background-color: #0a172d;
        color: #f0f;
        margin-right: 10px;
        border: 1px solid #f0f;
        border-radius: 6px;
    }

        .nav-tabs .nav-item .nav-link.active {
            background-color: #f0f;
            color: #e4ebf9;
            margin-right: 10px;
            border: 1px solid #e4ebf9;
            border-radius: 6px;
        }

.faq {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #0a172d;
    background: linear-gradient(90deg, #0d1338, #1b246d 50%, #0d1338);
}

    .faq h2 {
        text-align: center;
        color: #e4ebf9;
        font-size: calc(1.525rem + 3.3vw);
        line-height: calc(1.455rem + 2.46vw);
        font-weight: 700;
        text-shadow: 0 0 7px hsla(0, 0%, 100%, .5);
    }

@media (min-width:1200px) {
    .faq h2 {
        font-size: 4rem;
        line-height: 3.3rem;
    }
}

.faq p {
    text-align: center;
    color: #f0f;
}

.faq strong {
    color: #fff;
}

.faq .accordion {
    margin-top: 20px;
}

    .faq .accordion .accordion-button {
        background: #0a172d;
        background-image: url(../images/back-btn-faq.png), linear-gradient(90deg, #0a172d, #0a172d 50%, #57077d 93%);
        background-repeat: no-repeat;
        background-position: top right -37px, 100% 0;
        border: 1px solid rgba(255, 0, 255, .5);
        border-radius: 8px;
        font-weight: 600;
        font-size: 1.2rem;
        color: #e4ebf9;
    }

        .faq .accordion .accordion-button:after {
            background-image: url(../images/arrow-menu.png);
        }

@media (min-width:220px) and (max-width:768px) {
    .faq .accordion .accordion-button {
        font-size: 1.1rem;
    }
}

.faq .accordion .accordion-button:not(.collapsed) {
    color: #fff;
}

.faq .accordion .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.faq .accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #e4ebf9;
    border: none;
}

    .faq .accordion .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

.faq .accordion .accordion-body {
    font-family: Comfortaa, Arial, sans-serif;
    padding: 30px 30px 40px;
}

@media (min-width:220px) and (max-width:768px) {
    .faq .accordion .accordion-body {
        font-weight: 1rem;
    }
}

.faq.page {
    background-color: #0a172d !important;
    background-image: url(../images/back-dot-02.webp), url(../images/circle-bg-02.webp);
    background-repeat: no-repeat;
    background-position: top, top;
}

    .faq.page h2 {
        margin-top: 60px;
        font-size: calc(1.405rem + 1.86vw);
        line-height: calc(1.425rem + 2.1vw);
        color: #f0f;
        font-weight: 700;
        margin-bottom: 10px;
        text-shadow: none;
        text-align: left;
    }

@media (min-width:1200px) {
    .faq.page h2 {
        font-size: 2.8rem;
        line-height: 3rem;
    }
}

.faq.page h2 img {
    position: relative;
    margin-top: -8px;
    margin-right: 10px;
}

.offre {
    padding-bottom: 100px;
    padding-top: 80px;
    background: #0a172d;
    background-image: radial-gradient(circle farthest-corner at center top, rgba(15, 30, 106, .8) 0, rgba(10, 23, 45, 0) 40%);
    background-repeat: no-repeat;
    background-position: top;
}

    .offre.home {
        background-image: radial-gradient(circle farthest-corner at center top, rgba(15, 30, 106, .8) 0, rgba(10, 23, 45, 0) 40%), linear-gradient(135deg, #0a172d 10%, rgba(27, 36, 109, .5) 50%, #0a172d);
        background-repeat: no-repeat;
        background-position: top, top;
        background-blend-mode: exclusion, normal;
    }

    .offre .title {
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .offre .title-p {
        margin-bottom: 30px;
    }

    .offre h2 {
        color: rgba(228, 235, 249, 0);
        font-size: calc(1.525rem + 3.3vw);
        line-height: calc(1.575rem + 3.9vw);
        font-weight: 700;
        text-align: center;
        background-clip: text;
        margin: 0 !important;
        padding: 0 20px;
        position: relative;
        top: 0;
        display: inline-block;
    }

@media (min-width:1200px) {
    .offre h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

.offre .h2 {
    color: #e4ebf9;
    font-size: calc(1.525rem + 3.3vw);
    line-height: calc(1.575rem + 3.9vw);
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 7px hsla(0, 0%, 100%, .5);
    margin: 0 !important;
    padding: 0 20px;
    position: relative;
    top: 0;
    display: inline-block;
}

@media (min-width:1200px) {
    .offre .h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

.offre .impact:before {
    content: attr(data-text);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/mask-text.png);
    background-size: 0;
    background-clip: text;
    animation: b 1s ease-in;
    animation-fill-mode: forwards;
    white-space: nowrap;
    text-shadow: none;
}

.offre .impact .halo, .offre .impact:before {
    position: absolute;
    background-repeat: no-repeat;
}

.offre .impact .halo {
    text-align: left;
    margin-top: -85px;
    left: -40px;
    animation: c 1s ease-in;
    animation-fill-mode: both;
    background-image: url(../images/halo-text.png);
    height: 130px;
    width: 82px;
}

.offre h3 {
    color: #5d6bb9;
    text-align: center;
    font-weight: 200;
    font-size: calc(1.405rem + 1.86vw);
    line-height: calc(1.445rem + 2.34vw);
    text-transform: uppercase;
    margin-top: 15px;
}

@media (min-width:1200px) {
    .offre h3 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
}

.offre p {
    text-align: center;
    color: #f0f;
    position: relative;
    z-index: 100;
}

.offre .offre-back-warp-page {
    padding: 1rem;
    position: relative;
    background: linear-gradient(180deg, #332b7c 30%, rgba(191, 217, 255, .5) 45%, #332b7c) !important;
    padding: 1px;
    border-radius: 6px;
    border-top-right-radius: 55px;
    margin-bottom: 45px;
}

    .offre .offre-back-warp-page .offre-back-page {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
        -ms-flex-align: center;
        align-items: center;
        background-color: #0a172d;
        background-image: url(../images/trame-morph-02.webp), url(../images/circle-bg-01.webp), linear-gradient(132deg, rgba(10, 23, 45, 0), rgba(10, 23, 45, .5) 83%, #0e347f);
        background-position: top -500px center, left -280px top -300px, 100% 100%;
        background-repeat: no-repeat;
        padding: 35px;
        border-radius: 6px;
        border-top-right-radius: 55px;
    }

        .offre .offre-back-warp-page .offre-back-page .img-card img {
            border: 1px solid #f0f;
            border-radius: 8px;
        }

@media (min-width:320px) and (max-width:992px) {
    .offre .offre-back-warp-page .offre-back-page .img-card img {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .offre .offre-back-warp-page .offre-back-page .offre-content-card {
        padding-left: 20px;
    }
}

.offre .offre-back-warp-page .offre-back-page .offre-content-card h3 {
    color: #3f4faa;
    font-size: calc(1.305rem + .66vw);
    line-height: calc(1.335rem + 1.02vw);
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-shadow: none;
    text-transform: none;
}

@media (min-width:1200px) {
    .offre .offre-back-warp-page .offre-back-page .offre-content-card h3 {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
}

.offre .offre-back-warp-page .offre-back-page .offre-content-card p {
    text-align: left;
    color: #bfd9ff;
    font-size: 1.1rem;
    line-height: calc(1.285rem + .42vw);
    max-width: 800px;
}

@media (min-width:1200px) {
    .offre .offre-back-warp-page .offre-back-page .offre-content-card p {
        line-height: 1.6rem;
    }
}

@media (min-width:220px) and (max-width:1200px) {
    .offre .offre-back-warp-page .offre-back-page .offre-content-card p {
        font-size: 1rem;
    }
}

.offre .offre-back-warp-page .offre-back-page .offre-content-card p span {
    display: inline-block;
    padding-top: 20px;
}

.offre .offre-back-warp-page .offre-back-page .offre-content-card .hilight {
    font-family: Outfit, Arial, sans-serif;
    font-size: 1.7rem !important;
    font-weight: 600;
    color: #f0f;
}

.offre .offre-back-warp-page .offre-back-page .offre-content-card.two-col {
    margin-top: 40px;
    column-count: 2;
    column-gap: 25px;
    column-fill: balance-all;
    column-width: 50ch;
    -moz-column-break-after: page;
    break-after: page;
}

@keyframes d {
    0% {
        background-blend-mode: multiply;
    }

    to {
        background-blend-mode: lighten;
    }
}

.back-offre {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: rgba(14, 52, 127, .5);
    border-radius: 20px;
    padding: 45px;
    margin-bottom: 30px;
    min-height: 660px;
    position: relative;
}

    .back-offre.pro {
        background-color: rgba(14, 52, 127, .85);
    }

        .back-offre.light, .back-offre.pro.light {
            background-image: radial-gradient(circle farthest-corner at center center, rgba(78, 98, 197, .8) 0, rgba(14, 52, 127, 0) 100%);
            animation: d 4s linear;
        }

@media (min-width:220px) and (max-width:992px) {
    .back-offre {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.offre-card-warp {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: linear-gradient(0deg, #0e4080, #dfdfdf 50%, #0e4080);
    position: relative;
    padding: 1px;
    border-radius: 10px;
    border-top-right-radius: 55px;
    /*width: 42ch;*/
}

@media (min-width:220px) and (max-width:1200px) {
    .offre-card-warp {
        margin-bottom: 25px;
    }
}

@media (min-width:220px) and (max-width:768px) {
    .offre-card-warp {
        width: 97%
    }
}

.offre-card-warp.pro {
    width: 42ch;
}

@media (min-width:220px) and (max-width:1200px) {
    .offre-card-warp.pro {
        margin-bottom: 0;
    }
}

.offre-card-warp .offre-card {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(14, 52, 127, .5);
    background-image: url(../images/circle-bg-03.webp), linear-gradient(55deg, #71016f, #0a172d 44%, #1f174f 82%, #71016f);
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 10px;
    border-top-right-radius: 55px;
    padding: 20px 20px 30px;
    width: 100%
}

    .offre-card-warp .offre-card .offre-title {
        font-size: 2rem;
        color: #f0f;
        font-weight: 700;
        position: relative;
        margin-bottom: 30px;
    }

        .offre-card-warp .offre-card .offre-title:after {
            content: "";
            background-image: url(../images/separateur-blue.webp);
            background-repeat: no-repeat;
            position: absolute;
            height: 5px;
            width: 74px;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
        }

    .offre-card-warp .offre-card .offre-price p {
        color: #e4ebf9;
        font-family: Outfit, Arial, sans-serif;
        font-weight: 700;
        font-size: 2.4rem;
    }

    .offre-card-warp .offre-card .offre-price .small {
        font-size: .85rem;
        font-weight: 600;
    }

    .offre-card-warp .offre-card .offre-text {
        margin-top: 20px;
        margin-bottom: 30px;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .offre-card-warp .offre-card .offre-text p {
            color: #e4ebf9;
            font-size: 1rem;
            text-align: center;
        }

            .offre-card-warp .offre-card .offre-text p span {
                color: #f0f;
                font-weight: 700;
            }

    .offre-card-warp .offre-card .offre-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

.offre-link {
    position: relative;
}

    .offre-card-warp .offre-card.pro {
        width: 100%
    }

.usage {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/trame-morph-02.webp), url(../images/circle-bg-02.webp);
    background-position: top 80px center, top;
    background-repeat: no-repeat;
}

    .usage .title {
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (min-width:220px) and (max-width:576px) {
    .usage .title .h2-01 {
        display: none;
    }
}

.usage .title-p {
    margin-bottom: 30px;
}

.usage h2 {
    color: rgba(228, 235, 249, 0);
    font-size: calc(1.525rem + 3.3vw);
    line-height: calc(1.575rem + 3.9vw);
    font-weight: 700;
    text-align: center;
    background-clip: text;
    margin: 0 !important;
    padding: 0 20px;
    position: relative;
    top: 0;
    display: inline-block;
}

@media (min-width:1200px) {
    .usage h2 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

@media (min-width:220px) and (max-width:576px) {
    .usage h2 {
        font-size: 32px;
    }
}

.usage .impact:before {
    content: attr(data-text);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/mask-text.png);
    background-size: 0;
    background-clip: text;
    animation: b 1s ease-in;
    animation-fill-mode: forwards;
    white-space: nowrap;
    text-shadow: none;
}

.usage .impact .halo, .usage .impact:before {
    position: absolute;
    background-repeat: no-repeat;
}

.usage .impact .halo {
    text-align: left;
    margin-top: -85px;
    left: -40px;
    animation: c 1s ease-in;
    animation-fill-mode: both;
    background-image: url(../images/halo-text.png);
    height: 130px;
    width: 82px;
}

.usage p {
    text-align: center;
    color: #f0f;
    position: relative;
    z-index: 100;
}

.usage .usage-card {
    margin-bottom: 40px;
}

    .usage .usage-card .usage-title-warp {
        padding: 1rem;
        position: relative;
        background: linear-gradient(82deg, #170581, rgba(43, 27, 139, .5) 40%, hsla(0, 0%, 100%, .8) 57%, rgba(201, 74, 221, .3));
        padding: 1px;
        border-top-left-radius: 8px;
        border-top-right-radius: 55px;
        margin-bottom: 20px;
    }

@media (min-width:220px) and (max-width:992px) {
    .usage .usage-card .usage-title-warp {
        margin-bottom: 10px;
    }
}

.usage .usage-card .usage-title-warp .usage-title {
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/back-corner.webp), linear-gradient(25deg, #71016f, #0a172d 42%, #1f174f);
    background-repeat: no-repeat;
    background-position: left -70px top -70px, 50%;
    border-top-left-radius: 8px;
    border-top-right-radius: 55px;
    padding: 40px 35px 20px;
    min-height: 139px;
}

@media (min-width:220px) and (max-width:992px) {
    .usage .usage-card .usage-title-warp .usage-title {
        padding: 30px 35px 15px;
    }
}

.usage .usage-card .usage-title-warp .usage-title h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.5rem;
    font-weight: 200;
    color: #f0f;
    position: relative;
}

    .usage .usage-card .usage-title-warp .usage-title h3:after {
        content: "";
        background-image: url(../images/separateur-white.webp);
        background-repeat: no-repeat;
        position: absolute;
        height: 5px;
        width: 74px;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .usage .usage-card .usage-title-warp .usage-title h3 span {
        font-size: 1.5rem;
    }

.usage .usage-card .usage-text {
    border: 1px solid rgba(255, 0, 255, .6);
    background-color: rgba(10, 23, 45, .5);
    border-radius: 0 0 10px 10px;
    padding: 25px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-height: 403px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    min-height: 770px;
}

@media (min-width:220px) and (max-width:768px) {
    .usage .usage-card .usage-text {
        min-height: auto;
    }
}

.usage .usage-card .usage-text .text-p {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.usage .usage-card .usage-text p {
    font-size: 1.05rem;
    color: #e4ebf9;
    text-align: center;
}

    .usage .usage-card .usage-text p span {
        font-weight: 700;
        color: #f0f;
    }

.usage .usage-card .usage-text .usage-link {
    margin-bottom: 20px;
    margin-top: 20px;
}

.securite {
    background-image: url(../images/circle-bg-04.webp);
    background-position: bottom -100px center;
    background-repeat: no-repeat;
}

    .securite h2 {
        text-align: center;
        color: #e4ebf9;
        font-size: calc(1.475rem + 2.7vw);
        line-height: calc(1.495rem + 2.94vw);
        font-weight: 400;
        position: relative;
        margin-bottom: 25px;
        z-index: 100;
    }

@media (min-width:1200px) {
    .securite h2 {
        font-size: 3.5rem;
        line-height: 3.7rem;
    }
}

.securite h2 span {
    color: #f0f;
    font-weight: 700;
}

.securite p {
    text-align: center;
    color: #e4ebf9;
    margin-bottom: 25px !important;
    position: relative;
}

    .securite p span {
        color: #f0f;
        font-weight: 700;
    }

.securite .img-secur {
    margin-top: 140px;
    margin-bottom: 80px;
    position: relative;
    z-index: 100;
}

.temoignage {
    background-color: #e2e2e2;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

    .temoignage h2 {
        text-align: center;
        color: #0a2d56;
        font-size: calc(1.525rem + 3.3vw);
        line-height: calc(1.545rem + 3.54vw);
        font-weight: 700;
        position: relative;
        text-shadow: 0 0 7px hsla(0, 0%, 100%, .5);
    }

@media (min-width:1200px) {
    .temoignage h2 {
        font-size: 4rem;
        line-height: 4.2rem;
    }
}

.temoignage .bloc-temoignage {
    height: 400px;
}

.head-page {
    background-color: #0a172d;
    background-image: url(../images/head-pages.webp);
    background-repeat: no-repeat;
    background-position: top -120px center;
    height: 480px;
    margin-top: -110px;
}

@media (min-width:220px) and (max-width:768px) {
    .head-page {
        background-position: bottom -100px left -90px, top -260px right -1000px;
    }
}

@media (min-width:769px) and (max-width:1280px) {
    .head-page {
        background-position: bottom -100px left -90px, top -180px right -780px;
    }
}

@media (min-width:1930px) and (max-width:3880px) {
    .head-page {
        background-image: url(../images/head-pages-hd.webp);
        background-repeat: no-repeat;
        background-position: top -120px center;
        background-size: cover;
    }
}

.head-page .bloc-head-mag {
    margin-top: 190px;
    padding: 40px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

    .head-page .bloc-head-mag h1 {
        font-size: calc(1.625rem + 4.5vw);
        line-height: calc(1.515rem + 3.18vw);
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0;
        display: inline-block;
        position: relative;
    }

@media (min-width:1200px) {
    .head-page .bloc-head-mag h1 {
        font-size: 5rem;
        line-height: 3.9rem;
    }
}

.head-page .bloc-head-mag h1 span {
    color: #f0f;
    text-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.head-page .bloc-head-mag .h1 {
    font-size: calc(1.687rem + 5.244vw);
    line-height: calc(1.515rem + 3.18vw);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

@media (min-width:1200px) {
    .head-page .bloc-head-mag .h1 {
        font-size: 5.62rem;
        line-height: 3.9rem;
    }
}

.head-page .bloc-head-mag .h1 span {
    color: #f0f;
    text-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.head-page .bloc-head-mag .h1:after {
    content: "";
    display: block;
    background-image: url(../images/after-title.webp);
    background-repeat: no-repeat;
    position: absolute;
    width: 57px;
    height: 46px;
    top: -45px;
    left: -5vw;
}

.head-page .bloc-head-mag p {
    font-family: Outfit, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .1rem;
    position: relative;
    font-size: 1.2rem;
    color: #f0f !important;
    margin-top: 10px;
}

.intro-valeur {
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../images/trame-morph.webp), url(../images/back-dot.webp), url(../images/back-dot.webp);
    background-repeat: no-repeat;
    background-position: 50%, center left -200px, center right -200px;
    background-blend-mode: screen, normal, normal;
    background-color: #1b246d;
}

    .intro-valeur p {
        font-size: calc(1.325rem + .9vw);
        line-height: calc(1.395rem + 1.74vw);
        color: #e4ebf9;
        text-align: center;
    }

@media (min-width:1200px) {
    .intro-valeur p {
        font-size: 2rem;
        line-height: 2.7rem;
    }
}

.intro-valeur p span {
    font-size: calc(1.365rem + 1.38vw);
    font-family: Outfit, Arial, sans-serif;
    font-weight: 600;
}

@media (min-width:1200px) {
    .intro-valeur p span {
        font-size: 2.4rem;
    }
}

.valeur {
    background-image: url(../images/circle-bg-01.webp), url(../images/circle-bg-02.webp);
    background-position: top 300px center, top;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 160px;
}

    .valeur .valeur-back-warp-page {
        padding: 1rem;
        position: relative;
        background: linear-gradient(180deg, #332b7c 30%, rgba(191, 217, 255, .5) 45%, #332b7c) !important;
        padding: 1px;
        border-radius: 6px;
        border-top-right-radius: 55px;
        height: 100%
    }

        .valeur .valeur-back-warp-page .valeur-back-page {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 20px;
            -ms-flex-align: center;
            align-items: center;
            background-color: #0a172d;
            background-image: url(../images/circle-bg-01.webp), linear-gradient(132deg, #0a172d, #0a172d 83%, #0e347f);
            background-position: left -280px top -300px, bottom;
            background-repeat: no-repeat;
            padding: 35px;
            border-radius: 6px;
            border-top-right-radius: 55px;
            height: 100%
        }

            .valeur .valeur-back-warp-page .valeur-back-page p {
                text-align: center;
            }

            .valeur .valeur-back-warp-page .valeur-back-page h2 {
                position: relative;
            }

                .valeur .valeur-back-warp-page .valeur-back-page h2:after {
                    content: "";
                    background-image: url(../images/separateur-blue.webp);
                    background-repeat: no-repeat;
                    position: absolute;
                    height: 5px;
                    width: 74px;
                    bottom: -5px;
                    left: 50%;
                    transform: translateX(-50%);
                }

    .valeur h2 {
        color: #3f4faa;
        font-size: calc(1.365rem + 1.38vw);
        line-height: calc(1.355rem + 1.26vw);
        font-weight: 700;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 25px;
    }

@media (min-width:1200px) {
    .valeur h2 {
        font-size: 2.4rem;
        line-height: 2.3rem;
    }
}

.valeur p {
    color: #e4ebf9;
}

.rgpd {
    padding-top: 80px;
    background-image: radial-gradient(circle farthest-corner at center top, rgba(15, 30, 106, .8) 0, rgba(10, 23, 45, 0) 40%);
    background-repeat: no-repeat;
    background-position: top;
}

    .rgpd h3 {
        font-weight: 700;
        color: #f0f;
        font-size: 2rem;
        text-transform: uppercase;
    }

        .rgpd h3 span {
            color: #e4ebf9;
        }

    .rgpd h4 {
        font-size: 1.6rem;
        color: #f0f;
        font-weight: 700;
    }

    .rgpd h5 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .rgpd p {
        color: #e4ebf9;
        font-weight: 300;
        font-size: 1rem;
    }

.mentions-legales {
    padding-top: 80px;
    background-image: radial-gradient(circle farthest-corner at center top, rgba(15, 30, 106, .8) 0, rgba(10, 23, 45, 0) 40%);
    background-repeat: no-repeat;
    background-position: top;
}

    .mentions-legales h3 {
        font-weight: 700;
        color: #f0f;
        font-size: 2rem;
    }

    .mentions-legales p {
        color: #e4ebf9;
    }

    .mentions-legales ul li {
        color: #bfd9ff !important;
    }

.iframe-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .iframe-container:after {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 56.25%
    }

    .iframe-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.connexion {
    height: 100vh;
    padding-top: 80px;
}

    .connexion h1, .connexion h3 {
        font-weight: 700;
        color: #0100ff;
        text-align: center;
    }

    .connexion h3 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .connexion p {
        color: #fff;
    }

    .connexion .form .featured-box {
        background-color: hsla(0, 0%, 100%, .3);
        border: 1px solid #0100ff;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    }

        .connexion .form .featured-box .box-content {
            border-top: 4px solid #0100ff;
            padding: 25px;
        }

        .connexion .form .featured-box label {
            color: #0100ff;
            margin-bottom: 0;
            font-size: 1.1rem;
            font-family: Outfit, Arial, sans-serif;
            font-weight: 700;
        }

    .connexion .form .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 500;
        font-family: Outfit, Arial, sans-serif;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #b4b8bd;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .connexion .form-control:focus {
        border-color: #0100ff;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(1, 0, 255, .25);
    }

.contact {
    position: relative;
    padding: 30px 0;
    margin-bottom: 50px;
}

    .contact h2 {
        font-weight: 800;
        color: #fff;
        font-family: Outfit, Arial, sans-serif;
        font-size: 3rem;
        line-height: 2.4rem;
    }

    .contact h3 {
        font-weight: 800;
        color: #0100ff;
    }

    .contact .form {
        background-color: #fff;
        padding: 35px;
    }

        .contact .form p {
            font-size: 1.2rem;
            padding-bottom: 25px;
        }

            .contact .form p strong {
                color: #0100ff !important;
            }

        .contact .form label {
            font-family: Outfit, Arial, sans-serif;
            color: #0100ff;
            font-weight: 700;
        }

        .contact .form .label-title {
            color: #f0f;
        }

        .contact .form .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 500;
            font-family: Outfit, Arial, sans-serif;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #b4b8bd;
            border-radius: .25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

            .contact .form .form-control:focus {
                box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
                border-color: #ccc;
            }

        .contact .form .form-check-input {
            border: 1px solid #5c5c5c !important;
        }

        .contact .form.merci {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            height: 400px;
        }

            .contact .form.merci h2 {
                font-weight: 800;
                color: #0100ff;
                font-family: Outfit, Arial, sans-serif;
                font-size: 3rem;
                line-height: 2.4rem;
                text-align: center;
            }

            .contact .form.merci p {
                text-align: center;
            }

    .contact .coordonnees {
        background-color: #fff;
        min-height: 250px;
        padding: 35px;
        margin: 35px;
        border: 1px solid rgba(92, 92, 92, .5);
    }

        .contact .coordonnees h3 {
            color: #0100ff;
        }

        .contact .coordonnees p {
            color: #5c5c5c;
        }

            .contact .coordonnees p strong {
                color: #0100ff !important;
            }

.contact-02 {
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    margin-bottom: 100px;
}

    .contact-02 .content-form {
        background-color: #e4ebf9;
        padding: 0;
    }

@media (min-width:220px) and (max-width:768px) {
    .contact-02 .content-form {
        padding: 20px;
    }
}

.contact-02 .content-form-iframe {
    padding: 0;
}

@media (min-width:220px) and (max-width:768px) {
    .contact-02 .content-form-iframe {
        padding: 0 !important;
    }
}

.contact-02 .form {
    padding: 90px;
    background-color: #e4ebf9;
}

@media (min-width:220px) and (max-width:768px) {
    .contact-02 .form {
        padding: 35px 25px 25px;
    }
}

.contact-02 .form p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-bottom: 25px;
    color: #3f4faa;
    font-weight: 700;
}

    .contact-02 .form p strong {
        color: #3f4faa !important;
    }

.contact-02 .form label {
    font-family: Outfit, Arial, sans-serif;
    color: #0a172d;
    font-weight: 700;
    padding-bottom: 5px;
}

.contact-02 .form .label-title {
    color: #f0f;
}

.contact-02 .form h2 {
    text-transform: uppercase;
    color: #0a2d56;
    font-size: calc(1.425rem + 2.1vw);
    line-height: calc(1.435rem + 2.22vw);
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
}

@media (min-width:1200px) {
    .contact-02 .form h2 {
        font-size: 3rem;
        line-height: 3.1rem;
    }
}

.contact-02 .form h2 img {
    margin-top: -15px;
}

.contact-02 .form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: Outfit, Arial, sans-serif;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b4b8bd;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .contact-02 .form .form-control:focus {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
        border-color: #ccc;
    }

.contact-02 .form .form-check-input {
    border: 1px solid #5c5c5c !important;
}

.contact-02 .form.merci {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
}

    .contact-02 .form.merci h2 {
        font-weight: 800;
        color: #0100ff;
        font-family: Outfit, Arial, sans-serif;
        font-size: 3rem;
        line-height: 2.4rem;
        text-align: center;
    }

    .contact-02 .form.merci p {
        text-align: center;
    }

.contact-02 .form-iframe {
    background-image: linear-gradient(180deg, #f0f, #0f69c4);
    padding: 0;
    padding-top: 50px !important;
}

    .contact-02 .form-iframe h2 {
        text-transform: uppercase;
        color: #e4ebf9;
        font-size: calc(1.425rem + 2.1vw);
        line-height: calc(1.435rem + 2.22vw);
        font-weight: 800;
        margin-bottom: 1rem;
        text-align: center;
    }

@media (min-width:1200px) {
    .contact-02 .form-iframe h2 {
        font-size: 3rem;
        line-height: 3.1rem;
    }
}

.contact-02 .form-iframe p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-bottom: 25px;
    color: #e4ebf9;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
}

@media (min-width:220px) and (max-width:768px) {
    .contact-02 .form-iframe {
        padding: 0;
    }
}

.contact-02 .coordonnees {
    background-color: #0a172d;
    background-image: url(../images/head-pages.webp);
    background-repeat: no-repeat;
    background-position: right top 0;
    background-size: cover;
    height: 100%;
    padding: 0 40px;
}

    .contact-02 .coordonnees .adresse {
        max-width: 500px;
        padding-top: 150px;
        padding-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .contact-02 .coordonnees .adresse h3 {
            color: #fff;
            font-family: Outfit, Arial, sans-serif;
            font-weight: 700;
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .contact-02 .coordonnees .adresse p {
            color: #fff;
        }

            .contact-02 .coordonnees .adresse p strong {
                color: #f0f !important;
            }

.call-contact {
    margin: 0;
    padding: 110px 0 80px;
    position: relative;
    background-color: #0a172d;
}

    .call-contact .bloc-contact-wrap {
        position: relative;
        background: linear-gradient(90deg, #0e347f, rgba(43, 27, 140, .5) 34%, rgba(191, 217, 255, .5) 62%, rgba(255, 0, 255, .6));
        padding: 1px;
        border-radius: 120px;
    }

@media (min-width:220px) and (max-width:992px) {
    .call-contact .bloc-contact-wrap {
        border-radius: 55px;
    }
}

.call-contact .bloc-contact {
    background: linear-gradient(69deg, #170582, #0a172d 55%, #71016f);
    border-radius: 120px;
    padding: 25px 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -ms-flex-align: center;
    align-items: center;
}

    .call-contact .bloc-contact .contact-text {
        max-width: 850px;
    }

        .call-contact .bloc-contact .contact-text h2 {
            color: #fff;
            font-weight: 700;
            font-size: calc(1.475rem + 2.7vw);
            line-height: calc(1.445rem + 2.34vw);
        }

@media (min-width:1200px) {
    .call-contact .bloc-contact .contact-text h2 {
        font-size: 3.5rem;
        line-height: 3.2rem;
    }
}

.call-contact .bloc-contact .contact-text p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0 !important;
}

.call-contact .bloc-contact .contact-text a {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    color: #f0f;
}

.call-contact .bloc-contact .contact-link {
    min-width: 180px;
}

    .call-contact .bloc-contact .contact-link a {
        font-size: 1.35rem;
        line-height: 1.6rem;
        font-weight: 700;
    }

@media (min-width:220px) and (max-width:992px) {
    .call-contact .bloc-contact {
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 55px;
        padding: 25px;
    }

        .call-contact .bloc-contact .contact-text {
            text-align: center;
        }

            .call-contact .bloc-contact .contact-text p {
                font-size: 1rem;
                line-height: 1.4rem;
            }

        .call-contact .bloc-contact .contact-link {
            margin-top: 30px;
        }
}

.logo-part {
    background-color: #0a172d;
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}

    .logo-part h4 {
        color: #0e347f;
        text-transform: uppercase;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .logo-part .content-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

        .logo-part .content-logo, .logo-part .content-logo .bloc-logo {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .logo-part .content-logo .bloc-logo {
                background-color: #fff;
                width: 148px;
                height: 74px;
                margin: 6px 8px;
                border-radius: 6px;
                overflow: hidden;
            }

            .logo-part .content-logo .log-item {
                max-height: 126px;
            }

footer {
    padding-bottom: 0;
    position: relative;
}

    footer .footer {
        background: #0a172d;
        background-image: url(../images/trame-morph-02.webp), url(../images/circle-bg-02.webp);
        background-repeat: no-repeat, no-repeat;
        background-position: bottom -550px center, top;
        min-height: 400px;
        padding: 80px 0;
    }

        footer .footer .logo {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0 0 15px;
        }

@media (min-width:320px) and (max-width:576px) {
    footer .footer .logo img {
        max-width: 300px;
    }
}

footer .footer .foot-rs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    footer .footer .foot-rs .rs-foot .facebook, footer .footer .foot-rs .rs-foot .linkedin {
        fill: #f0f;
    }

footer .foot-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

    footer .foot-content a {
        color: #fff !important;
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 700;
    }

    footer .foot-content p {
        text-align: center;
        color: #e4ebf9;
    }

footer .footer-copyright {
    background: #8f008f;
    padding: 15px 25px;
}

    footer .footer-copyright a {
        font-size: .8rem;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff !important;
    }

@media (min-width:220px) and (max-width:390px) {
    footer .footer-copyright a {
        display: inline-block;
        padding-bottom: 10px;
    }
}

footer .footer-copyright p {
    font-size: .8rem;
    font-weight: 400;
    color: #f9f !important;
    margin: 0 !important;
}

.modal .modal-content .modal-header h4 {
    font-weight: 700;
    color: #0100ff;
    text-transform: uppercase;
}

    .modal .modal-content .modal-header h4 span {
        color: #f0f;
    }

.modal .modal-content .modal-body label {
    font-family: Outfit, Arial, sans-serif;
    font-weight: 700;
    color: #0100ff;
}

.modal .modal-content .modal-body .form-check-input, .modal .modal-content .modal-body .form-control {
    border: 1px solid #b4b8bd;
}

.modal-backdrop.show {
    opacity: .5 !important;
}

.energy-flow {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 150, 255, .6) 0, rgba(0, 150, 255, .4) 50%, rgba(0, 150, 255, .04) 100%);
    border-radius: 50%;
    box-shadow: 0 0 200px rgba(0, 150, 255, .7);
    pointer-events: none;
    display: none;
    transition: top .3s ease;
}

.energy-flow-on {
    opacity: 1;
    display: block;
}

.btn-olv {
    text-decoration: none;
    background-color: transparent;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff80;
    border-radius: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 160%;
    color: #fff;
    text-transform: uppercase;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 7px #7ee1fa21;
    background: linear-gradient(55deg, rgba(255, 0, 255, .8), rgba(13, 19, 56, .2) 50%, rgba(255, 0, 255, .6));
}

    .btn-olv:hover {
        background: linear-gradient(69deg, hsla(0, 0%, 100%, .4), rgba(0, 1, 255, .6) 20%, rgba(13, 19, 52, .2) 60%, rgba(0, 1, 255, .5));
        color: #fff;
    }

[stroke-gr]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background-clip: border-box;
    -webkit-mask: var(--full) padding-box exclude, var(--full);
    mask: var(--full) padding-box exclude, var(--full);
    pointer-events: none;
    background: var(--stroke-gr) border-box;
    z-index: 1;
}

.btn-bg, .btn-bg-hover {
    z-index: -1;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    position: absolute;
    inset: 0;
}

.btn-bg-hover {
    opacity: 0;
}

img {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.animating-block {
    background-color: #fff;
    filter: blur(10px);
    width: 2.5rem;
    height: .5rem;
    display: none;
    position: absolute;
    top: -.3rem;
    left: -1.2rem;
}

[btn-border-anim] .btn-hack {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) padding-box;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) padding-box;
    -webkit-mask-composite: add, add;
    mask-composite: add, add;
    -webkit-mask-composite: destination-out;
    mask-composite: destination-out;
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
}

    [btn-border-anim] .btn-hack:after {
        content: "";
        position: absolute;
        width: 500%;
        height: 500%;
        background: conic-gradient(from 148deg, transparent 46%, #fff 50%, transparent 54%);
        z-index: 1;
        border-radius: inherit;
        animation: e 4s linear infinite;
    }

[btn-border-anim]:hover .btn-hack:after {
    background: conic-gradient(from 148deg, transparent 46%, #139bfd 50%, transparent 54%);
}

@keyframes e {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.btn-olv:hover .btn-bg {
    opacity: 0;
}

.btn-olv:hover .btn-bg-hover {
    opacity: 1;
}

.btn-hack {
    pointer-events: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

@keyframes f {
    0% {
        transform: translateX(-70%);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmovesetFour__Brp20 {
    animation: f 4s linear infinite;
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmovesetFour__Brp22 {
    animation: f 4s linear infinite reverse;
}

@keyframes g {
    0% {
        transform: translateX(-20%);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmovesetThree__xPy_K {
    animation: g 4s linear infinite;
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmovesetThree__xPy_K2 {
    animation: g 4s linear infinite reverse;
}

@keyframes h {
    0% {
        transform: translateX(-80%);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmovesetTwo__M4_pq {
    animation: h 3s linear infinite;
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmovesetTwo__M4_pq2 {
    animation: h 3s linear infinite reverse;
}

@keyframes i {
    0% {
        transform: translateX(-30%);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmove__oSbpW {
    animation: i 3s linear infinite;
}

.animation_bgSvgDotGrp__IRXMQ .animation_horizontalmove__oSbpW2 {
    animation: i 3s linear infinite reverse;
}

@keyframes j {
    0% {
        transform: translateX(-60%);
    }

    to {
        transform: translateX(100%);
    }
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__pink {
    animation: j 4s linear infinite;
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__pink02 {
    animation: j 4s linear infinite reverse;
}

@keyframes k {
    0% {
        transform: translateX(-20%);
    }

    to {
        transform: translateX(100%);
    }
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__blue {
    animation: k 3.5s linear infinite;
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__blue02 {
    animation: k 3.5s linear infinite reverse;
}

@keyframes l {
    0% {
        transform: translateX(-35%);
    }

    to {
        transform: translateX(100%);
    }
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__white {
    animation: l 2s linear infinite;
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__white01 {
    animation: l 2s linear infinite reverse;
}

@keyframes m {
    0% {
        transform: translateX(-90%);
    }

    to {
        transform: translateX(100%);
    }
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__white02 {
    animation: m 3s linear infinite;
}

.animation_bgSvglineGrp__Dqhde .animation_Horizontallinemove__white03 {
    animation: m 3s linear infinite reverse;
}

@keyframes n {
    0% {
        transform: translateX(-550px);
        opacity: .5;
    }

    to {
        transform: translateX(3000px);
        opacity: .8;
    }
}

.about-paradigm-line-wrap-1 {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    inset: 0 auto 0 0;
    width: 100%;
    overflow: hidden;
}

.about-paradigm-line-1 {
    width: auto;
    height: 1px;
    position: relative;
    left: -6rem;
    animation: n ease-in-out infinite;
    animation-duration: 4s;
    animation-delay: 3s;
}

.card_card__olv {
    --line-width: 1px;
    --line-color: #adbbff;
    --start-angle: 0deg;
    --delay: 0s;
    --easing: linear;
    padding: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 190px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 12px;
}

    .card_card__olv .card_content {
        text-align: center;
    }

        .card_card__olv .card_content h1 {
            font-size: calc(1.575rem + 3.9vw);
            line-height: calc(1.515rem + 3.18vw);
            font-weight: 700;
            text-transform: uppercase;
            color: #e4ebf9;
            margin-bottom: 0;
            display: inline-block;
            position: relative;
        }

@media (min-width:1200px) {
    .card_card__olv .card_content h1 {
        font-size: 4.5rem;
        line-height: 3.9rem;
    }
}

.card_card__olv .card_content p {
    font-family: Outfit, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .1rem;
    position: relative;
    font-size: 1.2rem;
    color: #f0f;
    margin-top: 10px;
}

.card_card-animated .card_effect {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    filter: drop-shadow(0 0 10px var(--line-color));
}

.card_card-animated-loop .card_effect {
    opacity: .5;
    animation: o 5s var(--easing) infinite, p 3s var(--easing) infinite;
}

.card_card-animated .card_effect:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: var(--line-width);
    background: conic-gradient(from calc(var(--angle) + var(--start-angle)), transparent 0, var(--line-color) 20%, transparent 25%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: add, add;
    mask-composite: add, add;
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
    animation: inherit;
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes o {
    to {
        --angle: 360deg;
    }
}

@keyframes p {
    0% {
        opacity: .75;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: .75;
    }
}

* {
    --border: 3px;
    --radius: 12px;
}

.article-preview *:not(a) {
    color: white;
}