/********************
	Part - Style global
********************/
#wrapper {
    background : white;
    /*background : var(--color-grey-default);*/
    z-index    : 1;
}

.products-section-title {
    text-align    : center;
    margin-bottom : 1.5rem;
}

/********************
	Part - Style général des headers de pages
********************/
/*.page-header h1,*/
/*.page-header h2 {*/
/*    margin         : 0;*/
/*    padding        : 1em 1.5em;*/
/*    text-align     : center;*/
/*    color          : var(--color-primary);*/
/*    border-bottom  : 1px solid var(--color-primary);*/
/*    background     : white;*/
/*    text-transform : uppercase;*/
/*}*/

/********************
	Part - Style général des accordéons
********************/
.js-accordion__container {
    border     : 1px solid var(--color-grey-default);
    box-shadow : 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.js-accordions__wrapper .accordion__title {
    background      : white;
    color           : var(--color-primary);
    padding         : 15px;
    font-weight     : 700;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    cursor          : pointer;
}

/********************
	Part - fix taille mini d'une page à 100vh hors du checkout
********************/
body:not(#checkout) main {
    min-height     : 100vh;
    display        : flex;
    flex-direction : column;
}

body:not(#checkout) #wrapper {
    flex           : 1 0 auto;
    display        : flex;
    flex-direction : column;
}

body:not(#checkout) #wrapper .wrapper__inner {
    flex : 1 0 auto;
}

/********************
	Part - class notransition for js
********************/
.notransition,
.notransition * {
    -webkit-transition : none !important;
    -moz-transition    : none !important;
    -o-transition      : none !important;
    transition         : none !important;
}

/********************
	Part - Style all product link
********************/

.all-product-link {
    font-weight: 600;
    color       : var(--color-secondary);
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

.section__content .all-product-link {
    margin-top : 1.5rem;
}

.all-product-link:focus,
.all-product-link:hover {
    text-decoration : none;
}

/********************
	Part - Style dropdown
********************/
.dropdown {
    color : var(--color-grey-font-default)
}

.dropdown:hover .expand-more {
    color : var(--color-primary)
}

.dropdown .expand-more {
    color               : var(--color-black-default);
    cursor              : pointer;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none
}

.dropdown .active {
    max-height : 200px;
    overflow-y : hidden;
    visibility : visible
}

.dropdown select {
    -moz-appearance : none;
    border          : 0 none;
    outline         : 0 none;
    color           : var(--color-black-default);
    background      : #fff
}

.dropdown-item:focus, .dropdown-item:hover {
    background      : none;
    text-decoration : none;
    color           : #2fb5d2
}

/*NOT FOUND*/
.page-not-found__wrapper img {
    width         : 50%;
    max-width     : 350px;
    padding-right : 10px;
}

.page-not-found__wrapper a {
    color : var(--color-secondary)
}

.page-not-found__wrapper a:hover {
    color           : var(--color-secondary-70);
    text-decoration : underline;
    cursor          : pointer;
}

.page-not-found__wrapper svg {
    align-self : center;

}

.page-not-found__container h1 {
    color          : #2D2D2D;
    font-family    : var(--typo-primary);
    font-size      : var(--font-size-700);
    font-weight    : 400;
    padding        : 0.2em 0.2em;
    max-width      : 870px;
    line-height    : 1.2;
    text-transform : uppercase;
    text-align     : center;
}

.page-not-found h4, #products .page-not-found h4 {
    font-size   : 1.1rem;
    font-weight : 600;
    color       : #2D2D2D;
    margin      : .7rem 0 1.25rem;
    text-align  : center;
}

.page-not-found p {
    color      : #2D2D2D;
    text-align : center;
}

.page-not-found .search-widget {
    max-width  : 400px;
    margin     : auto;
    margin-top : 10px;
}

.page-not-found__wrapper {
    display         : flex;
    flex-direction  : column;
    width           : 100%;
    justify-content : center;
    align-items     : center;
}

@media (min-width : 1500px) {
    .page-not-found__wrapper {
        flex-direction : row;
    }

    .page-not-found__container h1 {
        padding   : 0.2em 1.5em;
        font-size : var(--font-size-800);
    }
}

#blockcart-modal .modal-body.modal-erreur{
    grid-template-columns: 100%;
}

#blockcart-modal .modal-body.modal-erreur h3{
    font-weight: 600;
}

.ybc_instagram{
    margin-top: 0;
}

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

.ybc_instagram_header .h3{
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 0.9em;
    padding-top: 7.5px;
    font-family: var(--typo-primary);
    color: var(--color-primary);
    font-weight: 500;
    font-size: 42px;
    line-height: 1.0;
}
.ybc_instagram_header span{
    color: var(--color-secondary);
    letter-spacing: 1px;
    margin-top: 7.5px;
    margin-bottom: 5px;
    display: inline-block;;
}

.ybc_ins_medias{
    width:100%;
    display: grid;
}

.ybc_ins_medias>li {
    width: 100%;
    padding: 0!important;
}

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

.default-container.ybc_ins_img_list{
    display: flex;
    flex-direction: column;
}

.btn-discover-insta{
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    margin: auto;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1em 3.75em;
    line-height: 1.286em;
    text-align: center;
    font-weight: 500;
    margin-top: 75px;
}
.btn-discover-insta:hover{
    background: white;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

@media (min-width: 768px){

    ul.ybc_ins_medias{
        grid-template-columns: repeat(3, calc(33% - 20px));
        display: grid;
        gap: 20px;
    }

}

@media (min-width: 1024px) {
    ul.ybc_ins_medias{
        width:100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 25px;
    }

    ul.ybc_ins_medias li:nth-of-type(4) {
        grid-row    : 1/3;
        grid-column : 4/6;
    }
    ul.ybc_ins_medias li:nth-of-type(5) {
        grid-row: 2/4;
        grid-column: 1/3;
    }
}

body.cms-id-1 td{
    border: 1px solid var(--color-primary);
    padding: 5px;
    font-size: 12px;
    color: var(--color-primary);
    font-weight: 400;
    text-align: center;
}

body.cms-id-1 td span{
    font-size: 12px!important;
    color: var(--color-primary)!important;
    font-family:'Montserrat', sans-serif!important;
    text-align: center;
}

body.cms-id-1 .elementor-column-wrap p{
    color: var(--color-primary)!important;
    font-weight: 300!important;
}

body.cms-id-1 table{
    margin: 25px auto;
}

body.cms-id-1 h2.elementor-heading-title{
    margin-top: 30px;
    font-size: 15px;
    text-decoration: underline;
    color: var(--color-primary)!important
}

@media (min-width: 2000px){
    .default-container.ybc_ins_img_list{
        max-width: 1500px;
    }
}

.category-no-products-alternatives-container .btn-primary{
    display: inline-block;
    margin-top: 30px;
}
