:root, [data-bs-theme="light"] {
    --ar-root-font-size: 1rem;
    --ar-body-font-size: 1rem;
    --ar-body-font-family: 'Oswald', sans-serif;
    --ar-primary: #004f9f !important;
    --ar-primary-rgb: 0, 79, 159 !important;
    --ar-warning-rgb: 0, 148, 188;
    --ar-info-rgb: 36, 25, 92;
    --ar-success-rgb: 249, 248, 113;
    --ar-danger-rgb: 151, 35, 64;
    --ar-link-color: #004f9f !important;
    --ar-link-hover-color: #003686 !important;
    --ar-border-radius-sm: 0.12rem;
    --ar-border-radius: 0.12rem;
    --ar-border-radius-pill: 0.3rem;
    --ar-badge-border-radius: 0.12rem !important;
    --ar-mega-dropdown-column-width: 10rem !important;
}

.form-check-input.disabled, .form-check-input:disabled {
    filter: none;
    opacity: .6;
}

.form-check-input.disabled ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: .4;
}

[data-bs-theme="dark"] {
    --ar-primary: #106ecc !important;
    --ar-primary-rgb: 16, 110, 204 !important;
    --ar-link-color: #106ecc !important;
    --ar-link-hover-color: #0e62b7 !important;
}

[data-bs-theme="dark"] .btn-outline-primary {
    --ar-btn-color: #FFF !important;
    --ar-btn-border-color: #FFF !important;
}

[data-bs-theme="dark"] .fill-primary {
    fill: #FFF;
}

[data-bs-theme="dark"] .dropdown-item.disabled {
    color: #444 !important;
}

[data-bs-theme="dark"] .dropdown-item:focus, [data-bs-theme="dark"] .dropdown-item:hover {
    background-color: #333 !important;
}

.fill-primary {
    fill: #000;
}

.stayInLine {
    white-space: nowrap;
}

.disappearInLine {
    overflow: hidden;
    text-overflow: ellipsis;
}

.breakAllInLine {
    white-space: break-spaces;
    overflow: hidden;
    word-wrap: anywhere;
    text-overflow: ellipsis;
}

.stayAndDisappearInLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rounded-1 {
    border-radius: 4px !important;
}

.rounded-2 {
    border-radius: 8px !important;
}

.rounded-3 {
    border-radius: 12px !important;
}

.rounded-4 {
    border-radius: 16px !important;
}

.rounded-5 {
    border-radius: 20px !important;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.removeJobSelection {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
}

.removeJobSelection:hover {
    color: var(--ar-primary);
}

.dropdown-item.disabled, .dropdown-item:disabled,
.dropdown-menu .active > .dropdown-item, .dropdown-menu .dropdown-item.active {
    pointer-events: all !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--ar-secondary) !important;
}

.dropdown-item.active {
    color: var(--ar-light) !important;
    background-color: var(--ar-primary) !important;
}

.dropdown-item.disabled {
    color: #BBB !important;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    background-color: #EDEDED !important;
}

mark, .mark {
    padding: 0 !important;
    background-color: var(--ar-primary) !important;
    color: #FFF !important;
}

.bigPicture {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-switch.mode-switch .form-check-label {
    line-height: 12px;
    height: 16px;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.unlockActive {
    pointer-events: all !important;
    cursor: pointer !important;
}

.wonderwall {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin: 20px 0;
}

.wonderwall > div {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
}

.wonderwall > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-article {
    height: 183px;
}

@media (min-width: 576px) {
    .video-article {
        height: 290px;
    }
}

@media (min-width: 768px) {
    .video-article {
        height: 388px;
    }
}

@media (min-width: 992px) {
    .video-article {
        height: 502px;
    }
}

@media (min-width: 1200px) {
    .video-article {
        height: 606px;
    }
}

@media (min-width: 1400px) {
    .video-article {
        height: 710px;
    }
}

@media (min-width: 1600px) {
    .video-article {
        height: 760px;
    }
}

.btn-primary {
    --ar-btn-bg: #004f9f;
    --ar-btn-border-color: #004f9f;
    --ar-btn-hover-bg: #003686;
    --ar-btn-hover-border-color: #003686;
    --ar-btn-active-bg: #003686;
    --ar-btn-active-border-color: #003686;
    --ar-btn-disabled-bg: #004f9f;
    --ar-btn-disabled-border-color: #004f9f;
}

.btn-warning {
    --ar-btn-bg: #0094bc;
    --ar-btn-border-color: #0094bc;
    --ar-btn-hover-bg: #007ba3;
    --ar-btn-hover-border-color: #007ba3;
    --ar-btn-active-bg: #007ba3;
    --ar-btn-active-border-color: #007ba3;
    --ar-btn-disabled-bg: #0094bc;
    --ar-btn-disabled-border-color: #0094bc;
}

.btn-info {
    --ar-btn-bg: #24195c;
    --ar-btn-border-color: #24195c;
    --ar-btn-hover-bg: #0b0043;
    --ar-btn-hover-border-color: #0b0043;
    --ar-btn-active-bg: #0b0043;
    --ar-btn-active-border-color: #0b0043;
    --ar-btn-disabled-bg: #24195c;
    --ar-btn-disabled-border-color: #24195c;
}

.btn-success {
    --ar-btn-bg: #f9f871;
    --ar-btn-border-color: #f9f871;
    --ar-btn-hover-bg: #e0df58;
    --ar-btn-hover-border-color: #e0df58;
    --ar-btn-active-bg: #e0df58;
    --ar-btn-active-border-color: #e0df58;
    --ar-btn-disabled-bg: #f9f871;
    --ar-btn-disabled-border-color: #f9f871;
}

.btn-danger {
    --ar-btn-bg: #972340;
    --ar-btn-border-color: #972340;
    --ar-btn-hover-bg: #7e0a27;
    --ar-btn-hover-border-color: #7e0a27;
    --ar-btn-active-bg: #7e0a27;
    --ar-btn-active-border-color: #7e0a27;
    --ar-btn-disabled-bg: #972340;
    --ar-btn-disabled-border-color: #972340;
}

.btn-outline-primary {
    --ar-btn-color: #004f9f;
    --ar-btn-border-color: #004f9f;
    --ar-btn-hover-bg: #004f9f;
    --ar-btn-hover-border-color: #004f9f;
    --ar-btn-active-bg: #004f9f;
    --ar-btn-active-border-color: #004f9f;
    --ar-btn-disabled-color: #004f9f;
    --ar-btn-disabled-border-color: #004f9f;
}

[data-bs-theme="dark"] .btn-outline-primary {
    --ar-btn-color: #106ecc;
    --ar-btn-border-color: #106ecc;
    --ar-btn-hover-bg: #106ecc;
    --ar-btn-hover-border-color: #106ecc;
    --ar-btn-active-bg: #106ecc;
    --ar-btn-active-border-color: #106ecc;
    --ar-btn-disabled-color: #106ecc;
    --ar-btn-disabled-border-color: #106ecc;
}

.btn-outline-warning {
    --ar-btn-color: #0094bc;
    --ar-btn-border-color: #0094bc;
    --ar-btn-hover-bg: #0094bc;
    --ar-btn-hover-border-color: #0094bc;
    --ar-btn-active-bg: #0094bc;
    --ar-btn-active-border-color: #0094bc;
    --ar-btn-disabled-color: #0094bc;
    --ar-btn-disabled-border-color: #0094bc;
}

.btn-outline-info {
    --ar-btn-color: #24195c;
    --ar-btn-border-color: #24195c;
    --ar-btn-hover-bg: #24195c;
    --ar-btn-hover-border-color: #24195c;
    --ar-btn-active-bg: #24195c;
    --ar-btn-active-border-color: #24195c;
    --ar-btn-disabled-color: #24195c;
    --ar-btn-disabled-border-color: #24195c;
}

.btn-outline-success {
    --ar-btn-color: #f9f871;
    --ar-btn-border-color: #f9f871;
    --ar-btn-hover-bg: #f9f871;
    --ar-btn-hover-border-color: #f9f871;
    --ar-btn-active-bg: #f9f871;
    --ar-btn-active-border-color: #f9f871;
    --ar-btn-disabled-color: #f9f871;
    --ar-btn-disabled-border-color: #f9f871;
}

.btn-outline-danger {
    --ar-btn-color: #972340;
    --ar-btn-border-color: #972340;
    --ar-btn-hover-bg: #972340;
    --ar-btn-hover-border-color: #972340;
    --ar-btn-active-bg: #972340;
    --ar-btn-active-border-color: #972340;
    --ar-btn-disabled-color: #972340;
    --ar-btn-disabled-border-color: #972340;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

#mainVideo {
    position: relative;
    overflow: hidden;
}

#mainVideo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, #121519);
    z-index: 1;
}

.certifBox {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('/public/images/certificat.png');
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(0);
    z-index: -1;
}

[data-bs-theme="dark"] .certifBox {
    filter: invert(0);
}

.cardQuality {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.cardQuality::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: -1;
    overflow: hidden;
    border-radius: var(--ar-card-border-radius);
}

.cardQuality[data-bs-theme="dark"]::after {
    background: rgba(0, 79, 159, .8);
}

.hotspots-alt .hotspot, .hotspots .hotspot, .hotspots-alt .hotspot:hover, .hotspots-alt .hotspot:focus, .hotspots .hotspot:hover {
    background-color: transparent;
    border: 0;
    backdrop-filter: none;
}

/*h1, h2{
    font-family: "Mosk Ultra-Bold 900", serif;
    font-weight: 900 !important;
}

h3, h4, h5, h6 {
    font-family: "Mosk Bold 700", serif;
    font-weight: 700;
}*/
.presentChiffres > div:nth-child(1), .presentChiffres > div:nth-child(4), .presentChiffres > div:nth-child(5) {
    --ar-bg-opacity: 0.1;
    background-color: rgba(var(--ar-primary-rgb), var(--ar-bg-opacity)) !important;
}

.ai-webcover:before {
    content: "\e123";
}

.breadcrumb-item.active > span {
    color: var(--ar-breadcrumb-item-active-color);
}

#worldmap {
    opacity: .3;
}

[data-bs-theme="dark"] .btn-check:checked + .btn,
[data-bs-theme="dark"] :not(.btn-check) + .btn:active,
[data-bs-theme="dark"] .btn:first-child:active,
[data-bs-theme="dark"] .btn.active,
[data-bs-theme="dark"] .btn.show {
    border-color: #FFF !important;
}

.accordion-header.h4:hover button {
    color: var(--ar-primary)
}

[data-bs-theme="dark"] #worldmap {
    opacity: .7;
    filter: invert(1);
}

[data-bs-theme="dark"] .toDark {
    filter: invert(1);
}

.rectGenerated {
    -webkit-mask-size: 84%;
    mask-size: 84%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.facilitiesBigCentredCircle {
    bottom: 50%;
    width: 480px;
    height: 480px;
    margin-left: -240px;
    transform: translateY(50%) !important;
}

.parentLogoEcosystem {
    height: 110px;
    display: flex;
}

.parentLogoEcosystemLittle {
    height: 60px;
    display: flex;
}

[data-bs-theme="dark"] .parentLogoEcosystem {
    background-color: rgba(255, 255, 255, .9) !important;
}

[data-bs-theme="dark"] .parentLogoEcosystemLittle {
    background-color: rgba(255, 255, 255, 1) !important;
}

.logoEcosystem {
    padding: 6px 14px;
    width: auto;
    max-height: 90px;
    max-width: 100%;
    margin: auto;
}

.logoEcosystemLittle {
    padding: 4px 14px;
    width: auto;
    max-height: 50px;
    max-width: 100%;
    margin: auto;
}

.bg-center {
    background-position: center;
}

#drop-area {
    cursor: pointer;
    width: 100% !important;
    border-radius: 0;
    border: 1px dashed #CCC;
    font-weight: 700 !important;
    text-align: center;
}

.smallInfo {
    display: block;
    font-style: italic;
    font-size: 13px;
}

ul#filesOutput {
    max-height: 250px;
    overflow: auto;
}

ul#filesOutput > li {
    border: 0;
    padding: 8px 15px;
    background: transparent;
}

ul#filesOutput > li:first-child {
    padding-top: 16px !important;
}

ul#filesOutput > li > div {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    overflow: hidden;
}

ul#filesOutput > li > div a {
    margin-right: 10px;
}

ul#filesOutput > li > div img {
    max-width: 50px;
}

ul#filesOutput > li strong,
ul#filesOutput > li small {
    display: block;
    overflow: hidden;
    white-space: break-spaces;
    text-overflow: ellipsis;
    line-height: 20px;
}

#removeListFiles #removeListBtn {
    cursor: pointer;
    border: 1px solid #CCC !important;
}

#removeListFiles svg {
    margin-right: 5px;
}

#removeListFiles small {
    min-width: 140px;
    text-align: right;
}

#freturnMsg {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}

#logosAccompagnement a {
    height: 60px;
    display: flex;
    align-items: center;
}

#partenariat .swiper-slide a {
    height: 99px;
    display: flex;
    align-items: center;
}

#logosAccompagnement img {
    filter: invert(0.5);
}

video {
    max-width: 100%;
    max-height: 100%;
}

#videoIntroContainer {
    display: flex !important;
    padding: 12% !important;
    pointer-events: all;
    user-select: all;
}

.featureArt {
    position: relative;
    display: flex;
    background-color: var(--ar-primary);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    outline: 2px solid var(--ar-body-bg);
    outline-offset: -15px;
    box-shadow: 5px 10px 16px 1px rgba(0, 0, 0, 0.5);
}

.featureArt.little {
    height: 350px;
}

.featureArt > div {
    width: 88%;
    background: var(--ar-body-bg);
    padding: 20px;
    position: absolute;
    bottom: -11%;
    left: 50%;
    transform: translateX(-50%);
}

[class^="psdIcon"] {
    width: 50px;
    height: 50px;
    font-size: 1em;
    margin: auto;
    mask-size: cover !important;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover !important;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.psdIcon1 {
    -webkit-mask: url('/public/images/icons/0hk5lb01.svg');
    mask: url('/public/images/icons/0hk5lb01.svg');
}

.psdIcon2 {
    -webkit-mask: url('/public/images/icons/swT7yN01.svg');
    mask: url('/public/images/icons/swT7yN01.svg');
}

.psdIcon3 {
    -webkit-mask: url('/public/images/icons/LyTbyk01.svg');
    mask: url('/public/images/icons/LyTbyk01.svg');
}

.psdIcon4 {
    -webkit-mask: url('/public/images/icons/1qoP6H01.svg');
    mask: url('/public/images/icons/1qoP6H01.svg');
}

.psdIcon5 {
    -webkit-mask: url('/public/images/icons/zA0yMj01.svg');
    mask: url('/public/images/icons/zA0yMj01.svg');
}

.psdIcon6 {
    -webkit-mask: url('/public/images/icons/RU0hH701.svg');
    mask: url('/public/images/icons/RU0hH701.svg');
}

#bestBrands img {
    opacity: 0.5;
}

@media (min-width: 992px) {
    .navbar-expand-lg .mega-dropdown-column {
        width: 13rem;
    }

    .bigPicture {
        height: 100vh !important;
    }

    .top-lg-80 {
        top: 80px !important;
    }

    .overflow-lg-hidden {
        overflow: hidden !important;
    }
}

@media (max-width: 992px) {
    .top-lg-80 {
        top: 0 !important;
    }

    .presentChiffres > div:nth-child(1), .presentChiffres > div:nth-child(4), .presentChiffres > div:nth-child(5) {
        --ar-bg-opacity: 0;
        background-color: transparent !important;
    }
}

.vdBgHolder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0
}

.vdBgHolder.bg-right {
    left: auto;
    right: 0
}

.vdBgHolder.overlay:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.vdBgHolder.overlay-0:before {
    background: rgba(0, 0, 0, .7)
}

.vdBgHolder.overlay-1:before {
    background: rgba(0, 0, 0, .55)
}

.vdBgHolder.overlay-2:before {
    background: rgba(0, 0, 0, .4)
}

.vdBgHolder.bg-video {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-width: 100%
}

.vdBgHolder.bg-youtube {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.videoFrame {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -100000;
    pointer-events: none;
    user-select: all;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.min-vh-100 {
    min-height: 100vh !important
}

.productDescription table thead th {
    color: rgb(16, 110, 204) !important;
}

.productDescription table th,
.productDescription table td {
    text-align: center !important;
}

.text-justify, .text-justify p {
    text-align: justify !important;
}

.nuancesProduct span {
    color: #e2e2e2 !important;
}

.list-group-item-action:hover h3 {
    color: var(--ar-primary);
}

.circleInfo {
    position: relative;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
}

.circleInfo:before {
    z-index: 0;
    content: "";
    /*background-color: var(--ar-gray-200) !important;*/
    position: absolute;
    left: -4px;
    top: -4px;
    min-width: 58px;
    min-height: 58px;
    border-radius: 50%;
    outline: 1px solid var(--ar-gray-200) !important;
    outline-offset: 2px;
    border: 4px solid var(--ar-gray-200) !important;
}

.card-hover img {
    transition: all .5s;
}

.iconHoverable {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    transition: all 0.3s;
}

.iconHoverable::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--ar-primary);
    border-radius: 50%;
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .2s;
    transform: scale(0.5);
    z-index: -1;
}

.elHoverable:hover .iconHoverable {
    color: #FFF !important;
    background-color: var(--ar-primary) !important;
}

.elHoverable:hover .iconHoverable::before {
    opacity: 0.2;
    transform: scale(1.3);
}