#header {
    width: 100%;
    overflow: hidden
}

body {
    color: #232323;
    font-size: 22px
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: 700
}

img {
    max-width: 100%
}

.content {
    padding: 50px 0
}

.home-content {
    background-color: #e2e2e2;
    padding: 50px 25px
}

.home-content .wp-block-columns .wp-block-column:nth-child(2) img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25%
}

.home-content ul li, .home-content p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 34px
}

.home-content ul li:hover {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer
}

.home-content a {
    font-weight: 900;
    text-decoration: none;
    color: inherit
}

.rel {
    position: relative
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.white {
    color: #fff
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.justif-center {
    justify-content: center
}

.align-center {
    -ms-align-items: center;
    align-items: center
}

.all-transition {
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in
}

.logo {
    -webkit-transition: height 250ms ease-in;
    -moz-transition: height 250ms ease-in;
    -ms-transition: height 250ms ease-in;
    -o-transition: height 250ms ease-in;
    transition: height 250ms ease-in;
    object-fit: contain
}

.header-hero-home {
    min-height: 450px;
    height: 100vh;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #2b2b35;
    z-index: -1
}

.header-hero-home:after {
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 2000ms ease-in;
    -moz-transition: all 2000ms ease-in;
    -ms-transition: all 2000ms ease-in;
    -o-transition: all 2000ms ease-in;
    transition: all 2000ms ease-in;
    -moz-transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -o-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0.5;
    display: block;
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    width: 100%
}

.header-hero-home.lock:after {
    opacity: 0.7;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.header-hero-page {
    min-height: 350px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-color: #282834
}

.header-hero-page h1 {
    color: #fff
}

.asupppw .container {
    text-align: center
}

.heading-home {
    font-size: 65px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0px 0px 12px rgba(0,0,0,0.33)
}

.heading-page {
    font-size: 60px;
    font-weight: 300;
    color: #232323;
	/*
    text-transform: uppercase;
	*/
    display: block;
    width: 100%;
    text-align: center;
    margin: auto
}

.heading-home span {
    font-size: 99px;
    font-weight: bold;
    display: block;
    font-family: "Arial",sans-serif
}

.page h2.heading-home-two {
    color: #fff;
    font-size: 11.7px;
    font-weight: 400;
    text-shadow: 0px 0px 12px #000
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1710px;
    z-index: 10
}

.logged-in .top-bar {
    top: 42px
}

.menu li {
    display: inline-block;
    margin-right: 30px;
    text-transform: uppercase
}

.menu li a {
    text-shadow: 0px 0px 12px #23150a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in
}

.menu li.current_page_item a, .menu li a:hover, .menu li ul li a:hover {
    color: #e30613
}

.top-bar.scrolled .menu li a {
    color: #232323;
    font-size: 15px;
    text-shadow: none
}

.top-bar.scrolled .menu li.current_page_item a {
    color: #e30613
}

.sub-menu {
    display: none;
    position: absolute;
    top: -10px;
    width: 120%;
    left: -10%;
    right: -10%;
    background: #282834;
    padding: 31px;
    margin: 0;
    z-index: -1;
    padding-top: 45px
}

.top-bar .ul.sub-menu li a, .top-bar.scrolled ul.sub-menu li a {
    font-size: 13px
}

.top-bar.scrolled .sub-menu {
    background: white;
    border-bottom: 1px solid #e3e3e3
}

.menu-item-has-children:hover .sub-menu {
    display: block
}

.menu-item-has-children {
    position: relative
}

ul.sub-menu li {
    margin: 11px 0;
    text-align: left
}

.top-bar.scrolled {
}

.top-bar.scrolled:before {
    opacity: 1
}

.socials-link i {
    font-size: 21px
}

li.socials-link {
    margin-right: 0
}

li.socials-link.social-fb {
    margin-right: 17px
}

section {
    padding: 50px 0
}

.section-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px
}

h4 {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 45px;
    line-height: 30px
}

.one-post {
    height: 441px;
    text-align: center;
    background-color: #282834;
    color: #fff;
    text-align: center
}

.one-post a {
    color: #fff;
    text-decoration: none
}

.one-post-link-total {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 2
}

.one-post-title {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.one-post-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
    background-size: cover;
    background-position: center
}

.one-post:hover .one-post-bg-img {
    opacity: 0.7
}

.w20 {
    width: 25%;
    margin: 1%
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #282834;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 400;
    color: #282834
}

.page-numbers.current,a.page-numbers:hover {
    color: #fff;
    background: #282834
}

nav.navigation.pagination {
    text-align: center
}

.btn.btn-outline {
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #282834;
    background-color: #fff;
    display: inline-block;
    margin: 25px auto;
    border-radius: 25px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 19px;
    padding: 0 20px
}

.btn.btn-outline:hover {
    background-color: #282834;
    color: #fff
}

body.single-product.theme-idealaudio.woocommerce.woocommerce-page .header-hero-page {
    background-image: none!important
}

.footer-website {
    background-color: #2b2b35;
    padding: 73px 0
}

.clients-section {
    background-image: url('https://www.idealaudio.fr/wp-content/uploads/2019/11/66441338_2861474313879376_6919864381748543488_o.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    min-height: 483px
}

.clients {
    display: block;
    text-align: center
}

.client {
    display: inline-block;
    margin-right: 25px;
    background: rgb(255,255,255);
    border-radius: 10px
}

.client:hover {
    opacity: 0.6;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

main {
    margin-bottom: 50px
}

.woocommerce ul.products li.product a img {
    height: 250px;
    opacity: 0;
    display: none
}

.woocommerce ul.products li {
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    overflow: hidden;
    height: 380px;
    background-position: center center;
    background-size: 180px;
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end
}

.woocommerce ul.products li h2 {
    background-color: #fff;
    display: block;
    width: 100%
}

.woocommerce ul.products li:hover {
    opacity: 0.7;
    -webkit-background-size: 200px;
    background-size: 200px
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: flex-end
}

.footer-menu .menu li {
    display: block;
    margin-bottom: 20px
}

.footer-menu .menu li a {
    font-weight: 400;
    text-transform: uppercase
}

.open-menu {
    display: none
}

.copyright {
    margin-top: 40px;
    color: #808086;
    text-transform: uppercase
}

.page h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px
}

h3 {
    margin-bottom: 25px
}

p {
    line-height: 34px
}

.clasounette {
    display: none
}

@media screen and (min-width: 1020px) and (max-width: 1330px) {
    .menu li {
        margin-right:10px
    }
}

@media screen and (min-width: 1200px) {
    .top-bar:before {
        opacity:0;
        content: "";
        display: block;
        position: absolute;
        left: -999px;
        right: -999px;
        top: -10px;
        bottom: -10px;
        z-index: -1;
        -webkit-transition: all 250ms ease-in;
        -moz-transition: all 250ms ease-in;
        -ms-transition: all 250ms ease-in;
        -o-transition: all 250ms ease-in;
        transition: all 250ms ease-in;
        background: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
    }
}

@media screen and (max-width: 993px) {
    body.page-template-default.page.page-id-2179 .content p, body.page-template-default.page.page-id-2179 .content h3 {
        text-align:left!important
    }

    .top-bar:before,.header-hero-home:after {
        display: none!important
    }

    .header-hero-home:after {
        -moz-transform: scale(1)!important;
        -webkit-transform: scale(1)!important;
        -o-transform: scale(1)!important;
        -ms-transform: scale(1)!important;
        transform: scale(1)!important
    }

    .top-bar .sub-menu {
        /* display:block; */
        position: static;
    }

    .top-bar.scrolled .sub-menu {
        background: transparent;
        border-bottom: none
    }

    .sub-menu {
        width: 100%;
        background: transparent;
        padding-top: 0px;
        padding: 0
    }

    .top-bar.scrolled .menu li a {
        color: #fff
    }

    ul.sub-menu li {
        text-align: center
    }

    .home-content p, .home-content h4, .home-content ul, .home-content li {
        text-align: left!important
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0px
    }

    .header-hero-home {
        min-height: 0;
        height: auto;
        padding: 20px
    }

    #header {
        background: #282834;
        text-align: center;
        padding-top: 50px;
    }

    .row.top-bar.flex.align-center {
        position: fixed;
        display: block;
        padding: 15px
    }

    .row.top-bar.flex.align-center.scrolled {
        background: #fff
    }

    .menu li {
        margin: 15px 0;
        padding: 5px;
        display: block;
        text-align: center
    }

    .menu li.socials-link {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 33%;
        float: left
    }

    .heading-home {
        font-size: 35px
    }

    .heading-home span {
        font-size: 40px
    }

    .wp-block-column {
        flex-grow: 1;
        margin-bottom: 1em;
        flex-basis: 100%;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: break-word
    }

    .wp-block-columns {
        flex-wrap: nowrap;
        display: block
    }

    .clients {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto
    }

    .client {
        margin-right: 0;
        margin-bottom: 25px;
        width: 48%;
        margin: 1%
    }

    .clasounette {
        display: block;
        width: 85%;
        margin: auto;
    }

    .clasounette h6 {
        font-weight: 700;
        border-top: 1px solid #d0d0d0;
        padding: 11px 0;
        padding-top: 20px;
        margin: 10px;
        cursor: pointer;
    }
        .clasounette h6:hover {
        font-weight: 900;
     
    }


    .home-content .wp-block-columns .wp-block-column:nth-child(1) ul li, .home-content .wp-block-columns .wp-block-column:nth-child(3) {
        display: none
    }

    .menu-menu-1-container {
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.72);
        overflow: auto;
        z-index: 15
    }

    .open-menu {
        display: block;
        text-align: right;
        color: #282834;
        cursor: pointer;
        padding: 14px;
        position: fixed;
        border-radius: 5px;
        right: 7px;
        z-index: 99;
        background-color: #fdfdfd
    }

    .w20 {
        width: 100%
    }
	
	
	.heading-page {
    font-size: 50px;

}
	
	
	
}

.product_title.entry-title {
    font-size: 28px;
    font-weight: bold;
	/*
    text-transform: uppercase;
	*/
    margin-bottom: 40px
}

section.related.products {
    clear: both;
    border-top: 1px solid gainsboro
}

section.related.products h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center
}

.single-product footer.entry-footer {
    display: none
}

.woocommerce ul.products li.product .price {
    position: absolute;
    bottom: 50px;
    color: #232323;
    right: 0;
    font-weight: 900;
    left: 0;
    text-align: center
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 15px;
    text-align: center
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    border: 1px solid #ececec
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    border: 1px solid #ececec
}

.woocommerce ul.products li h2 {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 10px!important;
    height: 52px;
    background: #ececec
}

.bloc-contact {
    margin: auto;
    max-width: 750px
}

.bloc-contact input {
    width: 100%;
    height: 47px;
    border: none;
    border-bottom: 1px solid #282834;
    margin: 15px 0;
    background: #efefef
}

.bloc-contact textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #282834;
    margin: 15px 0;
    background: #efefef
}

.bloc-contact label {
    font-size: 16px
}

input[type="submit"] {
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #282834;
    background-color: #fff;
    display: inline-block;
    margin: 25px auto;
    border-radius: 25px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 19px;
    cursor: pointer;
    padding: 0 20px;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in
}

input[type="submit"]:hover {
    background-color: #282834;
    color: #fff
}

.nav-previous {
    float: right
}

.nav-links a {
    color: red;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase
}

.search-box {
    margin: 20px auto;
    text-align: center;
    max-width: 500px;
    position: relative
}

.search-box input {
    width: 100%;
    height: 47px;
    padding: 7px;
    border: none
}

.search-box button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    bottom: 0
}

#cible {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    max-width: 500px;
    max-height: 300px;
    overflow-y: scroll;
    margin: auto;
    z-index: 9
}

#cible a {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    width: 100%;
    padding: 14px 9px;
    font-size: 14px;
    display: block;
    text-align: left;
    border-bottom: 1px solid gainsboro;
    clear: both
}

#cible a:hover {
    background-color: #e3e3e3
}

#cible a img {
    width: 25px;
    float: left;
    margin-right: 20px
}

.col-shop {
    border-right: 1px solid #e3e3e3
}

.categories-sidebar ul {
    padding-top: 50px
}

.categories-sidebar {
    position: sticky;
    top: 50px
}

.categories-sidebar ul li {
    width: 48%;
    float: left;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1%
}

.categories-sidebar ul li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 2;
    color: #fff
}

.masuperimgid {
    display: none
}

.masuperimg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative
}

.masuperimg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 0
}

.footer-website input[type="text"], .footer-website input[type="email"], .footer-website textarea {
    width: 100%;
    background: #ded9d90d;
    border: none;
    color: white;
    border-bottom: 1px solid whitesmoke
}

.footer-website input {
    height: 40px;
    margin-bottom: 10px
}

.footer-website label {
    font-size: 14px
}

.footer-website input[type="submit"] {
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #282834;
    display: inline-block;
    margin: 25px auto;
    border-radius: 25px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 19px;
    padding: 0 20px
}

.footer-website input[type="submit"]:hover {
    background-color: #fff;
    color: #282834
}

section.last-product-home.last-posts-home {
    border-top: 1px solid #f3f3f3
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.heading-home span span {
    display: inline;
    color: #e30613
}

i.fab.fa-facebook-square {
    color: #3b5998
}

i.fab.fa-twitter-square {
    color: #00acee
}

i.fab.fa-instagram {
    background: -webkit-linear-gradient(#c304b2 , #fdd132);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

body .luite h4 {
    font-size: 20px;
    margin-bottom: 10px
}

.luite p, .luite a {
    font-size: 20px;
    line-height: 31px
}



.list-content {
    display: none;
}


select.orderby{
	display:none
}


h2.woocommerce-loop-product__title {
    text-transform: none;
}


.product_meta li {
    text-align: left;
    list-style: disc;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.related.products {
    max-width: 1500px;
    margin: auto;
}


body.page-id-2 ul.white.select {
    border-right: none;
}