@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Regular.woff2') format('woff2'),
    url('/assets/fonts/Gilroy-Regular.woff') format('woff'),
    url('/assets/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Medium.woff2') format('woff2'),
    url('/assets/fonts/Gilroy-Medium.woff') format('woff'),
    url('/assets/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('/assets/fonts/Gilroy-SemiBold.woff') format('woff'),
    url('/assets/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Bold.woff2') format('woff2'),
    url('/assets/fonts/Gilroy-Bold.woff') format('woff'),
    url('/assets/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
    url('/assets/fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('/assets/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
}
body * {
    -webkit-text-size-adjust: none;
}

/*************** Bandeau ***************/
.v2-banner-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: rgb(201, 13, 125);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 40px !important;
    min-height: 40px !important;
    overflow: hidden !important;
}
.v2-banner-top-slider-cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    min-height: 36px;
}
.v2-banner-top-slider {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.v2-banner-top .swiper-slide span, .v2-banner-top .swiper-slide a, .v2-banner-top .swiper-slide {
    background: #C90D7D;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.v2-banner-top .v2-banner-top-text-desktop {
    display: block !important;
}
.v2-banner-top-close {
    position: absolute;
    right: 32px;
    z-index: 9;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/*************** Header ***************/
header.v2-header {
    background-color: #fffefe;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    gap: 60px;
    border-bottom: 1px solid #DBE5FC;
    border-bottom: 0;
}
.v2-header .v2-header-logo img {
    width: 197px;
}
.v2-header .v2-header-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    border-radius: 8px;
    border: 1px solid #DBE5FC;
    background: #F2F8FC;
    padding: 2px 7px 8px;
    cursor: pointer;
}
.v2-header .v2-header-menu-btn span {
    color: #3C3B88;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.v2-header-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.v2-header-links .v2-header-link {
    padding: 4px 12px;
    color: #3C3B88;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px;
    text-decoration: none;
}
.v2-header .v2-header-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
}
.v2-header .v2-header-btn {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #DBE5FC;
    background: #F2F8FC;
    gap: 4px;
    cursor: pointer;
    text-decoration: none;
}
.v2-header .v2-header-btn span {
    color: #3C3B88;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}
.v2-head-fav-cont {
    position: relative;
    width: 28px;
    display: flex;
}
.v2-head-fav-count {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-4, 4px);
    position: absolute;
    right: -5px;
    top: -8px;
    border-radius: var(--Spacing-16, 16px);
    border: 2px     solid #FFF;
    background: #C90D7D;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.08), 0px 4px 8px -2px rgba(0, 0, 0, 0.04);
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Font-family-Body,Inter);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    padding-top: 2px;
}
.v2-menu{
    display: none;
}
/******************************************************************************************/
/************************************** ONLY DESKTOP **************************************/
/******************************************************************************************/
@media (min-width: 1024px) {
    .v2-header .v2-header-menu-btn:hover {
        background: #f0fbff;
    }
}
