body{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    background: #343B3C;
    line-height: 30px;
}

*{
    box-sizing: border-box; 
}

section, footer, header, article, main, aside, .row{
    position: relative;
}

a, img, button, span, [name], a:after, span:after{
    transition:all 0.5s; 
    -webkit-transition:all 0.5s;
}

h1, h2, h3, h4, h5, h6{
    color: inherit;
    padding: 0;
    margin-top: 0;
}

* > p:last-child{
    margin-bottom: 0 !important;
}

a:hover, a:focus{
    text-decoration: none;
}

ul, ol{
    margin: 0;
    padding: 0;
    list-style: none
}

img{
    max-width: 100%;
}


/*general*/

.clear{
    clear:both !important; 
    display:block; 
    float:none !important; 
    width:100% !important; 
    height:0px !important; 
    margin:0 !important; 
    padding:0 !important; 
    border:none !important; 
    min-height:0px !important;
}

.vertical_align_center_parent{-webkit-transform-style:preserve-3d; -moz-transform-style:preserve-3d; transform-style:preserve-3d !important; position:relative;}

.vertical_align_center{top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); position:relative;}

.notDisplay{
    display:none;
}

.displayBlock{
    display: block;
}

.displayInlineBlock{
    display: inline-block;
    vertical-align: top;
}

.position_relative{
    position: relative;
}

.object_fit_cover{
    width:100%; 
    object-fit:cover;
    /*height:100% !important;*/ 
}

.margin, .wrap{
    margin: 0 auto;
}

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

.width_100{
    width: 100%;
}

.height_100{
    height: 100%;
}

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

.z_index_0{
    z-index: 0;
}

.z_index_1{
    z-index: 1;
}

.z_index_2{
    z-index: 2;
}

.no_margin{
    margin: 0;
}

.nowrap{
    white-space: nowrap;
}

.no_mb{
    margin-bottom: 0 !important;
}


/* structure */

.no_padding, .no_flex{
    padding: 0;
}

.row_noflex{
    display: block;
    position: relative;
}

.row_noflex:after, .no_flex .elementor-container:after{
    content:'';
    display: block;
    clear: both;
}

.row_noflex *[class*="col-"]{
    max-width: none;
    flex: none;
    float: left;
}

.float_left, .row_noflex *[class*="col-"].float_left{
    float:left;
}

.float_right, .row_noflex *[class*="col-"].float_right{
    float:right;
}

.row.no_padding *[class*="col-"]:not(.padding), .container.no_padding *[class*="col-"]:not(.padding){
    padding-left:0; 
    padding-right: 0;
}

.container.no_padding .row:not(.padding), .row.no_padding, .row.no_padding .row:not(.padding){
    margin-right:auto; 
    margin-left: auto;
}

.no_padding .col, .no_flex .col, .no_flex .elementor-column{
    padding-left: 0;
    padding-right: 0;
}

.no_flex.elementor-section.elementor-section-boxed > .elementor-container, .no_flex .elementor-container{
    display: block;
}

.no_flex .col, .no_flex .elementor-column{
    display: block;
    float: left;
}

.no_flex .col.float_right, .no_flex .elementor-column.float_right{
    float: right;
}

.no_padding .elementor-widget-wrap, .no_flex .elementor-widget-wrap{
    padding: 0 !important;
}


/* general site */

a{
    color: #E8523F;
}

.title_elt{
    margin-bottom: 0 !important;
}

.cta a, .cta .a, .gwolle-gb-write-button input.button, .gwolle_gb_submit input{
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    padding: 10px 25px 10px 23px;
    background-color: #E8523F;
    display: inline-block;
    border: 1px solid #E8523F;
}
.cta a:hover, .cta .a:hover, .gwolle-gb-write-button input.button:hover, .gwolle_gb_submit input:hover{
    background-color: #fff;
    color: #E8523F;
}

.cta.dark a, .cta.dark .a{
    background-color: #343B3C;
}

.cta_simple a, .cta_simple .a{
    color: #343B3C;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    padding: 10px 0;
    background-color: transparent;
    display: inline-block;
    border: none;
    border-radius: 0;
}

.gwolle_gb_submit input{
    background-color: #E8523F !important;
}

.box_shadow{
    box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.18);
}

.border_radius{
    border-radius: 10px;
}

.title_section .elementor-heading-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 15px;
    color: #343B3C;
}


/* main */

.main_page{
    min-height: 500px;
}

.container, .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 100%;    
}

div > p:last-child{
    margin-bottom: 0 !important;
}


/* site left */

.site_left{
    width: /*236px*/15.62913907284768%;
    color: #fff;
    padding-top: 55px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.logo_site{
    margin-left: /*31px*/13.13559322033898%;
    margin-right: /*31px*/13.13559322033898%;
}

.main_menu{
    overflow: hidden;
    padding-top: 69px;
}

.main_menu > div > ul > li{
    position: relative;
    margin-bottom: 31px;
}

.main_menu > div > ul > li > a{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-left: /*64px*/27.11864406779661%;
    padding-right: 15px;
    line-height: 1em;
}

.main_menu > div > ul > li > a:before{
    content:'';
    display: block;
    left: -7px;
    top: -10px;
    background: #E8523F;
    border-radius: 20px;
    height: 39px;
    width: 12px;
    display: none;
    position: absolute;
}

.main_menu > div > ul > li.current-menu-item > a:before, .main_menu > div > ul > li > a:hover:before{
    display: block;
}

.main_menu > div > ul > li a:after{
    content:'';
    position: absolute;
    left: /*30px*/12.71186440677966%;
    top: -2px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}

.main_menu > div > ul > li.li_home a:after{
    background-image: url(../images/hp.png);
}

.main_menu > div > ul > li.li_about a:after{
    background-image: url(../images/about.png);
}

.main_menu > div > ul > li.li_sound a:after{
    background-image: url(../images/sound.png);
    height: 22px;
    top: -3px;
}

.main_menu > div > ul > li.li_bundles a:after{
    background-image: url(../images/bundles.png);
    top: -4px;
}

.main_menu > div > ul > li.li_freebies a:after{
    background-image: url(../images/freebies.png);
    top: -3px;
}

.main_menu > div > ul > li.li_bigwheels a:after{
    background-image: url(../images/studio.png);
}

.main_menu > div > ul > li > ul{
    padding-top: 29px;
    margin-left: /*62px*/26.27118644067797%;
}

.main_menu > div > ul > li > ul li{
    margin-bottom: 17px;
}

.main_menu > div > ul > li > ul li a{
    line-height: 1em;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    display: block;
    padding-right: 15px;
}

.main_menu > div > ul > li > ul li a:hover, .main_menu > div > ul > li > ul li.current-menu-item > a{
    color: #E8523F;
}

.contact_site{
    padding-top: 47px;
    padding-left: /*31px*/13.13559322033898%;
    padding-right: 10px;
    padding-bottom: 32px;
    line-height: 1em;
    font-size: 11px;
    font-weight: 300;
    word-break: break-all;
}

.contact_site h3{
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
}

.contact_site p{
    margin-bottom: 14px;
}

.contact_site a{
    color: #fff;
}

.contact_site .texte_footer{
    margin-top: 37px;
}

.track3 {
    width: 10px;
    background: #343B3C;
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover, .track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #343B3C;
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3, .track3.dragging .handle3 {
    width: 10px;
}


/* header */ 

.site_right{
    width: /*1274px*/84.37086092715232%;
    float: right;
    min-height: 850px;
    background: #fff;
    border-radius: 23px 0 0 23px;
}

.site_right .container_fluid, .wrap_container_fluid > .elementor-container{
    width: /*1204px*/94.50549450549451%;
    margin: 0 auto;
    position: relative;
}

#header{
    padding-top: 31px;
    padding-bottom: 51px;
    position: relative;
    z-index: 99;
}
.sticky #header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: #fff;
}

.form_search{
    width: /*354px*//*29.64824120603015%*/27.3%;
    position: relative;
    height: 40px;
}

.form_search button{
    width: 40px;
    height: 100%;
    background-color: #E8523F;
    background-image: url(../images/loupe.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    outline: none !important;
    font-family: 'Poppins', sans-serif;
    border: none !important;
}

.form_search input, form input, form textarea{
    width: 100%;
    height: 100%;
    padding: 0 15px 0 64px;
    font-size: 13px;
    color: #343B3C;
    line-height: 40px;
    background: #F5F5F5 !important;
    border: none;
    outline: none !important;
    font-family: 'Poppins', sans-serif;
    border-radius: 8px;
}

.form_search input::placeholder, form input::placeholder, form textarea::placeholder{
    color: #343B3C;
}

form label{
    font-weight: 600;
}

form:not(.form_search) input{
    height: 40px;
    padding: 0 20px;
}

form:not(.form_search) input[type='radio'], form:not(.form_search) input[type='checkbox']{
    height: auto !important;
    padding: 0 !important;
    width: auto !important;
}

form textarea{
    height: 200px;
    line-height: 1.3em;
    padding: 20px;
}

.wpcf7-form br{
    display: none;
}

.wpcf7-form-control-wrap{
    width: 100%;
    display: block;
}

form .star{
    color: #E6432F;
}

form .cta .a{
    background-color: #E6432F !important;
}

.bloc_compte_panier{
    width: /*69%*/50%;
}

.link_account{
    background-image: url(../images/compte.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
    background-size: 100% auto;
    margin-right: 12px;
}

.bloc_panier{
    position: relative;
}

.bloc_panier .panier{
    display: block;
    background-image: url(../images/panier.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100% auto;
    position: relative;
    margin-right: 8px;
}

.bloc_panier .panier .nb{
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -3px;
    background: #E43721;
    color: #fff;
    border-radius: 5px;
    padding: 3px 6px 1px;
    line-height: 1em;
    font-size: 9px;
    font-weight: 700;
}

.bloc_panier .produits_panier{
    display: none;
    position: absolute;
    left: -280px;
    top: 23px;
    width: 300px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 0;
}

.bloc_panier:hover .produits_panier{
    display: block;
}

.bloc_panier .produits_panier li img{
    margin-left:8px !important;
}


/* hp */

.section_new_about{
    padding-bottom: 60px;
    color: #fff;
    font-size: 12px;
    line-height: 1.6em;
}

.section_new_about .title_section .elementor-heading-title{
    color: #343B3C;
}

.section_new_about .col_new{
    width: /*708px*/58.80398671096346%;
}

.slider_new{
    overflow: hidden;
}

.slider_new .item, .col_about .txt, .section_news .col > div{
    height: 212px;
    font-size: 12px;
}

.slider_new .item .wrap{
    /*overflow: hidden;
    width: 622px;
    margin: 0 auto;*/
}

.slider_new .item .wrap, .col_about .txt, .section_news .col > div{
    padding-top: 36px;
    padding-bottom: 31px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.slider_new .item .title, .col_about .title .elementor-heading-title, .section_news .col .title .elementor-heading-title{
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.slider_new .item .desc{
    max-width: 298px;
    min-height: 57px;
}

.slider_new .nav_slider{
    position: absolute;
    top: 35px;
    right: 38px;
    z-index: 2;
}

.slider_new .nav_slider a{
    background-image: none;
    background-color: #767B7A;
    mask-size: 100% auto;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    width: 10px;
    height: 23px;
    opacity: 1 !important;
}

.slider_new .nav_slider a:hover{
    background-color: #fff;
}

.slider_new .nav_slider .prev{
    -webkit-mask-image: url(../images/prev.svg);
    mask-image: url(../images/prev.svg);
    margin-right: 12px;
}

.slider_new .nav_slider .next{
    -webkit-mask-image: url(../images/next.svg);
    mask-image: url(../images/next.svg);
}

.section_new_about .cta, .section_news .cta{
    padding-top: 15px;
}

.section_new_about .col_about{
    width: /*460px*/38.20598006644518%;
}

.col_about .txt, .section_news .col > div{
    padding-top: 50px !important;
}

.col_about .txt > div{
    max-width: 213px;
}

.section_new_products, .section_cats_products, .section_guestbook, .section_news{
    padding-bottom: /*44px*/60px;
}

.posts_carousel{
    position: relative;
}
.posts_carousel .row_noflex{
    margin-right: -15px;
    margin-left: -15px;
}
.posts_carousel .row_noflex.row_noflex,
.posts_carousel .slick-slide .row_noflex {
  margin-right: 0;
  margin-left: 0;
}
.cats_carousel_listing .posts_carousel.cats_carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.posts_carousel .item{
    width: /*213px*//*17.69102990033223%*/20%;
    margin-right: /*35px*//*2.87%*/;
    display: block;
    text-align: center;
    color: #343B3C;
    padding: 0 15px;
    /*float: left;*/
}

.posts_carousel .row_noflex .item:last-child{
    margin-right: auto !important;
}

.posts_carousel.style_4 .item.last{
    width: 38.292%;
}

.posts_carousel .item .img{
    /*height: 270px;*/
    background: #D6D8D8;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.posts_carousel .item .img a {
  /*height: 100%;*/
  width: 100%;
}
.posts_carousel .item.player .img:before{
    content:'';
    display: inline-block;
    margin: 10px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 52px;
    height: 52px;
    z-index: 2;
    position: relative;
}

.posts_carousel .item .img img{
    /*position: absolute;
    z-index: 1;
    left: 0;
    top: 0;*/
}

.posts_carousel .item .title{
    margin: 0;
    padding: 0;
    text-align: left;
}
.woocommerce ul.products .product_item_cover .title,
.woocommerce ul.products .product_item_cover .title a,
.posts_carousel .item .title,
.posts_carousel .item .title a{
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #343B3C;
    display: block;
}
.woocommerce ul.products .product_item_cover .title .sep,
.posts_carousel .item .title .sep{
    display: inline-block;
    margin: 0 5px;
}
.woocommerce-Price-amount,
.product_elt .price ins,
.posts_carousel .item .price{
    line-height: 30px;
    text-align: left;
    color: #343B3C;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.product_elt .price ins{
    float: left;
}
.product_elt del .woocommerce-Price-amount{
    line-height: normal;
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px;
}
.related .product_elt del{
    margin-left: 5px;
    text-decoration: none;
    border: none;
}
.related .product_elt del .woocommerce-Price-amount{
    text-decoration: line-through;
    margin-right: 0;
}
.posts_carousel .item .price .woocommerce-Price-amount{
}
.woocommerce-price-suffix,
.posts_carousel .item .price .woocommerce-price-suffix{
    font-size: 10px;
    font-weight: 300;
}

.actions_slider{
    position: absolute;
    top: -57px;
    right: 0;
}

.nav_slider{
    margin-left: 15px;
    position: relative;
    top: 7px;
    opacity: 0;
    visibility: hidden;
}

.nav_slider a{
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 10px;
    height: 23px;
    position: static;
    opacity: 0.5;
}

.nav_slider a:hover{
    opacity: 1 !important;
}
.slide_testimonials .slick-arrow,
.home_carousel_products .slick-arrow{
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 0;
    border: none;
    outline: none;
    box-shadow: none;
    opacity: 1;
    width: 10px;
    height: 23px;
    background-color: transparent;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide_testimonials .slick-arrow.slick-disabled,
.home_carousel_products .slick-arrow.slick-disabled{
    opacity: 0.5;
}
.slide_testimonials .slick-arrow:hover,
.home_carousel_products .slick-arrow:hover{
    opacity: 1;
}
.slide_testimonials .slick-prev,
.home_carousel_products .slick-prev,
.nav_slider .carousel-control-prev{
    background-image: url(../images/prev.png);
    margin-right: 12px;
}
.slide_testimonials .slick-next,
.home_carousel_products .slick-next,
.nav_slider .carousel-control-next{
    background-image: url(../images/next.png);
}
.slide_testimonials .slick-prev,
.home_carousel_products .slick-prev{
    margin: 0;
    right: 25px;
}
.slide_testimonials .slick-list,
.home_carousel_products .slick-list {
    margin:0 -15px;
}
.slide_testimonials .slick-slide,
.home_carousel_products .slick-slide{
    margin: 0;
}
.home_carousel_products .slick-slide .item{
    width: 100%;
}
.slide_testimonials .slider_item,
.home_carousel_products .slider_item{
    padding: 0 15px;
    margin: 0;
}
.posts_carousel.cats_carousel .item .img img{
    box-shadow: 3px 4px 7px 0px rgb(0 0 0 / 18%);
}

.section_news .col{
    width: 48.59402460456942%;
    overflow: hidden;
}

.section_news .col > div{
    height: 245px;
    overflow: hidden;
}

.section_news .col > div > div{
    max-width: 464px;
}

.section_guestbook .gwolle-gb-write-button{
    margin-top: -7px;
    margin-bottom: 20px;
}

.gwolle-gb form{
    margin-top: 0;
}

.gwolle-gb form h3{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

.gwolle-gb .gwolle-gb-float div.label, .gwolle-gb .gwolle-gb-float div.input{
    width: 100%;
    float: none;
}

.gwolle-gb .gwolle-gb-float div.label .text-info{
    color: #000 !important;
}

.gwolle_gb_notice{
    margin-bottom: 30px;
}

.gwolle-gb div.input input[type="text"], .gwolle-gb div.input input[type="email"], .gwolle-gb div.input input[type="url"], .gwolle-gb div.input textarea, .gwolle-gb div.input select{
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    outline: none !important;
    padding: 0 10px;
}

.gwolle-gb div.input textarea{
    height: 150px !important;
    line-height: 1.2em !important;
    padding: 10px !important;
}

.gwolle_gb_submit input:hover{
    background: inherit !important;
}

.gwolle-gb .gwolle-gb-read{
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.gwolle-gb .gb-entry{
    width: 47%;
    margin: 0 3% 30px 0 !important;
    background: #EBECEC;
    border-radius: 12px;
    padding: 28px 38px !important;
    border: none !important;
}

.gb-author-origin, .gb-datetime, .gb-author-avatar, .gwolle-gb-total, .gwolle-gb-write-button{
    display: none !important;
}

.gwolle-gb .gb-entry .gb-author-info .gb-author-name{
    padding: 0 !important;
    color: #E8523F;
    display: block;
    margin-bottom: 10px;
}

.gwolle-gb .gb-entry .gb-entry-content{
    padding: 0 !important;
}


/* archive */

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce .products .star-rating, .woocommerce ul.products li.product .button{
    display: none !important;
}

.popular_products{
    padding-bottom: 30px;
}

.woocommerce .popular_products ul.products li.product .woocommerce-loop-product__title{
    display: block !important;
    color: #343B3C;
    font-weight: 400;
}


body p.woocommerce-info{
    margin-bottom: 30px !important;
    border-top-color: #E8523F;
}

.woocommerce-info::before{
    color: #E8523F;
}

.woocommerce ul.products li.product{
    text-align: center;
}

.woocommerce ul.products li.product a img{
    box-shadow: 3px 4px 7px 0px rgb(0 0 0 / 18%);
    border-radius: 0;
}

.woocommerce ul.products li.product .desc{
    text-align: left;
    color: #343B3C;
    font-size: 12px;
    max-height: 55px;
    overflow: hidden;
}

.woocommerce .woocommerce-ordering{
    margin: 5px 0 0 5px;
    max-width: 50%;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 0 20px 0 15px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #343B3C;
    outline: none !important;
    border-radius: 10px;
    width: 100%;
    background: url(../images/down.svg) no-repeat calc(100% - 15px) center;
    appearance: none;
}

.woocommerce ul.products li.product .price{
    color: #E6432F;
    font-weight: 700;
    display: none;
}


/* single produit */

.main_single_product{
    padding-top: 50px;
}

.posted_in, .sku_wrapper, .add_to_cart_produit .quantity{
    display: none !important;
}

.produit_content{
    width: /*1001px*//*83.13953488372093%*/;
    position: relative;
    margin-top: 0;
    padding-bottom: 34px;
    width: calc(100% - 250px);
    padding-right: 30px !important;
}

.head_infos_produit{
    margin-bottom: 48px;
    margin-top: 0;
}

.head_infos_produit .image_produit{
    width: /*356px*//*35.56443556443556%*/30%;
    margin-right: /*53px*//*2.5%*/ 50px;
}

.head_infos_produit .image_produit .img{
    /*margin-bottom: 29px;*/
}

.head_infos_produit .image_produit .img a{
    display: block;
}

.head_infos_produit .image_produit .img img{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 9px;
    width: 100%;
}

.head_infos_produit .bloc_actions a{
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    background-color: #F5F5F5;
    color: #E8523F;
    line-height: 22px;
    padding: 5px 12px 5px 10px;
    margin-right: 9px;
    margin-bottom: 3px;
}

.head_infos_produit .bloc_actions a:before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 21px;
    margin-right: 4px;
}

.head_infos_produit .bloc_actions a:hover{
    opacity: 0.8;
}

.head_infos_produit .bloc_actions a.listen:before{
    background-image: url(../images/listen.jpg);
    height: 22px;
}

.head_infos_produit .bloc_actions a.desc:before{
    background-image: url(../images/desc.jpg);
}

.head_infos_produit .bloc_actions a.link_sound_list:before{
    background-image: url(../images/sound-list.jpg);
}

.head_infos_produit .infos_produit{
    width: /*386px*//*40%;*/calc(70% - 50px);
    /*max-width: 420px;*/
    line-height: 1em;
    padding-top: 5px;
    position: relative;
    padding-bottom: 85px;
}
.head_infos_produit .infos_produit .add_to_cart_produit {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.prod_variables_addtocart .head_infos_produit .infos_produit .add_to_cart_produit{
  position: initial;
}
.prod_variables_addtocart .head_infos_produit .infos_produit .bloc_prix{
  display: none;
}
body.single-product div.product {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
body.single-product div.product div.summary{
    padding-bottom: 100px;
}
body.single-product div.product div.summary,
.single-product div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;
    position: relative;
}
.single-product div.product form.cart:not(.variations_form),
.single-product div.product .entry-summary form.cart .woocommerce-variation-add-to-cart,
.prod_variables_addtocart .head_infos_produit .infos_produit .woocommerce-variation-add-to-cart{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.single-product div.product .entry-summary form.cart .variations,
.prod_variables_addtocart .head_infos_produit .infos_produit .variations{
    float: left;
    width: auto;
}
.single-product div.product .entry-summary form.cart .variations,
.single-product div.product .entry-summary form.cart .woocommerce-variation-add-to-cart button,
.prod_variables_addtocart .head_infos_produit .infos_produit .variations,
.prod_variables_addtocart .head_infos_produit .infos_produit .woocommerce-variation-add-to-cart button{
  margin: 10px 0 0;
}
.single-product div.product .product_title,
.infos_produit .title_section .elementor-heading-title{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.infos_produit .data_produit{
    margin-bottom: 32px;
}
div.product .entry-summary  .price,
div.product .entry-summary  .woocommerce-Price-amount,
.produit .price,
.infos_produit .price,
.infos_produit .price .woocommerce-Price-amount{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1em;
    color: #E6432F;
    margin-bottom: 16px !important;
}
div.product .entry-summary .woocommerce-Price-amount,
.infos_produit .price .woocommerce-Price-amount{
    font-size: 30px;
    line-height: 30px;
}
div.product .entry-summary .woocommerce-price-suffix,
.infos_produit .price .woocommerce-price-suffix{
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #E6432F;
}

.infos_produit .excerpt_produit{
    /*max-width: 308px;*/
    margin-bottom: /*23px*/45px;
    line-height: 1.5em;
}

.infos_produit .tags_produit{
    margin-bottom: 15px;
    max-width: 420px;
}
.infos_produit .bloc_actions,
.infos_produit .tags_produit{
    display: none;
}

.infos_produit .tags_produit a{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 10px;
    padding: 5px 11px;
    border: 1px solid #CACACA;
    color: #CACACA;
}

.woocommerce button.button.alt{
    background-color: #E8523F !important;
    border-radius: 10px;
    padding: 11px 17px;
    border: none !important;
    position: relative;
}

.woocommerce button.button.alt.single_add_to_cart_button{
    padding: 10px 15px 10px 45px;
    margin-left: 0;
}

.woocommerce button.button.alt:hover{
    opacity: 0.8;
}

.woocommerce button.single_add_to_cart_button:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 16px;
    background-image: url(../images/plus-cart.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 15px;
}

.woocommerce button.button.alt span{
    font-weight: 400;
}

.long_desc_produit, .player_soundcloud{
    margin-bottom: 48px;
    width: 970px;
    max-width: 95%;
}

.player_soundcloud{
    margin-bottom: 0 !important;
}

.sound_list{
    width: 800px;
    max-width: 95%;
}

.visionneur_pdf {
	height: 150px;
	position: relative;
	text-align: center;
	background: #eee;
}

.visionneur_pdf:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	z-index: 1;
}

.visionneur_pdf.view:before, .visionneur_pdf.view .link_view{
    display: none;
}

.visionneur_pdf .iframe_pdf {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	border: none;
}

.visionneur_pdf .link_view {
	height: 40px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	padding: 0 30px;
	background: #E6432F;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.link_download_pdf {
	color: #E6432F;
	display: inline-block;
	position: relative;
    margin-top: 10px;
}

.wrap_related_products{
    width: 250px;
}
.wrap_related_products .related{
    position: relative;
    padding-left: 50px !important;
}
.wrap_related_products .related:before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #EAEAEA;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.wrap_related_products .title{
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 500;
    font-size: 25px;
    color: #343B3C;
}
.wrap_related_products .title_elt{
    margin-bottom: 0;
}
.wrap_related_products .title_elt a {
  color: #343B3C;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  display: block;
}
.slider_related_products .produit{
    margin-bottom: 27px;
    overflow: hidden;
    display: block;
    /*
    background: #D6D8D8;
    border: 1px solid #D6D8D8;
    border-radius: 10px;*/
}

.slider_related_products .produit div{
    height: 100%;
    width: 100%;
    position: relative;
}
.slider_related_products .produit div.price {
  margin: 0 !important;
}
.slider_related_products .produit .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider_related_products .produit .img{
    /*height: 165px;*/
    margin-bottom: 15px;
}

.slider_related_products .produit .play{
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    color: #fff;
    display: none;
}

.slider_related_products .navigation_slider{
    text-align: right;
    margin-bottom: 29px;
    display: none;
}

.slider_related_products .navigation_slider .nav{
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.slider_related_products .navigation_slider .nav:hover{
    opacity: 0.5;
}

.slider_related_products .navigation_slider .nav.prev{
    background-image: url(../images/prev1.jpg);
    margin-right: 14px;
}

.slider_related_products .navigation_slider .nav.next{
    background-image: url(../images/next1.jpg);
}


/* page my account */

.woocommerce-info, .woocommerce-message{
    border-top-color: #E8523F;
}

.woocommerce-message::before{
    color: #E8523F;
}

body.woocommerce-account .main_page > div.woocommerce, body.woocommerce-cart .main_page > div.woocommerce, body.woocommerce-checkout .main_page > div.woocommerce{
    width: /*1204px*/94.50549450549451%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a{
    display: block;
    padding: 10px 15px;
    line-height: 1em;
    color: #000;
    border: 1px solid #E8523F;
    margin-bottom: 5px;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    background-color: #E8523F;
    color: #fff;
}

.woocommerce-address-fields{
    padding-bottom: 40px;
}

.woocommerce-Address{
    float: none !important;
    width: 100% !important;
    margin-bottom: 40px;
}

.woocommerce form label{
    display: block !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    line-height: 1em !important;
}

.woocommerce-input-wrapper{
    display: block;
    width: 100%;
}

.woocommerce form .form-row, .password-input{
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.woocommerce form .form-row textarea{
    height: 150px !important;
    padding: 15px !important;
    line-height: 1.3em !important;
}

.woocommerce form .button{
    background: #E8523F;
    color: #fff;
}

.woocommerce form .button:hover{
    opacity: 0.8;
}

.woocommerce form .woocommerce-address-fields .button{
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content{
    padding-bottom: 50px;
}


/* tunnel de commande */

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    background-color: #E8523F !important;
}

.woocommerce-page table.cart td.actions .coupon label{
    display: none !important;
}

.woocommerce .quantity .qty{
    padding: 0 !important;
}

.woocommerce form .button[name="apply_coupon"]{
    height: 32px;
}

#customer_details{
    margin: 0 -15px;
    margin-bottom: 40px;
}

.woocommerce-checkout-payment{
    margin-bottom: 40px;
    padding: 5px 0;
}

body.woocommerce-checkout .woocommerce-account-fields{
    margin-top: 20px;
}

button#place_order{
    margin-top: 20px;
}


/* on demand */

.section_visuel_page{
    padding: 80px 30px;
    text-align: center;
    color: #fff;
}

.section_visuel_page .title .elementor-heading-title{
    text-transform: uppercase;
    line-height: 1.1em;
}

.bloc_txt{
    font-size: 15px;
}

.roundedImage{
    overflow: hidden;
    border-radius: 50px !important;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.roundedImage:hover{
    opacity: 0.85;
}


/* about */

.bloc_title_page .elementor-widget-wrap{
    padding: 0 !important;
}

.section_visuel_fond{
    padding: 93px 25px 30px;
    font-size: 12px;
    color: #fff;
    line-height: 1.5em;
}

.section_visuel_fond .title .elementor-heading-title{
    line-height: 1.1em;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.section_visuel_fond .txt{
    margin-bottom: 20px;
    max-width: 270px;
}
.section_visuel_fond .maxwidth_710 {
    max-width: 710px;
}
.section_experience{
    padding-top: 42px;
    padding-bottom: 55px;
}

.section_experience .col_img{
    max-width: /*159px*/13.97188049209139%;
    width: 159px;
    margin-right: 4.569420035149385%;
}

.section_experience .col_txt{
    max-width: /*735px*/64.58699472759227%;
    width: 992px;
    padding-top: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    max-width: calc(95% - 159px);
}

.section_ceo{
    padding-bottom: 40px;
}

.section_ceo .col_img{
    width: 433px;
    max-width: 38.04920913884007%;
    margin-right: /*110px*/9.666080843585237%;
}

.section_ceo .col_txt{
    width: 439px;
    max-width: 38.57644991212654%;
    padding-top: 2px;
    font-size: 12px;
}

.section_ceo .col_txt .txt{
    margin-bottom: 0 !important;
}

.section_ceo .col_txt .ceo{
    font-weight: 500;
    font-size: 13px;
    margin-top: 14px;
    margin-bottom: 14px;
}


/* all categories */

.cats_carousel_listing .posts_carousel .item{
    margin-bottom: 30px;
}


/* sound librairies */

.section_animals .col1{
    width: /*669px*/58.78734622144112%;
}

.section_animals .col2{
    width: /*435px*/38.22495606326889%;
}

.posts_carousel.style_3 .item{
    width: /*202px*/30.12%;
    margin-right: /*33px*/4.82%;
}

.posts_carousel.style_2 .item{
    width: /*202px*/46.32%;
    margin-right: /*33px*/7.36%;
}

.section_voxpat{
    margin-bottom: 34px !important;
}

.section_voxpat .txt{
    max-width: 445px;
}

.posts_carousel.collection_carousel .row{
    margin: 0;
}

.posts_carousel.collection_carousel .item{
    width: /*552px*/48.50615114235501%;
    flex: 0 0 auto;
    display: flex;
    min-height: 286px;
    /*overflow: hidden;*/
    margin-right: 0 !important;
    text-align: left;
    position: relative;
    padding: 30px 0;
    align-items: end;
}

.posts_carousel.collection_carousel .item .img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.posts_carousel.collection_carousel .item .txt{
    width: /*490px*/88.76811594202899%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
}

.posts_carousel.collection_carousel .item .txt .title{
    line-height: 1.1em;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
    padding: 0 !important;
}

.posts_carousel.collection_carousel .item .txt .desc{
    max-width: 300px;
    margin-bottom: 15px;
    max-height: 36px;
    overflow: hidden;
}


/* modal newsletter */

.close_btn{
    display: block;
    position: absolute;
    cursor: pointer;
    top: 29px;
    right: -10px;
    background-image: url(../images/close1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 19px;
    z-index: 2;
}

.modal-dialog{
    max-width: 668px;
}

.modal-content{
    border-radius: 10px;
    border: none;
}

.modal_newsletter .modal-body{
    padding: 0;
}

.modal_newsletter .wrap{
    margin: 0 auto;
    width: /*575px*/86.07784431137725%;
    padding: 46px 0 50px;
    position: relative;
}

.modal_newsletter .logo{
    width: /*214px*/37.21739130434783%;
    margin-right: /*52px*/9.043478260869565%;
    border-right: 2px solid #F1F1F1;
    padding: 16px 15px 16px 0;
}

.modal_newsletter .txt{
    width: /*296px*/51.47826086956522%;
    padding: 20px 0;
}

.modal_newsletter .txt .title{
    margin-bottom: 17px;
    line-height: 1.1em;
    font-weight: 700;
    font-size: 22px;
}

.modal_newsletter .txt .desc{
    max-width: 255px;
    font-size: 12px;
}

.modal_newsletter .txt form{
    margin: 15px 0 15px;
    position: relative;
}

.modal_newsletter .txt form div{
    width: 100%;
}

.modal_newsletter .txt form input[type='email'], .modal_newsletter .txt form input[type='text']{
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 46px 0 24px;
    border: none !important;
    background: #F5F5F5;
    outline: none !important;
    color: #C9CACB;
    border-radius: 10px;
    position: relative;
    font-size: 11px;
    z-index: 1;
}

.modal_newsletter .txt form input[type='email']::placeholder, .modal_newsletter .txt form input[type='text']::placeholder{
    color: #C9CACB;
}
.modal_newsletter #acym_fulldiv_formAcym1 .acym__subscription__form__button button,
.modal_newsletter .txt form [type='submit']{
    background-color: #E8523F !important;
    background-image: url(../images/submit.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    text-indent: -2000px;
    width: 38px;
    height: 38px;
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    border-radius: 10px;
    cursor: pointer;
}
.modal_newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode {
    height: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.modal_newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode #formAcym1 {
  margin: 0;
  width: 100%;
}
.modal_newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__fields{
    margin: 0 !important;
}
.modal_newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__button{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0 !important;
    z-index: 1;
}
.modal_newsletter #acym_fulldiv_formAcym1.acym__subscription__form__shortcode .acym__subscription__form__button button{
    position: initial;
    border-radius: 10px;
}
.modal_newsletter #acym_fulldiv_formAcym1 .acym__subscription__form__fields > *{
    margin: 0 !important;
}

.modal_newsletter .txt .txt_pub{
    color: #E8523F;
    font-weight: 500;
    font-size: 15px;
}


/* contact */

form .field{
    margin-bottom: 20px;
}


/* responsive */

@media (min-width:1920px)
{
    .posts_carousel .item .img{
        /*height: 271px;*/
    }   
}

@media (max-width:1599px) /* testé sur 1366px */
{
    .form_search{
        width: 33.5%;
    }
    
    .bloc_compte_panier{
        width: 50%;
    }
    
    .head_infos_produit .image_produit{
        width: 41%;
        margin-right: 4.5%;
    }   
    
    .head_infos_produit .infos_produit{
        width: 53%;
    } 
    
    .slider_related_products .produit{
        /*height: 155px;*/
    }
}

@media (max-width:1366px)
{
    .site_left{
        width: 20%;
    }
    
    .site_right{
        width: 80%;
    }
    
    .posts_carousel .item .img{
        /*height: 193px;*/
    }   
}

@media (max-width:1365px) /* testé sur 1200px */
{
    .section_new_about .col_new{
        width:53%;
    } 
    
    .section_new_about .col_about{
        width: 44%;
    }   
    
    .head_infos_produit .bloc_actions a{
        margin-right: 1px;
    }
    
    .slider_related_products .produit{
        /*height: 140px;*/
    }
}

@media (max-width:1200px)
{
    .posts_carousel .item .img{
        /*height: 170px;*/
    }   
}

@media (max-width:1199px) 
{ 
    .hidden_md{display: none;}
    
    .visible_md{display: block !important;}
    
    /* menu */
    
    .site_left{
        padding-top: 40px;
    }
    
    .main_menu{
        padding-top: 65px;
    }
    
    .main_menu > div > ul > li > a{
        font-size: 14px;
    }
    
    .contact_site a{
        font-size: 12px;
    }
    
    /* header */
    
    .form_search{
        width: 35%;
    }
    
    .bloc_compte_panier{
        width: 59%;
    }
}

@media (max-width:991px) 
{
    .hidden_sm{display: none !important;}
    
    .visible_sm{display: block !important;}
    
    .visible_sm_inline_block{display: inline-block !important;}

    .no_float_sm{float:none !important; flex: none !important; width:100% !important; margin-right:auto !important; margin-left:auto !important; 
    display:block !important;}
    
    .row .no_float_sm{max-width: none;}
    
    .no_position_absolute_sm{width:100% !important; right:auto !important; left:auto !important; top:auto !important; bottom:auto !important;
    margin-right:auto !important; margin-left:auto !important; position:relative !important; display:block !important;}
    
    .align_center_sm{text-align:center !important;}
    
    .margin_bottom_sm{margin-bottom:30px;}
    
    .no_height_100_sm, .height_auto_sm{height:auto !important; max-height:none !important;}
  
    .width_100_sm{width:100% !important;}
    
    .no_vertical_align_center_sm{top:auto !important; transform:none !important;}
    
    /* site left */
    
    .site_left{
        left: -100%;
        transition: all 0.5s;
        width: 236px;
        z-index: 999;
        background-color: #343B3C;
    }
    
    .site_left.open{
        left: 0;
    }
    
    .site_right{
        width: 100%;
        position: relative;
        z-index: 1;
        float: none;
        border-radius: 0;
    }
    
    #header{
    }
    
    .bloc_panier{
        margin-right: 15px !important;
    }
    
    .btn_menu_xs{
        background:#E6432F; 
        color:#fff; 
        font-size:20px; 
        line-height:20px; 
        padding:2px 5px; 
        cursor:pointer;
        z-index:1001;
        display: inline-block;
        position: fixed;
        top: 30px;
        right: 10px;
    }
    
    .bloc_compte_panier .btn_menu_xs{
        position: initial;
    }
    
    /* single produit */
    
    .produit_content{
        margin-top: 0;
    }
    
    .produit_content:before{
        top: auto;
        height: 1px;
        width: 100%;
        bottom: 0;
    }
    
    .long_desc_produit, .player_soundcloud{
        width: 100%;
        max-width: 100%;
    }
    
    .slider_related_products .produit{
        /*height: 165px;
        width: 165px;
        margin-right: 18px;*/
        display: inline-block;
        vertical-align: top;
    }
    
    .slider_related_products .carousel-item > .produit:last-child{
        margin-right: auto !important;
    }
    
    /* tunnel de commande */
    
    .woocommerce-additional-fields{
        margin-top:40px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation{
        margin-bottom: 20px;
    }
}

@media (max-width:767px) 
{
    .no_float_xs{float:none !important; flex: none !important; width:100% !important; margin-right:auto !important; margin-left:auto !important; 
    display:block !important;}
    
    .row .no_float_xs, .row_noflex .no_float_xs{max-width: none;}
    
    .no_position_absolute_xs{width:100% !important; right:auto !important; left:auto !important; top:auto !important; bottom:auto !important;
    margin-right:auto !important; margin-left:auto !important; position:relative !important; display:block !important;}
    
    .hidden_xs{display: none !important;}
    
    .visible_xs{display: block !important;}
    
    .visible_xs_inline_block{display: inline-block !important;}
    
    .align_center_xs{text-align:center !important;}
    
    .margin_bottom_xs{margin-bottom:20px;}
    
    .no_height_100_xs, .height_auto_xs{height:auto !important; max-height:none !important;}
    
    .width_100_xs{width:100% !important;}
    
    .no_vertical_align_center_xs{top:auto !important; transform:none !important;}

    
    /* header */
    
    #header{
        padding-bottom: 35px;
    }
    
    .form_search{
        width: 55%;
        height: 35px;
    }
    
    .form_search button{
        width: 35px;
    }
    
    .form_search input{
        padding-left: 45px;
        line-height: 35px;
    }
    
    .bloc_compte_panier{
        width: 43%;
    }
    
    .link_account{
        margin-right: 7px;
    }
    
    .bloc_panier{
        margin-right: 40px;
    }
    
    .bloc_panier .produits_panier{
        left: -220px;
        width: 280px;
    }
    
    
    /* hp */
    
    .title_section .elementor-heading-title{
        font-size: 22px;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .slider_new .item, .col_about .txt{
        height: auto;
    }
    
    .actions_slider{
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 15px;
    }
    
    .posts_carousel .item{
        margin-bottom: 25px;
    }
    
    .section_new_products, .section_cats_products, .section_guestbook{
        padding-bottom: 30px;
    }
    
    .gwolle-gb .gb-entry{
        width: 100%;
        margin-right: auto !important;
    }

    
    /* archive */
    
    .posts_carousel .item{
        /*max-width: 213px;
        width: 100% !important;
        margin-left: auto!important;
        margin-right: auto !important;
        margin-bottom: 15px;
        float: none !important;*/
    }
    
    .posts_carousel .item .img{
        /*height: 213px;*/
    }
    
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        margin-bottom: 20px;
    }
    
    
    /* single produit */
    
    .head_infos_produit{
        margin-bottom: 30px;
    }
    
    .head_infos_produit .image_produit .img{
        text-align: center;
    }
    
    .head_infos_produit .infos_produit{
        padding-top: 20px;
    }
    
    .infos_produit .data_produit{
        margin-bottom: 15px;
    }
    
    .long_desc_produit, .player_soundcloud{
        margin-bottom: 25px;
    }
    
    .slider_related_products .carousel-item{
        text-align: center;
    }
    
    .slider_related_products .produit{
        /*margin-right: 5px;
        height: 144px;
        width: 144px;*/
    }
    
    body.woocommerce-checkout h3{
        font-size: 22px;
    }
    
    
    /* sound librairies */
    
    .posts_carousel.collection_carousel .item{
        width: 100% !important;
        max-width: 100% !important;
        padding: 60px 0 30px;
        min-height: 0;
    }
    
    /* modal newsletter */
    
    .modal_newsletter .logo{
        border: none !important;
        padding: 0;
        text-align: center;
    }
    
}
.posts_carousel .row_noflex,
.add_to_cart_produit .variations_form,
.displayflex{
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer#footer {
    padding: 80px 0;
    background: #F3F4F4;
}
footer#footer .widget{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer#footer .footer_infos{
    width: 50%;
    padding: 0 20px;
}
footer#footer .user_links,
footer#footer .newsletter{
}
footer#footer .newsletter{
    margin-left: -5%;
    width: 30%;
    padding: 0 20px;
}
footer#footer .newsletter .widgettitle{
    color: #343B3C;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
}
footer#footer .user_links{
    width: 20%;
    justify-content: flex-end;
    flex-direction: column;
}
footer#footer .footer_bottom .footer_infos ul li,
footer#footer .footer_infos ul li{
    float: left;
    width: 50%;
    padding-right: 20px
}
footer#footer li a{
    letter-spacing: 0px;
    color: #343B3C;
    font-size: 20px;
    line-height: 24px;
}
footer#footer .footer_top{
    justify-content: space-between;
    flex-wrap: initial;
}
footer#footer .footer_top .footer_infos li.logo_footer{
    
}
footer#footer .footer_top .footer_infos li a{
    line-height: 40px;
}
footer#footer .rs_links .links{
    margin: 0 -10px;
    padding: 0;
}
footer#footer .rs_links .links li{
    padding: 0 10px;
}
footer#footer .footer_bottom{
    border-top: 2px solid #939697;
    padding-top: 40px;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
}
footer#footer .footer_bottom .footer_infos{
    width: 50%;
}
footer#footer .footer_bottom .footer_infos li a{
    font-size: 15px;
    line-height: 30px;
    color: ##343B3C;
}
footer#footer .mc4wp-form .mc4wp-form-fields{
    position: relative;
}
footer#footer .acym_module_form{
    width: 100%;
    position: relative;
}
footer#footer .acym_module_form .acym_form{
    width: 100%;
}
footer#footer .acym_module_form input[type="email"],
footer#footer .mc4wp-form input[type="email"]{
    background: #E9EBEB !important;
    height: 50px;
    padding-right: 60px;
    max-width: 100%;
}
footer#footer .acym_module_form .onefield{
    min-width: 100%;
}
footer#footer .acym_module_form .acysubbuttons{
    position: absolute;
    top: 0;
    right: 0;
}
footer#footer .acym_module_form .acysubbuttons{
    position: absolute;
    top: 0;
    right: 0;
}
footer#footer .acym_module_form .acysubbuttons input[type="button"],
footer#footer .mc4wp-form input[type="submit"]{
    background: #E8523F url(../images/submit_news.png) no-repeat center !important;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    border-radius: 10px;
    min-width: 50px;
    border: none;
}

footer#footer .acym_module_form .acysubbuttons input[type="button"]{
    position: initial;
}
footer#footer .footer_bottom .rs_links{
    padding: 0 20px;
}
footer#footer .user_links a {
  border: 2px solid #E8523F;
  border-radius: 10px;
  min-width: 160px;
  display: inline-block;
  padding: 0 15px;
  line-height: 42px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #E8523F;
}
footer#footer .user_links .login{
  margin-bottom: 15px;
}
footer#footer .user_links .sign_up a:hover,
footer#footer .user_links .login a {
  background: #E8523F;
  color: #fff;
}
footer#footer .user_links .login a:hover{
  background: #fff;
  color: #E8523F;
}

.section_left_box{
    padding-right: 20px !important;
}
.section_right_box{
    padding-left: 20px !important;
}


.slide_testimonials .slick-track{
    display: flex;
}
.slide_testimonials .slick-slide{
    margin: 0 20px !important;
    height: auto;
    clear: initial !important;
    padding: 0 !important;
    position: relative;
    background: none;
}
.slide_testimonials .slick-slide:before{
    content: "";
    box-shadow: 3px 3px 6px #343B3C;
    border-radius: 10px;
    opacity: 0.1;
    background: #E9EBEB;
    position: absolute;
    top: 3px;
    bottom: 6px;
    left: 3px;
    right: 3px;
    z-index: -1;
}
.slide_testimonials .slick-slide .gb-author-info {
    padding: 28px 38px 0 !important;
    color: #E8523F;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}
.slide_testimonials .slick-slide .gb-entry-content{
    padding: 28px 38px 0 !important;
    letter-spacing: -0.32px;
    color: #343B3C;
    font-size: 16px;
    font-weight: 300;
}
.slide_testimonials .slick-slide .gb-entry-content {
  padding: 10px 38px 20px !important;
}
.eael-product-gallery .eael-cat-tab{margin: 0 0 35px 0 !important;}
.eael-product-gallery .eael-cat-tab li{
    margin: 0 !important;
}
.product_cats_nav{
    margin: 0 -5px;
}
.product_cats_nav li{
    padding: 5px !important;
    float: left;
}
.product_cats_nav li a,
.eael-product-gallery .eael-cat-tab li a{
    border: 1px solid #343B3C;
    border-radius: 10px;
    font-size: 17px;
    line-height: 35px;
    display: block;
    padding: 0 15px;
    color: #343B3C;
    font-weight: 500;
    background: none;
}
.product_cats_nav li.current-menu-item a,
.product_cats_nav li.active a,
.product_cats_nav li:hover a,
.eael-product-gallery .eael-cat-tab li a:hover,
.eael-product-gallery .eael-cat-tab li a.active{
    background: #E8523F;
    color: #fff;
    border-color: #E8523F;
}
.eael-product-gallery .woocommerce{
    
}
.eael-product-gallery .woocommerce .products{
    
}
.eael-product-gallery .woocommerce .products li{
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 15px !important;
}
.eael-product-gallery .woocommerce .products .image-hover-wrap{
    display: none;
}
.eael-product-gallery .woocommerce .products .eael-product-wrap .product-image-wrap{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0;
    margin-bottom: 15px;
}
.eael-product-gallery .woocommerce .products .product-details-wrap{
    padding: 0 !important;
}
.eael-product-gallery .woocommerce .products .eael-product-title h3{
    padding: 0;
    text-align: left;
}
.eael-product-gallery .woocommerce .products .eael-product-price{
    text-align: left;
    margin: 0;
}
.red_product_produit.row{
    margin: 0 -15px !important;
    flex-wrap: initial;
}
.red_product_produit .desc_produit {
  width: 100%;
  padding: 0 15px;
  max-width: 100%;
}
.red_product_produit .desc_produit + .desc_produit {
  width: 50%;
  min-width: 50%;
}
.red_product_produit .desc_produit h2{
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 500;
}
.red_product_produit .desc_produit ul{
    
}
.add_to_cart_produit .variations_form{

}
.add_to_cart_produit .variations_form .woocommerce-variation-price{

}
.single-product div.product .entry-summary form.cart .reset_variations,
.single-product div.product .entry-summary form.cart div.quantity{
    display: none !important;
}
.single-product div.product .entry-summary form.cart div.quantity{
    display: none !important;
}
.woocommerce span.onsale,
.single-product div.product .entry-summary .addtoany_list,
.single-product div.product .entry-summary .product_meta,
.single-product div.product .entry-summary form.cart i.fa-shopping-cart,
.single-product div.product .entry-summary form.cart .variations td.label,
.single-product .entry-summary.prod_variables_addtocart p.price,
.single-product .entry-summary .woocommerce-product-rating,
.woocommerce form.cart a.added_to_cart.wc-forward,
.woocommerce button.button.alt.single_add_to_cart_button:after,
.woocommerce button.button.alt.single_add_to_cart_button .xoo-cp-icon-check,
.head_infos_produit .bloc_actions,
.add_to_cart_produit .variations_form .fa-shopping-cart,
.add_to_cart_produit .variations_form .reset_variations,
.add_to_cart_produit .variations_form .variations .reset_variations,
.add_to_cart_produit .variations_form .variations td.label{
    display: none;
}
body.single-product div.product form.cart .variations select,
.variations select{
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 17px;
  line-height: 34px;
  font-weight: 500;
  padding: 0px 15px;
  background: url(../images/down.png) no-repeat calc(100% - 15px) center;
  appearance: none;
  margin-right: 10px;
}
.slider_related_products .hidden-md-up{
    display: none;
}
.large_banner{
    margin-bottom: 60px;
}
.large_banner{
    margin-bottom: 60px;
}
#section_new_about{
    display: none;
}
.head_infos_produit .infos_produit{}
body.single-product div.product .price,
.head_infos_produit .infos_produit .bloc_prix .price{
    display: inline-block;
}
body.single-product div.product ins,
.head_infos_produit .infos_produit .bloc_prix .price ins{
    text-decoration: none;
}
body.single-product div.product del,
.head_infos_produit .infos_produit .bloc_prix .price del{
    float: right;
    margin-left: 30px;
    color: #343B3C;
}
body.single-product div.product del .woocommerce-Price-amount,
.head_infos_produit .infos_produit .bloc_prix .price del .woocommerce-Price-amount{
    color: #343B3C;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}
.sound_list_actions {
  margin: -30px 0 50px;
  z-index: 1;
    position: relative;
}
.sound_list_actions a.link_sound_list{
    color: #fff;
    border-radius: 10px;
    padding: 0px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 35px;
    background: #E8523F;
    border: 2px solid #E8523F;
    position: relative;
    transition: none;
}
.sound_list_actions a.link_sound_list:hover{
    background: #fff;
    color: #E8523F;
}
.sound_list_actions a.link_sound_list:before{
    content: "";
    height: 21px;
    width: 21px;
    background: url(../images/sound_list.png) no-repeat 0 0;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.sound_list_actions a.link_sound_list:hover:before{
    background-position: -30px 0;
}
.tabcatview .woocommerce ul.products,
.woocommerce ul.products{
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cats_carousel_listing .posts_carousel.cats_carousel .item,
.tabcatview .woocommerce ul.products li.product,
.woocommerce ul.products .product_item{
    padding: 0 15px;
    margin-bottom: 30px;
    width: 20%;
}
.woocommerce ul.products .product_item.freebies{
    display: none;
}
.term-freebies ul.products .product_item.freebies{
    display: block;
}
.woocommerce ul.products .product_item_cover{
    width: 100%;
}
.woocommerce ul.products .product_item_cover .img{
  margin-bottom: 15px;
}
.tabcatview .label_tab {
    display: none;
}

.tabcatview .woocommerce ul.products{
    grid-template-columns: initial !important;
    grid-gap: initial;
}
.tabcatview .woocommerce ul.products li.product {
  margin: 0 0 30px !important;
}
.related_products_mobile,
.related_products_mobile .slick-list{
    
}
.single-product .wrap_related_products .related ul.products{
  margin: 0;
  justify-content: flex-end;
}
.wrap_related_products .slider_related_products{
    max-width: 100%;
    width: 100%;
}
.cats_nav_label,
.filtre_onmobile{
    display: none;
}
.red_sort_and_filter {
    margin-bottom: 20px;
    flex-wrap: initial;
    justify-content: space-between;
}
.custom_price .price{
    
}
.custom_price del .woocommerce-Price-amount,
.custom_price .price del .woocommerce-Price-amount {
    margin: 0 0 0 10px;
}
.woocommerce ul.products .product_item_cover .price.displayflex{
    align-items: center;
}
body.single-product div.product div.summary{
    width: calc(100% - 435px);
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 385px;
    width: 385px;
    margin-right: 50px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .slick-arrow{
    background: none;
    border: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .slick-next{
    left: auto;
    right: 10px;
    transform: rotate(180deg);
}
.woocommerce div.product div.images.woocommerce-product-gallery .slick-arrow:after,
.woocommerce div.product div.images.woocommerce-product-gallery .slick-arrow:before{
    content: "";
    height: 1px;
    width: 12px;
    background: #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .slick-arrow:after{
    transform: rotate(-45deg);
    top: 11px;
}
body.single-product .breadcrumb-container {
  display: none;
}
body.single-product .main_single_product {
  margin-top: 0;
}
#related_products .slick-track{
    margin-left: 0;
}


@media (max-width: 1366px) {
    .sticky #header {
      left: 20% !important;
    }
}
@media (max-width:1199px) {
    footer#footer .newsletter .widgettitle{
        font-size: 25px;
        line-height: 55px;
    }
    .wrap_related_products .related {
      padding-left: 20px !important;
    }
    .add_to_cart_produit .variations_form .variations, .add_to_cart_produit .variations_form .single_variation_wrap {
      margin: 5px 0;
    }
    .player_soundcloud {
        max-width: 100%;
        width: 100%;
    }
    .produit_content {
        padding-right: 20px !important;
    }
    .cats_carousel_listing .posts_carousel.cats_carousel .item,
    .posts_carousel .item,
    .tabcatview .woocommerce ul.products li.product,
    .woocommerce ul.products .product_item{
        width: 25%;
    }
}
@media (max-width: 991px) {
    .produit_content {
        padding-right: 0px !important;
    }
    footer#footer .footer_infos {
        width: 40%;
    }
    footer#footer .user_links, footer#footer .newsletter {
      width: 30% !important;
      margin: 0 !important;
    }
    footer#footer .footer_bottom .footer_infos ul li, footer#footer .footer_infos ul li {
      min-width: 100%;
      padding-right: 0;
    }
    .wrap_related_products .related {
      padding-left: 0 !important;
    }
    .wrap_related_products .related:before{
        display: none;
    }
    .slider_related_products .hidden-sm-down{
        display: none;
    }
    .slider_related_products .hidden-md-up{
        display: block;
    }
    .slider_related_products .slick-slider{
        
    }
    .head_infos_produit .infos_produit {
      padding-bottom: 0;
    }
    .prod_variables_addtocart .head_infos_produit .infos_produit {
      padding-bottom: 85px;
    }
    .head_infos_produit .infos_produit .add_to_cart_produit {
      /*position: initial;*/
    }
    footer#footer .user_links {
      justify-content: flex-start;
    }
    footer#footer .mc4wp-form .mc4wp-form-fields {
      max-width: 380px;
    }
    .sticky #header {
      left: 0% !important;
    }
    .main_single_product {
        padding-top: 0;
        margin-bottom: 50px;
    }
    .cats_carousel_listing .posts_carousel.cats_carousel .item,
    .posts_carousel .item,
    .tabcatview .woocommerce ul.products li.product,
    .woocommerce ul.products .product_item{
        width: 33.3333%;
    }
    .related_products_mobile,
    .related_products_mobile .slick-list{
        height: auto;
        width: 100%;
        visibility: visible;
        opacity: 1;
    }
    body.single-product div.product div.summary{
        width: calc(100% - 350px);
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        max-width: 320px;
        width: 320px;
        margin-right: 30px;
    }
}
@media (max-width: 767px) {
    footer#footer .footer_top{
        flex-wrap: wrap;
    }
    footer#footer .user_links, footer#footer .newsletter,
    footer#footer .footer_infos {
      width: 100% !important;
      padding: 0;
    }
    footer#footer .footer_bottom  .footer_infos {
      width: 100% !important;
    }
    footer#footer .user_links {
        padding: 30px 0 0;
    }
    .slide_testimonials .slick-arrow,
    .home_carousel_products .slick-arrow {
        top: -57px;
    }
    .red_product_produit.row {
      flex-wrap: wrap;
    }
    .red_product_produit .desc_produit,
    .red_product_produit .desc_produit + .desc_produit {
      width: 100%;
      min-width: 100%;
    }
    .head_infos_produit .image_produit {
      width: 40% !important;
      margin-right: 30px !important;
    }
    .head_infos_produit .infos_produit {
      width: calc(60% - 30px) !important;
    }
    .cats_carousel_listing .posts_carousel.cats_carousel .item,
    .posts_carousel .item,
    .tabcatview .woocommerce ul.products li.product,
    .woocommerce ul.products .product_item{
        width: 50%;
    }
    .cats_nav_label,
    .tabcatview .label_tab {
        display: block !important;
        margin-bottom: 30px;
    }
    .cats_nav_label{
        margin: 5px 5px 0 0;
    }
    .cats_nav_label span,
    .tabcatview .label_tab span{
      background: #E8523F;
      color: #fff;
      padding: 6px 30px 6px 15px;
      border-radius: 10px;
      display: inline-block;
      min-width: 100px;
      text-align: center;
      cursor: pointer;
      position: relative;
    }
    .cats_nav_label span:after,
    .tabcatview .label_tab span:after{
      content: "";
      background-image: url(../images/down_white.svg);
      width: 8px;
      height: 12px;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .cats_nav_label span{
        border: 1px solid #343B3C;
        padding: 0 25px 0 15px;
        line-height: 37px;
        height: 37px;
        background: none;
        color: #000;
    }
    .cats_nav_label span:after{
      background-image: url(../images/down.svg);
    }
    .cats_nav_label.active span:after,
    .tabcatview .label_tab.active span:after{
      -webkit-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      -o-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
    }
    .product_cats_nav,
    .tabcatview .eael-product-gallery .eael-cat-tab {
        border: 1px solid #E8523F;
        padding: 10px 15px;
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 10;
        margin: 0 !important;
    }
    .product_cats_nav li,
    .tabcatview .eael-product-gallery .eael-cat-tab li{
        width: 100%;
    }
    .product_cats_nav li a,
    .tabcatview .eael-product-gallery .eael-cat-tab li a {
      border: none;
      border-radius: 0;
      padding: 0;
      background: none;
      margin: 0;
      line-height: normal;
    }
    .product_cats_nav li.active a,
    .product_cats_nav li:hover a,
    .tabcatview .eael-product-gallery .eael-cat-tab li a:hover, 
    .tabcatview .eael-product-gallery .eael-cat-tab li a.active {
      background: none;
      color: #E8523F;
      border: none !important;
    }
    .single-product #related-products,
    .single-product .slider_related_products .slick-slider {
        max-width: 100%;
    }
     .woocommerce .related.products ul.products{
        margin-right: 0;
        margin-left: 0;
    }
    .section_right_box {
        padding-left: 0 !important;
    }
    .section_left_box {
        padding-right: 0 !important;
        margin-bottom: 30px;
    }
    .section_news .col > div {
        height: auto;
    }
    .sound_list_actions {
      margin-top: 0;
    }    
    .slide_testimonials .slick-slide .gb-entry-content {
      padding: 10px 15px 20px !important;
    }
    .slide_testimonials .slick-slide .gb-author-info {
      padding: 20px 15px 0 !important;
    }
    footer#footer .footer_bottom .rs_links {
      padding: 10px 0 0;
    }
    .filtre_onmobile{
        display: block;
    }
    .custom_price .price del,
    .filtre_ondesktop{
        display: none !important;
    }
    body.single-product div.product div.summary {        
        margin-top: 30px;
    }
    body.single-product div.product div.summary{
        width: 100%;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    footer#footer .footer_bottom  .footer_infos {
      width: 100%;
    }
    .head_infos_produit .image_produit {
      width: 100% !important;
      margin: 0 0 20px !important;
    }
    .head_infos_produit .infos_produit {
      width: 100% !important;
    }
    .prod_variables_addtocart .head_infos_produit .infos_produit {
      padding-bottom: 30px;
    }
}
@media (max-width: 320px) {
    .cats_carousel_listing .posts_carousel.cats_carousel .item,
    .posts_carousel .item,
    .tabcatview .woocommerce ul.products li.product,
    .woocommerce ul.products .product_item{
        width: 100%;
    }
}
.woocommerce a img {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
	border-radius: 10px;
}

.fancybox-container #sound-list .visionneur_pdf{
  height: 100% !important;
  width: 100% !important;
}
.fancybox-container #sound-list {
  height: 95% !important;
}