html{
    /* background-image:url("https://www.laymoon.fr/wp-content/uploads/2024/02/Mask-group.png"); */
    background-size:cover;
    font-family:"Sora" !important;
}
main *{
    font-family:'Sora' !important;
}
main{
    max-width:1280px;
    margin:auto;
    padding:0 30px 10px 30px;
    display:grid;
    grid-template-columns:25% 75%;
}
.right-side .main-category:after{
    content:"";
    height:1px;
    width:25%;
    background:#CAD6F1;
    position:absolute;
    bottom:0;
    left:0;
}
body{
    background-image:unset !important;
    background-color:transparent;
}


header{
     max-width:1500px;
    margin:auto;
    width:calc(100% - 60px);
    border-radius:30px;
    display:grid;
    grid-template-columns: 30% 40% 30%;
    padding:10px 20px;
    align-items:center;

}
.page-content{
padding-top: 130px;}


/* header ul{
    padding:0;
}

header .header-menu-center{
    text-align:center;
}

header .header-menu-right{
    text-align:right;
}

header #logo{
    height:30px;
    width:auto;
    object-fit:contain;
}


.header-menu-center li, .header-menu-right li{
    display:inline-block;
    color:#fff;
    padding:0 15px;
} */


.left-side{
    padding-right:20px;
    padding-top:30px;
    padding-bottom:40px;
}
.right-side{
    padding-left:9%;
    padding-top:30px;
    padding-bottom:40px;
    border-left:1px solid #CAD6F1;
}

.category_name{
    font-size:23px;
    font-weight:500;
    margin-bottom:20px;
    font-family:"Sora";
}

.side-menu_link{
    font-size:16px;
    color:#747983;
    font-weight:300;
    display:inline-block;
    margin-bottom:15px;
    font-family:"Sora";
}

.left-side.category a{
    color:black;
    margin-bottom:7px;
    display:block;
    font-weight:300;
}
.left-side.category .main-category{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
.left-side.category .subcategory_link{
    font-size:17px;
    color:#747983;
}
.left-side .category_name a{
    color:#000;
}
.right-side .main-category{
    font-size:29px;
    font-weight:bold;
    position:relative;
    padding-bottom:20px;
    margin-bottom:30px;
}

.right-side.category a{
    display:block;
    margin-top:10px;
    color:#000;
    font-weight:300;
    font-size:20px;
}

.right-side.single a{
    color:#2DDCB1;
}

h1{
    margin:0 0 10px 0;
}

.fil-darianne{
    max-width:1280px;
    margin:140px auto 0 auto;
    /* margin-top:20px;
    margin-bottom:20px; */
    padding:10px 30px;
}

.fil-darianne a{
    color:#2DDCB1;
    font-family:'Sora';
}

.content *{
    font-size: 18px;
    font-weight: 300 !important;
}

.date_container{
    margin:20px 0;
}
main .date{
    color:#2DDCB1;
}

.menu_btn{
    cursor: pointer;
    display: inline-block;
    background: linear-gradient(40deg, #28C69D 19%, #A4F7DF 82%);
    padding: 3px 35px 2px 35px;
    border-radius: 0 20px 20px 0;
    margin-bottom:20px;
    margin-top:20px;
}

.close_container{
    font-size:25px;
    cursor:pointer;
}

@media screen and (min-width:769px){
    .mobile{display:none}
}

@media screen and (max-width:768px){
    main{
        grid-template-columns:100%;
    }
    .left-side{
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100vh;
        z-index: 10;
        left: 0;
        padding: 5vh 4vw;
        top: 100vh;
        transition:top 1s ease-in-out;
    }
    .left-side[data-display="open"]{
        top:0;
    }
    .left-side[data-display="close"]{
        top:100vh;
    }

    .right-side{
        border:none;
        padding:0;
    }

    h1{
        font-size:25px;
        margin-top:20px;
    }

    .content *{
        font-size:14px;
    }

}