/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@font-face {
    font-family: 'garetbook';
    src: url('garet-book-webfont.woff2') format('woff2'),
         url('garet-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'garetheavy';
    src: url('garet-heavy-webfont.woff2') format('woff2'),
         url('garet-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'garetbook';
}

h1,h2,h3,h4{
    font-family: 'garetheavy';
}

h2{
    line-height: 30px;
}

a, a:focus, a:hover{
    color: #000;
}

p{
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

p strong{
    font-family: 'garetheavy';
}

.page-content.page-cms{
    padding: 0;
}

#wrapper {
  background: #fff;
  box-shadow: none;
  padding-top: 120px;
}

.page-index #wrapper {
    padding-top: 0;
}

.header-droite{
    display: flex;
    align-items: center;
}

#header .header-top {
    background: transparent;
    padding: 20px 0;
}

#adtm_menu ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text {
    width: 46px;
    background-color: #000 !important;
    position: relative;
    min-height: 6px;
    padding: 0;
}

#adtm_menu ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text:after {
    content: "";
    background-color: #000;
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 6px;
}

#adtm_menu ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 6px;
}

#adtm_menu ul#menu li.li-niveau1 a.a-niveau1{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
}

#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.advtm_menu_toggle{
    position: absolute;
    width: 46px;
    top: 0;
    right: 0;
}

#_desktop_top_menu{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 76px;
    width: 100px;
}

#header a.account {
    color: #232323;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

#header a.account:hover {
    color: #5399ae;
}

#header .header-top .search-widget {
  width: 50%;
  margin-right: 15px;
}

#header .logo {
  width: 50px;
}

#header {
    /*background: url(../img/oblique.png) no-repeat left bottom / cover;*/
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 150px;
    transition: all ease 0.6s;
}

#header .ouv{
    display: none;
}

#header.open .nouv{
    display: none;
}

#header.open .ouv{
    display: block;
}

#header.open{
    height: 80px;
    transition: all ease 0.6s;
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.69);
-moz-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.69);
box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.69);
}

#header:before {
    content: "";
    position: absolute;
    top: -90px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transform: skewY(-8deg);
    transition: all ease 0.6s;
}

#header.open:before{
    transform: skewY(0deg);
    transition: all ease 0.6s;
}

#adtm_menu.adtm_menu_toggle_open ul#menu.menu_a_afficher{
    display: block;
}

#main .page-header,  .page-header{
    background: #5399ae;
    padding: 80px 0 60px 0;
}

#main .page-header h1, .page-header h1{
    color: #fff;
    text-align: center;
    margin: 0;
}

.menu_a_afficher{
    width: 80%;
    background: #fff;
    z-index: 999999999;
    position: fixed;
    right: 0;
    top: 100px;
    padding: 15px 30px !important;
    display: none;
}

.menu_a_afficher li{
    margin: 15px 0;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-item a{
    height: 100%;
    display: block;
}

.carousel .carousel-item a figure{
    height: 100%;
    background-size: 75% auto !important;
    background-position: right 120px !important;
    display: flex;
    justify-content: flex-end;
}

.carousel .carousel-item img {
  width: 75%;
  max-width: 75%;
  height: auto;
}

.carousel {
  box-shadow: none;
  margin-bottom: 0;
  height: 100vh;
  background: #fde000;
}

.carousel .direction{
    display: none;
}

.carousel .carousel-item .caption{
    width: 50%;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.carousel .carousel-item .caption .display-1{
    color: #5299ad;
    font-size: 40px;
    margin: 0 0 30px;
}

.carousel .carousel-item .caption .caption-description p{
    color: #000;
    font-size: 20px;
    margin: 0 ;
}

.carousel .carousel-item .caption .caption-description h3{
    color: #000;
    font-size: 28px;
    margin: 0;
}

.menu_volant{
    background: #f8f8f8;
    position: fixed;
    width: 80%;
    margin: auto;
    bottom: 0;
    height: 70px;
    z-index: 9999;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.menu_volant a{
    display: block;
    height: 40px;
    width: 40px;
}

.menu_avatar{
    background: url(../img/avatar.png) no-repeat center center;
    background-size: 100%;
}

.menu_panier{
    background: url(../img/panier_bas.png) no-repeat center center;
    background-size: 100%;
}

.menu_calendrier{
    background: url(../img/calendrier.png) no-repeat center center;
    background-size: 100%;
}

.menu_ceintre{
    background: url(../img/ceintre.png) no-repeat center center;
    background-size: 100%;
}

.menu_communaute{
    background: url(../img/communaute.png) no-repeat center center;
    background-size: 100%;
}

.btn_header_produit{
    background: #f8f8f8;
    display: block;
    position: absolute;
    bottom: 100px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 15px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    z-index: 9999;
}

@media(min-width:1200px)
{
	.btn_header_produit{font-size: 32px;}
}




.btn_header_produit:hover{
    color: #f8f8f8;
    background: #000;
    transition: all ease 0.6s;
}

.triangle_vert{
    position: absolute;
    left: 5%;
    bottom: 100px;
    width: 40%;
    z-index: 1;
}

.triangle_noir{
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    z-index: 2;
}

.menu_volant a.menu_question{
    position: absolute;
    width: 26px;
    height: 26px;
    right: -6px;
    top: -6px;
    font-family: 'garetheavy';
    font-size: 20px;
    background: #5299ad;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_coupsdecoeur .elementor-image-box-content{
    position: absolute;
    top: 0;
    opacity: 0;
    display: flex;
    flex-direction: column-reverse;
    padding: 50px;
    transition: all ease 0.8s;
}

.home_coupsdecoeur .elementor-widget-container:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all ease 0.4s;
}

.home_coupsdecoeur:hover .elementor-widget-container:before{
    opacity: 1;
    transition: all ease 0.4s;
}

.home_coupsdecoeur:hover .elementor-image-box-content{
    opacity: 1;
    transition: all ease 0.8s;
}

.home_texte{
    height: 100%;
    display: flex;
}

.home_texte .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer{
    background: #f8f8f8;
    padding: 0 0 100px;
}

.footer-container {
    margin-top: 0;  
    box-shadow: none;
    padding-top: 50px;
}

.footer-container li a{
    color: #000;
}

.footer-container li a:hover{
    color: #000;
    text-decoration: underline;
}

.footer-container a:hover{
    color: #000;
    text-decoration: underline;
}

.footer_details{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_details a{
    text-align: center;
}

.footer_details img{
    width: 50px;
    margin-bottom: 10px;
}

.footer_rs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
}

.footer_rs img{
    margin: 0 10px;
}

.btn-primary{
    background-color: #5299ad;
}

.brand-img{
    display: flex;
    align-items: center;
    width: 90%;
}

.brand-img .img{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-img .img img{
    width: 80%;
}

.brand-img .txt{
    width: 75%;
    padding-left: 15px;
    display: flex;
}

.brand-img .txt p{
    margin: 0 5px 0 0;
    font-family: 'garetbook';
}

.brand-img .txt span{
    color: #00a7bc;
    font-family: 'garetheavy';
}

.brand-infos{
    width: 100%;
    /*display: none;*/
}

.brand-infos img {
    width: 100%;
    margin-bottom: 15px;
}

.brand-infos td{
    width: 50%;
    padding: 0 15px;
    vertical-align: top;
}

.brand-infos td:first-child{
    width: 25%;
}

.brand-infos td:last-child{
    width: 25%;
}

.brand-infos td a{
    color: #00a7bc;
}

.brand a.pl{
    display: table;
    margin: 0 auto 30px;
    color: #00a7bc;
    font-family: 'garetheavy';
    text-transform: uppercase;
}

.header-top .search-widget form input[type="text"] {
  min-width: inherit;
  background: #f8f8f8;
  border: none;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
}

.search-widget form button[type="submit"]{
    left: .125rem;
    right: initial;
}

.search-widget form input[type="text"]:focus{
    outline: none;
}

.search-widget form input[type="text"]:focus + button .search {
  color: #000;
}

#_desktop_cart{
  margin-right: 15px;
}

#_desktop_user_info img{
    width: 25px;
}

#_desktop_cart img{
    width: 20px;
}

#_desktop_user_info2{
  margin-right: 15px;
}

#_desktop_user_info2 img{
    width: 25px;
}

.cart-products-count{
    opacity: 0;
    font-size: 0;
}

.hauteur1{
    height: 550px;
}

.hauteur1 .elementor-container,
.hauteur1 .elementor-container .elementor-row,
.hauteur1 .elementor-container .elementor-row .elementor-element,
.hauteur1 .elementor-container .elementor-row .elementor-element .elementor-column-wrap,
.hauteur1 .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap,
.hauteur1 .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container{
    height: 100%;
    width: 100%;
}

.hauteur2{
    height: 600px;
}

.hauteur2 .elementor-container,
.hauteur2 .elementor-container .elementor-row,
.hauteur2 .elementor-container .elementor-row .elementor-element,
.hauteur2 .elementor-container .elementor-row .elementor-element .elementor-column-wrap,
.hauteur2 .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap,
.hauteur2 .elementor-container .elementor-row .elementor-element .elementor-column-wrap .elementor-widget-wrap .elementor-widget-container{
    height: 100%;
    width: 100%;
}

#accordion .ui-accordion-content{
  margin: 0 0 30px;
  padding: 20px;
  background: #fff;
  border: none;
}

#accordion .ui-accordion-header {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin: 0 0 30px;
  height: 150px;
display: flex;
}

#accordion .ui-accordion-header .ui-accordion-header-icon {
  left: initial;
  top: 50%;
  margin-top: 0;
  right: 15px;
  transform: translateY(-50%);
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
    height: 410px;
}

#products .thumbnail-container .img, .featured-products .thumbnail-container .img, .product-accessories .thumbnail-container .img, .product-miniature .thumbnail-container .img{
    height: 300px;
}

.bandeau_marque{
    height: 40px;
    background: #5299ad;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#product #content{
    max-width: 100%;
}

.product-accessories{
    background: #f8f8f8;
    padding: 70px 0;
}

.product-accessories h3{
    margin-bottom: 30px;
}

#product .blockreassurance,
.blockreassurance{
    background: #5299ad;
    box-shadow: none;
    margin: 0;
    padding: 50px 0;
    float: none;
}

#product .blockreassurance ul,
.blockreassurance ul{
    display: flex;
    margin: 0;
    justify-content: center;
}

#product .blockreassurance span,
.blockreassurance span, .blockreassurance .block-title{
    color: #fff;
}

.blockreassurance li{
    border-bottom: none;
    width: calc(100% / 3);
}

.blockreassurance li .block-reassurance-item {
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blockreassurance img {
    width: 100px;
    margin: 0 0 15px;
}

#product .blockreassurance span, .blockreassurance span, .blockreassurance .block-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.pastille{
    position: absolute !important;
    left: 15px !important;
    top: 15px !important;
    margin: 0 !important;
    width: 20% !important;
}

.product_marque{
    display: flex;
    margin: 0 0 20px;
    align-items: center;
}

.product_marque img{
    width: 100px;
    margin-right: 15px;
}

.product_marque p{
    margin: 0;
    font-family: 'garetheavy';
    text-transform: uppercase;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations{
    display: none;
}

#adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span{
    color: #484848;
    text-decoration: underline;
}

#adtm_menu .li-niveau1 a:hover .advtm_menu_span{
    color: #484848;
    text-decoration: underline;
}

.fermer_menu{
    display: none;
}

.section_suite{
    padding-bottom:75px;
}

.section_suite:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    height: 75px;
    width: 3px;
    bottom: 0;
}

.section_suite_v2{
    padding-bottom:75px;
}

.section_suite_v2:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    height: 75px;
    width: 3px;
    bottom: 0;
}

.section_suite_v3{
    padding-bottom: 50px;
}

.section_suite_v3:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    height: 250px;
    width: 3px;
    bottom: -125px;
    transform: rotate(-60deg);
}

.section_suite_v4{
    padding-bottom: 50px;
}

.section_suite_v4:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    height: 250px;
    width: 3px;
    bottom: -125px;
    transform: rotate(60deg);
}

.products article .wishlist-button-add {
  top: 55px;
  right: 15px;
}

.page-content.page-cms .elementor ul{
    list-style: initial;
    padding-left: 25px;
}

.page-content.page-cms .elementor ul li{
    margin-bottom: 10px;
}

#adtm_menu .li-niveau1.adtm_sub_open a.a-niveau1 .advtm_menu_span, #adtm_menu .li-niveau1 a.a-niveau1:focus .advtm_menu_span, .li-niveau1:focus > a.a-niveau1 .advtm_menu_span{
    color: #484848;
}

.product-information h3{
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 30px;
}

.bloc_infos{
    margin: 0 0 30px;
}

.bloc_infos-label{
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bloc_infos-label p{
    margin: 0;
}

.logo_80{
    width: 80px;
    height: auto;
}

.intro-accueil h2{
    position: absolute;
    top: -140px;
    width: 140%;
    z-index: 2;
}

.intro-accueil p{
    position: absolute;
    top: 0;
    width: 140%;
    z-index: 2;
}

.intro-accueil h3{
    position: absolute;
    top: 0;
    width: 140%;
    z-index: 2;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
  margin: 0;
  display: flex;
  background: #fff;
}

.triangle_noir_v2{
    display: none;
    position: absolute;
}

.triangle_vert_v2{
    display: none;
    position: absolute;
}

.conton{
  height: 100%;
  position: absolute;
}

.bloc_image_droit figure.elementor-image-box-img{
    margin-right: auto !important;
    margin-left: auto !important;
    position: relative;
}

.bloc_image_droit .elementor-image-box-title{
    text-align: center;
}

.bloc_image_droit:after{
    content: "";
    position: absolute;
    top: 50px;
    right: -120px;
    background: #000;
    height: 2px;
    width: 200px;
}

.bloc_image_droit.last:after{
    display: none;
}

#product .tabs{
    margin: 40px 0 !important;
}

.wishlist-button-add.wishlist-button-product{
    position: absolute;
    top: 20px;
    right: 20px;
}

.bloc_ou figure{
    margin-left: auto !important;
    margin-right: auto !important;
}

.elementor-slick-slider ul.slick-dots {
  bottom: -60px;
  padding: 0 !important;
}

.label.continue_shopping{
    margin-bottom: 15px;
  display: block;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
}

#notice_fdp, #notice_remise{
    font-family: 'garetheavy';
    color: #5399ae;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.has-discount.product-price, .has-discount p {
  color: #5399ae;
}

.has-discount .discount{
  background: #5399ae;
}

.rond_jaune{
    background: #ffe210;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.rond_jaune p{
    margin: 0;
    text-align: center;
    font-size: 22px !important;
    line-height: 50px !important;
}

.rond_jaune p strong{
    font-size: 70px;
    text-transform: uppercase;
}

.cp-wrapper ul{
    list-style: disc;
    padding-right: 30px;
}

.ui-autocomplete{
    z-index: 999999;
}

.text-primary{
    text-transform: uppercase;
    color: #5299ad !important;
    font-weight: bold;
}

@media (min-width: 768px){
    .carousel .carousel-item a figure {
      background-size: 65% auto !important;
      background-position: right 90px !important;
    }

    .carousel .carousel-item .caption{
        max-width: initial;
        left: 10%;
    }

    .carousel .carousel-item .caption .display-1{
        font-size: 65px;
        margin: 0 0 40px;
    }

    .carousel .carousel-item .caption .caption-description p{
        font-size: 40px;
        margin: 0 0 20px;
    }

    .carousel .carousel-item .caption .caption-description h3{
        font-size: 58px;
    }

    .triangle_vert{
        width: 20%;
    }

    .triangle_noir{
        width: 25%;
        left: 15%;
    }

    .btn_header_produit{
        width: 50%;
    }

    .menu_volant{
        width: 50%;
    }

    #wrapper{
        padding-top: 350px;
    }

    #main .page-header, .page-header{
        padding: 240px 0 60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .intro-accueil h2{
        position: relative;
        top: initial;
        width: auto;
        z-index: 2;
    }

    .intro-accueil p{
        position: relative;
        top: initial;
        width: auto;
        z-index: 2;
    }

    .intro-accueil h3{
        position: relative;
        top: initial;
        width: auto;
        z-index: 2;
    }

    .elementor-1020101 .elementor-element.elementor-element-853a179{  
        width: 60%;
    }
}

@media (min-width: 1080px){
    
    .carousel .carousel-item a figure {
      background-size: 40% auto !important;
      background-position: right 80px !important;
    }

    #header::before {
        transform: skewY(-6deg);
    }

    .carousel .carousel-item .caption{
        max-width: initial;
        left: 10%;
    }

    .carousel .carousel-item .caption .display-1, .elementor-element.h2_header .elementor-heading-title{
        font-size: 50px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description p, .elementor-element.p_header .elementor-heading-title{
        font-size: 30px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description h3, .elementor-element.h3_header .elementor-heading-title{
        font-size: 40px !important;
    }

    .triangle_vert{
         width: 10%;
          bottom: 0px;
          left: 12%;
    }

    .triangle_noir{
          width: 12%;
          left: 20%;
          bottom: -50px;
    }

    .triangle_noir_v2{
        display: block;
        width: 10%;
        left: 45%;
        bottom: 20%;
    }

    .triangle_vert_v2{
        display: block;
        width: 10%;
        right: 3%;
        bottom: 70%;
    }

    .btn_header_produit{
        width: 50%;
        bottom: 40px;
    }

    .menu_volant{
        width: 50%;
        height: 60px;
    }

    .menu_volant a {
        height: 30px;
        width: 30px;
    }

    #wrapper{
        padding-top: 350px;
    }

    #main .page-header, .page-header{
        padding: 240px 0 60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }
}

@media (min-width: 1200px){

    .carousel .carousel-item a figure {
      background-size: 35% auto !important;
    }

    #header::before {
        transform: skewY(-5deg);
    }

    .carousel .carousel-item .caption{
        max-width: initial;
        left: 15%;
    }

    .carousel .carousel-item .caption .display-1, .elementor-element.h2_header .elementor-heading-title{
        font-size: 50px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description p, .elementor-element.p_header .elementor-heading-title{
        font-size: 30px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description h3, .elementor-element.h3_header .elementor-heading-title{
        font-size: 40px !important;
    }

    .triangle_vert{
         width: 10%;
          bottom: 0px;
          left: 12%;
    }

    .triangle_noir{
          width: 12%;
          left: 20%;
          bottom: -50px;
    }

    .triangle_noir_v2{
        display: block;
        width: 10%;
        left: 45%;
        bottom: 20%;
    }

    .triangle_vert_v2{
        display: block;
        width: 10%;
        right: 3%;
        bottom: 70%;
    }

    .btn_header_produit{
        width: 30%;
        bottom: 40px;
    }

    .menu_volant{
        width: 30%;
    }

    .menu_a_afficher {
      /*width: 100%;
      top: 0;
      height: 100%;*/
      width: 60%;
    }

    /*#adtm_menu ul#menu li.li-niveau1 a.a-niveau1{
        background: #fff;
    }

    #adtm_menu.adtm_menu_toggle_open ul#menu.menu_a_afficher {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span{
        font-size: 26px;
        background: #fff;
    }

    .fermer_menu{
        display: block;
        position: absolute;
        top: 30px;
        right: 10%;
        font-size: 50px;
        font-weight: bold;
    }*/

    #wrapper{
        padding-top: 350px;
    }

    #main .page-header, .page-header{
        padding: 240px 0 60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }
}

@media (min-width: 1440px){

    .carousel .carousel-item a figure {
      background-size: 40% auto !important;
    }

    #header::before {
        transform: skewY(-5deg);
    }

    .carousel .carousel-item .caption{
        max-width: initial;
        left: 15%;
    }

    .carousel .carousel-item .caption .display-1, .elementor-element.h2_header .elementor-heading-title{
        font-size: 60px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description p, .elementor-element.p_header .elementor-heading-title{
        font-size: 45px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description h3, .elementor-element.h3_header .elementor-heading-title{
        font-size: 55px !important;
    }

    .triangle_vert{
         width: 10%;
          bottom: 0px;
          left: 12%;
    }

    .triangle_noir{
          width: 12%;
          left: 20%;
          bottom: -50px;
    }

    .btn_header_produit{
        width: 30%;
        bottom: 40px;
    }

    .menu_volant{
        width: 20%;
    }

    #wrapper{
        padding-top: 350px;
    }

    #main .page-header, .page-header{
        padding: 240px 0 60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .triangle_noir_v2{
        display: block;
        width: 10%;
        left: 45%;
        bottom: 20%;
    }

    .triangle_vert_v2{
        display: block;
        width: 10%;
        right: 3%;
        bottom: 70%;
    }
}

@media (min-width: 1640px){
    .carousel .carousel-item a figure {
      background-size: 35% auto !important;
    }

    #header{
        height: 160px;
    }

    #header::before {
        transform: skewY(-5deg);
    }

    .carousel .carousel-item .caption{
        max-width: initial;
        left: 15%;
    }

    .carousel .carousel-item .caption .display-1, .elementor-element.h2_header .elementor-heading-title{
        font-size: 68px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description p, .elementor-element.p_header .elementor-heading-title{
        font-size: 50px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description h3, .elementor-element.h3_header .elementor-heading-title{
        font-size: 60px !important;
    }

    .triangle_vert{
         width: 10%;
          bottom: 0px;
          left: 12%;
    }

    .triangle_noir{
          width: 12%;
          left: 20%;
          bottom: -50px;
    }

    .btn_header_produit{
        width: 30%;
        bottom: 40px;
    }

    .menu_volant{
        width: 20%;
    }

    #wrapper{
        padding-top: 350px;
    }

    #main .page-header, .page-header{
        padding: 240px 0 60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .triangle_noir_v2{
        display: block;
        width: 10%;
        left: 45%;
        bottom: 20%;
    }

    .triangle_vert_v2{
        display: block;
        width: 10%;
        right: 3%;
        bottom: 70%;
    }
}

@media (min-width: 1920px){
    .carousel .carousel-item a figure {
      height: 100%;
      background-size: 35% auto !important;
    }

    #header{
        height: 160px;
    }

    #header::before {
        transform: skewY(-4deg);
    }

    .carousel .carousel-item .caption{
        max-width: initial;
        left: 15%;
    }

    .carousel .carousel-item .caption .display-1, .elementor-element.h2_header .elementor-heading-title{
        font-size: 70px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description p, .elementor-element.p_header .elementor-heading-title{
        font-size: 50px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description h3, .elementor-element.h3_header .elementor-heading-title{
        font-size: 60px !important;
    }

    .triangle_vert{
         width: 10%;
          bottom: 0px;
          left: 12%;
    }

    .triangle_noir{
          width: 12%;
          left: 20%;
          bottom: -50px;
    }

    .btn_header_produit{
        width: 30%;
        bottom: 40px;
    }

    .menu_volant{
        width: 20%;
    }

    .header-droite{
        justify-content: center;
    }

    #wrapper{
        padding-top: 350px;
    }

    #main .page-header, .page-header{
        padding: 240px 0 60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .triangle_noir_v2{
        display: block;
        width: 10%;
        left: 45%;
        bottom: 20%;
    }

    .triangle_vert_v2{
        display: block;
        width: 10%;
        right: 3%;
        bottom: 70%;
    }
}

@media (min-width: 2000px){

    .carousel .carousel-item .caption .display-1, .elementor-element.h2_header .elementor-heading-title{
        font-size: 90px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description p, .elementor-element.p_header .elementor-heading-title{
        font-size: 60px !important;
        margin: 0 !important;
    }

    .carousel .carousel-item .caption .caption-description h3, .elementor-element.h3_header .elementor-heading-title{
        font-size: 78px !important;
    }
}

/*@media (max-width: 1200px){*/
    #adtm_menu.adtm_menu_toggle_open ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text:after {
        content: "";
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 4px;
        transform: rotateZ(-45deg);
        right: 0;
        top: 0;
        margin: auto;
    }

    #adtm_menu.adtm_menu_toggle_open ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text:before {
        content: "";
        background-color: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        width: 50%;
        height: 4px;
        transform: rotateZ(45deg);
    }

    #adtm_menu.adtm_menu_toggle_open ul li.advtm_menu_toggle a.adtm_toggle_menu_button span.adtm_toggle_menu_button_text {
        background-color: transparent !important;
    }
/*}*/

@media (max-width: 991px){
    .carousel .carousel-item .caption-description {
        display: block;
    }
    .bloc_image_droit::after {
      display: none;
    }

    .hauteur1 {
        height: 1800px;
    }

    .hauteur1 .elementor-container .elementor-row > .elementor-element {
      width: 100%;
      height: calc(100% / 3);
    }

    .hauteur2 {
        height: 2400px;
    }

    .hauteur2 .elementor-container .elementor-row > .elementor-element {
      width: 100%;
      height: calc(100% / 4);
    }

    /*.section_suite_v3:after {
        height: 50px;
        bottom: 0;
        transform: none;
    }

    .section_suite_v4:after{
        height: 50px;
        bottom: 0;
        transform: none;
    }*/
}

#chat-application{

    bottom: 65px !important;
    right: 0 !important;
}

.modal{
    z-index: 999999 !important;
}

.modal-backdrop{
    z-index: 99999 !important;
}

@media (max-width: 767px){
    .h2_header{
        margin-top: 50px;
    }
    #header.is-open, #header.is-open .header-top {
        background-color: transparent;
    }

    .home_coupsdecoeur .elementor-image-box-img:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
        opacity: 1;
    }

    .home_coupsdecoeur .elementor-image-box-content{
        opacity: 1;
    }

    .section_mobile{
        height: 100vh !important;
    }

    .elementor-section.section_mobile .elementor-container
    {
        height: 100%;
    }

    #product #block-reassurance ul, #block-reassurance ul{
        flex-direction: column;
    }

    .hauteur1 {
        height: 900px;
    }

    .hauteur1 .elementor-container .elementor-row > .elementor-element {
      width: 100%;
      height: calc(100% / 3);
    }

    .hauteur2 {
        height: 1200px;
    }

    .hauteur2 .elementor-container .elementor-row > .elementor-element {
      width: 100%;
      height: calc(100% / 4);
    }

    .hauteur_concours{

    }


    .elementor-1020101 .elementor-element.elementor-element-e6230f9:not(.elementor-motion-effects-element-type-background){
        background: transparent !important;
    }

    #wrapper{
        padding-top: 350px;
    }

    #main .page-header, .page-header{
        padding: 240px 0 60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }
    .bloc_image_droit{
      padding-bottom: 0;
    }

    .bloc_image_droit::after {
      display: none;
      top: initial;
      height: 80px;
      width: 2px;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: -20px;
    }

    .bloc_image_droit_v2{
      padding-bottom: 80px;
        position: relative;
    }

    .bloc_image_droit_v2::after {
        content: "";
        position: absolute;
      display: block;
      top: initial;
      height: 80px;
      width: 2px;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 0;
    background: #000;
    }

    .bloc_image_droit_v2.last:after{
        display: none;
    }

    .header-droite {
        flex-wrap: wrap;
    }

    #header .header-top .search-widget {
        width: 70%;
        margin: 0 30% 15px 0;
    }

    #_desktop_cart {
        width: 20%;
        margin-right: 0;
    }

    #header.open {
        height: 110px;
    }

    .ba-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 50px;
    }

    .section_suite_v3:after {
        height: 50px;
        bottom: 0;
        transform: none;
    }

    .section_suite_v4:after{
        height: 50px;
        bottom: 0;
        transform: none;
    }

    .brand-infos td {
        width: 100%;
        padding: 0;
        order: 0;
    }

    .brand-infos td:first-child {
        width: 48%;
        order: 1;
    }

    .brand-infos td:last-child {
        width: 48%;
        order: 2;
    }
    .brand-infos tr{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .elementor-slick-slider .slick-prev{
        left:  0;
    }

    .elementor-slick-slider .slick-next{
        right:  0;
    }

    #accordion .ui-accordion-header .ui-accordion-header-icon{
        display: none;
    }

    .brand-img{
        width: 100%;
    }

    .brand-img .img{
        width: 25%;
    }

    .brand-img .txt p {
        font-size: 16px;
        line-height: 20px;
    }

    #accordion .ui-accordion-header{
        height: auto;
    }
}






/*rajouté par Sandrine 19/08/22 */
.jechoisismaduree, .jechoisisletat, .instructionslavage {
    
    width: 26px;
    height: 26px;
    
    font-family: 'garetheavy';
    font-size: 20px;
    background: #5299ad;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
text-align:center;
line-height:26px;
    }



/*rajouté par Sandrine 05/09/22 pour la Wishlist*/
.wishlist-products-container .wishlist-product-availability, .wishlist-product-bottom {display:none}
.wishlist-products-container .wishlist-product-unavailable {opacity:1}


#search_widget form i {
    position: relative;
    padding: initial;
}

.elementor-element-e26471f .swiper .swiper-slide figure img {
    width: inherit;
    margin:auto;
}