@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
    font-family : Poppins;
    font-weight : 500;
}
@media (min-width:1200px) {
    .container {
        width: 1194px;
        max-width: 100%;
        padding: 0;
    }
}   
.testnone {
    display: none !important;
}
#wrapper {
    background: white;
}
.reassuranceblock {
    border-top: 1px solid #A3AABA;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reassuranceblockdiv {
    display: flex;
    align-items: center;
    max-width: 235px;
}

.reassuranceblock span {
    font-family: Poppins;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #0E1A38;
    padding-left: 20px;
    font-weight: 500;
}
.block_newsletter {
    float: inherit;
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: auto;
    font-size: .875rem;
    background: #F5F7FA;
    padding: 20px 0;
}
p.text-copy-foot.container {
    padding: 15px 0;
    color: #0E1A38;
    font-size: 13px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: 500;
}
#footer .block_newsletter #block-newsletter-label {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: bold;
    max-width: 721px;
    color: #0E1A38;
}
.block_newsletter div, .block_newsletter div.row {
    padding: 0;
    margin: 0 auto;
}
p#block-newsletter-label + div {
    max-width: 439px;
    margin: 0;
}
.block_newsletter > .container {
    display: flex;
    justify-content: space-between;
    width: 1194px;
    align-items: center;
}
.block_newsletter > .container::after {content:none}
.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
    margin-left: -3px;
    border-radius: 5px;
    background: #0E1A38;
    font-size: 15px;
    text-transform: none;
    line-height: 18px;
    position: relative;
    z-index: 1;
}
.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type:hover {
    background: white;
}
li.product-flag.new {
    order: 1;
}
.featured-products .product-flags li.product-flag {
    width: 85px;
    order: 2;
}
.featured-products .product-flags li.product-flag.on-sale {
    width: 85px;
    margin-top: 5px !important;
    order: 2;
}
.block_newsletter form input[type="email"] {
    width: 100%;
    padding: 11px;
    border: 1px solid #E0E3EA;
    border-radius: 5px;
    color: #3E4453;
    font-size: 12px;
}
.block_newsletter form input::placeholder {
    color: #3E4453;
    font-size: 12px;
}
.col-md-12.links {
    background: #0E1A38;
    padding: 60px 0 45px;
}
.footer-container .h3, .footer-container .h4 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: none;
    line-height: 22px;
}
.footer-container li a {
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
.col-md-12.links > div > .row {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.col-md-12.links > div > .row::after {content:none}
.contactfoot {
    display: flex;
    align-items: flex-start;
}
.contactfootdiv {
    display: flex;
    flex-direction: column;
}
span.titlecntc {
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
span.textcntc {
    color: white;
    font-size: 15px;
    font-weight: bold;
    max-width: 185px;
    margin-bottom: 10px;
}
span.telcntc {
    color: #00D2EB;
    font-size: 20px;
    line-height: 22px;
}
.contactfootdiv {
    margin-left: 20px;
}
.paymentfoot {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 0;
    font-weight: bold;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
}
.imgpaygfoot img {
    margin: 0 10px;
}
.backtop {
    background: #A2AABC;
    height: 42px;
    width: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
#header .header-nav {
    max-height: inherit;
    border-bottom: none;
    background: #0E1A38;
    color: white;
}
span.sitepro {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}
.navnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.nav1 {
    display: flex;
}
#header .linknav a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.linknav {
    margin-left: 30px;
}
.linknav a:first-child::after {
    content: "|";
    font-weight: 100;
    padding-left: 15px;
    padding-right: 10px;
    font-family: 'Material Icons';
    position: relative;
    top: -1px;
}
.linknav2::before {
    content: url(../img/tel.png);
    position: relative;
    top: 3px;
    left: -10px;
}
.linknav2 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.linknav2 span {
    font-weight: 600;
}
.linknav2 span + span {
    color: #00D2EB;
    margin-left: 5px;
}
#search_widget {
    float: none;
}
#search_widget form input {
    width: 100%;
    padding: 12px 15px;
    outline: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #E0E3EA;
    font-size: 12px;
    line-height: 18px;
    color: #3E4453;
    background: url(../img/recherche.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
#search_widget form input::placeholder {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #3E4453;
}
#search_widget form i {
    display: none;
}
#header {
    box-shadow: none;
}
section#wrapper > .container {
    padding: 0;
}
.carousel .carousel-inner {
    height: auto;
}
span.icon-prev.hidden-xs img {
    transform: rotate(180deg);
}
.carousel-control span.icon-prev.hidden-xs {
    height: 46px;
    width: 46px;
    background: #FFFFFF86;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin: 0 10px 0;
}
.carousel-control span.icon-next {
    height: 46px;
    width: 46px;
    background: #FFFFFF86;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin: 0;
}
.carousel-control {
    position: static;
    width: auto;
}
.carousel .direction {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
}
.carousel .carousel-item .caption {
    position: absolute;
    bottom: inherit;
    right: 0;
    max-width: 70%;
    color: #fff;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: inherit;
}
.carousel .carousel-item .caption .caption-description p {
    color: #0E1A38;
    font-size: 32px;
    text-align: center;
    line-height: 41px;
}
.carousel .carousel-item .caption .caption-description strong {
    font-size: 40px;
}
.hmetxtimg {
    margin-right: 50px;
}
.hmetxt {
    display: flex;
    justify-content: center;
}
.hmetxtdiv > .col-xs-12 {
    padding: 0;
}
span.tielhmtxc {
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
p.subtitlehometxt {
    color: #0E1A38;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 5px;
}
p.subtitlehometxt2 {
    color: #0E1A38;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    width: 70%;
    margin-bottom: 25px;
}
.hmetxtdiv > .col-xs-12 div {
    padding: 0;
    color: #0E1A38;
    font-size:15px;
}
.hmetxtdiv > .col-xs-12 > div:last-child {
    margin-left: 30px;
}
.hmetxtdiv > .col-xs-12 {
    padding: 0;
    display: flex;
}
.hmetxtdiv > .col-xs-12 div * {
    color: #0E1A38;
    font-size: 15px;
    font-weight: 500;
}
.hmetxtdiv > .col-xs-12 div b {
    font-weight: bold;
}
.hmetxttopdiv {
    padding: 100px 0 0;
    background: linear-gradient(#A7F6FF43, #FFFFFF00);
    position: relative;
}
.hmetxtdiv * {
    color: #0E1A38;
}
.hmetxtdiv p {
    font-weight: 500;
}
.hmetxt.deroulant {
    max-width: 990px;
    margin: 35px auto 0;
    position: relative;
}
.deroulantdiv {
    background: linear-gradient(
180deg
, #FFFFFF00, #FFFFFF);
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
span.searchwtc {
    display: none;
}
.deroulantdiv::after {
    content: url(../img/fleche-carrousel.png);
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
}
.deroulant .hmetxtdiv {
    max-height: 111px;
    overflow: hidden;
}
.hmetxt.video {
    margin-top: 60px;
}
span.listhometxt {
    display: block;
}
span.activityspan {
    margin-left: 15px;
    display: block;
    max-width: 85px;
}
.activityspan {
    font-size: 18px;
    font-weight: bold;
    color: #0E1A38;
}
.hmetxtactttls {
    text-align: center;
    margin-bottom: 25px;
}
span.hmetxtactl {
    font-size: 25px;
}
span.hmetxtactl::after {
    content: " ";
    display: block;
    margin: 20px auto;
    border-bottom: 5px solid #5DCFE8;
    width: 88px;
}
p.hmetxtactttlsb {
    color: #0E1A38;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    max-width: 990px;
    margin: 0 auto;
}
.hmetxtact {
    margin-bottom: 40px;
    margin-top: 80px;
}
.hmetxt > div {
    flex: 1;
}
.hmetxt.video > div {
    display: flex;
    justify-content: center;
}
.activity {
    padding: 20px 0;
    border-bottom: 1px solid #E0E3E9;
    margin: 0 10px 20px;
    flex-basis: calc(20% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 300ms;
}
.activity a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.activity:hover {
    box-shadow: 0px 0px 30px #0e1a3814;
}
.activity.lastact span {
    max-width: inherit;
    color: #00D2EB;
}
.activity.lastact {
    border:none;
    box-shadow: none;
}
.actlist {
    display: flex;
    flex-wrap: wrap;
}
.container_wt_megamenu {
    text-align: center;
    position: relative;
    z-index: 888;
    background: #F5F7FA;
    padding: 0;
}
#index section#wrapper {
    padding-top: 0;
}
.wt-menu-horizontal li.level-1 .img-icon {
    max-width: max-content;
    max-height: 30px;
    margin-right: 5px;
}
.wt-menu-horizontal {
    width: 100%;
    height: auto;
}
@media (min-width:768px) {
    .wt-menu-horizontal ul.menu-content {
        display: flex !important;
        height: auto;
        padding: 0;
        justify-content: space-around;
        align-items: center;
    }
    div#_desktop_user_info {
        position: relative;
        left: 40px;
    }
}
#header .wt-menu-horizontal ul li.level-1 > a {
    font-size: 14px;
    color: #0E1A38;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 0 5px;
}
#header .wt-menu-horizontal ul li.level-1 > a span {
    font-size: 13px;
    color: #0E1A38;
    font-weight: 600;
    font-family: 'Poppins';
    letter-spacing: 0;
    text-align: left;
    line-height: 17px;
}

.wt-menu-horizontal li.level-1 {
    height: auto;
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
}
.lftprd .product-flags li.product-flag.on-sale {
    width: 85px;
}
h2.h2.products-section-title.text-uppercase {
    display: none;
}
a.all-product-link.float-xs-left.float-md-right.h4 {
    display: none;
}
.wt-menu-horizontal ul li.level-1 > a span:before {content:none}
ul.menu-content > li:nth-child(2) span, ul.menu-content > li:nth-child(3) span, ul.menu-content > li:nth-child(4) span, ul.menu-content > li:nth-child(5) span {
    max-width: 100px;
}
ul.menu-content > li:nth-child(6) span, ul.menu-content > li:nth-child(7) span {
    max-width: 110px;
}
.product-miniature .product-price-and-shipping {
    display: flex;
    justify-content: start;
}
.highlighted-informations.hidden-sm-down {
    display: none;
}
#products .thumbnail-container:hover .product-description::after, #products .thumbnail-container:focus .product-description::after, .featured-products .thumbnail-container:hover .product-description::after, .featured-products .thumbnail-container:focus .product-description::after, .product-accessories .thumbnail-container:hover .product-description::after, .product-accessories .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after, .product-miniature .thumbnail-container:focus .product-description::after {
    content: none;
    border: none;
}
.product-flags li.product-flag {
    width: 85px;
    padding: 0;
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
    pointer-events: auto;
    background: #0E1A38;
    text-transform: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#products .product-miniature .product-flags li.product-flag, .featured-products .product-miniature .product-flags li.product-flag, .product-accessories .product-miniature .product-flags li.product-flag, .product-miniature .product-miniature .product-flags li.product-flag {
    min-width: 0;
    min-height: 0;
    font-weight: 400;
    line-height: 18px;
    padding: 4px 0;
}
li.product-flag.new {
    order: 1;
}
li.product-flag.discount {
    order: 2;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-size: 15px;
    font-weight: bold;
    color: #0E1A38;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    margin-top: 10px;
    text-align: left;
    text-transform: none;
    margin-bottom: 0;
}
span.conditionnement {
    color: #A2AABC;
    font-size: 13px;
    line-height: 18px;
}
.btmblckll {
    padding-top: 15px;
    flex-basis: calc(100% - 60px);
}
.btmblckl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
span.refbtm {
    color: #A2AABC;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}
.btmblcklr {
    flex-basis: 20%;
    text-align: revert;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
span.refbtmfl {
    display: flex;
    height: 42px;
    width: 42px;
    /* margin: 0 auto; */
    border-radius: 5px;
    background: #0E1A38;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
}
section.featured-products.clearfix {
    padding-top: 35px;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    padding: 0;
    min-height: 81px;
}
.products.row > .product {
    position: relative;
    padding: 15px;
    transition: all ease 300ms;
    border-radius: 5px;
    max-width: 276px;
    margin-bottom: 50px;
}
.products.row > .product:hover {
    box-shadow : 0px 0px 30px #0E1A3814;
}
a.lknprdlst {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    outline: none;
}
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
    justify-content: space-between;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    margin-bottom: 0;
}
article.product-miniature.js-product-miniature {
    width: 100%;
}
#products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
}
.products.row::after {content:none}
.carousel {
    margin-bottom: 0;
}
.newspe {
    display: block;
    margin-bottom: 30px;
    margin-top: 80px;
}
.newspe > section {
    flex-basis: 50%;
    float: left;
    width: 50%;
}
.newspe h2.h2.products-section-title.text-uppercase {
    display: block;
}
.neww .topspedesc {
    background-color: rgb(0 112 180 / 51%);
    padding: 50px 0 50px 83px;
    background-image: url(../img/bghomnw.jpg);
    position: relative;
}
.neww .topspedesc::after {
    content: " ";
    background: rgb(0 112 180 / 51%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.neww .topspedesc * {
    z-index: 2;
    position: relative;
}
.spee .topspedesc {
    background: #0E1A38;
    padding: 50px 0 50px 83px;
}
.newspe h2.h2.products-section-title.text-uppercase {
    display: inline-block;
    font-weight: bold;
    font-size: 28px;
    line-height: 25px;
    margin: 0px 0 0 83px;
    padding-bottom: 15px;
    text-align: left;
    text-transform: none !important;
}
.neww h2 {
    border-bottom: 6px solid #101B36;
}
.spee h2 {
    border-bottom: 6px solid #6EB65A;
}
.topspedesc p {
    color: white;
    max-width: 400px;
    font-size: 15px;
    line-height: 20px;
}
.topspedesc a.all-product-link {
    color: white;
    font-size: 15px;
    border: 2px solid white;
    border-radius: 22px;
    padding: 10px 15px;
    transition: all ease 400ms;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}
.topspedesc a.all-product-link:hover {
    background: white;
    color: #0E1A38;
}
.neww .products {
    display: block;
    position: relative;
    top: -45px;
    background: transparent;
    z-index: 1;
}
.neww .thumbnail-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: transparent;
}
.neww .btmblcprdct {
    order: 1;
    width: 30%;
}
.neww ul.product-flags.js-product-flags {
    display: none;
}
.neww span.thumbnail.product-thumbnail {
    order: 2;
    height: 100%;
    width: auto;
}
button.slick-prev.slick-arrow {
    background: url(../img/fleche-carrousel.png);
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    border: none;
    width: 15px;
    height: 26px;
    transform: rotate(180deg);
    cursor: pointer;
    outline: none;
    position: absolute;
    top: calc(50% - 16px);
    left: 20px;
    z-index: 1;
}
button.slick-next.slick-arrow {
    background: url(../img/fleche-carrousel.png);
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    border: none;
    width: 15px;
    height: 26px;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: calc(50% - 13px);
    right : 20px;
    z-index: 1;
}
.spee .products {
    display: block;
    position: relative;
    top: -45px;
    background: transparent;
    z-index: 1;
}
.spee .thumbnail-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: transparent;
}
.spee .btmblcprdct {
    order: 1;
    width: 30%;
}
.spee ul.product-flags.js-product-flags {
    display: none;
}
.spee span.thumbnail.product-thumbnail {
    order: 2;
    height: 100%;
    width: auto;
}
section.clearfix.prestablog {
    background: #F5F7FA;
    padding: 55px 0;
    text-align: center;
}
.prestablog span.title {
    color: #00D2EB;
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 35px;
}
.prestablog h2.title {
    color: #0E1A38;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 35px;
    text-transform: none !important;
}
span.date_blog-cat {
    display: none;
}
.category-sub-menu li::marker {
    color: #0070B4;
}
#blog_list_1-7 {
    display: flex;
    float: none;
    width: 100%;
    clear: both;
    height: auto !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: static !important;
}
#blog_list_1-7 li.tiers {
    width: auto;
    position: static !important;
}
#blog_list_1-7 .blog-grid .block_bas {
    width: 100%;
    padding: 25px 0 10px;
    background: transparent;
    text-align: left;
}
#blog_list_1-7 .block_bas h3 a, #blog_list_1-7 .block_bas .h3title a {
    color: #0E1A38;
    font-weight: bold;
    font-size: 18px;
}
#blog_list_1-7 p, .date_blog-cat {
    margin: 0;
    color: #0E1A38;
    font-size: 15px;
    line-height: 20px;
}
#blog_list_1-7 li:hover .block_cont {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#blog_list_1-7 .block_cont {
    width: 100%;
    border: 0px solid #DADADA;
    background-color: transparent;
    max-width: 345px;
}
#blog_list_1-7 .prestablog_more {
    display: block;
    background-color: transparent;
    text-align: left;
}
#blog_list_1-7 .prestablog_more .blog_link {
    display: inline-block;
    padding: 0;
    color: #0E1A38 !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    background: transparent !important;
}
#blog_list_1-7 .prestablog_more .blog_link::after {
    content: url(../img/fleche-droiteb.png);
    position: relative;
    top: 3px;
    margin-left: 10px;
    transition: all ease 300ms;
}
#blog_list_1-7 .prestablog_more .blog_link:hover::after {
    margin-left: 15px;
    transition: all ease 300ms;
}
a.linkallpsbl {
    color: white;
    background: #0E1A38;
    border-radius: 27px;
    padding: 9px 24px;
    font-size: 15px;
    border: 1px solid #0E1A38;
    transition: all ease 500ms;
}
a.linkallpsbl:hover {
    color: #0E1A38;
    background: white;
    border: 1px solid #0E1A38;
}
#module-prestablog-blog .block-categories + .block-categories {
    display: none;
}
#blog_list_1-7.three_article li {
    width: 33.33%;
    position: static !important;
    margin-bottom: 50px;
}
#blog_list_1-7 .block_top img, #blog_list_1-7 a, .block_cont, #blog_list_1-7 li * {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.block_haut_title span.title {
    color: #00D2EB;
    letter-spacing: 4px;
    font-size: 20px;
    line-height: 35px;
}
.block_haut_title h1 {
    font-size: 35px;
    line-height: 40px;
}
.block_haut_title {
    text-align: center;
    padding: 80px 0 100px;
}
div.prestablog_pagination span.disabled {
    display: none;
}
div.prestablog_pagination span.current {
    border: none !important;
}
div.prestablog_pagination span.current {
    padding: 0;
    margin-right: 6px;
    border: none;
    background-color: #0E1A38;
    color: #fff;
    width: 29px;
    height: 29px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
div.prestablog_pagination a {
    padding: 0;
    margin-right: 6px !important;
    border: 0 !important;
    text-decoration: none;
    background-color: #E0E3EA8D;
    color: #0E1A38;
    height: 29px;
    width: 29px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
div.prestablog_pagination {
    text-align: left;
    margin-top: 0;
    margin-bottom: 50px;
    background: #F5F7FA;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px;
}
#module-prestablog-blog h4.title_block {
    display: none;
}
#module-prestablog-blog .block-categories .collapse-icons {
    display: none;
}
#module-prestablog-blog div#left-column {
    padding-right: calc(25% - 220px);
    padding-left: 0;
}
div#prestablog_catliste {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#prestablog_catliste a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 25px 30px;
    border-bottom: 1px solid #E0E3E9;
    transition: all ease 300ms;
    font-size: 18px;
    margin: 0;
}
img.lastlisteimg {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
#module-prestablog-blog .block-categories {
    padding: 0;
}
div#prestablog_catliste a:hover {
    box-shadow: 0px 0px 30px #0e1a3814;
}
a.blog_link i {
    display: none;
}
p.cat_desc_blog {
    display: none;
}
div#prestablog_catliste .prestablogtree + a.btn-primary.btn_link {
    background: transparent;
    color: #00D2EB !important;
    padding: 35px 0;
    margin: 0;
}
.block-categories .category-sub-menu {
    margin-top: 0;
    margin-bottom: 0;
}
#prestablogfront, .prestablogExtra {
    padding: 0;
    background-color: transparent;
    border: 0px solid #DADADA;
    margin-bottom: 0;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.prestablogtitle {
    font-size: 1.375rem;
    text-align: left;
    border-bottom: 0px solid #dfdfdf;
    margin: 0 20px 0 0;
    padding-bottom: 5px;
    line-height: 35px;
    color: #0E1A38;
    letter-spacing: 3.5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
span.soc-text {
    display: none;
}
.soc-buttons li a .soc-icon svg, .soc-buttons li a .soc-icon svg * {
    height: 26px;
    width: 26px;
    fill: #0E1A38 !important;
}
.soc-buttons li a .soc-icon {
    display: block;
    left: 0;
    padding-top: 0;
    position: static;
    top: 0;
    width: auto;
}
.soc-buttons {
    width: auto;
    display: flex;
}
.soc-buttons li a {
    background-color: transparent !important;
    border-radius: 0px;
    display: block;
    padding: 0;
    width: 100%;
}
.soc-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: auto !important;
}
.shareblog {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 800px;
    margin: 60px auto 0;
}
.soc-buttons li a {
    display: flex;
    align-items: center;
}
.soc-buttons.tiny-format {
    height: auto;
    position: relative;
}
.soc-buttons.small-format li {
    height: auto;
    padding: 0 5px;
}
.soc-buttons.small-format li a .soc-icon svg {
    height: 26px;
    position: static;
    top: inherit;
    width: 26px;
}
.topart_blog_img {
    margin: 0 -15px;
}
#index #blog_list_1-7 {
    justify-content: space-evenly;
}
#prestablogfont p, #prestablogfont ul, #prestablogfont li {
    color: #0E1A38;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
#prestablogfront h1, #prestablogfront h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6, #prestablogauthor h1, #prestablogauthor h2, #prestablogauthor .prestablogtitle {
    font-size: 1.375rem;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0px solid #bfbfbf;
    border-bottom: 0px solid #bfbfbf;
    overflow: hidden;
    margin: 40px 0px 40px 0px;
}
#prestablogfront h1 {
    width: 100%;
    text-align: left;
    margin: 50px 0;
    line-height: 40px;
    font-size: 35px;
    color: #0E1A38;
}
#prestablogfont ul li {
    list-style: square;
    font-size: 15px;
    color: #0E1A38;
    font-weight: 500;
}
#prestablogfont ol li {
    list-style: decimal;
    font-size: 15px;
    color: #0E1A38;
    font-weight: 500;
}
img.news {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}
.blocarticleblog {
    max-width: 800px;
    margin: 0 auto;
}
.topart_blog_sub {
    margin-bottom: -86px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    position: relative;
    top: -43px;
    background: white;
    z-index: 1;
    margin-left: 110px;
}
.topart_blog_sub a {
    font-size: 18px;
    font-weight: bold;
    color: #0E1A38;
}
body#module-prestablog-blog.notcatblog #left-column {
    display: none;
}
#module-prestablog-blog.notcatblog div#content-wrapper {
    width: 100%;
}
#category div#content-wrapper {
    width: 100%;
}
#wrapper .breadcrumb {
    padding: 20px 0 0px;
    background: transparent;
}
.breadcrumb span {
    color: #A2AABC;
    font-size: 12px;
}
#wrapper .breadcrumb li::after {
    margin: 0;
    color: #A2AABC;
    content: ">";
    font-family: 'Poppins';
    font-size: 12px;
}
#wrapper .breadcrumb ol > li:not(:first-child) {
    text-transform: uppercase;
}
.block-category h1 {
    margin-bottom: 30px;
    font-size: 35px;
    color: #0E1A38;
    text-align: center;
}
.block-category .block-category-inner #category-description p:first-child, .block-category .block-category-inner #category-description .page-content.page-cms ul:first-child, .page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
    margin-bottom: 1.25rem;
    text-align: center;
    color: #0E1A38;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
div#category-description {
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
    color: #0E1A38;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;    
}
.block-category.card.card-block {
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: inherit;
}
#subcategories {
    margin-bottom: 0;
    border-top: 0px solid #f6f6f6;
    padding: 0;
}
.margincat {
    margin-bottom: 50px;
}
#subcategories ul li .subcategory-name {
    text-transform: uppercase;
    color: #0E1A38;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 2px solid #0E1A38;
    border-radius: 21px;
    padding: 10px 24px;
    transition: all ease 400ms;
}
#subcategories ul li {
    width: auto;
    min-width: inherit;
    margin: 25px 10px;
    text-align: center;
}
#subcategories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
    justify-content: center;
    align-items: center;
}

#subcategories ul li .subcategory-name:hover {
    color: #fff;
    background: #0E1A38;
}
.rowcat {
    margin: 0 -30px;
}
.notcatblog .block-categories {
    background: #F5F7FA;
    padding: 35px 20px;
}
#category h1 img {
    margin-right: 20px;
}
li.product-flag.out_of_stock {
    display: none;
}
div#js-product-list-top {
    display: none;
}
.rowcat div#left-column {
    padding-top: 15px;
}
nav.pagination {
    display: block !important;
    text-align: center;
    width: 75%;
    margin-left: 25%;
}
.prdpagecount {
    font-size: 15px;
    color: #A2AABC;
}
.pagination .btnpag  a:not(.previous):not(.next) {
    letter-spacing: 0.125rem;
    display: none;
}
.btnpag .pagination .next {
    float: none;
}
.btnpag i.material-icons {
    display: none;
}
.pagination a {
    font-weight: 600;
    color: #FFFFFF;
    background: #0E1A38;
    padding: 9px 25px;
    border-radius: 21px;
    margin: 0 10px;
    float: none !important;
    transition: all ease 300ms;
    border: 1px solid #0e1a38;
}
.pagination a:hover {
    color: #0E1A38;
    background: #fff;
}
.btnpag {
    /* display: none; */
    margin-top: 25px;
}
.block-categories ul li>a, .block-categories .category-sub-menu li[data-depth="0"]>a {
    display: flex;
    width: 100%;
    padding-bottom: 0;
    margin: 7px 0;
    font-weight: 600;
    color: #0E1A38;
    font-size: 14px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}
a.nouveatecat {
    font-weight: 900 !important;
}
a.promocat {
    color: #6EB65A !important;
    font-weight: 900 !important;
}
ul.category-top-menu {
    margin: 0;
}
span.nsprdts {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}
.block-categories .collapse-icons {
    text-align: right;
}
.block-categories .collapse-icons i {
    margin: 0 !important;
    padding: 0 !important;
    float: right;
}
div[aria-expanded="true"] i.material-icons.arrow-right.md48 {
    transform: rotate(90deg);
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
    list-style: disc;
    font-size: 13px;
}
.block-categories .category-sub-menu li[data-depth="1"] a {
    font-size: 13px;
}
.block-categories .collapse {
    padding-left: 30px;
    margin: 7px 0;
}
.block-categories .category-sub-menu .category-sub-link {
    font-size: 13px;
    margin: 0;
    line-height: 25px;
}
.block-categories ul li {
    position: relative;
    align-items: center;
}
.block-categories .category-sub-menu li li {
    list-style: disc;
}
.block-categories-bottom {
    background-color: #0E1A38;
    padding: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.block-categories-bottom::before {
    content: url(../img/fleche-bas.png);
    position: absolute;
    top: -4px;
}
span.nsprdtss {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 20px;
}
span.nsprdtsss {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 300;
}
a.nsprdtssss {
    color: #0E1A38;
    font-size: 15px;
    line-height: 18px;
    background: white;
    padding: 9px 25px;
    border-radius: 21px;
    border: 1px solid #fff;
    transition: all ease 400ms;
}
a.nsprdtssss:hover {
    color: #fff;
    background: #0E1A38;
    transition: all ease 400ms;
}
div.btmsbct {
    background: #F5F7FA;
    padding: 50px 80px;
    text-align: center;
    margin-top: 75px;
}
section#products + .topsbct {
    display: none !important;
}
div#js-product-list-header + .topsbct + .btmsbct {
    display: none !important;
}
span.btmttsbct {
    font-size: 25px;
    font-weight: bold;
    color: #0E1A38;
}
span.btmttsbct::after {
    content: " ";
    display: block;
    margin: 20px auto;
    border-bottom: 5px solid #5DCFE8;
    width: 88px;
}
img.replace-2x.btmsbt {
    width: 100%;
    max-width: 189px;
    height: auto;
}
.btmsbct a.subcategory-name {
    background: white;
    border-radius: 8px;
    transition: all ease 400ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 16px;
    padding: 40px 0;
}
.btmsbct li a:hover {
    box-shadow:  0px 0 30px #0E1A3814;
}
.btmsbct li {
    width: 33%;
    transition: all ease 400ms;
    margin-bottom: 50px;
}
.btmsbct ul.subcategories-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}
.btmsbct a.subcategory-name span {
    font-size: 14px;
    color: #0E1A38;
    font-weight: 600;
    margin-bottom: 20px;
}
#contact .block_haut_title {
    padding-top: 0;
    padding-bottom: 50px;
}
.gformbuilderpro_content label {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #0E1A38;
}
.form-control {
    padding: 0.5rem 1rem;
    color: #7a7a7a;
    background: #fff;
    border: 1px solid #E0E3EA;
    border-radius: 5px;
    outline: none !important;
}
select#select_87148 {
    max-width: 100%;
}
.gformbuilderpro_content {
    max-width: 700px;
    min-width: 0;
    margin: 0 auto;
}
.form-group.select_box {
    margin-bottom: 25px;
}
div#html_99055 * {
    font-size: 12px;
    line-height: 18px;
    color: #A2AABC;
    font-weight: 400;
    margin-top: 20px;
}
button#submitForm {
    font-size: 15px;
    line-height: 18px;
    color: white;
    background: #0E1A38;
    border-radius: 28px;
    padding: 9px 25px;
    border: 1px solid #0E1A38;
    transition: all ease 400ms;
}
button#submitForm:hover {
    color: #0E1A38;
    background: #fff;
}
div#gformbuilderpro_11 div {
    text-align: right;
}
#gformbuilderpro_10 input.form-control {
    display: none;
}
#gformbuilderpro_10 .input-group .input-group-btn>.btn {
    padding: 0 40px;
    margin-left: 0;
    font-size: 15px;
    font-weight: 500;
    color: #0E1A38;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    background: transparent;
}
#gformbuilderpro_10 span.group-span-filestyle.input-group-btn:before {
    content: url(../img/file.png);
    display: block;
    height: 39px;
    width: 39px;
}
div#gformbuilderpro_10 {
    display: flex;
}
#module-prestablog-blog .block-categories-bottom {
    display: none;
}
#gformbuilderpro_10 span.group-span-filestyle.input-group-btn {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #E0E3EA;
    border-radius: 28px;
}
.linkcntc {
    background: #F5F7FA;
    padding: 40px 50px;
    margin-top: 20px;
}
.linkcntc a {
    line-height: 35px;
    font-size: 15px;
    color: #0E1A38;
    font-weight: 600;
    display: block;
}
#contact div#left-column {
    padding: 0;
}
#product div#left-column {
    padding-left: 0;
    padding-right: 25px;
}
#product section#wrapper {
    padding-top: 50px;
}
#product #wrapper .breadcrumb {
    padding-top: 0;
}
#product section#wrapper > .container {
    padding: 0;
}
.row.product-container.js-product-container {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabs {
    flex-basis: 100%;
}
.row.product-container.js-product-container > div {
    padding: 0;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: #A3AABA 1px solid;
}
.rghtprd {
    max-width: 277px;
    min-width: 277px;
}
#product h1.h1 {
    color: #0E1A38;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-transform: none;
    padding-bottom: 25px;
}
.tabs .nav-tabs .nav-link {
    color: #0E1A38;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 0px solid #0E1A38
}
.tabs .nav-tabs .nav-link:hover {
    border-bottom: 0px solid #0E1A38;
}
.tabs .nav-tabs {
    border: none;
    border-bottom: #f6f6f6 0px solid;
}
.tabs .nav-tabs .nav-item {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
}
.tabs .nav-tabs .nav-link {
    color: #0E1A38;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.tabs .nav-tabs .nav-link.active {
    color: #0E1A38;
    border: none;
    border-bottom: #0E1A38 5px solid;
    font-size: 18px;
    text-transform: uppercase;
}
.tabs .nav-tabs .nav-link:not(.active):after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #A3AABA;
}
.tabs .tab-pane {
    padding-top: 30px;
}
.tab-content .product-description, .tab-content .product-description * {
    color: #0E1A38;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.tab-content .product-manufacturer {
    display: none;
}
section.product-features .h6 {
    display: none;
}
.product-features {
    margin: 0;
}
.data-sheet dt {
    font-weight: bold !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.data-sheet dd {
    text-align: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;    
}
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    margin-right: 0;
}
dt.name:nth-of-type(2n), dd.value:nth-of-type(2n) {
    background: white !important;
}
.product-reference span {
    font-size: 15px;
    line-height: 20px;
}
.product-reference-condi span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #0E1A38; 
}
#product-availability .product-available {
    color: #6EB65A;
    font-size: 21px;
}
#product-availability {
    display: block;
    font-weight: 700;
    margin: 13px 0 0;
    border-bottom: 1px solid #A3AABA;
    padding-bottom: 18px;
    font-size: 13px;
}
span.available {
    font-weight: bold;
}
span.current-price-value {
    color: #0E1A38;
    font-size: 25px;
    font-weight: bold;
}
.product-prices.js-product-prices {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
    flex-direction: column;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 0 5px;
    color: #0E1A38;
}
.product-discount {
    color: #0E1A38;
}
.product-prices div {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.product-information div.product-description {
    display: none;
}
.has-discount .discount {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #f39d72;
    margin: 0 auto;
}
.product-quantity.clearfix {
    flex-direction: column;
}
.product-actions .qty span.control-label {
    width: auto;
    font-size: 15px;
    color: #0E1A38;
    line-height: 18px;
}
.product-quantity .qty {
    margin-right: 0;
    align-items: center;
}
.qty .input-group.bootstrap-touchspin {
    position: relative;
}
.product-actions .add-to-cart {
    height: 42px;
    padding: 0;
    line-height: inherit;
    background: #0E1A38;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 21px;
    margin-top: 40px;
    font-weight: 500;
    font-size: 15px;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0E1A38;
    border-color: transparent;
}
.product-discounts {
    margin-bottom: 0;
}
.product-add-to-cart.js-product-add-to-cart {
    margin-top: 32px;
}
.attachment {
    background: #E0E3EA;
    border-radius: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 39px;
}
.attachment a {
    color: #0E1A38;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.attachment::before {
    content: url(../img/file2.png);
    position: relative;
    top: 3px;
}
.product-actions .add-to-cart img {
    margin-right: 20px;
}
.ifnotlgf {
    padding-top: 12px;
}
.ifnotlgf span {
    font-size: 12px;
    line-height:18px;
    display:block;
}
.ifnotlgf a {
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 18px;
}
.product_bottom_foot {
    background: linear-gradient(#A7F6FF43, #FFFFFF00);
    padding: 80px 0;
}
.product-accessories .h5, .featured-products .h5 {
    color: #0E1A38;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 35px;
    text-transform: none !important;
    text-align: center;
}
.product-accessories .h5::after, .featured-products .h5::after {
    content: " ";
    display: block;
    margin: 15px auto 20px;
    border-bottom: 5px solid #5DCFE8;
    width: 88px;
}
.product-accessories .product {
    position: relative;
}
.product-accessories .product, .featured-products .product {
    padding: 15px;
    transition: all ease 400ms;
    background: white;
    border-radius: 8px;
}
.product-accessories .product {
    max-width: 23%;
}
.product-accessories .product:hover, .featured-products .product:hover {
    box-shadow: 0px 0px 30px #0e1a3814;
}
.featured-products .products .product {
    width: inherit; 
}
.qty .input-group.bootstrap-touchspin {
    position: relative;
    margin-left: 20px;
    background: #F5F7FA;
    width: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-quantity #quantity_wanted {
    width: 100%;
    height: 42px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: none;
    font-weight: bold;
    color: #0E1A38;
    font-size: 18px;
}
.product-quantity .input-group-btn-vertical {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-quantity .input-group-btn-vertical .btn {
    padding: 0;
    width: 40px;
    text-align: center;
    margin: 0;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}
.product-quantity .input-group-btn-vertical .btn i {
    font-size: 0;
    position: static;
}
.product-quantity .input-group-btn-vertical .btn i.material-icons.touchspin-up::before {
    content: "+";
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: bold;
    position: relative;
    top: -9px;
    left: -9px;
}
.product-quantity .input-group-btn-vertical .btn i.material-icons.touchspin-down::before {
    content: "-";
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: bold;
    position: relative;
    top: -9px;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    order: 1;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    order: 2;
}
#index .featured-products .product {
    background: transparent;
}
#product .featured-products .products .product {
    margin: 0 9px;
    max-width: 23%;
}
section.product-accessories.clearfix {
    padding-top: 50px;
}
#product .featured-products .products {
    justify-content: center;
}
p.cartdk {
    margin: 0;
    position: relative;
    text-align: center;
}
span.cart-products-count {
    position: absolute;
    margin-left: -5px;
    margin-top: -4px;
    background: #0E1A38;
    color: white;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
}
p.cartdk + span, div#_desktop_user_info span {
    font-size: 12px;
    color: #0E1A38;
    font-weight: bold;
}
.deskrightnav {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
a.btn.btn-default.button.button-small.opartDevisCartToQuotationLink {
    margin: 0;
    padding: 0;
}
div#desktop_devis {
    margin: 0 20px 0 30px;
}
#search_widget {
    float: none;
    width: 100%;
    max-width: 555px;
    margin-left: 60px;
}
.user-info {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.user-info a {
    display: flex;
    vertical-align: middle;
    align-items: flex-start;
    flex-direction: column;
}
.user-info a b {
    font-size: 12px;
    line-height: 10px;
}
.user-info a b + span {
    font-size: 12px;
}
.user-info img {
    margin-right: 10px;
}
div#search_widget input::placeholder {
    font-size: 12px !important;
    color: #3E4453 !important;
    opacity: 1 !important;
}
/*.hmetxttopdiv::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}*/
.col-md-12.links > div:first-child {
    position: relative;
}
a.abrochu {
    position: absolute;
    top: 50%;
    border: 2px solid white;
    border-radius: 33px;
    background: #0E1A38;
    color: white;
    width: auto;
    right: 0;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 23px;
    transition: all ease 300ms;
    max-width: 163px;
}
a.abrochu:hover {
    background: white;
    color: #0E1A38;
}
.contactfoot2 img {
    position: relative;
    left: -70px;
    transform: rotate(-12deg);
}
.contactfoot2 {
    position: absolute;
    right: 0;
    bottom: -40px;
}
#blog_article_linked #blog_list_1-7 li {
    position: static!important;
}
div#blog_article_linked {
    text-align: center;
    margin: 50px auto 0;
    background: #F5F7FA;
    padding: 50px 40px;
}
.prestablogtitlesub {
    color: #00D2EB;
    letter-spacing: 4px;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin:0;
}
.prestablogtitlet {
    color: #0E1A38;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 35px;
    text-transform: none !important;
    font-weight: bold;
}
.cms-id-6 h1 {
    display: none;
}
p.titlecobic {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 35px;
    font-weight: bold;
    color: #0E1A38;
    line-height: 40px;
}
p.titlecobic img {
    margin-left: 15px;
}
p.subtitlecobic {
    font-size: 25px;
    color: #0E1A38;
    text-align: center;
    max-width: 650px;
    line-height: 35px;
    margin: 0 auto 50px;
}
.imgcobic {
    display: flex;
    align-items: center;
}
.imgcobic img {
    width: 50%;
    height: auto;
}
.imgcobic img:first-child {
    padding-right: 7.5px;
}
.imgcobic img:last-child {
    padding-left: 7.5px;
}
.storycobic {
    text-align: center;
    max-width: 990px;
    margin: 80px auto;
    font-size: 15px;
    color: #0E1A38;
}
.storycobic p {
    font-size: 15px;
    color: #0E1A38;
    font-weight: 500;
}
span.storytitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}
.engagements {
    margin: 80px auto;
    padding: 72px;
    background: #00D2EB33;
}
.engagements div {
    background: white;
    padding: 50px 30px;
    text-align: center;
}
span.storytitle1 {
    font-size: 25px;
    font-weight: bold;
    display: block;
    line-height: 25px;
}
span.storytitle2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    color: #0E1A38;
}
.cms-id-4 h1 {
    display: none;
}
.engagements div.engagementsline {
    display: flex;
    padding: 0 30px 50px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
}
.engagements div.engagementsline .engagementitem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
.engagementitem span {
    margin: 15px 0;
    font-size: 17px;
    font-weight: bold;
    color: #0E1A38;
    max-width: 156px;
}
.engagementitem p {
    color: #0E1A38;
    font-size: 13px;
    font-weight: 500;
    max-width: 207px;
    margin: 0;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #0E1A38 3px solid;
}
.engagementschiffres {
    text-align: center;
    margin-bottom: 100px;
}
.engagementschiffres span.storytitle1 {
    color: #0E1A38;
    margin-bottom: 50px;
}
.engagementschiffreline {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.engagementchiffreitem span {
    font-size: 60px;
    color: #0E1A38;
    margin-bottom: 30px;
    display: block;
}
.engagementchiffreitem p {
    font-size: 19px;
    line-height: 25px;
    color: #0E1A38;
    max-width: 170px;
    margin: 0 auto;
    text-align: center;
}
.engagementchiffreitem:last-child p {
    max-width: 200px;
}
.engagementchiffreitem {
    border-bottom: 2px solid #E0E3EA;
    padding-bottom: 25px;
}
.imgcobicbtm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.imgcobicbtm > div {
    width: 50%;
}
.imgcobicbtm > div:first-child img {
    height: auto;
}
.imgcobicbtm > div:last-child {
    padding-left: 50px;
}
.imgcobicbtmdiv span {
    margin-bottom: 25px;
}
.imgcobicbtmdiv p {
    font-size: 15px;
    line-height: 20px;
    color: #0E1A38;
}
p.txtbtmcobilist::before {
    content: ".";
    color: #00D2EB;
    font-size: 40px;
    position: relative;
    left: -15px;
    margin-right: -8px;
}
p.txtbtmcobilist {
    padding-left: 15px;
}
.imgcobicbtmdiv {
    margin-top: 50px;
}
.toptpoidd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 150px 0;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #E0E3EA;
}

.timeline ol li:last-child {
    width: 10%;
    background: transparent;
    border-bottom: 3px dashed #E0E3EA;
}

.timeline ol li:not(:first-child) {
    margin-left: 0;
}

.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #3E4453;
}
.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
  }

 /* .timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
  }*/
  .timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
  }
  .timeline ol li span {
    color: #00D2EB;
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.timeline ol li div {
    font-size: 13px;
    max-width: 150px;
    text-align: left;
    padding: 15px 0;
    top: -130px;
}
  .timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
  }
  .titlecmscobd {
    font-size: 25px;
    font-weight: bold;
    color: #0E1A38;
    width: 35%;
    position: relative;
    top: -29px;
    border-bottom: 3px solid #E0E3EA;
    padding-bottom: 20px;
}
.timeline ol li:nth-child(6) {
    width: 4%;
}
.timeline ol li:nth-child(6)::after,.timeline ol li:nth-child(6)::before  {
    content:none !important
}
.timeline ol li:first-child {
    width: 4%;
}
.timeline ol li:nth-child(2) {
    width: 12%;
}
.timeline ol li:nth-child(3) {
    width: 7%;
}
.timeline ol li:nth-child(4) {
    width: 7%;
}
.timeline ol li:nth-child(5) {
    width: 8%;
}
.timeline ol li:first-child::after, .timeline ol li:nth-child(3)::after, .timeline ol li:nth-child(5)::after {
    top: inherit;
    bottom: 15px;
}
.timeline ol li:nth-child(2)::after, .timeline ol li:nth-child(4)::after {
    top: inherit;
    bottom: -33px;
}
.timeline ol li:not(:last-child)::before {
    content: " ";
    height: 20px;
    width: 3px;
    background: #E0E3EA;
    position: absolute;
    left: calc(100% + 6px);
    bottom: 2px;
}  
.timeline ol li:nth-child(2)::before, .timeline ol li:nth-child(4)::before {
    top: 3px;
}
.btn-primary {
    color: #fff;
    background-color: #0E1A38;
    border-color: rgba(0,0,0,0);
    transition: all ease 300ms;
}
.btn-primary:hover {
    color: #0E1A38;
    background-color: #fff;
    border-color: #0E1A38;
}
.page-footer .account-link {
    margin-right: 1rem;
    color: #0E1A38;
}
.page-my-account #content .links a:hover i {
    color: #0E1A38;
}
#blockcart-modal .product-name {
    color: #0E1A38;
}
#blockcart-modal .cart-content p.cart-products-count, #blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    color: #0E1A38;
}
#blockcart-modal .modal-header {
    background: #0E1A38;
    color: white;
}
#blockcart-modal .modal-title {
    font-weight: 500;
    color: white;
    font-family: 'Poppins';
}
body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #0E1A38;
}
a.js-show-details.collapsed {
    color: #0E1A38;
    font-weight: 600;
}
.custom-radio input[type="radio"]:checked+span {
    background-color: #0E1A38;
}
.done {
    color: #0E1A38;
}
.product_bottom_foot {
    padding: 0 0 80px;
}
#product section.featured-products.clearfix.mt-3 {
    padding-top: 80px;
    margin: 0 !important;
}
.product-flags li.product-flag.discount-percentage, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount {
    background-color: #6EB65A;
}
.wt-menu-horizontal .menu-dropdown {
    position: absolute;
    top: calc(100% - 0px);
    z-index: 1000;
    background: #fff;
    left: 0;
    box-shadow: none;
    padding: 30px;
}
.wt-menu-sticky .menu-dropdown {
    top: calc(100% - 0px) !important;
}
#header .wt-menu-horizontal ul li.item-header a {
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #0E1A38 !important;
    font-family: 'Poppins' !important;
}
li.menu-item.item-line, li.menu-item.item-line a {
    text-align: center;
    color: #A2AABC !important;
    font-size: 13px;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.wt-menu-horizontal .menu-dropdown .row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.wt-menu-horizontal .menu-dropdown .row .wt-menu-col {
    border-right: 1px solid #E0E3EA;
}
.wt-menu-horizontal .menu-dropdown .row .wt-menu-col:last-child {
    border-right: 0px solid #E0E3EA;
}
.wt-menu-horizontal li.level-1.parent:hover > a:before {
    content: none;
}
.wt-menu-horizontal li.level-1:hover {
    background: white;
}
.wt-menu-horizontal li.level-1 {
    height: 60px;
    padding: 15px 0px;
}
.wt-menu-horizontal li.level-1:hover > a::after {
    content: " ";
    top: 45px;
    position: absolute;
    border-bottom: 2px solid #00D2EB;
    width: 100%;
    z-index: 2999;
    left: 0;
}
.wt-menu-horizontal.wt-menu-sticky li.level-1:hover > a::after {
    content: " ";
    top: calc(100% + 12px);
    position: absolute;
    border-bottom: 2px solid #00D2EB;
    width: calc(100% + 30px);
    z-index: 2999;
    left: -15px;
}
.bluic {display:none}
.wt-menu-horizontal li.level-1:hover .bluic {display:inline}
.wt-menu-horizontal li.level-1:hover .griic {display:none}
.refpanier {
    display: flex;
}

@media (min-width:1200px) {
    .wt-menu-sticky {
        background: #F5F7FA;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding:0 20px !important;
    }  
    #header .wt-menu-horizontal.wt-menu-sticky ul li.level-1 > a {
        padding: 0;
    }      
    .wt-menu-sticky {
        display: flex;
        justify-content: space-around;
        align-items: center;
    } 
    .wt-menu-sticky p.cartdk + span {
        font-size: 12px;
        color: #0E1A38;
        font-weight: bold;
        display: none;
    }
    .wt-menu-sticky .user-info a.account {
        display: none;
    }   
    .wt-menu-sticky .user-info img {
        margin-right: 0;
        position: relative;
        top: 0;
    } 
    .searchwtc {display:none}
    .wt-menu-sticky .searchwtc {display:block;margin-right: 20px;cursor:pointer;}    
    .wt-menu-sticky div#desktop_devis {margin: 0 20px 0 20px;}  
    .wt-menu-sticky div#search_widget {
        position: absolute;
        top: 100%;
        width: 100%;
        max-width: 100%;
        background: white;
        display: none;
    }
    .wt-menu-sticky.wt-menu-horizontal li.level-1 {
        height: auto;
        display: flex;
        padding: 15px 15px;
        align-items: center;
        justify-content: center;
    }    
    .wt-menu-sticky::after{content:none}
    nav.header-nav .row {
        margin: 0;
        padding: 0 15px;
    }
    #header .header-top>.container>.row:first-of-type {
        margin: 0;
    }   
    #index .products.row {
        margin: 0;
    }
    #footer .row {
        margin: 0;
        padding: 0 15px;
    }             
}
@media (min-width:992px) and (max-width:1199px) {
    #header .wt-menu-horizontal ul li.level-1 > a {
        padding: 0;
    }    
    .row.product-container.js-product-container {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .products.row > .product {
        max-width: 33%;
    }    
    .rowcat {
        margin: 0;
    }    
    #product h1.h1 {
        color: #0E1A38;
        font-size: 30px;
        font-weight: bold;
        line-height: 35px;
        text-transform: none;
        padding-left: 0;
        padding-bottom: 25px;
    }
    #product #wrapper .breadcrumb {
        padding-top: 0;
        padding-left: 0;
    }   
    .row.product-container.js-product-container > div {
        padding: 0;
        max-width: 50%;
    }     
    .rghtprd {
        max-width: none;
        min-width: inherit;
        padding: 0 20px !important;
    }
    .tabs {
        max-width: 100% !important;
    }
    .product_bottom_foot {
        background: linear-gradient(#A7F6FF43, #FFFFFF00);
        padding: 0;
    }                    
    .block_newsletter {
        padding: 20px;
    }
    .paymentfoot {
        margin: 0 !important;
    }    
    #blog_list_1-7 li.tiers {
        width: 33%;
        position: static !important;
    }
    button.slick-prev.slick-arrow {
        left: 5px;
    }   
    button.slick-next.slick-arrow {
        right: 5px;
    }   
    #index .featured-products .product {
        background: transparent;
        max-width: 25%;
    }
    #header .wt-menu-horizontal ul li.level-1 > a span {
        font-size: 11px;
    }    
    #search_widget {
        float: none;
        width: 100%;
        max-width: 300px;
    }              
}
@media (max-width:991px) {
    .cms-id-8 #content img {
        height: auto;
    }
    #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
        padding: 0;
        min-height: 120px;
    }
    #products .thumbnail-container .product-thumbnail img, .featured-products .thumbnail-container .product-thumbnail img, .product-accessories .thumbnail-container .product-thumbnail img, .product-miniature .thumbnail-container .product-thumbnail img {
        width: 100%;
        max-width: 160px;
    }    
    .neww .btmblcprdct {
        order: 1;
        width: 45%;
    }   
    .spee .btmblcprdct {
        order: 1;
        width: 45%;
    }   
    .activityspan {
        font-size: 12px;
        font-weight: bold;
        color: #0E1A38;
    }
    .hmetxttopdiv {
        padding: 50px 0 0;
    }         
    .hmetxtact {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .hmetxtdiv > .col-xs-12 {
        padding: 0;
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .hmetxtdiv > .col-xs-12 > div:last-child {
        margin-left: 0;
    }
    .hmetxtdiv iframe {
        max-width: 100%;
    }  
    .hmetxtdiv > .col-xs-12 div {
        padding: 0;
        color: #0E1A38;
        font-size: 15px;
        width: 100%;
    }          
    #header .header-top .position-static {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .header-top + .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .container_wt_megamenu {
        padding: 0;
        margin: 0;
    }        
    .wt-menu-horizontal li.level-1 .img-icon {
        max-width: max-content;
        max-height: 20px;
        margin-right: 5px;
    }
    .wt-menu-horizontal ul.menu-content {
        padding: 0 10px;
    }                  
    #header .wt-menu-horizontal ul li.level-1 > a span {
        font-size: 11px;
        text-align: center;
    }        
    .wt-menu-horizontal li.level-1 {
        margin-right: 6px;
    }           
    .user-info a.account b + span {
        font-size: 12px;
        display: none;
    }    
    #search_widget {
        float: none;
        width: 100%;
        max-width: 300px;
    }
    #header .linknav a {
        color: white;
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
    }
    span.sitepro {
        font-size: 11px;
    }
    .linknav2 {
        font-size: 11px;
    }       
    #index .featured-products .product {
        background: transparent;
        width: 25%;
    }
    .neww .products {
        top: 0;
    }     
    .spee .products {
        top: 0;
    }   
    .newspe > section {
        flex-basis: 100%;
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
    #blog_list_1-7 li.tiers {
        width: 33%;
        position: static !important;
    }                       
    .footer-container li a {
        font-size: 11px;
        color: #fff;
        cursor: pointer;
        line-height: 16px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
    }
    .col-md-12.links > div > .row {
        display: flex;
        justify-content: space-between;
        margin: 0;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .contactfootdivtop {
        width: 50%;
    }
    .contactfoot2 {
        position: static;
        right: 0;
        bottom: -40px;
        width: 50%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        vertical-align: text-top;
    }
    .contactfoot2 img {
        position: relative;
        left: 0;
        transform: rotate(-0);
        width: 135px;
    }
    a.abrochu {
        position: static;
    }        
    .col-md-12.links > div > .row + .row {
        align-items: center;
    }
    .paymentfoot {
        margin: 30px auto 0 !important;
    }
    .block_newsletter {
        padding: 20px;
    }       
    .reassuranceblock span {
        font-family: Poppins;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #0E1A38;
        padding-left: 5px;
        font-weight: 500;
    }
    .reassuranceblockdiv img {
        max-width: 45px;
    }
    .reassuranceblock {
        padding-top: 20px;
    }      
    .footer-container {
        padding-top: 20px;
        overflow: hidden;
    }       
    .footer-container > div > .row:last-child {
        margin: 0;
    }
    .backtop {
        bottom: 90px;
    }    
    section#content.page-home > .container:first-child {
        margin: 0;
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
    .carousel {
        margin-bottom: 0;
        margin: 0;
        left: 0;
        padding: 0;
        width: 100%;
    }          
    #index .featured-products .products.row {
        margin: 0;
    }
    .carousel .direction {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: inherit;
    } 
    .carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next {
        width: 46px;
        height: 46px;
    }
    .carousel .carousel-item .caption {
        position: absolute;
        bottom: inherit;
        right: 0;
        max-width: 70%;
        color: #fff;
        top: 0;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 100%;
        left: inherit;
        margin: 0;
    }

}
@media (max-width:767px) {
    .newspe {
        display: block;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .neww .topspedesc {
        background: #0070B4;
        padding: 50px 15px 50px 15px;
        text-align: center;
    }
    .spee .topspedesc {
        background: #0E1A38;
        padding: 50px 15px;
        text-align: center;
    }
    .col-md-12.links > div > .row {
        display: flex;
        justify-content: space-between;
        margin: 0;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-container .wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 100%;
        padding-bottom: 8px;
    }
    .contactfootdivtop {
        width: 100%;
        padding: 15px 0;
        display: flex;
        justify-content: center;
    }
    .contactfoot2 {
        position: static;
        right: 0;
        bottom: -40px;
        width: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        vertical-align: text-top;
    }
    .imgpaygfoot {
        text-align: center;
        line-height: 30px;
    }
    .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        color: white;
    }
    .col-md-12.links {
        background: #0E1A38;
        padding: 20px 0 20px;
    }
    .block_newsletter > .container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    #footer .block_newsletter #block-newsletter-label {
        padding: 0 !important;
        margin: 0 auto 10px !important;
        font-size: 14px;
        font-weight: bold;
        max-width: 721px;
        color: #0E1A38;
        line-height: 25px;
    }                        
    #blog_list_1-7 li.tiers {
        width: 100%;
        position: static !important;
    }
    #blog_list_1-7 .block_cont {
        width: 100%;
        border: 0px solid #DADADA;
        background-color: transparent;
        max-width: 345px;
        margin: 0 auto;
    }  
    .activity {
        flex-basis: calc(33% - 20px);
    }   
    .hmetxt {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .hmetxtimg {
        margin: 0 auto 30px;
    }
    .reassuranceblockdiv img {
        max-width: 35px;
    }
    .reassuranceblock span {
        font-family: Poppins;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 0px;
        color: #0E1A38;
        padding-left: 5px;
        font-weight: 500;
    }
    #index .featured-products .product {
        background: transparent;
        width: 50%;
    }
    button.slick-prev.slick-arrow {
        left: 5px;
    }                     
    button.slick-next.slick-arrow {
        right: 5px;
    }   
    .activity.lastact {
        border: none;
        box-shadow: none;
        width: 100%;
        flex-basis: 100%;
    }
    #products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
        position: relative;
        height: calc(100% - 70px);
        text-align: center;
    }
    .linknav {
        margin-left: 30px;
        display: none;
    }    
    .linknav2 span:first-child {
        display: none;
    }
    .linknav2 span + span {
        color: #00D2EB;
        margin-left: 0;
    }
    .navnav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px 15px;
    }   
    #header .header-top .position-static {
        flex-direction: column;
    }      
    #header .header-top {
        padding: 0;
    }
    div#_desktop_logo {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .container_wt_megamenu {
        padding: 0;
        margin: 15px 0 0;
        top: 0;
    }      
    .carousel .carousel-item .caption .caption-description p {
        color: #0E1A38;
        font-size: 15px;
        text-align: center;
        line-height: 15px;
    }
    .carousel .carousel-item .caption .caption-description strong {
        font-size: 15px;
    }
    .carousel .carousel-item .caption .caption-description p {
        margin: 0;
    }              
    .carousel-control span.icon-prev.hidden-xs {
        height: 30px;
        width: 30px;
    }           
    .carousel .carousel-control .icon-prev, .carousel .carousel-control .icon-next {
        width: 30px;
        height: 30px;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: 0;
    }      
    .title-menu-mobile span {
        padding: 15px;
        color: #fff;
        letter-spacing: 1px;
        font-size: 18px;
        display: block;
        text-transform: uppercase;
        background: #0E1A38;
        cursor: pointer;
    }
    .wt-menu-horizontal ul.menu-content {
        padding: 0;
    }
    .wt-menu-horizontal li.level-1 {
        border-bottom: 1px solid #0E1A38;
        background: #F5F7FA;
        text-align: left;
    }       
    .wt-menu-horizontal li.level-1 {
        height: auto;
        display: flex;
        padding: 15px;
        align-items: center;
        justify-content: flex-start;
    }    
    .wt-menu-horizontal li.level-1 .img-icon {
        max-width: max-content;
        max-height: initial;
        margin-right: 5px;
    }
    #header .wt-menu-horizontal ul li.level-1 > a span {
        font-size: 14px;
    }
    ul.menu-content > li:nth-child(2) span, ul.menu-content > li:nth-child(3) span, ul.menu-content > li:nth-child(4) span, ul.menu-content > li:nth-child(5) span {
        max-width: 100%;
    }
    ul.menu-content > li:nth-child(6) span {
        max-width: 100%;
    }
    .title-menu-mobile span:after {
        content: none;
    }    
    .reassuranceblock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }                     
    .reassuranceblockdiv {
        display: flex;
        align-items: center;
        max-width: 235px;
        flex-basis: 45%;
        margin-bottom: 10px;
    }
    .reassuranceblock {
        padding: 25px 15px 0;
    }                     
    #category #left-column {
        width: 100%;
        display: none;
    }
    #products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
        justify-content: space-between;
        padding: 0 15px;
        margin: 0;
    }
    div.btmsbct {
        background: #F5F7FA;
        padding: 50px 20px;
        text-align: center;
        margin-top: 75px;
    }
    .btmsbct ul.subcategories-list {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .btmsbct li {
        width: 100%;
        transition: all ease 400ms;
        margin-bottom: 25px;
    }
    nav.pagination {
        display: block !important;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    #products .up {
        margin-bottom: 1rem;
        display: none;
    }
    div#left-column {
        display: none;
    }                                
    #product h1.h1 {
        color: #0E1A38;
        font-size: 30px;
        font-weight: bold;
        line-height: 35px;
        text-transform: none;
        padding-left: 0;
        padding-bottom: 25px;
        text-align: center;
    }
    .row.product-container.js-product-container {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .row.product-container.js-product-container > div {
        padding: 0;
        max-width: 100%;
    }
    .product_bottom_foot {
        background: linear-gradient(#A7F6FF43, #FFFFFF00);
        padding: 0;
    }
    #product .featured-products .products .product {
        margin: 0;
        width: 50%;
        max-width: 50%;

    }
    .tabs .nav-tabs .nav-link {
        font-size: 15px;
    }     
    .tabs .nav-tabs .nav-link.active {
        font-size: 15px;
    }              
    .topspedesc p {
        margin: 0 auto;
    }   
    #module-prestablog-blog div#left-column {
        padding-right: calc(25% - 220px);
        padding-left: 0;
        display: block;
    }
    div#prestablog_catliste a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 15px 0px;
        border-bottom: 1px solid #E0E3E9;
        transition: all ease 300ms;
        font-size: 15px;
        margin: 0;
    }
    #blog_list_1-7.three_article li {
        width: 100%;
        position: static !important;
        margin-bottom: 0px;
    }                  
}

/* modif antonin pnier et connexion */

div#_desktop_user_info img {
    width: 30px;
}
div#_desktop_user_info a {
    display: flex;
    flex-direction: revert;
    align-items: center;
}

/* modif page acceuil */
#carousel ul.carousel-inner {
    display: flex;
    justify-content: center;
}
 .testnone {
    display: none;
} 
#product .prix-produit {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}
#product div#content-wrapper {
    width: 100%;
}
#product .lftprd {
    width: 66%;
}
.prix-ref-vignette {
    display: flex;
    align-items: center;
}
.prix-ref-vignette .product-price-and-shipping {
    padding-top: 15px;
}
.prix-ref-vignette .btmblckll, .prix-ref-vignette .product-price-and-shipping {
    border-top: 1px solid #A3AABA;
    margin-top: 15px;
} 
.prix-ref-vignette span.price {
    font-size: 25px;
    color: #133561;
    font-weight: 700;
}
.prix-ref-vignette .btmblckl {
    margin-left: 15px;
}
@media (max-width:767px) {

    .prix-ref-vignette span.price {
        font-size: 18px;
    }
    .prix-ref-vignette .product-price-and-shipping {
        margin-top: 0px;
    }
    .prix-ref-vignette .btmblckll {
        margin-top: 20px;
    }
    #header .display-top {
        justify-content: center;
        flex-wrap: wrap;
    }
    #header .contact-header * {
        font-size: 9px;
    }
    span.sitepro {
        font-size: 9px;
    }
    .user-info {
        justify-content: end;
    }
    .deskrightnav {
        justify-content: start;
        width: 50%;
    }
    div#_desktop_user_info {
        width: 50%;
    }
}

.user-info div {
    display: flex;
    flex-direction: column;
}
.contact-header img {
    width: 35px;
}
.contact-header {
    display: flex;
    align-items: center;
}
.contact-header * {
    margin: 0 2px;
    font-size: 14px;
}
.display-top {
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.user-info div span:last-child {
    font-weight: 300 !important;
}
