/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #0f6591 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #0f6591;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    border: 3px solid #ffffff;
}

main.desktop {
    min-width: 1000px;
}

main.desktop header,
main.desktop section {
    min-width: 1000px;
}

header ul {
    list-style: none;
}

#first-part-deliv {
    font-size: 12px;
    line-height: 13px;
    max-width: 75px;
    text-transform: uppercase;
}

#second-part-deliv {
    font-size: 30px;
    line-height: 30px;
}

main.mobile .desktop {
    display: none;
}

main.desktop .mobile {
    display: none;
}

/* DESKTOP */

#container-desktop {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
}

#container-desktop a {
    height: 100%;
}

#logo-desktop {
    height: 100%;
    width: 140px;
}

#link_delivery ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.desktop #link_delivery a,
.desktop #bloc-part-ico-header p,
.desktop #bloc-part-ico-header a {
    color: white;
    text-transform: uppercase;
}

.desktop select {
    text-transform: uppercase;
}

.desktop #bloc-part-ico-header {
    right: 35px;
}

.desktop #btn-lang-header,
.desktop #select-devise {
    font-weight: 400;
}

.desktop #link_delivery a,
.desktop #bloc-part-ico-header p,
.desktop #bloc-part-ico-header a,
.desktop #btn-lang-header,
.desktop #select-devise,
.desktop select {
    font-size: 13px;
}

.desktop #link-signin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.desktop #bloc-part-ico-header>div {
    padding: 0px 15px;
    border-right: 1px solid white;
}

.desktop #bloc-part-ico-header>div:last-child {
    padding-right: 0px;
    border: 0;
}

.desktop #cart-header a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.desktop #bloc-part-ico-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.desktop .btn-slides {
    white-space: nowrap;
    font-size: 22px !important;
    min-height: 55px;
}

.desktop .btn-slides br {
    display: none;
}

.desktop .picto {
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    background-position: center;
    margin-right: 10px;
}

.desktop #picto-connexion {
    background-image: url('/media/img/v-new/desktop/connexion.png');
}

#picto-cart {
    background-image: url('/media/img/v-new/desktop/cart.png');
}

.desktop #cart-txt {
    text-decoration: underline;
    margin-right: 4px;
}

#top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#desktop-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#desktop-menu ul a,
#desktop-menu ul li {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
}

#desktop-menu ul a {
    width: 100%;
    height: 100%;
}

#desktop-menu ul li {
    padding: 0px 15px;
    cursor: pointer;

}

.relative {
    position: relative;
}

#sub-menu-desk {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: white;
    padding: 5px 0px;
    padding-left: 185px;
    width: 100%;
    z-index: 0;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: transform 0.15s ease-in, opacity 0.15s ease-in;
    -o-transition: transform 0.15s ease-in, opacity 0.15s ease-in;
    -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
    transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
    transition: transform 0.15s ease-in, opacity 0.15s ease-in;
    transition: transform 0.15s ease-in, opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
}

header.hovering #sub-menu-desk {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: transform 0.2s linear, opacity 0.3s ease-in;
    -o-transition: transform 0.2s linear, opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.2s linear;
    transition: opacity 0.3s ease-in, -webkit-transform 0.2s linear;
    transition: transform 0.2s linear, opacity 0.3s ease-in;
    transition: transform 0.2s linear, opacity 0.3s ease-in, -webkit-transform 0.2s linear;
}

header #top-header {
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
}

header.hovering #top-header {
    background-color: white;
}

header {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#logo-blue {
    display: none;
}

#logo-desktop {
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header.hovering #logo-desktop {
    background-image: url('/media/img/v-new/desktop/logo-akinod-blue.svg') !important;
}

header.hovering {
    background-color: white;
}

header.hovering *,
header.hovering select {
    color: #0f6591 !important;
}

header.hovering #btn-lang-header,
header.hovering #select-devise {
    color: #0f6591;
}

#sub-menu-desk ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#sub-menu-desk ul li {
    padding: 0px;
    margin: 0;
    padding-bottom: 15px;
    display: block;
}

#sub-menu-desk ul li:first-child {
    padding-top: 15px;
}

#sub-menu-desk ul a {
    color: #0f6591;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
}

header select {
    cursor: pointer;
    outline: none;
}

#sub-menu-desk ul a:hover {
    color: #3a9fcc;
}

#desktop-menu ul li span {
    position: relative;
}

#desktop-menu #pdv-menu span::after {
    position: absolute;
    content: "";
    top: 100%;
    margin-top: 2px;
    left: 0px;
    width: 0%;
    border-top: 1px solid white;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#desktop-menu ul #pdv-menu:hover span::after {
    width: 100%;
}

#desktop-menu {
    margin-left: 15px;
    height: 100%;
}

#desktop-menu ul,
#desktop-menu li,
#desktop-menu a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#btn-lang-header,
#select-devise {
    color: white;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    border: none;
}

#btn-lang-header option,
#select-devise option,
#select-country option {
    background-color: #00acdb;
}

a {
    text-decoration: none;
}

ul,
p {
    margin: 0;
    padding: 0;
}

/* commenté pour afficher le titre du produit comme sur deejo à voir car touche tout le site */
body,
select {
    font-family: 'Albert Sans', sans-serif;
}

body#product .product-description {
    margin: 20px 0 50px 0
}

.product-description #description_technique,
.product-description #description_caracteristique {
    margin-top: 20px;
    display: block;
}

.description_caracteristique_title {
    display: block;
    font-weight: bolder;
    margin-bottom: 10px
}

.product-before-additional-info {
    margin-top: 20px;
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;

}

.product-additional-info {
    width: 100%;
    padding: 10px 0 1rem 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000
}

.product-additional-info {
    text-align: justify
}

.product-additional-info-plus {
    display: none
}

.product-additional-info .product-additional-info-title {
    width: 90%;
    float: left
}

.product-additional-info .material-icons {
    width: 10%;
    text-align: right;
    float: left
}

.product-additional-info .material-icons:hover {
    cursor: pointer
}

#ga-confirm-button-band {
    background-color: #007cac !important;
    border-color: #007cac !important;
}

.glide_control {
    display: none;
}

.input-group-btn {
    display: none;
}

.sav-history a {
    color: #0599CB;
}

.sav-history a:hover {
    opacity: 0.6;
}









@media (max-width: 1200px) {

    #tab-points-de-vente .selected {
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    #search-mobile-header,
    #menu-icon-mobile {
        display: block !important;
    }

    input#headerSearch {
        padding-top: 12px !important;
    }

    .wrapper-category-cover {
        margin-top: 75px;
    }

    input#headerSearch {
        height: 40px;
    }

    #btn-search-mobile {
        background-color: black;
        color: white;
        position: absolute;
        top: 100%;
        width: 50%;
        text-align: center;
        padding: 10px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        margin-top: 5px;
        cursor: pointer;
        display: block;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 0.5px;
        height: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    /* #product-li-tab-menu{
            padding-left: 10px !important;
            margin: 0px !important;
          } */
    /* .desktop #bloc-part-ico-header{
            right: 11px !important;
          } */

    #espace-revendeur-link-header {
        display: none;
    }

    a.multiple {
        position: relative;
        overflow: hidden;
    }

    a.multiple:after {
        content: "";
        position: absolute;
        right: 15px;
        width: 0;
        height: 0;
        top: 50%;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid white;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #product-tab-menu.multiple:hover:after {
        content: "";
        position: absolute;
        right: 15px;
        width: 0;
        height: 0;
        top: 50%;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid white;
        -ms-transform: translateY(-50%) rotate(-90deg);
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);

    }

    .link_selected a.multiple:after {
        content: "";
        position: absolute;
        right: 15px;
        width: 0;
        height: 0;
        top: 50%;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid white;
        -ms-transform: translateY(-50%) rotate(-90deg);
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);

    }

    #preview-menu {
        display: none;
    }

    #product-tab-menu:hover {
        background-color: #8cb993;
    }

    .link_selected .sublinks-menu-v2 {
        background-color: #8cb993;
    }

    #contener-tabs-menu a {
        padding: 15px 0px;
    }

    /* .tab_link_menu_header{
            padding-left: 3px!important;
          } */

    #menu-products-v2 a {
        border-bottom: 1px solid #8a8a8a;
        display: block;
        font-size: 14px;
    }

    #table-menu-v2 .subcateg-menu-v2:last-of-type a {
        border-bottom: none !important;
    }

    .subcateg-menu-v2 {
        margin: 0;
    }

    .subtable-menu-v2 {
        /* display: none; */
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #table-menu-v2 {
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;

    }

    #product-li-tab-menu:hover #table-menu-v2 {
        max-height: 1200px;
        overflow: hidden;
    }

    .subcateg-menu-v2.link_selected .subtable-menu-v2 {
        max-height: 1200px;
        overflow: hidden;
    }

    div#menu-products-v2 {
        position: relative;
        width: 100%;
        padding: 0;
        font-size: 1.0em;
    }



    li.subchild_menu_v2 {
        background-color: white !important;
    }

    li.subchild_menu_v2 a {
        color: black !important;
        font-weight: bold;
    }

    .tab-menu-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #header .header-nav {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;

        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        z-index: 1;

        background-color: black !important;

        height: auto;


    }

    #header .header-nav.transform_0 {
        -ms-transform: translateY(0%);
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }

    #_mobile_logo {
        position: relative;
        z-index: 2;
        background-color: black;
    }

    .mobile-top-menu {
        position: relative;
        z-index: 2;
    }

    .container-fluid.visible {
        height: inherit;
    }

    #header .main-menu {
        width: 100%;
    }

    #header #main-menu {
        width: 100%;
    }

    #contener-tabs-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #contener-tabs-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    /* .desktop #bloc-part-ico-header{
                right: 11px;
            } */
    /* .tab-menu-header {
              padding: 0px;
              border-bottom: 1px solid #8a8a8a;
              width: 90%;
              padding: 20px 30px;
              display: flex;
              justify-content: flex-start;
              padding-left: 10px;
          } */

    #contener-tabs-menu .tab-menu-header:last-child {
        border-bottom: none;
    }

    #contener-tabs-menu .tab-menu-header:last-child,
    /* #product-li-tab-menu{
            margin: 0px auto;
            padding: 0;
          } */


    #header .header-nav {
        padding-top: 0px;
    }

    #menu-icon-mobile {
        color: #fff;
        height: inherit;
        line-height: inherit;
        cursor: pointer;
        position: relative;
        left: 20px;
        position: absolute;
        margin-top: 10px;
        z-index: 10;
    }

    a.sublinks-menu-v2 {
        padding-left: 16px !important;
    }

    #tab-points-de-vente {
        padding-left: 14px !important;
    }

    #tab-points-de-vente a {
        padding-left: 0px !important;
    }

    .subchild_menu_v2 a {
        padding-left: 30px !important;
        font-size: 0.8em !important;
    }

    #left-part-header {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    /* #pdv-menu{
            margin-left:1px !important;
            width: min-content;
            padding-top: 38px;
        } */
    /* #desktop-menu{
            margin-left:0px;
        } */

}




/* HEADER */


.container-btn {
    position: relative;
    width: 100%;
}

.container-btn>* {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.container-btn img {
    z-index: 0;
    position: relative;
    left: inherit;
    top: inherit;
}



.slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
}

.slides.back {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-slides {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 16px;
    color: #0f6591 !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.mobile .btn-slides {
    width: 160px;
    height: 80px
}

.foot-slide {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    margin-bottom: 6px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
}


#contener-tabs-menu {
    padding: 0;
}


/* #wrapper{
    overflow: hidden;
} */

#menu-icon-mob {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/media/img/v-new/mobile/menu.png');
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    left: 5%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 120;
}



#menu-icon-account-mob {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/media/img/v-new/mobile/connexion.png');
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    left: -webkit-calc(5% + 45px);
    left: calc(5% + 45px);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 120;
}

#header-mobile.selected #menu-icon-account-mob {
    background-image: url('/media/img/v-new/mobile/connexion-blue.png');
}

.wrapper-category-cover {
    margin-top: 0px !important;
}

main {
    overflow: visible;
}

#header-mobile {
    position: -webkit-sticky;
    position: sticky;
    color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 200;
}

#top-header {
    background-image: url('/media/img/v-new/mobile/bg-blue.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #007cac;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.desktop #top-header {
    background-image: none;
}

.bg-theme {
    background-image: url(/media/img/v-new/mobile/bg-blue.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.desktop .bg-theme {
    background-image: url('/media/img/v-new/desktop/bg-blue.png');
    background-image: none;
}

.header-nav-mobile {
    height: 100%;
    width: 100%;
}

.mobile #btn-lang-header {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#logo-mobile {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/media/img/v-new/mobile/logo-akinod-blanc.png');
    height: 40%;
    position: absolute;
    z-index: 0;
    width: 50%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

#bloc-part-ico-header {
    position: absolute;
    right: 5%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#all-links-header {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 50;
    background-color: white;
    -ms-transform: translateY(calc(-100% - 50px));
    -webkit-transform: translateY(-webkit-calc(-100% - 50px));
    transform: translateY(calc(-100% - 50px));
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#cart-link {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/media/img/v-new/mobile/cart-white.png');
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

#header-mobile.selected #cart-link {
    background-image: url('/media/img/v-new/mobile/cart.png');
}

#header-mobile.selected #logo-mobile {
    background-image: url('/media/img/v-new/mobile/logo-akinod.png');
}

#header-mobile.selected {
    background-color: white;
}

#header-mobile.selected #btn-lang-header {
    color: #009ED0;
}

#header-mobile.selected #menu-icon-mob {
    background-image: url('/media/img/v-new/mobile/close.png');
    width: 30px;
    height: 30px;
}

#header-mobile.selected #top-header {
    background-color: white;
    background-image: none;
}

#header-mobile.selected #all-links-header {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

#top-header {
    position: relative;
    z-index: 51;
}

#header #main-menu {
    width: 100%;
    top: 100%;
    left: 0px;
    width: 100%;
    background-color: white;
    color: #3b9ccb;
}

#main-menu .tab-menu-header a {
    color: #3b9ccb;
    text-align: center;
}

#header .header-nav .cart-preview.active i {
    color: #3b9ccb;
}

#product-tab-menu:hover {
    background-color: transparent;
}

#menu-products-v2 a,
.tab-menu-header {
    border: 0 !important;
    position: relative;
}

#product-li-tab-menu {
    padding-left: 0;
}

.subcateg-menu-v2 {
    position: relative;
}

#menu-products-v2 a::after,
#main-menu .subcateg-menu-v2::after,
.tab-menu-header::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 50%;
    bottom: 0px;
    border-top: 2px solid #66ccff;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-tab-menu.multiple:hover:after {
    content: none;
}

#menu-products-v2 a:last-of-type::after,
.tab-menu-header:last-of-type::after,
#main-menu .subcateg-menu-v2:last-of-type::after {
    content: none;
}

#bandeau-alerte-mobile {
    background-color: #0f6591 !important;
    color: white;
}

#bandeau-alerte-mobile a {
    color: white;
}

#bandeau-alerte-mobile p {
    margin: 0;
}


#bandeau-alerte-mobile {
    padding: 20px !important;
    font-size: 14px !important;
}

#bandeau-alerte-mobile * {
    font-size: 14px !important;
}

#bandeau-alerte-mobile::after,
#bandeau-alerte-mobile::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;

    width: 22px;
    height: 20px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



#bandeau-alerte-mobile::after {
    right: 5%;
    background-image: url('/media/img/v-new/mobile/arrow-right.png');
}

#bandeau-alerte-mobile::before {
    left: 5%;
    background-image: url('/media/img/v-new/mobile/arrow-left.png');
}









/* FOOTER */

#footer .links-footer-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

#footer .links-footer-main-menu li {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    border: 0;

}

.links-footer-main-menu li a {
    font-size: 13px;
}

#footer {
    background-image: url('/media/img/v-new/mobile/bg-blue.png');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-color: #116793;
}

.footer-container {
    background-image: url('/media/img/v-new/mobile/bg-blue.png');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    background-color: #116793;
}

.footer-container a {
    color: white;
}

.footer-container ul {
    list-style: none;
}

.footer-container #footer-socials ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#footer-socials a {
    display: inline-block;
    width: 31px;
    height: 25px;
}

button.btn:not(.btn-touchspin) {
    background-image: url('/media/img/v-new/mobile/btn-blue.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#main-menu .tab-menu-header a {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.btn-primary {
    background-color: transparent !important;
}

.footer-container .links ul>li a {
    font-weight: 400;
}

#menu-products-v2 {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

#main-menu #table-menu-v2 .sublinks-menu-v2 {
    width: 100%;
    color: #3b9ccb;
}

#menu-products-v2 {
    border: none !important;
}

#footer-socials {
    margin-top: 30px;
    margin-bottom: 25px;
}

#footer-mentions {
    font-size: 15px;
    color: white;
    text-align: center;
    margin: 0;
}

#footer-socials li {
    margin: 0px 10px;
    width: 30px;
    height: 25px;
    border: 0;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#footer {
    padding: 0;
}

.footer-container {
    padding: 35px 0px;
}

#footer-socials .youtube {
    background-image: url('/media/img/v-new/mobile/youtube.png') !important;
}

#footer-socials .instagram {
    background-image: url('/media/img/v-new/mobile/instagram.png') !important;
}

#footer-socials .facebook {
    background-image: url('/media/img/v-new/mobile/facebook.png') !important;
}

#footer-socials .pinterest {
    background-image: url('/media/img/v-new/mobile/pinterest.png') !important;
}


#footer .col-md-8 {
    width: 100%;
}

#footer .col-md-2 {
    width: 100%;
}

#footer-socials {
    margin-left: auto;
    margin-right: auto;
}

#all-links-header {
    overflow: hidden;
}

#footer-socials ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#table-menu-v2 {
    max-height: inherit !important;
    overflow: visible !important;
}






/* Reassurance */

.bloc3 {
    color: #fff
}

.bloc3 .containerPicto {
    width: 30%
}

.bloc3 .containerPicto .picto {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.bloc3 .containerCtaEditBlockTxt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bloc3 .containerPicto h3 {
    margin-top: 10px;
    margin-bottom: 15px
}

.bloc3 .containerPicto .parag {
    text-align: left;
    padding: 0 20px
}

.bloc3 .containerPicto {
    margin-bottom: 35px
}


@media screen and (max-width:1150px) {
    #link_delivery {
        display: none;
    }
}

@media screen and (max-width:1050px) {

    .bloc3 .containerPicto {
        width: 45%
    }

}

@media screen and (max-width:867px) {

    .bloc3 .containerPicto {
        width: 48%;
        font-size: .9em;
    }

    .bloc3 .containerPicto .parag {
        font-size: 12px;
        padding: 0;
        text-align: center;
    }

    .bloc3 {
        padding: 25px 10px
    }

}

.bloc3.in_row {
    padding: 0
}

.bloc3.in_row .containerPicto {
    width: 20%;
    margin: 10px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center
}

.bloc3.in_row .container_pictos {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly
}

.bloc3.in_row .parag {
    color: #fff;
    font-weight: 700
}

.bloc3.in_row .parag2 {
    font-size: .9em;
    color: #1F2447;
    font-weight: 400
}

.bloc3.in_row .containerBlockEditContentPage {
    max-width: inherit;
    padding: 0% 5%;
    padding-top: 25px;
    padding-bottom: 25px
}

.bloc3.in_row .border_line {
    width: 100%;
    height: 4px;
    background-color: #1F2447
}

.bloc3.in_row .containerPicto .picto {
    min-width: 60px !important
}

@media screen and (max-width:1165px) {
    .bloc3.in_row .containerPicto {
        width: auto;
        max-width: 40%;
        margin: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .bloc3.in_row .containerPicto .picto {
        min-width: 50px !important;
        margin-right: 5px
    }

    .bloc3.in_row .container_pictos {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .bloc3.in_row .containerPicto {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

}

@media screen and (max-width:800px) {

    .bloc3.in_row .containerPicto {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center
    }

    .bloc3.in_row .containerPicto {
        max-width: 300px
    }

    .bloc3.in_row .containerPicto .picto {
        margin: 0;
        margin-bottom: 15px
    }

    .bloc3.in_row .txt_content {
        font-size: 1.2em
    }

    .bloc3 .containerPicto .parag {
        font-size: 1em
    }

}

.bloc3 .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bloc3 {
    background-color: white;
}

.bloc3 .containerPicto .picto {
    -o-object-fit: contain;
       object-fit: contain;
}

.bloc3.in_row .container_pictos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.bloc3.wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.bloc3 .parag.title {
    color: #0d638e;
    font-weight: bold;
    margin: 0;
}

.desktop .bloc3 .parag.title {
    font-size: 22px;
}

.bloc3.in_row .parag2,
.bloc3.in_row .parag2 * {
    color: #3b9ccb;
}

#link-reassur {
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    display: block;
}

.bloc3.j_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.bloc3.a_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

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





@media (max-width: 667px) {

    #bandeau-alerte-mobile::after,
    #bandeau-alerte-mobile::before {
        width: 12px;
        height: 10px;
    }

}



.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: inherit !important;
    top: 60px !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    padding: 0px 10px !important;
}

.swiper-pagination-bullet-active {
    background-color: #d9d9d9 !important;
}

.swiper-pagination-bullet {
    background-color: #d9d9d9 !important;
    -webkit-border-radius: 2px !important;
            border-radius: 2px !important;
    height: 3px !important;
    width: 100% !important;
    margin: 0px 2px !important;
    opacity: 0.55 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* commenté pour la refonte */
/* .block-category{
    margin: 0!important;
} */






@media (min-width:750px) {

    .btn-slides {
        font-size: 28px !important;
        line-height: 32px !important;
        min-height: 100px !important;
    }

    .bloc3.in_row .parag2 {
        font-size: 24px;
        line-height: 28px;
    }

    .bloc3 .parag.title {
        font-size: 32px;
        margin-bottom: 12px !important;
    }

    .bloc3.in_row .containerPicto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        max-width: 65%;
    }

    .bloc3.in_row .containerPicto * {
        text-align: center;
    }

    .bloc3.in_row .containerPicto .picto {
        margin-bottom: 8px;
    }

    #menu-products-v2 a,
    #main-menu .tab-menu-header a {
        font-size: 18px;
        line-height: 1.1em;
    }

    #tab-points-de-vente .sublinks-menu-v2:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 50%;
        bottom: 0px;
        border-top: 2px solid #66ccff;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }


}

#menu-products-v2 {
    visibility: visible;
    opacity: 1;
}



input {
    outline: none;
}







.desktop .bloc3.in_row .container_pictos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.desktop .bloc3.in_row .container_pictos {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.desktop .bloc3.in_row .containerPicto {
    height: 100%;
}

.desktop .bloc3.in_row .containerPicto {
    width: 25%;
}

#link-reassur {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    display: block;
    color: #3b9ccb;
    font-weight: 600;
}

.desktop #link-reassur {
    font-weight: 600;
    margin-top: 5px;
    font-size: 20px;
}

.desktop .bloc3.in_row .parag2 {
    font-size: 16px !important;
    line-height: 19px !important;
}

.desktop #footer .links-footer-main-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 1350px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px auto;
}

.desktop #footer ul {
    text-transform: uppercase;
}

.desktop .bloc3.in_row .container_pictos {
    max-width: 1400px;
    margin: 0px auto;
}

/* commenté pour la refonte */
/* .breadcrumb-header-container {
    padding-top: 10px;
    } */

#btn-connect,
#payment-cards-bloc .btn-primary {
    background-image: url(/media/img/v-new/mobile/btn-blue.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (max-width: 1100px) {
    .desktop .bloc3.in_row .containerPicto {
        width: 33%;
    }

    #all-links-header #nav-mobile,
    #all-links-header #main-menu,
    #all-links-header #main-menu li ul {
        display: block;
    }

    #all-links-header .sublinks-menu-v2 {
        text-transform: uppercase;
    }
}

#add-first-address-basket {
    background-color: #2fb5d2 !important
}

@media (max-width: 767px) {
    .glide2-prev {
        left: 3%;
    }

    .glide2-next {
        right: 3%;
    }

    .glide_control {
        display: block;
    }

    .glide1-prev,
    .glide1-next,
    .glide2-prev,
    .glide2-next {
        position: absolute;
        top: 27%;
        outline: none !important;
        border: 0;
        background: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    #bandeau-alerte-middle {
        line-height: 20px
    }

    #confirm-addresses {
        margin-left: 15px
    }

    body#product .product-description {
        clear: both;
        padding-top: 10px;
    }

    body#product .product-description-container {
        margin-top: 30px;
        text-align: justify;
    }

    body#product .product-before-additional-info,
    body#product .product-additional-info {
        margin-bottom: 10px;
    }

    .products-like-title,
    .products-viewed-title {
        font-size: 1.25em;
    }

    body#product .products-like,
    body#product .products-viewed {
        position: relative;
    }

    body#category .container {
        padding: 0 !important;
    }

    body#category #container-product-list {
        width: 100%;
        margin-left: 0;
    }

    .glide__track {
        overflow: hidden;
    }

    .glide__slide,
    .glide__slides {
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        white-space: unset;
    }

    .glide__slides {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }


}

@media (min-width: 768px) and (max-width: 1599px) {

    .index_best .glide_control,
    .products-like .glide_control,
    .products-viewed .glide_control {
        display: block;
    }

    .index_best .glide2-prev,
    .products-like .glide2-prev,
    .products-viewed .glide2-prev {
        left: 3%;
    }

    .index_best .glide2-prev,
    .index_best .glide2-next,
    .products-like .glide2-prev,
    .products-like .glide2-next,
    .products-viewed .glide2-prev,
    .products-viewed .glide2-next {
        position: absolute;
        top: 27%;
        outline: none !important;
        border: 0;
        background: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .index_best .glide__slides,
    .products-like .glide__slides,
    .products-viewed .glide__slides {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .products-like .container-product-list,
    .products-viewed .container-product-list {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 1%;
        /* z-index: 14; */
        position: relative;
    }

    .products-like .glide__slide,
    .products-viewed .glide__slide {
        padding: 0 0 0 1%;
        margin: 0;
    }

    .index_best .glide__track,
    .products-like .glide__track,
    .products-viewed .glide__track {
        overflow: hidden;
    }

    .index_best .product-miniature,
    .products-like .product-miniature,
    .products-viewed .product-miniature {
        float: left;
    }

    .index_best .glide2-next,
    .products-like .glide2-next,
    .products-viewed .glide2-next {
        right: 3%;
    }

    main.desktop {
        min-width: unset;
    }

    main.desktop header,
    main.desktop section {
        min-width: unset;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {

    .index_best .glide2-prev,
    .products-like .glide2-prev,
    .products-viewed .glide2-prev {
        left: 4%;
    }

    .index_best .glide2-next,
    .products-like .glide2-next,
    .products-viewed .glide2-next {
        right: 2%;
    }

    #logo-desktop {
        width: 102px;
    }

    #desktop-menu ul a,
    #desktop-menu ul li {
        font-size: 0.85em !important;
    }

    #desktop-menu {
        margin-left: 0;
    }

    .desktop #bloc-part-ico-header>div {
        padding: 0 10px;
    }
}

@media (min-width: 1280px) and (max-width: 1579px) {
    .products-like .glide__slide {
        padding: 0 0 0 2.5%;
    }

    #logo-desktop {
        width: 110px;
    }

    #desktop-menu ul a,
    #desktop-menu ul li {
        font-size: 0.95em;
    }

    .index_best .glide2-next,
    .products-like .glide2-next,
    .products-viewed .glide2-next {
        right: 2%;
    }

    #desktop-menu {
        margin-left: 0;
    }

}

@media (min-width: 768px) {
    .glide__slides {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

.glide_control button {
    color: #000
}

body#product .product-price {
    font-size: 1.1rem;
}

.product-images li:nth-child(odd) {
    clear: both;
}

.product-images li:nth-child(even) {
    margin-left: 2%
}

.product-images>li.thumb-container {
    /*display: inline*/
    float: left;
    width: 49%;
    margin-top: 10px;

}

.product-images>li.thumb-container:nth-child(1),
.product-images>li.thumb-container:nth-child(2) {
    margin-top: 0;

}

.ratingWrapper {
    background: url(/media/img/starRatingGray_87x16.png) left top no-repeat;
    height: 16px;
    width: 87px;
    margin-right: 15px
}

.ratingWrapper .ratingInner {
    background: url(/media/img/starRatingYellow_87x16.png) left top no-repeat;
    height: 16px;
    width: 87px;
}



body#category .container {
    width: 100%;
    padding: 0;
}

body#category .row {
    margin: 0;
}

@media (min-width: 992px) {
    .col-lg-4 {
        float: left;
        width: 33.33333%;
    }
}

@media (min-width: 1920px) {

    .products-like .glide__slide,
    .products-viewed .glide__slide {
        width: 25%;
    }

    body#category .container {
        padding: 0;
    }
}

@media (max-width: 768px) {
    #product .product-information-container .btn-perso span {
        width: unset
    }
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    max-width: 100%;
    width: 100%
}

#products .thumbnail-container,
.product-miniature .thumbnail-container,
.categorie_filler {
    position: relative;
    background: #fff;
    text-align: center;
}

.btn-ambiance {

    background-image: url(/media/img/v-new/mobile/btn-blue.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: white !important;
    margin-left: 2%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-image: url(/media/img/v-new/mobile/btn-blue.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
:root {
    --app-height: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

*{
    box-sizing: border-box;
}

main{
    height: 100%;
    background-color: #3a9bca;
    background-image: url('/media/img/v-new/mobile/bg-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

main.mobile{
    scroll-snap-type: mandatory; /* for older browsers */
    scroll-snap-points-y: repeat(100vh); /* for older browsers */
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

main.desktop{
    background-image: url('/media/img/v-new/desktop/bg-blue.png');
    height: 100%;
    overflow: auto;
}

.desktop .container-inside{
    height: 100%;
}

main > section{
    height: 100%!important;
    position: relative;
}

main.mobile > section, main.mobile > footer{
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.desktop section p, .desktop section li{
    font-size: 24px;
    line-height: 32px!important;
}

#landscape_blocker {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    z-index: 999;
    display: none;
}

#landscape_blocker img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
}

#dkCookieConsent09012023{
    height: 0px;
    max-height: 0px;
}

#slide-1 .second-part{
    font-weight: bold!important;
}

.page-cms h1{
    text-transform: inherit;
}





.bloc3{
    height: auto!important;
}

#header-mobile {
    position: fixed;
    }
#top-header {
    background: none;
    background-color: transparent;
}

.arr-bottom{
    cursor: pointer;
    margin-top: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 30px;
    background-position: center;
        animation: 2s ease-in-out infinite arrow_slide_down;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='55px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M54.016,0.758 L27.500,27.274 L0.983,0.758 L54.016,0.758 Z'/%3E%3C/svg%3E");
}

.desktop .arr-bottom{
    height: 42px;
    width: 42px;
    margin-bottom: 8px;
}

@keyframes arrow_slide_down {
0%, 100% {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.3;
}

50% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
}

.white{
    color: white;
}

.white p{
    color: white;
}

.slides.back{
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}

section h1.title{
    font-size: 3.0em;
}

section .title{
    font-size: 3em;
    margin-bottom: 0;
    font-weight: 400;
}

section .subtitle{
    font-size: 1.2em;
}
section p, section li{
    font-size: 1.1em;
}
section .subtitle{
    margin-top: 0;
    padding-top: 0;
}

section ul {
    padding-left: 0;
    list-style: disc;
    margin-left: 18px;
}

section .container-txt{
    text-shadow: 1px 1px 4px #383838;
}



@media (min-width:750px)  {

section .title, 
section h1.title {
    font-size: 62px;
    line-height: 1.1em;
}
section .subtitle, #slide-1 .second-part {
    font-size: 32px;
    line-height: 1.1em;
}

section p, section li{
    font-size: 32px;
    line-height: 28px;
}

}


@media (max-width:420px)  {

section .title, 
section h1.title {
    font-size: 36px;
    line-height: 36px
}
section .subtitle, #slide-1 .second-part {
    font-size: 18px;
    line-height: 1.1em;
}

section p, section li{
    font-size: 16px;
    line-height: 18px;
}

#txt-manifeste{
    font-size: 15px!important;
    line-height: 17px!important;
}

.bloc3 .containerPicto .parag {
    font-size: 14px;
}
.bloc3 .parag.title {
    font-size: 16px;
}

section h2 span {
    font-size: 36px;
    line-height: 1.2em;
}

}


@media (max-width:400px)  {


section p, section li{
    font-size: 14px;
    line-height: 16px;
}

#slide-3 .container-txt{
    bottom: 120px;
}

section .title, 
section h1.title, section h2 span {
    font-size: 32px;
    line-height: 32px
}

}



.desktop .title{
    margin-bottom: 15px;
}

@media (max-width:1250px)  {


.desktop .foot-slide .btn-slides {
    font-size: 18px!important;
    min-height: 60px!important;
}


}
.desktop #slide-2 .container-txt{
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25%;
}

.desktop .container-txt .btn-slides{
    text-shadow: none;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color: white;
}

.desktop #slide-4 .container-txt{
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%;
}

section .title, section h1.title{
    margin: 0;
}

section .subtitle, #slide-1 .second-part{
    margin-bottom: 25px;
}







#slide-2 .container-txt{
    top: 45%;
    left: 10%;
    position: absolute;
}
.desktop #img-sec2{
    max-height: 90%;
    max-width: 55%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.mobile #img-sec2{
    height: auto;
    position: absolute;
    left: 6%;
    bottom: 0px;
    max-height: 90%;
}

#slide-3 .container-txt{
    
}
.container-inside {
    display: flex;
    justify-content: center;
    align-items: center;
}

#img-sec3{
    max-height: 60%;
    margin-right: 10px;
}
#img-sec8{
    max-height: 30%;
    margin: 0 2% 0 10%;
}
.desktop #img-sec3{
    margin-right: 40px;
}
.desktop #img-sec8{
    margin-right: 40px;
}

#slide-3 .container-txt {
    padding-top: 100px;
}

#slide-4 .container-txt{
    top: 50%;
    left: 8%;
    position: absolute;
}

#slide-5 .container-inside{
    flex-direction: column;
    width: 100%;
}

#slide-5{

}
#img-right-hand {
    top: 29%;
    width: 95%;
    right: -21%;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
    max-height: 32vh;
}

#img-left-hand {
    bottom: -5%;
    width: 90%;
    left: -5%;
    position: absolute;
    max-width: 400px;
    max-height: 32vh;
}

.desktop #img-left-hand {
    bottom: 0;
    width: 90%;
    left: 0;
    position: absolute;
    max-width: 33%;
    max-height: inherit;
}

.desktop #img-right-hand {
    top: 7%;
    width: auto;
    right: 0;
    position: absolute;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    max-width: 40%;
    max-height: inherit;
}

#txt-manifeste {
    margin-top: 0px auto;
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 1.1em;
}

#slide-5 .container-txt{
    position: relative;
    z-index: 1;
}

.desktop #slide-5 .container-txt{

}

#img-gourde {
    max-height: 40vh;
}

#slide-7 .container-inside{
    flex-direction: column;
    text-align: center;
}

.desktop #slide-7 .container-inside{
    flex-direction: row;
}

.desktop #img-gourde{
    margin-right: 0px;
    max-height: 80%;
}

#slide-7 .title{
    text-transform: uppercase;
    text-transform: center;
    line-height: 90%;
}

#slide-7 .title .first-part{
    font-size: 0.7em;
    color: #66ccff;
}

#slide-7 .title .second-part{
    font-size: 0.8em;
}

#slide-7 .container-inside .txt{
    margin-top: 6px;
}

.swiper{
    height: 100%;
    width: 100%;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#dkCookieConsent09012023{
    margin-top: -20px;
}





@media (min-width:750px)  {

#img-sec3{
    max-height: 80%;

}
#img-sec8 {
    max-height: 70%;
}
#txt-manifeste{
    font-size: 24px;
    line-height: 28px;
}
}


@media (max-width:1250px)  {

.desktop #txt-manifeste{
    font-size: 20px;
    line-height: 24px;
}

}


