body,
html {
    background: #F4F6F7;
}

body.row {
    justify-content: stretch;
}


*:not(.fas, .fab, .fa, .far),
.montserrat,
.montserrat * {
    font-family: 'Montserrat', sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
.oswald,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
.oswald *,
.h1,
.h2,
.h3,
.h4,
.h5,
.h1 *,
.h2 *,
.h3 *,
.h4 *,
.h5 *
{
    font-family: 'Oswald', sans-serif;
}


.drop-down-menu{
    background-color: #342fd4!important;
    font-family: 'Oswald', sans-serif!important;
    color:white!important;
    padding:5px;
    font-size:1.15rem;
    display: inline-block!important;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom:1.15rem!important;
}

.text-truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-info {
    color: #342fd4!important;
}

.form-control::placeholder {
    opacity: .25;
}

.form-check-input {
    cursor:pointer;
    border:2px solid #342fd4!important;
}

.form-check-input:checked{
    border:2px solid #342fd4;
    background-color: #342fd4;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23342fd4'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.readonly {
    color: rgba(0, 0, 0, .35)!important;
}

label {
    font-size: .85rem;
    opacity: .5;
}

.is-invalid {
    background-color: red;
    color: #FFF;
}

.bg-info {
    background-color: #342fd4!important;
}

.bg-mauve {
    background-color: #342fd4!important;
}

.border-degrade {
    display: inline-block;
    background: linear-gradient(to left, #342fd4, #342fd4) 0;
    padding: 4px;
    border-radius: .5rem;
}

.border-transparent{
    border-color: transparent!important;
}

.bg-dark {
    background-color: #1e1e1c!important;
}

.btn-info {
    color: #FFF;
    background-color: #342fd4;
    border-color: #342fd4;
}

.btn-info:hover {
    background-color: #1e1b83;
    border-color: #1e1b83;
}

.btn-info-reverse {
    color: #342fd4;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-info-reverse:hover {
    background-color: #342fd4;
    border-color: #342fd4;
    color:#FFF;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    color: #FFF!important;
    background-color: #1e1b83!important;
}

.btn-check:focus+.btn-info, .btn-info:focus {
    color: #000;
    background-color: #1e1b83;
    border-color: #1e1b83;
}

a {
    color: inherit!important;
}

a.btn,
a.btn:hover {
    text-decoration: none!important;
}

a:not(".btn"):hover {
    color: #342fd4!important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea {
    resize: none;
}

.fs-7 {
    font-size: .85rem;
}

.fs-8 {
    font-size: .75rem;
}

.text-decoration-none {
    text-decoration: none!important;
}

.min-vh-50{
    min-height: 50vh;
}

.h-100 {
    height: 100%!important;
    min-height: 100%!important;
    max-height: 100%!important;
}

.h-100vh {
    height: 100vh!important;
    min-height: 100vh!important;
    max-height: 100vh!important;
}

.w-auto {
    width: auto!important;
    min-width: none!important;
    max-width: none!important;
}

.w-50px {
    width: 50px!important;
    min-width: 50px!important;
    max-width: 50px!important;
}

.w-100px {
    width: 100px!important;
    min-width: 100px!important;
    max-width: 100px!important;
}
.w-150px {
    width: 150px!important;
    min-width: 150px!important;
    max-width: 150px!important;
}

.decal-s-50px{
    margin-left:-50px!important;
}
.decal-b-50px{
    margin-bottom:-50px!important;
}

.decal-s-100px{
    margin-left:0!important;
}

.decal-s-150px{
    margin-left:0!important;
}


@media (min-width: 992px) {
    .decal-s-150px{
        margin-left:-150px!important;
    }
    .decal-s-100px{
        margin-left:-100px!important;
    }
}

.w-200px {
    width: 200px!important;
    min-width: 200px!important;
    max-width: 200px!important;
}

.w-320px {
    width: 320px!important;
    min-width: 320px!important;
    max-width: 320px!important;
}

.h-50px {
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
}

.h-100px {
    height: 100px!important;
    min-height: 100px!important;
    max-height: 100px!important;
}

.h-150px {
    height: 150px!important;
    min-height: 150px!important;
    max-height: 150px!important;
}


.h-180px {
    height: 180px!important;
    min-height: 180px!important;
    max-height: 180px!important;
}
.h-500px {
    height: 500px!important;
    min-height: 500px!important;
    max-height: 500px!important;
}

.w-180px {
    width: 180px!important;
    min-width: 180px!important;
    max-width: 180px!important;
}

.w-150px {
    width: 150px!important;
    min-width: 150px!important;
    max-width: 150px!important;
}

.w-130px {
    width: 130px!important;
    min-width: 130px!important;
    max-width: 130px!important;
}

.h-90px {
    height: 90px!important;
    min-height: 90px!important;
    max-height: 90px!important;
}

.w-1rem {
    width: 1rem!important;
    min-width: 1rem!important;
    max-width: 1rem!important;
}

.w-2rem {
    width: 2rem!important;
    min-width: 2rem!important;
    max-width: 2rem!important;
}
.w-3rem {
    width: 3rem!important;
    min-width: 3rem!important;
    max-width: 3rem!important;
}

.h-2px {
    height: 2px!important;
    line-height: 2px!important;
    min-height: 2px!important;
    max-height: 2px!important;
}
.h-4px {
    height: 4px!important;
    line-height: 4px!important;
    min-height: 4px!important;
    max-height: 4px!important;
}
.h-1rem {
    height: 1rem!important;
    line-height: 1rem!important;
    min-height: 1rem!important;
    max-height: 1rem!important;
}

.h-2rem {
    height: 2rem!important;
    line-height: 2rem!important;
    min-height: 2rem!important;
    max-height: 2rem!important;
}

.h-3rem {
    height: 3rem!important;
    line-height: 3rem!important;
    min-height: 3rem!important;
    max-height: 3rem!important;
}

.p-2-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25rem;
    height: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.link-opaciter {
    opacity: .85;
}

.link-opaciter:hover {
    opacity: 1;
}

.text-base {
    color: #000000!important;
}

.text-bleu {
    color: #342fd4!important;
}



.text-base:hover {
    color: #342fd4!important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: .25;
}

.opacity-50 {
    opacity: .5;
}

.opacity-75 {
    opacity: .75;
}

.opacity-100 {
    opacity: 1!important;
}

.bg-black-5 {
    background-color: rgba(0, 0, 0, .05)!important;
}

.bg-black-10 {
    background-color: rgba(0, 0, 0, .1)!important;
}

.bg-black-15 {
    background-color: rgba(0, 0, 0, .15)!important;
}
.bg-black-25 {
    background-color: rgba(0, 0, 0, .25)!important;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, .5)!important;
}
.bg-black-50 {
    background-color: rgba(0, 0, 0, .5)!important;
}

.bg-black-75 {
    background-color: rgba(0, 0, 0, .75)!important;
}
.bg-white-75 {
    background-color: rgba(255, 255, 255, .75)!important;
}
.bg-white-85 {
    background-color: rgba(255, 255, 255, .85)!important;
}
.grayscale {
    filter: grayscale(100%);
}

.fill-white *:not(.keep) {
    fill: #FFFFFF;
}

.messages,
.loader {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 50;
}

.messages::before,
.loader::before {
    content: "";
    display: block;
    top: 0!important;
    left: 0;
    position: fixed;
    width: 100vw;
    z-index: 0;
    background: rgba(0, 0, 0, .75);
    height: 100vh;
}

.loader {
    display: none;
    align-items: center;
    justify-content: center;
}

.loader.active {
    display: flex;
}

.loader::after {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    font-size: 8rem;
    content: "\f021";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotating 1s linear infinite;
}

.messages .alert {
    display: block;
    float: left;
    clear: both;
    opacity: 0;
}

.top-left {
    top: 0;
    left: 0;
    position: absolute;
}

.top-right {
    top: 0;
    right: 0;
    position: absolute;
}

.center-right {
    top: 50%;
    transform: translateY(-50%);
}

.thumb {
    text-decoration: none!important;
}

.thumb .locked {
    display: none;
}






.thumb .anime {
    position: absolute;
    display: none;
    top: 0;
}

.thumb:hover .d-none {
    display: flex!important;
}

.thumb:hover>span>img {
    opacity: .85
}

.thumb:hover .anime {
    display: block;
    opacity: 1;
}

.thumb:hover {
    transform: scale(1.02);
    transition: .2s all;
    z-index: 10;
}

span.toggle-favorite,
span.toggle-stack {
    color: rgba(0, 0, 0, .75);
}

span.toggle-favorite.favorite-on {
    color: #342fd4!important;
}

span.toggle-stack.stack-on {
    color: #342fd4!important;
}

button.follow-off i,
button.stack-off i,
button.favorite-off i {
    display: none;
}

button.follow-off .topo-on,
button.stack-off .topo-on,
button.favorite-off .topo-on,
button.follow-on .topo-off,
button.stack-on .topo-off,
button.favorite-on .topo-off {
    display: none;
}

button.follow-on i,
button.stack-on i,
button.favorite-on i {
    display: inline-block;
}

button.follow-on,
button.stack-on,
button.favorite-on,
.plan.selected {
    color: #FFF;
    background-color: #342fd4!important;
}

.cursor-pointer {
    cursor: pointer!important;
}

.bg-white {
    background-color: #FFF !important;
}

.pill {
    display: inline-block!important;
    text-align: center;
    font-weight: bold;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    border-radius: 100%;
    color: #FFF;
    font-size: 1rem;
}

.pill-lg .pill {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
}

.pill-xl .pill {
    height: 7rem;
    width: 7rem;
    line-height: 7rem;
    font-size: 2rem;
}

.text-decoration-none,
.text-decoration-none * {
    text-decoration: none!important;
}

.card.swap {
    border: 2px solid #342fd4;
}

.card.swap .card-header {
    background-color: #342fd4;
}

.card.swap .card-header h2 {
    color: #FFF!important;
}

.carousel-indicators li {
    width: 10px!important;
    height: 10px!important;
    border-radius: 100%;
    background-color: #666;
    opacity: .5;
    cursor: pointer;
}

.carousel-indicators li:hover {
    opacity: 1;
}

.carousel-indicators li.active {
    background-color: #342fd4!important;
}

.add_media {
    right: 0;
    bottom: 0;
    position: fixed;
    padding: 1rem;
    margin: 1rem;
    align-items: center;
    justify-content: center;
    z-index: 50;
    font-size: .75rem;
    color: #342fd4;
    text-decoration: none!important;
    opacity: .85;
    width: auto;
}

.add_media:hover {
    opacity: 1;
}

.add_media span {
    background: #342fd4;
    color: #FFF;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    font-size: 2rem;
    display: block;
    margin: 5px auto;
    text-align: center;
    border-radius: 100%;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-1000 {
    z-index: 1000;
}
.z-2000 {
    z-index: 2000;
}

body ul.z-2000{
    background: #1e1e1c;
    padding: 1rem;
    border-radius: .25rem;
    position: absolute;
    bottom:-6.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
}


.z-under {
    z-index: -1;
}

.donut {
    height: 300px;
    width: 300px;
}

.donut svg {
    position: absolute;
    top: 0;
}

.donut div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
    width: 300px;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    line-height: 3.5rem;
}

.donut.link:hover {
    cursor: pointer;
    color: #342fd4;
}

.donut g#vals .donut-piece {
    cursor: pointer;
    opacity: .75!important;
}

.donut g#vals .donut-piece:hover {
    opacity: 1!important;
}

.donut div small {
    font-size: 1rem;
    line-height: 1.75rem;
    opacity: .5;
}

.donut-ref,
.donut-all {
    opacity: .75;
    cursor: pointer;
}

.donut-ref:hover,
.donut-all:hover {
    opacity: 1;
}

.donut-ref:not(.selected) {
    background-color: #000!important;
}

.home div svg {
    width: 100%;
}

.speed-up {
    background: #CCC;
    font-size: .65rem;
    color: #999;
}

.speed-up.active {
    background: #342fd4!important;
    color: #FFF!important;
}

#canvas {
    position: absolute;
    z-index: 40;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit!important;
    text-decoration: none;
    background-color: transparent!important;
}

.tab-group {
    background: rgba(0, 0, 0, .1);
}

.tab-group .tab-content:not(.active) {
    display: none;
}

.nav-pills .nav-item .nav-link {
    background: #EEE;
}

.nav-pills .nav-item .nav-link:hover {
    background: #DDD;
    color: #342fd4!important;
}

.nav-pills .nav-item .nav-link.active {
    background: #342fd4;
    color: #FFF!important;
}

.tab-nav li {
    background: #AAA!important;
    padding: .5rem 1rem;
    color: #000!important;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    opacity: .85;
}

.tab-nav li:hover {
    opacity: 1;
}

.tab-nav .active {
    background: #342fd4!important;
    color: #FFF!important;
}

.text-hover:hover .text-react {
    color: #342fd4!important;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}

.badge-pill {
    background-color: #342fd4;
    color: #FFFFFF;
}

.options .dropdown-menu {
    box-shadow: 0 0px 20px #999;
}

.thumbs-loader {
    max-width: 1400px!important;
    margin: 0 auto;
}

#swap_slides .carousel-item .slide {
    padding: 2rem 20%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 3rem;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: right;
    font-weight: bold;
    color: #FFF;
}

.border-width-2 {
    border-width: 2px!important;
}

.border-width-3 {
    border-width: 3px!important;
}

.border-width-4 {
    border-width: 4px!important;
}

.swap-plan {
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0;
}

.swap-plan .swap-plan-bg svg * {
    fill: #FFF;
}

.swap-plan-bg svg {
    width: 100%;
    height: auto;
}

.swap-plan:hover {
    color: #FFF!important;
}

.swap-plan:hover .swap-plan-bg svg *,
.fill-red * {
    fill: #342fd4;
    stroke: none;
    stroke-width: 0;
}

.line-height-normal {
    line-height: normal!important;
}

.text-shadowed {
    text-shadow: #1e1e1c 4px 4px 0px, #342fd4 5px 5px 0px;
}

.text-shadowed-black {
    text-shadow: #000000 4px 4px 0px;
}

.max-h-50px {
    max-height: 50px;
}

.max-w-200px {
    max-width: 200px;
}

.max-w-300px {
    max-width: 300px;
}

.max-w-400px {
    max-width: 400px;
}

.max-w-500px {
    max-width: 500px;
}

.max-w-600px {
    max-width: 600px;
}

.max-w-700px {
    max-width: 700px;
}

.max-w-800px {
    max-width: 800px;
}

.max-w-900px {
    max-width: 900px;
}

.min-h-vh {
    min-height: 100vh;
}

.bg-swap-contact {
    background-image: url("/ressources/svg/swap-contact-bg.svg");
    background-size: cover;
}

.bg-swap-half {
    background-image: url("/ressources/svg/swap-half-bg.svg");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.bg-half-blue {
    background-image: url("/ressources/img/swap-half-circle-blue.jpg");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.bg-half-red {
    background-image: url("/ressources/img/swap-half-circle-red.jpg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.bg-swap-half-reverse {
    background-image: url("/ressources/svg/swap-half-bg-reverse.svg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.work-in-progress svg {
    animation: rotating 5s linear infinite;
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#mainMenu {
    position: fixed;
}

#mainMenu.hidden {
    width: 0;
}

#mainMenu.hidden .menu-bar {
    display: none;
}

#mainMenu li {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: .85rem;
}

#mainMenu .active {
    color: #342fd4!important;
}

#mainMenu button::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    margin-left: 5px;
}

#mainMenu button.collapsed::after {
    content: "\f078";
}

#mainMenu li a:hover {
    color: #000000!important;
    text-decoration: none;
}

@media (min-width: 576px) {
    #mainMenu {
        position: relative;
    }
    #teaser * {
        font-size: 1rem!important;
    }

}

@media (min-width: 768px) {
    #teaser * {
        font-size: 1.2rem!important;
    }


}

@media (min-width: 992px) {
    #teaser * {
        font-size: 1.4rem!important;
    }

    .left-bordered{
        border-left: 3px solid #000;
    }
}

@media (min-width: 1200px) {
    #teaser * {
        font-size: 1.6rem!important;
    }
    .left-bordered{
        border-left: 3px solid #000;
    }
}

@media (min-width: 1400px) {
    #teaser * {
        font-size: 1.8rem!important;
    }
    .left-bordered{
        border-left: 3px solid #000;
    }
}

.toggle-menu {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    right: -40px;
    top: 0;
    background: rgba(0, 0, 0, .35);
}

.toggle-menu i:nth-child(1) {
    display: block;
}

.toggle-menu i:nth-child(2) {
    display: none;
}

.toggle-menu.active i:nth-child(1) {
    display: none;
}

.toggle-menu.active i:nth-child(2) {
    display: block;
}

#preferences_types {
    font-size: .85rem;
}

#preferences_types>a {
    cursor: pointer;
    display: inline-block;
    color: #000;
    padding: .15rem .5rem;
    font-family: 'Montserrat', sans-serif!important;
    font-size: .85rem;
    font-weight: bold;
    text-decoration: none;
}

#preferences_types>a.checked {
    color: #E10F1A!important;
}

.border-start-dark{
    border-left:1px solid rgba(0, 0, 0, .35);
}


.swap_concept .col-6:nth-child(1){
    background-image: url("/ressources/img/20211216_bg_swap_concept_left.gif");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;

}
.swap_concept .col-6:nth-child(2){
    background-image: url("/ressources/img/20211216_bg_swap_concept_right.gif");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
}



.sorter {
    background: rgba(0, 0, 0, .05);
    font-size: 80%;
}

.sorter .card-header{
    background: rgba(0, 0, 0, .1);

}

.sorter label{
    display: block;
    opacity:.5;
    cursor: pointer;
    padding: 2px 0;
}

.sorter label:hover{
    opacity:1!important;
}

.sorter label input{
    display: none;
}

.sorter label i{
    opacity: 0;
    margin-right: 4px;
}

.sorter label.active{
    opacity: 1;
    color: #342fd4;
}
.sorter label.active i{
    opacity: 1;
}

.short > a > span{
    background-size: cover;
}

.bg-corner-concept{
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    background: #FFF;
}

.bg-bottom-concept{
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background: #FFF;
}

.player{
    overflow: hidden;
}

.player video{
    margin-left: -1px;
}



.gif_hover{
    display: block;
}

.gif_hover .hover{
    display: block;
}

.gif_hover .gif{
    display: none;
}

.gif_hover:hover .hover{
    display: none;
}

.gif_hover:hover .gif{
    display: block;
}




.card-selector{
    opacity: .8!important;
}

.card-selector input{
    display: none;
}

.card-selector.selected, .btn-toggle.selected{
    opacity: 1!important;
}

.card-selector.selected::after, .btn-toggle.selected::after{
    position:absolute;
    font-family: "Font Awesome 5 Free";
    border-radius: 100%;
    font-weight: 900;
    color: #E10F1A;
    font-size: 2rem;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    right:10px;
    top:10px;
    z-index: 1001;
    content: "\f058";
}

.card-selector.selected::before, .btn-toggle.selected::before{
    position:absolute;
    content:"";
    background: #FFF;
    border-radius: 100%;
    height: 1.8rem;
    width: 1.8rem;
    right:11px;
    top:11px;
    z-index: 1000;
}


.box-combo{
    background:url("ressources/img/20220521_index_new_format.jpg");
    background-size: cover;
}




.marquee_head {
    height: 20%;
    max-height: 150px;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.marquee_head_under {
    height: 20%;
    max-height: 150px;
    width: 50%;
    max-width: 400px;
    position: absolute;
    background-color: red;
    top: 50%;
    transform: translate(-60px, -50%);

}
  
.marquee_head div {

    height: 100%;
    width: 30000px;
    position: absolute;
    overflow-x:hidden;
    left: 0;

    animation: moveSlideshowLeft 10s linear infinite;
}
  
.marquee_head div img {
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width: auto;
    margin:0;
}

.marquee_bubble{
    width: 13rem;
    height: 13rem;
    position: absolute;
    left:0;
    bottom: 0;
    z-index: -1;
    transform: translate(-70%, 20%);
}
  
@keyframes moveSlideshowLeft {
    100% { 
        transform: translateX(-1000px);  
    }
}  
@keyframes moveSlideshowRight {
    100% { 
        transform: translateX(+1000px);  
    }
}


.marquee_2{
    position: relative;
    overflow: hidden;
}

.marquee_2 .persona{
    height: 180px;
    margin: 0 0 0 -150px;
    padding: 0;
    position: relative;
}

.marquee_2 .persona > div{
    position: absolute;
    width: calc(100% + 150px);
    overflow: hidden;
    height: 100%;
}

.marquee_2 .persona > div > div{
    height: 100%;
    width: 10000px;
    position:absolute;
    display: flex;
    left:0;
    animation: moveSlideshowLeft 10s linear infinite;
}

.marquee_2 .persona > div > div > img{
    margin:1rem 1rem 0 0 ;
}

.marquee_2 .persona.to_right > div > div{
    left:-100%;
    animation: moveSlideshowRight 10s linear infinite;
}

.index-bis{
    background: transparent!important;
}

.index-bis-col{
    background: url("/ressources/svg/swap-index-circle.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}



.home-menu{
    padding: 0;
    margin: 0;
}

.home-menu *{
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-menu > ul > li.col-menu{
    position: relative;
    display: block;
    padding: 1rem .8rem;
    text-align: center;
}

.index-bis .home-menu > ul > li.col-logo{
    width: 200px;
    /* margin-left: -72px; */
}
.home-menu > ul > li.col-logo svg{
    width: 200px;
    height: auto;
}

.home-menu > ul > li > ul{
    display: none;
    position: absolute;
    z-index: 10000;
    text-align: left;
}

.home-menu > ul > li > .menu{
    display: block;
    font-family: 'Oswald', sans-serif!important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;

}

.home-menu .col-menu ul > li > a{
    color: #FFF!important;
    white-space: nowrap;
    opacity: .8;
}
.home-menu .col-menu ul > li > a:hover{
    opacity:1;
}


.home-menu > ul > li:hover > ul{
    display: block;

}

.home-menu > ul > li:hover > .fa-chevron-down{
    opacity: 1;
}
.home-menu .fa-chevron-down{
    display: inline-block;
    opacity: .25;
    margin: 0 auto;
}

#videos-index-carousel-group{
    left:0;
    transition: 1s all;
}


.delete{
    position: relative;
}

.delete::before,
.delete::after {
    content:"";
    left:0;
    top:50%;
    height: 3px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background-color: red;
}

.bg-red-1{
    background-image: url("ressources/img/20220607_mid_community.jpg");
    background-size: cover;
}

.bg-red-2{
    background-image: url("ressources/img/20220607_mid_promoted.jpg");
    background-size: cover;
}


.looper{
    opacity: .5;
    cursor: pointer;
    color:#000;
}
.looper.active{
    opacity: 1;
    color:#342fd4;
}
.looper:hover{
    opacity: 1;
}

.to-show {
    display: none;
}

.to-hover:hover > .to-show {
    display: block; 
}


.button-gradient{
    background-image: url(ressources/svg/swap-patient-button.svg);
    background-size: cover;
    width: 245px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFFFFF !important;
    text-decoration: none;
    padding-bottom: 10px;
}

h2.lined{
    display: flex;
    line-height: 2rem;
    height: 2rem;
    position: relative;
    margin:0;
    padding: 0;
    align-items: center;
}

h2.lined > strong{
    font-family: 'Oswald', sans-serif!important;
    text-transform: uppercase;
    width: auto;
    flex-grow: 0;
    padding-right: 10px;
}

h2.lined > span{
    height: 5px;
    flex-grow: 1;
    background-color: #342fd4;
}

::cue {
    color: #0b155a;
    Background-color: rgba(232, 239, 255, 0.4588);
}