/*
 * Custom code alpaweb
 */

@font-face {
    font-family: dinlight;
    src: url("/fonts/dinlight-webfont.woff2") format("woff2"), url("/fonts/dinlight-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: dinbold;
    src: url("/fonts/dinbold-webfont.woff2") format("woff2"), url("/fonts/dinbold-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: dinregular;
    src: url("/fonts/dinregular-webfont.woff2") format("woff2"), url("/fonts/dinregular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


.cc-window.cc-floating .cc-compliance{flex:auto !important;}

/***************************************************** 
                    HEADER Menu 
******************************************************/
#header {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

#header.affixTop {
    position: fixed !important;
}

.menu .sub-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none;
    border-radius: 0px;
}

#header.affixTop .menu .sub-menu{
    background: #444;
}

.menu .sub-menu .top-menu {
    display: flex;
    flex-direction: column;
}

.menu .top-menu .dropdown-item, 
.menu .sub-menu .top-menu .dropdown-submenu,
 #header .blockcart .blockcart_link, #header .user-info a {
    padding:10px;
}

.navLinks{
    display: flex;
    justify-content: end;
    align-items: center;
}

.language-selector .dropdown-menu{
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #444;
}
.language-selector .btn-unstyle{
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.language-selector .btn-unstyle:hover{
    border-color: rgba(88, 176, 182, 0.4);
}
.language-selector .dropdown-item{
    width: auto;
    padding: 10px 14px;
}
.language-selector .dropdown-item:hover{
    background-color: rgba(88, 176, 182, 0.45);
}
.language-selector .dropdown-menu li.current{
    display: none;
}

.header_row{
    display: flex;
    align-items: center;
}

#header .navTop .nav {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
    margin-top: 10px;
}

#header #top-menu:hover,#header .blockcart .blockcart_link:hover, #header .user-info a:hover {
    background: none;
}

#header .menuTop {
    padding-right: 0 !important;
}


@media (min-width: 1200px) {
    #header .navLinks{margin-bottom: 5px;}
    #header.affixTop .navLinks{margin-bottom: 0;}
}

@media (max-width: 1200px) {
    .menu .top-menu .dropdown-item{
        padding:10px 7px;
    }
}

@media (max-width: 991px) {
    .top-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #444;
    }
    #mobile_top_menu_wrapper .top-menu a[data-depth="1"]{
        font-size: 17px;
    }
    #header #top-menu:hover {
        background: #444;
    }
    #mobile_top_menu_wrapper {
        overflow:visible;
    }
    #mobile_top_menu_wrapper .top-menu a[data-depth="1"], #_mobile_language_selector {
        background: #444;
    }
    .header_row{
        align-items: start;
    }
    #header .container-fluid .row {
        width: 100%;
        margin: 0 !important;
    }
    #header .container-fluid {
        padding: 0 !important;
    }
    #header .container-fluid .row.navigation {
        position: fixed;
        top: 0;
    }
    #header #menu-icon {
        z-index: 2;
    }
    #header .logo img {
        z-index: 0;
    }
    #header .navLinks{
        padding-right: 60px;
    }
    #header #menu-icon{
        position: fixed;
        top: 0;
        right: 0;
    }
    #header .menuTop #_desktop_language_selector{
        display: none;
    }
    .language-selector .btn-unstyle{
        display: none;
    }
    .language-selector .dropdown-menu li.current{
        display: block;
        background-color: rgba(88, 176, 182, 0.45);
    }
    .language-selector .dropdown-menu{
        display: flex !important;
        position: relative;
        width: 100%;
        float: none;
    }
    .language-selector .dropdown-item{line-height: 12px;}
}


.site-switch-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

.site-switch {
  position: relative;
}

.site-switch input[type="radio"] {
  display: none;
}

.site-switch-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  border-radius: 999px;
  background: #f1f1f5;
  margin-right: 5px;
}

.site-option {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  color: #555;
  font-size: 14px;
}

.site-switch-cursor {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #58b0b6;
  border-radius: 999px;
  z-index: 1;
  transition: transform 0.25s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.no-animate .site-switch-cursor {
  transition: none !important;
}

/* BOUTIQUE checked */
#site-boutique:checked ~ .site-switch-inner .site-switch-cursor {
  transform: translateX(0);
}
#site-boutique:checked ~ .site-switch-inner label[for="site-boutique"] {
  color: #fff;
  /* font-family: dinbold, Roboto, sans-serif; */
}

/* PARTICULIER checked */
#site-particulier:checked ~ .site-switch-inner .site-switch-cursor {
  transform: translateX(100%);
}
#site-particulier:checked ~ .site-switch-inner label[for="site-particulier"] {
  color: #fff;
  /* font-family: dinbold, Roboto, sans-serif; */
}

/***************************************************** 
                    REASSURANCE 
******************************************************/

#product .blockreassurance_product{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding:60px 15px;
}

#product .blockreassurance_product:after{
    position: absolute;
    content: "";
    background: #f4f4f4;
    height: 100%;
    z-index: 0;
    height: 100%;
    width:200%;
    left: -50%;
    top:0;
}

#product .blockreassurance_product div{
    min-height: 92px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    flex: 0 0 50%;
    max-width: 50%;
}

@media(min-width:1200px){
    #product .blockreassurance_product div{
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(max-width:768px){
    #product .blockreassurance_product{
        display: block;
    }
    #product .blockreassurance_product div{
        max-width: 100%;
    }
}


#product .blockreassurance_product .item-product,
#product .blockreassurance_product .item-product img{
    display: block;
    width: 58px;
    height: auto;
    padding:0;
}

#product .blockreassurance_product .item-product{
    height: 100%;
}

#product .blockreassurance_product .block-title{
    text-transform: uppercase;
    font-weight: 600;
    color:#000!important;
    font-size: 18px;
}

#checkout .blockreassurance_product .block-title,
#cart .blockreassurance_product .block-title{
    text-transform: uppercase;
    font-weight: 600;
    color:#000!important;
}

#checkout .blockreassurance_product .item-product,
#checkout .blockreassurance_product .item-product img,
#cart .blockreassurance_product .item-product,
#cart .blockreassurance_product .item-product img{
    width: 55px;
    height: 55px;
    padding: 0;
}

/***************************************************** 
                    PRESTABLOG 
******************************************************/

#index .prestablog{
    position:relative;
    padding:80px 20px;
    background:url(/img/cms/fond-blog.jpg) no-repeat center;
}

#index .prestablog ul{margin: auto; float:none;}

#blog_product_linked, .page-product-box{background: transparent; border:none;}
#blog_product_linked h3, .page-product-box .page-product-heading, #blog_article_linked h3{
    color:#7bc1c6;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #7bc1c6;
    padding-bottom: 15px;
    font-size: 1.05rem;
    display: block;
}

#blog_article_linked  .prestablog_more{display:none;}

.catInfos{
    font-size:14px;
    color:#ACACAC;
    margin-bottom:20px;
}

/************ blog-grid *************/

#index #blog_list_1-7 li{
    width:31%;
    padding:0;
    border:14px solid #FFF;
    margin:40px 1%;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

#blog_list_1-7 h3 a{color:#000;}

#blog_list_1-7 .block_top img, #blog_list_1-7 a, .block_cont, #blog_list_1-7 li * {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#blog_list_1-7 li:hover .block_cont{
    box-shadow: none;
    -webkit-box-shadow:none;
}

#blog_list_1-7 .block_cont{
    border:none;
    position: relative;
    /* overflow: hidden; */
}

/* #blog_list_1-7 li .block_cont .block_top{ overflow: hidden;} */
/* #blog_list_1-7 li:hover .block_cont .block_top img{transform: scale(1.1);} */
#blog_list_1-7 li:hover .block_cont .block_top{padding:0;}

#blog_list_1-7 li .block_cont .block_bas, 
#blog_list_1-7 li:hover .block_cont .block_bas{padding:15px 0;}

#index #blog_list_1-7 li .block_cont .block_bas, 
#index #blog_list_1-7 li:hover .block_cont .block_bas{padding:20px;}

#blog_list_1-7 h3{
    border:none;
    height:auto;
    padding: 0;
    font-size: 20px;
    line-height: normal;
}

#blog_list_1-7 .date_blog-cat{
    font-size: 12px;
    text-transform: none;
    display: block;
    margin-bottom: 10px;
}

#blog_list_1-7 .prestablog_more{
    background: transparent;
}

#blog_list_1-7 .prestablog_more a{
    padding: 8px 15px 5px;
    height: auto;
}

#index #blog_list_1-7 li a,
#index #blog_list_1-7 .date_blog-cat,
#index #blog_list_1-7 h3 a{color:#FFF!important;}

#index #blog_list_1-7 .block_bas{
    position: absolute;
    z-index: 2;
    top:100%;
    left: 0;
    right: 0;
    height:100%;
    text-align: center;
    color:#fff;
}

#index #blog_list_1-7 .block_cont:hover .block_bas{
    top:0;
}

#index #blog_list_1-7 .prestablog_more,
#index #blog_list_1-7 .prestablog_more .blog_link{
    color: #FFF !important;
    position: absolute;
    z-index: 4;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

#index #blog_list_1-7 .prestablog_more .blog_link:hover{
    background: transparent;
}

#index #blog_list_1-7 .prestablog_more .material-icons{
    position: absolute;
    text-align: center;
    bottom:20px;
    left:50%;
    width:42px;
    height: 42px;
    margin-left: -21px;
    border-radius:42px;
    background: #333;
    padding-top: 10px;
    transform: scale(0);
}

#index #blog_list_1-7 li:hover .prestablog_more .material-icons{
    transform: scale(1);
}

#blog_list_1-7.one_article li{ border:none;}
#blog_list_1-7.one_article .block_cont .block_top{width:30%; margin-right:20px;}
#blog_list_1-7.one_article li .block_cont .block_bas{padding-top:20px;}

#blog_list_1-7.one_article li:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

/******** recherche blog *********/

.prestablogtree .catblog_title{font-weight: 400;}
#prestablog_bloc_search .btn.button-search{border-radius:0; color:#FFF;}
#prestablog_bloc_search .btn.button-search:hover{ color:#FFF;}
#prestablog_bloc_search .btn.button-search::after{display:none;}

#categoriesFiltrage select{display:none;}

#categoriesFiltrage form{
    margin-bottom: 30px;
}

#categoriesFiltrage input.search_query {
    margin-right: 0;
    margin-top: 0;
    border: 1px solid #BDBDBD;
    padding: 10px 40px 10px 10px;
    height: 42px;
}

#categoriesFiltrage .button-search{
    height: 42px;
    border:none !important;
    border-radius: 0;
}

/******** page article *********/


#prestablogfront img{
    margin:0 30px 30px 0;
    width:40%;
}

#prestablogfront .info_blog{margin-bottom:30px;}

#prestablogfront h1{font-size:1.875rem;}
#prestablogfront h2{font-size:1.375rem;}
#prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6{font-size:1.125rem;}

#prestablogfront h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6{
    margin: 0 0 15px;
    padding: 0;
    border:none;
    text-align: left;
    text-transform:none;
    line-height: normal;
}
.prestablog_desc{font-size:16px;}

/************ blocs ***************/

#prestablog_lastliste .btn-primary, #prestablog_catliste .btn-primary, #prestablog_dateliste .btn-primary{
    padding: 10px 20px;
    border-radius: 50px;
}

#blog_article_linked #blog_list_1-7 h3{
    font-size: 16px;
}

#blog_product_linked a .productslinks{
    width:50%;
}
#blog_product_linked a .wrap_blog div{
    display: flex;
}

#blog_product_linked a .wrap_blog div .product_name_blog{
    position:relative;
    opacity: 1;
    padding: 0!important;
    
}
#blog_product_linked .titre_product_blog{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color:#cf142e;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin:0;
}
#blog_product_linked a .productslinks img{
    width:75px;
    height:75px;
    padding: 0;
    margin-right:10px;
    border:none;
}

#module-prestablog-blog #arboCat{
    display:none;
}

.prestablogtree .navbar-toggler{display: none;}


/************ NAV BLOG *************/

#prestablog_menu_cat nav ul li a{
    font-weight: 400;
    text-transform: uppercase;
}

/************ PAGINATION*************/


div.prestablog_pagination a,
div.prestablog_pagination span,
div.prestablog_pagination span.disabled,
div.prestablog_pagination a:hover,
div.prestablog_pagination a:active,
div.prestablog_pagination span.current{
    border:none;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

div.prestablog_pagination a:hover{
    background: #f4f4f4;
}

/************ LIENS DE PARTAGE *************/

.prestablogtitle{margin:0}
#prestablogfront, .prestablogExtra{border:none;}


/***************************************************** 
                    COLISSIMO 
******************************************************/


#colissimo-widget-container{
    width:100%!important;
    height:auto!important;
    padding:0!important;
}

div#colissimo-container .colissimo_widget_w363,
.colissimo-pickup-mobile-phone,
.iti--separate-dial-code{
    max-width: 100% !important;
}

#colissimo-pickup-point-address-selected {
    border: 3px solid #e2001a;
}

/***************************************************** 
                    Commun 
******************************************************/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

body:not(#index):before {
    background: center no-repeat url(/img/cms/aprico/bandeau.jpg);
    background-size: cover;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    z-index: -1;
}

body:not(#index) #infoTop {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
    padding-bottom: 15px;
}

#index #infoTop {
    display: none;
}

.bgGray {
    background-color: #F4F4F4 !important;
}

.bgDarkBlue {
    background: #475B6F;
    color: white;
}

h1, h2, h3, .h1, .h2, .h3, h4, .h4 {
    font-family: dinlight, Roboto, sans-serif;
    font-weight: normal;
    color: #475b6f;
}

.page-header h1{
    color: #FFF !important;
    text-align: center;
    font-size: 36px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    font-family: dinbold, Roboto, sans-serif;
}

strong {
    font-family: dinbold, Roboto, sans-serif;
    font-weight: normal;
}

.elementor-button {
    position: relative;
    background: rgba(88, 176, 182, 0.8);
    color: #fff;
    border: none;
    line-height: normal;
    text-transform: uppercase;
    font-family: dinregular, Roboto, sans-serif;
    font-size: 18px;
    white-space: normal;
    letter-spacing: 1px;
    padding: 10px 20px 10px 55px !important;
    border-radius: 0;
}

.elementor-button:before{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 27px;
    left: -18px;
    top: 7px;
    background-image: url(/img/fleche.svg);
    background-size: cover;
    transition: all 0.3s ease;
}

.elementor-button:hover:before{
    left: -10px;
}

.elementor-button:hover{
    background: #58b0b6;
}

.elementor-lightbox .elementor-lightbox-image{
    background-color: #FFF;
}

.liste.page-content ul>li {
    list-style-type: none;
    position: relative;
    margin-bottom: 5px;
    padding-left: -5px;
}

.liste.page-content ul>li:before {
    content: '';
    display: block;
    background-image: url(/img/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 4px;
    z-index: 1;
}

.liste.page-content ul>li a {
    color: #7bc1c6;
}

.breadcrumb {
    display: flex;
    justify-content: center;
}

.breadcrumb li a span{
    color: white;
}

.breadcrumb li:after {
    color: white;
} 

.titre h2 {
    font-size: 36px;
    line-height: normal;
}

.titre h2 strong{
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-left: 2px;
    padding-bottom: 8px
}

/* .titre h2 strong:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #58b0b6;
    bottom: 0;
    left: 0;
}
 */

#content-wrapper{
    padding-top: 25px;
    padding-bottom: 25px;
}

.elementor-accordion .elementor-tab-content.elementor-active{
    display: block!important;
}
.elementor-accordion .elementor-accordion-item{
    border-width:0 0 1px!important;
}
.elementor-accordion .elementor-tab-title:not(.elementor-active):hover{
    background-color: #F4F4F4;
}s
/***************************************************** 
                    Page Partenaires 
******************************************************/
.page-cms .elementor-text-editor strong{
    color: #475b6f;
}
.partenaires .elementor-cta {
    margin: auto;
    background-color: white;
}

.page-cms-8 .elementor-element-cbec293 {
    background-color: rgba(255, 255, 255, 0.5); /* Couleur semi-transparente */
    background-blend-mode: multiply;
}

.cms-id-8 #content-wrapper {margin-bottom: 0;}
.partenaires .elementor-cta .elementor-cta:hover .elementor-cta-bg-overlay {background-color: unset;}
.partenaires .elementor-cta .elementor-cta-content {background-color: unset;}

.partenaires .elementor-cta:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 4;
    cursor: pointer;
    transition: all ease .3s;
    background-color: rgba(88, 176, 182, 0.7);
    background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Capa_1%22%20enable-background%3D%22new%200%200%20515.283%20515.283%22%20viewBox%3D%220%200%20515.283%20515.283%22%20width%3D%2240%22%20height%3D%2240%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22m372.149%20515.283h-286.268c-22.941%200-44.507-8.934-60.727-25.155s-25.153-37.788-25.153-60.726v-286.268c0-22.94%208.934-44.506%2025.154-60.726s37.786-25.154%2060.727-25.154h114.507c15.811%200%2028.627%2012.816%2028.627%2028.627s-12.816%2028.627-28.627%2028.627h-114.508c-7.647%200-14.835%202.978-20.241%208.384s-8.385%2012.595-8.385%2020.242v286.268c0%207.647%202.978%2014.835%208.385%2020.243%205.406%205.405%2012.594%208.384%2020.241%208.384h286.267c7.647%200%2014.835-2.978%2020.242-8.386%205.406-5.406%208.384-12.595%208.384-20.242v-114.506c0-15.811%2012.817-28.626%2028.628-28.626s28.628%2012.816%2028.628%2028.626v114.507c0%2022.94-8.934%2044.505-25.155%2060.727-16.221%2016.22-37.788%2025.154-60.726%2025.154zm-171.76-171.762c-7.327%200-14.653-2.794-20.242-8.384-11.179-11.179-11.179-29.306%200-40.485l237.397-237.398h-102.648c-15.811%200-28.626-12.816-28.626-28.627s12.815-28.627%2028.626-28.627h171.761c3.959%200%207.73.804%2011.16%202.257%203.201%201.354%206.207%203.316%208.837%205.887.001.001.001.001.002.002.019.019.038.037.056.056.005.005.012.011.017.016.014.014.03.029.044.044.01.01.019.019.029.029.011.011.023.023.032.032.02.02.042.041.062.062.02.02.042.042.062.062.011.01.023.023.031.032.011.01.019.019.029.029.016.015.03.029.044.045.005.004.012.011.016.016.019.019.038.038.056.057%200%20.001.001.001.002.002%202.57%202.632%204.533%205.638%205.886%208.838%201.453%203.43%202.258%207.2%202.258%2011.16v171.761c0%2015.811-12.817%2028.627-28.628%2028.627s-28.626-12.816-28.626-28.627v-102.648l-237.4%20237.399c-5.585%205.59-12.911%208.383-20.237%208.383z%22%20fill%3D%22rgb(255%2C255%2C255)%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.partenaires .elementor-cta:hover:before {opacity: 1;}
.partenaires .elementor-cta {box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px -5px;}

.partenaires .elementor-cta .elementor-cta-content {
    display: grid;
    grid-template-areas:
      "h2"
      "div1"
      "div2";
}

.partenaires .elementor-cta .elementor-cta-content div:nth-child(1) {grid-area: div1;}
.partenaires .elementor-cta .elementor-cta-content h2 {grid-area: h2;}
.partenaires .elementor-cta .elementor-cta-content div:nth-child(3) {grid-area: div2;}

.page-cms-8 .elementor-element-e8c53e7 h3{
    font-size: 22px;
    font-family: dinregular, Roboto, sans-serif;
    text-transform: capitalize;
}

.page-cms-8 .form .elementor-field-type-submit {display: inline-block;}
.page-cms-8 .form .elementor-field-type-submit button{float: right;}

.page-cms-8 .elementor-carousel-wrapper a {
    display: flex;
    max-width: 400px !important;
    min-width: initial !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px -5px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.page-cms-8 .elementor-carousel-wrapper img {
    max-width: 400px !important;
    min-width: initial !important;
}

.page-cms-8 .elementor-carousel-wrapper .elementor-swiper-button svg {
    font-size: 50px;
    fill: #58b0b6;
}

.page-cms-8 .elementor-carousel-wrapper .elementor-swiper-button:hover svg {
    fill: #475b6f;
}

.page-cms-8 .elementor-carousel-wrapper figcaption {
    color: #55595c;
    font-size: 18px;
    padding: 0 35px 35px 35px;
}

.page-cms-8 .elementor-carousel-wrapper a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all ease .3s;
    background-color: rgba(88, 176, 182, 0.7);
    background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Capa_1%22%20enable-background%3D%22new%200%200%20515.283%20515.283%22%20viewBox%3D%220%200%20515.283%20515.283%22%20width%3D%2240%22%20height%3D%2240%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22m372.149%20515.283h-286.268c-22.941%200-44.507-8.934-60.727-25.155s-25.153-37.788-25.153-60.726v-286.268c0-22.94%208.934-44.506%2025.154-60.726s37.786-25.154%2060.727-25.154h114.507c15.811%200%2028.627%2012.816%2028.627%2028.627s-12.816%2028.627-28.627%2028.627h-114.508c-7.647%200-14.835%202.978-20.241%208.384s-8.385%2012.595-8.385%2020.242v286.268c0%207.647%202.978%2014.835%208.385%2020.243%205.406%205.405%2012.594%208.384%2020.241%208.384h286.267c7.647%200%2014.835-2.978%2020.242-8.386%205.406-5.406%208.384-12.595%208.384-20.242v-114.506c0-15.811%2012.817-28.626%2028.628-28.626s28.628%2012.816%2028.628%2028.626v114.507c0%2022.94-8.934%2044.505-25.155%2060.727-16.221%2016.22-37.788%2025.154-60.726%2025.154zm-171.76-171.762c-7.327%200-14.653-2.794-20.242-8.384-11.179-11.179-11.179-29.306%200-40.485l237.397-237.398h-102.648c-15.811%200-28.626-12.816-28.626-28.627s12.815-28.627%2028.626-28.627h171.761c3.959%200%207.73.804%2011.16%202.257%203.201%201.354%206.207%203.316%208.837%205.887.001.001.001.001.002.002.019.019.038.037.056.056.005.005.012.011.017.016.014.014.03.029.044.044.01.01.019.019.029.029.011.011.023.023.032.032.02.02.042.041.062.062.02.02.042.042.062.062.011.01.023.023.031.032.011.01.019.019.029.029.016.015.03.029.044.045.005.004.012.011.016.016.019.019.038.038.056.057%200%20.001.001.001.002.002%202.57%202.632%204.533%205.638%205.886%208.838%201.453%203.43%202.258%207.2%202.258%2011.16v171.761c0%2015.811-12.817%2028.627-28.628%2028.627s-28.626-12.816-28.626-28.627v-102.648l-237.4%20237.399c-5.585%205.59-12.911%208.383-20.237%208.383z%22%20fill%3D%22rgb(255%2C255%2C255)%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.page-cms-8 .elementor-carousel-wrapper a:hover:before {opacity: 1;}

/***************************************************** 
            Page Communication & Consommable
******************************************************/

.cms-id-10 h2, .cms-id-11 h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: dinbold, Roboto, sans-serif;
    color: #475b6f;
}

.cms-id-10 h3, .cms-id-11 h3{
    display: inline-block;
    font-size: 24px;
    padding-bottom: 3px;
    margin: 15px 0;
    border-bottom: 1px solid rgba(71, 91, 111, 0.3);
}

.cms-id-10 .liste ul, .cms-id-11 .liste ul {
    padding-left: 5px;
}

.cms-id-10 .liste ul>li , .cms-id-11 .liste ul>li {
    padding-left: 25px;
}

.cms-id-10 .liste ul>li:before , .cms-id-11 .liste ul>li:before {
    background: url(/img/arrow-list-black.svg) !important;
    width: 15px;
    height: 15px;
    margin-left: 0;
    left: 0;
    top: 3pxk;
}

/***************************************************** 
                    Page Notre Société 
******************************************************/

.cms-id-7 #content-wrapper {margin-top: 0;}
.cms-id-7:before {height: 425px !important;}

.bandeauChiffres h2 {
    text-transform: uppercase;
    font-size: 26px;
    color: #FFF;
}

.bandeauChiffres h3 {
    font-weight: normal;
    font-size: 36px;
    font-family: "dinregular", "Roboto", sans-serif;
    color: #FFF;
    text-transform: lowercase;
    margin-bottom: 0;
}

.bandeauChiffres h3, .bandeauChiffres p{line-height: normal;}

.bandeauChiffres p {font-size: 18px;}

.page-cms-7 .elementor-element-1d50aa4 h2 {
    padding: 40px 0;
    margin: 0;
    font-size: 30px;  
    font-family: dinlight, Roboto, sans-serif;
    font-weight: normal;
    color: #475b6f;  
}

.page-cms-7 .elementor-element-1d50aa4 h2 strong {
    text-transform: uppercase; 
    font-family: dinbold, Roboto, sans-serif;
    font-weight: normal;
}

.page-cms-7 .elementor-text-editor p {line-height: 1.6em !important;}

/***************************************************** 
                    Page Catalogue 
******************************************************/

.cms-id-9 #content-wrapper {margin-bottom: 0;}
.page-cms-9 .catalogue img{box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px -5px;}
.page-cms-9 .catalogue .ce-caption {margin-bottom: 20px !important;}

.page-cms-9 .catalogue .elementor-image {
    display: flex;
    justify-content: center;
}

.page-cms-9 .catalogue .widget-image-caption{
    font-family: "dinlight", "Roboto", sans-serif;
    font-weight: normal;
    color: #475b6f;
    font-size: 24px;
    margin-top: 20px;
}
/***************************************************** 
                    Page Accueil 
******************************************************/


.cat .elementor-cta-title {
    position: relative;
    padding-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 1px;
}
.cat .elementor-cta-title::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    background: #58b0b6;
    bottom: 0;
}

.cat .elementor-cta .elementor-cta-bg-wrapper img {
    filter: grayscale(100%);
    opacity: .8;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.cat .elementor-cta:hover .elementor-cta-bg-wrapper img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1);
}

.cat .elementor-cta-image img{
    width: 100px;
    height: 100px;
}

.blockCat .elementor-row {justify-content: center;}
.cat .elementor-cta {flex-direction: column-reverse;}
.cat .elementor-cta .elementor-cta-content, .cat .elementor-cta:hover .elementor-cta-bg-overlay {background-color: unset;}

.cat .elementor-cta .elementor-cta-bg-wrapper img {
    width: auto;
    margin: auto;
}

.page-index .chiffres{max-width: 350px;}

.page-index .chiffres img {
    width: 100px;
    max-width: 100px;
}

.page-index .chiffres .elementor-image-box-content {width: auto;}

.page-index .chiffres .elementor-image-box-title {
    font-size: 36px;
    font-family: "dinbold", "Roboto", sans-serif;
    color: #475b6f;
    margin-bottom: .5rem !important;
}

.page-index .chiffres .elementor-image-box-description em{
    font-size: 22px;
    font-family: "dinregular", "Roboto", sans-serif;
    font-style: normal;
    color: #475b6f;
}

.carousel-clients .elementor-swiper-button svg{font-size: 40px;}
.carousel-clients.elementor-arrows-position-outside .swiper{width:calc(100% - 130px);}

.page-index .elementor-element-2ad1b63 h4{
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: "dinregular", "Roboto", sans-serif;
}

.page-index .elementor-element-3ed377e {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.page-index .elementor-element-3ed377e h2{
    font-size: 36px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 50px;
    display: inline-block;
}

.page-index .elementor-element-3ed377e h2 strong{text-transform: uppercase;}

.page-index .elementor-element-3ed377e h2::before{
    width: 100%;
    height: 42px;
    background-color: rgba(88, 176, 182, 0.2);
    bottom: -20px;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
}

.page-index .elementor-element-3ed377e p strong{
    text-transform: uppercase;
    font-size: 20px;
    color: #475b6f;
}

.page-index .elementor-element-3ed377e p em{
    font-style: normal;
    color: #58b0b6;
    font-size: 30px;
}


.page-index .elementor-element-f49fffd h3,.page-index .elementor-element-3a7a1fc h3{ 
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: "dinregular", "Roboto", sans-serif;
}

.page-index .txtAcc .elementor-row{
    max-width: 1260px;
    margin: auto;
    color: #FFF;
}

.page-index .txtAcc h2 {
    color: #FFF;
    font-size: 30px;
    padding-left: 20px;
    border-left: 2px solid rgba(88, 176, 182, 0.8);
    margin-bottom: 30px;
}

.page-index .txtAcc h2 strong{text-transform: uppercase;}
.page-index .elementor-element-16d432d {position: relative;}

.page-index .elementor-element-16d432d:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(71, 91, 111, 0.8);
    -webkit-clip-path: polygon(87% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(87% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
}

.page-index .elementor-element-16d432d .elementor-text-editor{
    position: relative;
    z-index: 4;
}

.page-index .elementor-element-16d432d ul{
    padding-left: 0;
    list-style: none;
    padding-left: 1rem;
}
.page-index .elementor-element-16d432d ul li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}

.page-index .elementor-element-16d432d ul li:before {
    content: '';
    display: block;
    background-image: url(/img/arrow-list-white.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 4px;
    z-index: 1;
}
.page-index .elementor-element-16d432d ul li a:hover{
    color: #FFF;
}
.page-index .btn1 .btn {
    position: absolute;
    right: 60px;
    bottom: -15px;
    background: rgba(88, 176, 182, 0.8);
}

.page-index .btn1 .elementor-button {background: rgba(88, 176, 182, 0.8);}
.page-index .btn1 .btn:hover, .page-index .btn1 .elementor-button:hover {background: #58b0b6;}

/* .page-index .elementor-element-28dd259{
    float: left;
    width: calc(100% + 150px);
    margin: 0;
    position: relative;
    z-index: 3;
} */

/***************************************************** 
                    Blog 
******************************************************/

#module-prestablog-blog #blog_list_1-7 .block_cont {
    display:flex;
    flex-wrap: wrap;
    overflow: visible;
}

#module-prestablog-blog #blog_list_1-7 .block_top,#module-prestablog-blog #blog_list_1-7 .block_bas {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid .block_top {
    padding: 0;
    overflow: visible;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid:hover .block_top img{transform: scale(1);}

#module-prestablog-blog #blog_list_1-7 .blog-grid .block_top:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -60px;
    bottom: -90px;
    width: 120px;
    height: 120px;
    background: #FFF;
    transform: rotate(-45deg);
    box-shadow: 11px -11px 20px -15px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid:hover .block_top:before{
    bottom: -60px;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid:hover .block_top .date{
    margin-top: -40px;
    color: #3b8287;    
}

#module-prestablog-blog #blog_list_1-7 .blog-grid .block_top .date {
    line-height: 1.9rem;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid .block_top .date .jour{
    font-size: 32px;
    font-family: dinbold, Roboto, sans-serif;
}

#module-prestablog-blog #blog_list_1-7 .block_bas {
    padding-left: 20px;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid {
    padding-bottom: 70px;
    overflow: hidden;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid .date{
    position: absolute;
    z-index: 2;
    width: 180px;
    left: 50%;
    margin-top: -10px;
    margin-left: -90px;
    color: #475b6f;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

#module-prestablog-blog #blog_list_1-7 .btn-2{
    font-size: 15px;
    padding: 10px 12px 8px 34px;
    margin-left: 10px;
    background: #EEEEEE;
    color: #475b6f;
}

#module-prestablog-blog #blog_list_1-7 .btn:before {
    background-image: url(/img/fleche2.svg);
    width: 35px;
    height: 19px;
    left: -15px;
}

#module-prestablog-blog #blog_list_1-7 .blog-grid:hover .btn:before{left: -7px;}
#module-prestablog-blog #blog_list_1-7 .blog-grid:hover .btn-2 {background: #ddd;}
#module-prestablog-blog .block-categories{background: none;}


#module-prestablog-blog .prestablogcatnotreecont a, #module-prestablog-blog .block-categories .block_content > ul > li > a {
    position: relative;
    padding: 0 0 0 25px;
    border: none;
    display: inline-block;
}
#module-prestablog-blog .prestablogcatnotreecont a:before, #module-prestablog-blog .block-categories .block_content > ul > li > a:before {
    content: '';
    display: block;
    background-image: url(/img/arrow-list-black.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
}


#module-prestablog-blog .prestablog_pagination {
    font-family: Roboto, sans-serif;
}

/***************************************************** 
                    Page Catégorie 
******************************************************/

/* #category:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 400px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
} */

#category #content-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 40px 30px;
}

#category #content-wrapper .row {
    background: white;
}

#category h1 {
    font-size: 34px;
    font-family: dinbold, Roboto, sans-serif;
}

#category #category-additional-description h2{
    display: inline-block;
    padding-bottom: 3px;
    margin: 15px 0;
    border-bottom: 1px solid rgba(71, 91, 111, 0.3);
}

#category #product-list-header, #category #js-product-list-header {
    padding: 40px;
}

#category #product-list-header strong, #category #js-product-list-header strong {color: #475b6f;}


#category #category-description ul>li:before {
    background: url(/img/arrow-list-black.svg) !important;
    width: 15px;
    height: 15px;
    margin-left: 0;
}

#category.category-depth-level-2 .discovers-products {    
    display: flex;    
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#category .discovers-products  {
    margin-bottom: 30px;
}

#category .discovers-products h2 {
    font-size: 22px;
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 1.5em;
    margin: 0;
}

#category .discovers-products h2 .catName {
    font-family: dinbold, Roboto, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}

#category .discovers-products .imgCat:before {
    content: '';
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#category #products{
    padding:  0 15px;
}
.category-id-7 .discovers-products .imgCat:before {background-image: url('/img/cms/Accueil/distributeur-picto.png');}
.category-id-8 .discovers-products .imgCat:before {background-image: url('/img/cms/Accueil/corbeille-picto.png');}
.category-id-9 .discovers-products .imgCat:before {background-image: url('/img/cms/Accueil/cendrier-picto.png');}
.category-id-10 .discovers-products .imgCat:before {background-image: url('/img/cms/Accueil/communication-picto.png');}
.category-id-11 .discovers-products .imgCat:before {background-image: url('/img/cms/Accueil/consommables-picto.png');}

#category .product-description p {
    font-family: dinregular, Roboto, sans-serif;
    color: #475b6f;
}


#js-product-list .product-miniature{
  display: flex;
}

.product-miniature .thumbnail-container{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-miniature .thumbnail-container > a.thumbnail{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-miniature .product-description{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-miniature .product-description p.text-center{
  margin-top: auto;
}

#subcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

#subcategories .catLink1 {
    width: calc(100% / 5);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

#subcategories .catLink1 .txt{
    text-transform: uppercase;
    padding: 20px 10px;
    display: block;
    position: relative;
}
#subcategories .catLink1 .txt:before{
    content: "";
    height: 2px;
    width: 60px;
    position: absolute;
    background-color: #7bc1c6;
    top: 0;
    left: 50%;
    margin-left: -30px;
}

#subcategories .catLink1 a {
    display: inline-block;
}

#subcategories .catLink1 .catImg {
    display: block;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 20px;
    transition: all ease .3s;
}

#subcategories .catLink1 .catImg img {
    max-width: 100%;
    height: auto;
}
#subcategories .catLink1 a:hover{
    transform: translateY(-20px);
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.4);
}
/***************************************************** 
                    Page Produits 
******************************************************/

/* 
#product:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 400px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
} */

#product #content-wrapper{
    padding-top: 0;
}

#product .product-cover{z-index: 2;}

#product .prodDesc {
    background: #FFF;
    padding: 50px;
    -webkit-clip-path: polygon(92% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(92% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}


#product .prodDesc .titleProduct h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: "dinbold", "Roboto", sans-serif;
}

#product .prodDesc .titleProduct .pictoCat:before {
    content: '';
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .6;
}

#product.product-id-category-7 .prodDesc .titleProduct .pictoCat:before {background-image: url('/img/cms/Accueil/distributeur-picto.png');}
#product.product-id-category-8 .prodDesc .titleProduct .pictoCat:before {background-image: url('/img/cms/Accueil/corbeille-picto.png');}
#product.product-id-category-9 .prodDesc .titleProduct .pictoCat:before {background-image: url('/img/cms/Accueil/cendrier-picto.png');}
#product.product-id-category-10 .prodDesc .titleProduct .pictoCat:before {background-image: url('/img/cms/Accueil/communication-picto.png');}
#product.product-id-category-11 .prodDesc .titleProduct .pictoCat:before {background-image: url('/img/cms/Accueil/consommables-picto.png');}

#product .prodImg {
    margin-top: 80px;
    background: #fff;
    padding: 0;
}

#product .featured-products .products, #product .linkedProducts {
    display: flex;
    flex-wrap: wrap;
}

#product .product-add-to-cart{
    padding: 15px 0;
}

.descProd .nav-tabs{display: none;}
.descProd .tabs .tab-content .tab-pane{
    display: block;
    opacity: 1;
}

.descProd, .descProd .tabs .tab-content .tab-pane{
    padding: 0;
}
#product #content-wrapper .elementor-counter{
    display: flex;
    align-items: center;
    justify-content: center;
} 

#product #content-wrapper .elementor-counter .elementor-counter-title{
    flex-basis: 200px;
}

.avantages_produit .ce-caption-text,
#product #content-wrapper .gal_avantages a{
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    margin: 20px 0;
    color: #58b0b6;
}

.avantages_produit .ce-caption-text:after,
#product #content-wrapper .gal_avantages a:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background: #58b0b6;
    top: 100%;
    left: 50%;
    margin-left: -40px;
}

#product #content-wrapper .txt_avantages h3{
    color: inherit;
    margin: 40px 0 10px;
    font-size: 120%;
    position: relative;
    padding-bottom: 8px;
}

#product #content-wrapper .txt_avantages h3:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    background: #58b0b6;
    top: 100%;
    left: 0;
}

#product .product-variants .product-variants-item label .color {
    width: 1.5rem;
    height: 1.5rem;
}

#product .product-variants .product-variants-item label .color.selected {
    border: 3px solid #58b0b6;
}

@media(max-width:991px){
    #product .prodDesc{
        padding: 40px;
    }
    #product .prodDesc .titleProduct h1{
        font-size: 34px;
    }
}
@media(max-width:767px){
    #product .prodDesc{
        padding: 30px;
    }
    #product .prodDesc .titleProduct h1{
        font-size: 32px;
    }
}

/******************************************************
                        FOOTER
********************************************************/

@media(min-width:768px){
    .footer_reassurance .elementor-tabs-wrapper{
        display: flex;
        justify-content: space-between;
    }
}

.footer_reassurance.elementor-widget-tabs .elementor-tab-desktop-title{
    padding: 120px 15px 30px;
    text-align: center;
}

.footer_reassurance.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    width: calc(100% / 6);
}

.footer_reassurance .elementor-tab-title[data-tab='1']:before {
    background-image: url('../img/reassurance-accompagnement.png');
}

.footer_reassurance .elementor-tab-title[data-tab='2']:before {
    background-image: url('../img/reassurance-environnement.png');
}

.footer_reassurance .elementor-tab-title[data-tab='3']:before {
    background-image: url('../img/reassurance-entreprises.png');
}

.footer_reassurance .elementor-tab-title[data-tab='4']:before {
    background-image: url('../img/reassurance-livraison.png');
}

.footer_reassurance .elementor-tab-title[data-tab='5']:before {
    background-image: url('../img/reassurance-qualite.png');
}

.footer_reassurance .elementor-tab-title[data-tab='6']:before {
    background-image: url('../img/reassurance-normes.png');
}

.reassurance_footer .elementor-tab-title {
    text-align: center;
    position: relative;
}

.footer_reassurance .elementor-tab-title:before {
    content: ''; 
    display: block;
    width: 100px!important;
    height: 100px!important;
    top: 0;
    left: 50%;
    position: absolute;
    margin-bottom: 15px;
    transform: translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}
    
.footer_reassurance .elementor-tab-title:hover:before{
    transform: translateX(-50%) scale(1.1);
}

.footer_reassurance .elementor-tab-title:before,
.footer_reassurance.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{
    right: auto!important;
}

.footer_reassurance.elementor-widget-tabs .elementor-tab-content{
    padding: 0 15px 30px;
    position: relative;
}

.footer_reassurance.elementor-widget-tabs .elementor-tab-mobile-title:after{
    content: "\e81e";
    font-family: ceicons!important;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
}

@media(min-width:768px){
    .footer_reassurance.elementor-widget-tabs .elementor-tab-content{
        text-align: center;
        padding: 30px 10%;
        border-top: 1px solid #58b0b6!important;
    }

    .footer_reassurance .elementor-tab-content.elementor-active:before {
        content: ''; 
        display: block;
        width: 100px!important;
        height: 3px!important;
        background: #58b0b6;
        top: -2px;
        position: absolute;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }
    
    .footer_reassurance .elementor-tab-content.elementor-active[data-tab='1']:before{left:8.33%;}
    .footer_reassurance .elementor-tab-content.elementor-active[data-tab='2']:before{left: 24.99%;}
    .footer_reassurance .elementor-tab-content.elementor-active[data-tab='3']:before{left: 41.65%;}
    .footer_reassurance .elementor-tab-content.elementor-active[data-tab='4']:before{left: 58.31%;}
    .footer_reassurance .elementor-tab-content.elementor-active[data-tab='5']:before{left: 74.97%;}
    .footer_reassurance .elementor-tab-content.elementor-active[data-tab='6']:before{left: 91.63%;}
}


@media(max-width:1200px){
    .footer_reassurance.elementor-widget-tabs .elementor-tab-desktop-title{
        padding: 100px 10px 20px;
    }
    .footer_reassurance.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
        font-size: 14px;
    }
    .footer_reassurance .elementor-tab-title:before{
        width: 80px!important;
        height: 80px!important;
    }
    .footer_reassurance.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {width: auto;}
}
    

@media(max-width:767px){
    .elementor-tab-content.elementor-active{
        display: block!important;
    }
    .footer_reassurance.elementor-widget-tabs .elementor-tab-mobile-title{
        position: relative;
        padding: 20px 15px 20px 60px;
    }
    .footer_reassurance.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active{
        color: #58b0b6;
    }
    .footer_reassurance.elementor-widget-tabs .elementor-tab-content{
        width: 100%;
    }
    .footer_reassurance .elementor-tab-title.elementor-active:before,
    .footer_reassurance .elementor-tab-title:before{
        left: 0;
        transform: none!important;
        width: 50px!important;
        height: 50px!important;
    }
}

/***************************************************** 
                    RESPONSIVE 
******************************************************/

@media(min-width:1400px){
    #blog_product_linked a .productslinks{width:33%;}
    #index .prestablog ul{max-width: 1400px;}
    #index #blog_list_1-7 li .block_cont .block_bas, #index #blog_list_1-7 li:hover .block_cont .block_bas {padding: 40px;}
}

@media(max-width:1200px){
    #index #blog_list_1-7 .prestablog_more .material-icons{bottom:0;}
    #index #blog_list_1-7 li:hover .prestablog_more .material-icons{transform: scale(.7);}
    #blog_list_1-7 h3{font-size: 18px;}
    #blog_list_1-7 .blog_desc{font-size:15px;}
    #blog_list_1-7.one_article .block_cont .block_top{width:50%;}
}

@media(max-width:991px){
    #index #blog_list_1-7 li{width: 100%;}
    #index .prestablog ul{max-width: 400px;}
    #index #blog_list_1-7 .block_bas{position: relative;}
    #index #blog_list_1-7 li .prestablog_more .material-icons, #index #blog_list_1-7 li:hover .prestablog_more .material-icons{display: none;}
    #module-prestablog-blog #left-column{display:none;}
}

@media (max-width: 770px){
    #prestablog_menu_cat #menu-mobile{
        margin: 0;
        height:48px;
    }
    #prestablog_menu_cat nav ul li a{
        padding: 10px 20px;
    }
}

@media(max-width:768px){
    #prestablogfront,
    #prestablogfront .widget, #prestablogfront .widget .media {padding: 0;}
    #blog_product_linked a .productslinks{width:100%;}
    #blog_product_linked, .page-product-box{padding:0;}
    #prestablogfont img{float:none; margin:0 auto 30px; display: block; width:100%;}
    #prestablogfront h1{font-size: 1.5rem;}
    .prestablogExtra{display: none;}
}

@media(max-width:480px){
    #blog_list_1-7.one_article .block_cont .block_top{width:100%;float: none;}
    #colissimo-pickup-point-address-selected header .colissimo-pickup-point-address {padding: 5px 5px 0;}
    div#colissimo-container .colissimo_widget_pictos-infos-bulles{display:none;}
    div#colissimo-container .colissimo_widget_tabHoraires{margin-left: 5px!important;}
    div#colissimo-container div.colissimo_widget_body1Infobulle, div#colissimo-container div.colissimo_widget_headerInfobulle{max-width:100%!important;}
    div#colissimo-container .colissimo_widget_liste-points{padding:5px!important;}
    .colissimo_widget_custom-popup{margin-left:10px!important;}
    #product .blockreassurance_product{padding: 40px 0;}
    #product .blockreassurance_product div{padding:0;}
    #product .blockreassurance_product .item-product, #product .blockreassurance_product .item-product img{width: 55px; height: 55px;}
}


/***************************************************** 
                    Media Queries 
******************************************************/

@media (min-width: 768px) {    
    .page-index .elementor-element-f49fffd {border-right: 1px solid #58b0b6;}
    .page-index .elementor-element-3a7a1fc {border-left: 1px solid #58b0b6;}       
}

@media (min-width : 768px) and (max-width: 991px) {
    .page-index .elementor-element-28dd259,.page-index .elementor-element-e5ea0a4 {
        width: 100% !important;
        max-width: 600px;
        margin: auto;
    }
    
}

@media (min-width: 992px) {
    #category:before, #product:before {
        height: 600px !important;
    }
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    #module-prestablog-blog #blog_list_1-7 .block_cont {flex-direction: column;}
    #module-prestablog-blog #blog_list_1-7 .block_bas {
        padding-top: 80px;
        padding-left: 0;
        z-index: 1;
        text-align: center;
    }
}

@media(max-width:991px){
    .titre h2{font-size: 30px;}
    .cat .elementor-cta-title{font-size: 18px;}
    body:not(#index) #infoTop {height: 250px;}
    #category h1{font-size: 26px;}
    #category .discovers-products h2 .catName{font-size: 26px;}
    #subcategories .catLink1{width: calc(100% / 3);}
}


@media(max-width:767px){
    .blockSociete .elementor-image-box-wrapper .elementor-image-box-img{
        width: 100px!important;
    }
    .cat .elementor-cta-content{padding: 14px;}
    .cat .elementor-cta-content h2{font-size: 16px;}
    .cat .elementor-cta-bg-wrapper{display: none;}
    .carousel-clients .swiper .swiper-slide figure img{width: auto;}
    .carousel-clients .elementor-swiper-button svg{font-size: 30px;}
    .carousel-clients.elementor-arrows-position-outside .swiper{width:calc(100% - 100px);}
    .page-index .txtAcc h2 {font-size: 24px;}

    #category #product-list-header {
        padding: 30px 20px;
    }
    .titre h2{font-size: 26px;}
}

@media(max-width:480px){
    .blockSociete .elementor-image-box-wrapper .elementor-image-box-img{
        width: 80px!important;
    }
}