
/*
--------------------------------------
Slider
--------------------------------------
*/

.bwaHomeSlider.default-container {
    max-width: 100%;
}

.desktop__homeMain__slider.slider__content.slick-slider {
    width: 100%;
}

/*
--------------------------------------
Section pilotes
--------------------------------------
*/

section.home-pilotes {
    background: #1a1a1a;
    padding-bottom: 3em;
}

section.home-pilotes .elementor-text-editor * {
    font-weight: 400;
}

section.home-pilotes .elementor-text-editor h2 {
    margin-bottom: 0.35em;
}

section.home-pilotes .elementor-text-editor h3 {
    margin-top: 0;
}

section.home-pilotes .elementor-text-editor a {
    font-family: var(--regular-font);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

section.home-pilotes .elementor-text-editor a:hover {
    color: var(--secondary-color);
}

/*
--------------------------------------
Produits phares
--------------------------------------
*/

section.section__title-content.home-featured-products {
    background: #fff;
    padding: 5em 0;
}

section.section__title-content.home-featured-products .c-title{
    margin-top: 10px;
    font-size: 36px;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    letter-spacing: 3.6px;
    text-align: left;
    color: var(--secondary-color);
}

/*
--------------------------------------
Catégories + brands
--------------------------------------
*/

section.section__title-content.home-grey-bg {
    background: #f7f7f7;
}

section.home-categories .elementor-cta-title {
    font-family: var(--regular-font);
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    text-transform: uppercase;
}

section.home-categories .elementor-cta-description {
    font-family: var(--regular-font);
    font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
}

section.home-categories .elementor-cta-button-wrapper button {
    border-color: #9f9f9f !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 0;
}

section.home-categories .elementor-cta-button-wrapper span.elementor-button-text {
    font-size: calc(11px + (13 - 11) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

section.home-categories .column-left .bigger-img .elementor-cta-content .elementor-cta-image img{
    width: 225px;
}
section.home-categories .column-left .little-img .elementor-cta-content .elementor-cta-image img{
    width: 100px;
}
section.home-categories .column-right .bigger-img .elementor-cta-content .elementor-cta-image img{
    width: 200px;
}
section.home-categories .column-right .little-img .elementor-cta-content .elementor-cta-image img{
    width: 125px;
}

/*
--------------------------------------
Brands
--------------------------------------
*/

section.section__title-content.home-logos {
    padding: 6em 0;
}

section.section__title-content.home-logos .home-logos-title span:before,
section.section__title-content.home-logos .home-logos-title span:after {
    content    : '';
    display    : inline-block;
    background : #dedede;
    height     : 1px;
    min-width  : 10px;
    width: 30%;
    flex       : 1 0 0;
}

section.section__title-content.home-logos .home-logos-title span:before {
    right: 80%;
    margin-right: 15px;
}

section.section__title-content.home-logos .home-logos-title span:after {
    left: 80%;
    margin-left: 15px;
}

section.section__title-content.home-logos .home-brands img {
	background: #fff;
}

/*
--------------------------------------
Univers
--------------------------------------
*/

section.section__title-content.home-univers {
    background: linear-gradient(0deg, rgba(26, 26, 26, 0.75), rgba(26, 26, 26, 0.75)), url(../../../img/bg/before-footer.jpg);
    background-size: cover;
    background-position: 30% 30%;
    background-attachment: fixed;
    height: 660px;
}

.univers-content-wrapper {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*padding: 19em 0;*/
}

.univers-title {
    position: relative;
    font-weight: 400;
    text-align: center;
}


.univers-title span {
    font-size: 13px;
    letter-spacing: 5.2px;
    color: var(--third-color);
    text-transform: uppercase;
}

.univers-content label {
    width: 100%;
    font-size: 44px;
    color: var(--third-color);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 8.8px;
    font-family:var(--main-font);
}

.univers-btn button {
    font-weight: 600;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 9px;
    transition: all 0.3s ease-in-out;
    padding: 1.25em 1.75em;
}

.univers-btn button:hover {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}

h1.elementor-cta-title, div.elementor-cta-description
{
    color: var(--secondary-color);
}

.logo_filigrane
{
    position: absolute;
    z-index: 3;
}

.create-element-svg{
    left: 100px;
    top: -430px;
}
.create-element-svg svg
{
    height: 475px;
    width: 412px;
}
.create-element-svg svg path
{
    stroke-width: 0.7;
}
.footer-svg {
    left: 0;
}
.univers-svg svg
{
    width: 454px;
    height: 523px;
}
.univers-svg
{
    left:50%;
    top:calc((660px - 523px)/2);
    transform:  translateX(-50%);
}
.univers-svg svg path
{
    stroke-width: 0.3;
}


.btn-pitlegend-secondary a{
    color: white;
    font-weight: 500;
}

.univers-content-wrapper
{
    /*margin-top: 200px;*/
    padding-top: calc((660px - 175px)/2);
}
.univers-content-wrapper .btn-pitlegend-secondary
{
    margin: 0 auto;
}

div.btn-univers-memo
{
    margin-left: unset;
    transform: unset;
}

.btn-home-featured-products,.btn-home-insta
{
    margin-top: 5em;
}
.btn-pitlegend-secondary{
    text-transform: uppercase;
    background: var(--secondary-color);
    text-align: center;
    width: 233px;
    height: 41px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: .7em 0;
    font-weight: lighter;
    font-size: 14px;
    letter-spacing: 2.8px;
}

.default-container
{
    width: unset;
    max-width: unset;
}
/*
--------------------------------------
Text - Presentation
--------------------------------------
*/
.home-text-presentation
{
    width: 90%;
    margin: 3em auto 0 auto;
}
.home-text-presentation h1
{
    color: var(--secondary-color);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2em;
    font-size: 1.6em;
}

.home-text-presentation p
{
    width: 900px;
    font-size: 1em;
    margin: 0 auto;
    text-align: center;
    color: var(--third-color);
    line-height: 2em;
}

.btn-home-text-presentation
{
    margin-top: 1.5em;
    width: 280px !important;
}



/*
--------------------------------------
Instagram
--------------------------------------
*/

section.home-insta {
    background: #fff;
    padding: 2em 0;
}

section.home-insta .section__title {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 1em;
}

section.home-insta .section__title section__title__subtitle
{
    text-align: center;
}

section.home-insta .section__title .c-title {
    padding-bottom: 0.5em;
}

section.home-insta .insta-placeholder-container {
    display: flex;
    justify-content: center;
}

.card-block
{
    padding: 1.2rem 0;
}
.ybc_instagram_wrapper button
{
    display: none;
}

.ybc_instagram{
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.ybc_instagram_header{
    display: none;
}
.ybc_instagram_info:before{
    border: none;
}
.ybc_instagram .ybc_ins_medias.carousel .owl-nav {
    height: 0;
    left: 0px;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 50%;
    transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    visibility: visible;
}
.ybc_instagram .ybc_ins_medias.carousel .owl-nav .owl-next {
    right: -30px;
}
.ybc_instagram .ybc_ins_medias.carousel .owl-nav .owl-prev {
    left: -30px;
}

.bwaHomeSlider .h1{
    display: none;
}


.column-left .bigger-img{
    transform: translateY(-20%);
    opacity: 0;
}
.column-left .little-img{
    transform: translateX(-20%);
    opacity: 0;
}
.column-right .bigger-img{
    transform: translateY(20%);
    opacity: 0;
}
.column-right .little-img{
    transform: translateX(20%);
    opacity: 0;
}

.elementor-editor-active .bigger-img, .elementor-editor-active .little-img{
    opacity: 1;
    transform: translateY(0%);
    transform: translateX(0%);
}

#main{
    overflow: hidden;
}

.wrapper-cover .elementor-animated-content:hover .elementor-animated-item--grow {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wrapper-cover>div{
    padding: 0!important;
}

.wrapper-cover h2{
    font-size: 50px;
    line-height: 65px;
}

.wrapper-cover .elementor-cta-description{
    font-size: 20px;
    line-height: 35px;
}


.wrapper-cover a:focus{
    text-decoration: none;
}
.wrapper-cover .elementor-cta-content{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 5em;
}

.wrapper-cover .elementor-cta-bg-wrapper .elementor-cta-bg-overlay{
    /*box-shadow: inset 0px -55px 40px 0px #1a1a1a;*/
}

.elementor-5020101 .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 100%!important;
}

.elementor-5020101 a.ce-edit-btn{
    top: initial;
    bottom: 20px;
}

div.elementor-5020101 .elementor-element.elementor-element-ou9kmqo .elementor-cta-image img
{
    display: block;
    margin: 0 auto;
    width: 2.5em;
}
.create-element-name-shop
{
    text-align: center;
    display: block;
    font-size: 76px;
    letter-spacing: 30.4px;
    color:var(--secondary-color) ;
    margin-bottom: .5em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: var(--main-font);
}
.create-element-name-shop::after
{
    content: 'Legend';
    color:var(--third-color) ;
    font-weight: 100;
}
.logo svg
{
    margin-left: 50%;
    margin-bottom: .5em;
    transform: translateX(-50%);
}

section.home_page_banner_container
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:-250px

}

/*section.section__title-content::after*/
/*{*/
/*    content: '';*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: -30px;*/
/*    right: 0;*/
/*    width: 1px;*/
/*    height: 55px;*/
/*    background: var(--secondary-color);*/
/*    opacity: 1;*/

/*}*/
.create-element-title-home,.create-element-description
{
    color: var(--third-color);
    text-transform: uppercase;
    font-family: var(--main-font);
}

.create-element-title-home
{
    text-align: center;
    font-size: 19px;
    letter-spacing:3px;
    display: block;
    margin-bottom: 2em;
}

.create-element-description
{
    text-align: center;
    display: block;
    font-size: 19px;
    letter-spacing: 3px;
}

.page-home::after
{
    animation: opacity_show 1.2s 1 ease-in-out;
    content: '';
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top:-30px;
    right: 0;
    width: 1px;
    height: 55px;
    background: var(--secondary-color);
    opacity: 1;
    z-index: 1;
}


.elementor-editor-active .elementor-element-g2rwjo3 .elementor-container {
    max-width: 100%!important;
}

a:focus{
    text-decoration: none;
}



@media (min-width: 768px){
    .pilotes-container>.elementor-container>.elementor-row>div {
        width: 20.000%;
    }
}



.pilotes-container .elementor-widget-container>div{
    justify-content: space-between;
}
.pilotes-container .elementor-widget-container .elementor-text-editor>div a:nth-of-type(2){
    color: green;
}

.section__title-content.home-pilotes{
    display: none;
}

/*
--------------------------------------
Slick Arrow
--------------------------------------
*/
.slick-slider .slick-arrow.slick-next, .slick-slider .slick-arrow.slick-prev
{
    padding: 15px;
    border: 1px solid var(--third-color);
    height: 45px;
    width: 45px;
}
.slick-slider .slick-arrow.slick-next path, .slick-slider .slick-arrow.slick-prev path
{
    filter: invert(50%) sepia(69%) saturate(297%) hue-rotate(4deg) brightness(89%) contrast(88%);;
}
.slick-slider .slick-arrow.slick-next
{
    top: 15px;
    right: 10px;
}

.slick-slider .slick-arrow.slick-prev
{
    top:15px;
    right: 70px;
    left: unset;
}

.default-container .slick-slider
{
    width: 100%;
}

.product-miniature
{
    padding: unset;
}

.product-miniature .product-price-and-shipping
{
    color: var(--secondary-color);
    font-weight: 500;
}

.product-miniature .product-title a
{
    text-transform: initial;
    font-size: 15px;
}

.product-miniature .product-description
{
    padding: .5em 0;
}

.product-miniature .thumbnail-container
{
    margin: 10px;
}
