@font-face {
    font-family: CircularXX TT Black;
    src: url('../fonts/CircularXXSub-Black.woff') format('truetype');
}

@font-face {
    font-family: CircularXX TT Regular;
    src: url('../fonts/CircularXXWeb-Regular.woff2') format('truetype');
}

* {
    color: #191817;
    scroll-behavior: smooth;
    --text-color: #191817;
    font-family: "CircularXX TT Regular", sans-serif;
}

strong {
    font-family: "CircularXX TT Black", sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    background-color: #F7F2E9;
}

.main-title {
    margin: 0px;
    font-size: 6em;
    line-height: 0.9em;
    font-family: "CircularXX TT Black", sans-serif;
}

.content {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    background-color: #F7F2E9;
}

.info {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.info>.springy {
    height: 100%;
}

.info>.membership {
    width: 150px;
    height: 150px;
    margin-left: -70px;
    margin-bottom: 100px;
}

.main {
    display: flex;
    margin: auto 30px;
    flex-direction: column;
}

.main>.name {
    max-width: 100%;
    margin-top: 20px;
    width: 504.664px;
    height: 258.639px;
    transform: translate(0px, 0px) rotate(0deg);
}

.main>.experiences {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.main>.experiences>.title {
    font-size: 1em;
    font-weight: bold;
    font-family: "CircularXX TT Black", sans-serif;
}

.main>.experiences>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.main>.experiences>div>.experience {
    display: flex;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
}

.view-full {
    font-family: "CircularXX TT Black", sans-serif;
}

.main>.experiences>div>.experience>svg {
    flex: 1;
    margin-bottom: 8px;
}

.main>.experiences>div>.experience:hover>span,
.main>.experiences>div>.experience:hover>svg>path,
.main>.experiences>div>.experience:hover>svg>g>path,
.main>.experiences>div>.experience:hover>svg>g>g>g>path {
    fill: #2A805E;
    color: #2A805E;
}

.main>.experiences>div>.experience.sleep:hover>svg>path:first-child {
    fill: transparent;
}

.main>.experiences>div>.experience.sleep:hover>svg>path {
    stroke: #2A805E;
}

.out-actions {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.out-actions>p {
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    font-kerning: none;
    text-decoration: none;
}

.out-actions>.membership {
    float: right;
    width: 120px;
    height: 120px;
    margin-left: 20px;
}

footer {
    padding: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid rgba(47, 47, 47, 1);
}

footer>.left {
    display: flex;
    flex-direction: column;
}

footer>.left>.address {
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    font-kerning: none;
    text-decoration: none;
    font-family: "CircularXX TT Black", sans-serif;
}

footer>.left>.socials {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
}

footer>.left>.socials>a {
    display: flex;
    margin-right: 15px;
    padding: 15px 15px;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
}

footer>.left>.socials>a:hover {
    background-color: rgb(228, 228, 228);
}

footer>.left>.socials>a>svg {
    width: 15px;
    height: 15px;
}

footer>.right {
    display: flex;
    flex-direction: column;
}

footer>.right>.form {
    padding: 10px;
    display: flex;
    margin-top: 10px;
    border-radius: 10px;
    align-items: center;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 1);
}

footer>.right>.form>svg {
    width: 20px;
    height: 20px;
}

footer>.right>.form>input {
    flex: 1;
    border: none;
    outline: none;
    margin: 0px 10px;
}

footer>.right>.form>button {
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(47, 47, 47, 1);
}

.hs-form-html {
    flex: 0.7;
    --hsf-default-background__padding: 0px;
    --hsf-default-row__vertical-spacing: 5px;
}

.hsfc-Step {
    position: relative;
}

.hsfc-Step__Content {
    padding: 0px;
}

.hsfc-RichText>p {
    margin: 0px;
    line-height: 0px;
}

.hsfc-RichText>p:nth-child(2) {
    margin: 5px 0px;
}

.hsfc-TextInput {
    padding: 20px 15px !important;
}

.hsfc-NavigationRow {
    top: 63px;
    right: 5px;
    position: absolute;
}

@media only screen and (max-width: 1150px) {

    footer,
    footer>.left {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    footer>.right {
        width: 100%;
        margin-top: 40px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    footer>.left>.address,
    footer>.right>.d {
        text-align: center;
    }

    footer>.right>.form {
        width: 100%;
    }

    .hs-form-html {
        flex: 1;
    }

    .hs-form-html>div {
        width: 100%;
    }

    .hsfc-RichText>p {
        text-align: center;
    }

}

@media only screen and (max-width: 568px) {

    .hsfc-NavigationRow {
        top: 80px;
    }

}

@media only screen and (max-width: 424px) {

    .hsfc-NavigationRow {
        top: 0px;
        right: 0px;
        position: relative;
    }

}

@media only screen and (max-width: 800px) {

    .main-title {
        font-size: 5em;
    }

}

@media only screen and (max-width: 730px) {

    .main-title {
        font-size: 4em;
    }

}

@media only screen and (max-width: 400px) {

    .main-title {
        font-size: 3.5em;
    }

}

/** REMOVE **/

body {
    margin: 0px;
    padding: 0px;
    background-color: #F7F2E9;
}

a {
    text-decoration: none;
}

button {
    display: flex;
    border: none;
    color: white;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 15px 35px;
    align-items: center;
    background-color: black;
}

button>svg {
    margin-right: 10px;
}

button>span {
    font-family: CircularXX TT Black;
}

.top-banner {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: #EF96FD;
}

.top-banner>* {
    font-weight: bold;
}

.top-nav {
    display: flex;
    padding: 15px 35px;
    justify-content: space-between;
    border-bottom: 0.1px solid #727271;
}

.top-title {
    display: flex;
    font-size: 30px;
    font-weight: bold;
    justify-content: flex-start;
    font-family: CircularXX TT Black;
}

.top-nav>.menu {
    display: flex;
    align-items: center;
}

.top-nav>.menu>* {
    display: flex;
    cursor: pointer;
    margin: 0px 20px;
    font-weight: bold;
    align-items: center;
}

.top-nav>.menu>*>span {
    font-family: CircularXX TT Black;
}

.top-nav>.menu>*>svg {
    margin-left: 10px;
}

.hamburger-button {
    display: none;
}

@media only screen and (max-width: 940px) {

    .top-nav>.menu {
        display: none;
    }

    .hamburger-button {
        padding: 0;
        z-index: 30;
        width: 30px;
        height: 24px;
        border: none;
        display: flex;
        cursor: pointer;
        margin-left: 50px;
        flex-direction: column;
        background: transparent;
        justify-content: space-around;
    }

    .bar {
        width: 100%;
        height: 3px;
        background: var(--text-color);
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
        transform-origin: center;
    }

    /* Hamburger to X animation */
    .hamburger-button.open .bar:nth-child(1) {
        transform: translateY(10.5px) rotate(45deg);
        /* Move down and rotate */
    }

    .hamburger-button.open .bar:nth-child(2) {
        opacity: 0;
        /* Middle bar disappears */
        transform: translateX(-30px);
    }

    .hamburger-button.open .bar:nth-child(3) {
        transform: translateY(-10.5px) rotate(-45deg);
        /* Move up and rotate */
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #F7F2E9;
        padding-top: var(--nav-height);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 10;

        /* Initial state: off-screen to the right */
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;

        display: flex;
        flex-direction: column;
        list-style: none;
    }

    .mobile-menu.open {
        margin-top: 0px;
        transform: translateX(0);
        background-color: #F7F2E9;
    }

    .mobile-menu li {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid black;
    }

    .mobile-menu a {
        display: block;
        font-size: 1.1rem;
        color: var(--text-color);
        text-decoration: none;
        font-weight: 600;
    }

}

.container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    max-width: 1100px;
}

@media only screen and (max-width: 940px) {

    .container>* {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

}

.map {
    margin: auto;
    display: flex;
    overflow: auto;
    margin: 60px auto;
    flex-direction: column;
}

.map>.header {
    display: flex;
    justify-content: space-between;
}

.map>.header>.details {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    flex-direction: column;
}

.map>.header>.details>.t {
    font-size: 35px;
}

.map>.map-view {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    border: 2px solid black;
}

.map>.map-view>* {
    width: 100%;
}

@media only screen and (max-width: 940px) {

    .map>.header {
        max-width: 300px;
        flex-direction: column;
    }

    .map>.header>a {
        margin-top: 30px;
    }

}

.ai {
    display: flex;
    margin: 90px auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.ai>.title {
    font-size: 40px;
    max-width: 720px;
    font-weight: bold;
    text-align: center;
}

.ai>.prompt {
    width: 100%;
    display: flex;
    margin: 40px 0px;
    border-radius: 80px;
    background: #FFFFFF99;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 10px 0px #00000040;
}

::placeholder {
    color: #626262;
    opacity: 1;
}

.ai>.prompt>input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 19px;
    padding: 0px 50px;
    background-color: transparent;
}

.ai>.prompt>button {
    margin: 10px;
    padding: 10px 15px;
    border-radius: 100%;
}

.ai>.suggestions {
    display: flex;
    margin: 30px 0px;
    flex-direction: column;
}

.ai>.suggestions>.title {
    font-size: 20px;
    text-align: center;
}

.ai>.suggestions>.sugs {
    display: flex;
    margin: 30px 0px;
}

.ai>.suggestions>.sugs>.sug {
    width: 160px;
    margin: 15px;
    height: 160px;
    padding: 30px;
    font-size: 18px;
    cursor: pointer;
    max-width: 160px;
    border-radius: 16px;
    min-width: 160px;
    background: #FFFFFF80;
    border: 1px solid #E9E9E966;
    box-shadow: 0px 4px 12px 0px #00000040;
}

.ai>.suggestions>.sugs>.sug:hover {
    box-shadow: 0px 4px 12px 0px #80964540;
}

@media only screen and (max-width: 940px) {

    .ai>.suggestions {
        width: fill-available;
        width: -webkit-fill-available;
    }

    .ai>.suggestions>.sugs {
        overflow: auto;
        max-width: 100vw;
    }

    .ai>.prompt>input {
        padding: 0px 15px;
    }

}

.consider {
    display: flex;
    margin: 60px auto;
    max-width: 1290px;
    flex-direction: column;
}

.consider>.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consider>.header>.t {
    font-size: 35px;
    font-family: "CircularXX TT Black", sans-serif;
}

.consider>p {
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
}

@media only screen and (max-width: 940px) {

    .consider>.header {
        flex-direction: column;
        align-items: flex-start;
    }

    .consider>.header>a {
        margin-top: 20px;
    }

    .consider>.header>.t {
        font-size: 30px;
    }

}

.featuref-fu {
    display: flex;
    flex-direction: column;
}

.featuref-fu>.topper {
    display: flex;
    justify-content: space-between;
}

.featuref-fu>.topper>div {
    display: flex;
    flex-direction: column;
}

.featuref-fu>.topper>div>.t {
    font-size: 42px;
    font-weight: bold;
    font-family: CircularXX TT Black;
}

.featuref-fu>.topper>div>.d {
    font-size: 20px;
    margin: 10px 0px;
}

.featuref-fu>.feats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.featuref-fu>.feats>.feat {
    flex: 1;
    display: flex;
    cursor: pointer;
    min-width: 200px;
    margin: 0px 10px;
    max-width: 300px;
    flex-direction: column;
}

.featuref-fu>.feats>.feat>.fimage {
    height: 400px;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 90px;
}

.featuref-fu>.feats>.feat>.fimage>img {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.featuref-fu>.feats>.feat>.fimage>.cover {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.featuref-fu>.feats>.feat>.fimage>svg {
    z-index: 2;
}

.featuref-fu>.feats>.feat>.fimage>svg.yellow>path {
    fill: #c27223;
}

.featuref-fu>.feats>.feat>.fimage>svg.green>path {
    fill: #297324;
}

.featuref-fu>.feats>.feat>.fimage>svg.purple>path {
    fill: #691b5d;
    stroke: #691b5d;
}

.featuref-fu>.feats>.feat>.fimage>svg.blue>path {
    fill: #22317d;
    stroke: #22317d;
}

.featuref-fu>.feats>.feat>.control {
    display: flex;
    margin: 20px 0px;
    align-items: center;
    justify-content: space-between;
}

.featuref-fu>.feats>.feat>.control>.info>span {
    font-size: 24px;
    margin-left: 10px;
    font-weight: bold;
    font-family: "CircularXX TT Black", sans-serif;
}

@media only screen and (max-width: 940px) {

    .featuref-fu>.feats>.feat {
        max-width: 500px;
        margin-bottom: 20px;
    }

    .featuref-fu>.feats>.feat>.fimage {
        width: 100%;
    }

    .featuref-fu>.topper {
        flex-direction: column;
    }

    .featuref-fu>.topper>a {
        margin-top: 10px;
    }

}

.yclub {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.yclub>.presenter {
    display: flex;
    overflow: hidden;
    margin-right: 15px;
    flex-direction: column;
}

.yclub>.presenter>a {
    display: none;
    margin-top: 20px;
}

.yclub>.presenter>.imgs {
    width: 800px;
    max-width: 500px;
    overflow: hidden;
    max-height: 700px;
    position: relative;
    border-top-left-radius: 100px;
}

.yclub>.presenter>.imgs>img {
    width: 100%;
    height: 100%;
    object-fit: unset;
}

.yclub>.presenter>.imgs>.small {
    left: 0px;
    z-index: 2;
    bottom: 0px;
    bottom: 20px;
    width: 200px;
    height: 200px;
    position: absolute;
}

.yclub>.details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yclub>.details>div {
    display: flex;
    flex-direction: column;
}

.yclub>.details>div>.club {
    font-size: 35px;
    font-style: italic;
    font-family: "CircularXX TT Black", sans-serif;
}

.yclub>.details>div>.title {
    font-size: 50px;
    max-width: 400px;
    font-family: "CircularXX TT Black", sans-serif;
}

.yclub>.details>div>.tagline {
    font-size: 20px;
    margin-top: 30px;
    font-style: italic;
}

.yclub>.details>div>.texts {
    font-size: 20px;
    max-width: 350px;
    margin-top: 20px;
    line-height: 30px;
}

.yclub>.details>a {
    margin-top: 30px;
}

.yclub.reversed>.presenter {
    margin-left: 15px;
    margin-right: 0px;
}

.yclub.reversed>.details {
    text-align: end;
    align-items: flex-end;
}

.yclub.reversed>.details>div {
    align-items: flex-end;
}

@media only screen and (max-width: 940px) {

    .yclub>.presenter>a {
        display: flex;
    }

    .yclub>.details>div>.club {
        font-size: 20px;
    }

    .yclub>.details>div>.title {
        font-size: 30px;
    }

    .yclub>.details>div>.texts,
    .yclub>.details>div>.tagline {
        font-size: 18px;
        line-height: unset;
    }

    .yclub>.details>a {
        display: none;
    }

}

.gallery {
    display: flex;
    padding-left: 20px;
    background-color: #1A1918;
    justify-content: space-between;
}

.gallery>.caption {
    margin: 50px;
    display: flex;
    max-width: 700px;
    flex-direction: column;
}

.gallery>.caption>* {
    font-size: 18px;
    color: #FFFEFD;
    line-height: 1.5em;
}

.gallery>.caption>.t {
    font-size: 40px;
    font-weight: bold;
}

.gallery>.caption>.mobile {
    display: none;
}

.gallery>.images {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
}

.gallery>.images>div {
    flex: 1;
    display: flex;
}

@media only screen and (max-width: 940px) {

    .gallery {
        flex-direction: column;
        padding-left: 0px !important;
    }

    .gallery>.caption>.desktop {
        display: none;
    }

    .gallery>.caption>.mobile {
        display: block;
    }

    .gallery>.images {
        margin-left: 0px;
        overflow: hidden;
    }

    .gallery>.images>div>* {
        width: 50%;
    }

}

.faqs {
    display: flex;
    margin: 30px 0px;
    margin-top: 50px;
    margin-bottom: 80px;
    flex-direction: column;
}

.faqs>.header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.faqs>.header>.title {
    font-size: 40px;
    font-family: "CircularXX TT Black", sans-serif;
}

.faqs>.header>div>span {
    cursor: pointer;
}

.faqs>.header>div>span:hover {
    font-weight: bold;
    font-family: "CircularXX TT Black", sans-serif;
}

.faqs>.faq{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid black;
}

.faqs>.faq>.header{
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
    padding-right: 40px;
    align-items: center;
    justify-content: space-between;
}

.faqs>.faq>.faq-content{
    display: none;
    margin-bottom: 20px;
    flex-direction: column;
}

.footer {
    width: 100%;
    margin: auto;
    padding: 90px 0px;
    max-width: 1200px;
}

.footer>.topper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer>.topper>.brand {
    display: flex;
    flex-direction: column;
}

.footer>.topper>.brand>.name {
    margin: 0px;
    font-size: 4em;
    line-height: 0.9em;
    font-weight: bolder;
    font-family: "CircularXX TT Black", sans-serif;
}

.footer>.topper>.brand>.address {
    font-size: 1.2em;
    margin-top: 20px;
    font-weight: bold;
    font-family: "CircularXX TT Black", sans-serif;
}

.footer>.topper>.secondary {
    display: flex;
    flex-direction: column;
}

.footer>.topper>.secondary>.menu {
    display: flex;
    flex-direction: column;
}

.footer>.topper>.secondary>.menu>.t {
    font-size: 20px;
    font-weight: 400;
}

.footer>.topper>.secondary>.menu>.smenu {
    display: flex;
    font-weight: bold;
    text-decoration: none;
    justify-content: space-between;
}

.footer>.topper>.secondary>.menu>.smenu>* {
    margin-top: 10px;
    font-size: 20px;
    text-decoration: none;
    font-family: "CircularXX TT Black", sans-serif;
}

.footer>.topper>.secondary>.newsletter {
    margin-top: 30px;
}

.footer>.bottomer {
    display: flex;
    font-size: 18px;
    margin: 30px 0px;
    align-items: center;
    justify-content: space-between;
}

.footer>.bottomer>.socials {
    display: flex;
}

.footer>.bottomer>.socials>a {
    padding: 10px;
    display: flex;
    margin-right: 15px;
    width: fit-content;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: #FFFFFF;
}

.footer>.bottomer>.socials>a>svg {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 940px) {

    .footer {
        padding: 0px;
        display: flex;
        margin-top: 20px;
        flex-direction: column;
    }

    .footer>* {
        margin: 20px;
    }

    .footer>.topper {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer>.topper>.secondary {
        width: fill-available;
        width: -webkit-fill-available;
    }

    .footer>.topper>.secondary>.menu>.t {
        margin-top: 30px;
    }

    .footer>.topper>.secondary>.menu>.smenu {
        flex-wrap: wrap;
        margin-top: 10px;
        justify-content: unset;
    }

    .footer>.topper>.secondary>.menu>.smenu>* {
        margin-right: 10px;
    }

    .footer>.topper>.secondary>.newsletter {
        margin-top: 50px;
    }

    .footer>.bottomer {
        margin: 30px 20px;
        flex-direction: column;
    }

    .footer>.bottomer>* {
        margin-bottom: 15px;
    }

}

.ysocial {
    display: flex;
    margin: 100px 0px;
    justify-content: space-between;
}

.ysocial>.details {
    display: flex;
    margin-top: 80px;
    font-weight: bold;
    flex-direction: column;
}

.ysocial>.details>.soc {
    font-size: 24px;
    font-family: "CircularXX TT Black", sans-serif;
}

.ysocial>.details>.title {
    font-size: 42px;
    max-width: 300px;
    margin-top: 20px;
    font-family: "CircularXX TT Black", sans-serif;
}

.ysocial>.details>.badges {
    display: flex;
    margin-top: 10px;
}

.ysocial>.details>.badges>* {
    padding: 10px;
    font-size: 14px;
    margin: 10px 0px;
    color: #F7F2E9;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #191817;
}

.ysocial>.details>.desc {
    font-size: 20px;
    margin: 20px 0px;
    max-width: 500px;
    line-height: 1.6em;
    font-weight: normal;
}

.ysocial>.details>.action>button {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.ysocial>.details>.action>button>svg {
    margin-right: 10px;
}

.ysocial>.details>.eff-title {
    font-size: 24px;
    margin: 50px 0px 30px 0px;
}

.ysocial>.details>.effetcs {
    display: flex;
    font-weight: normal;
}

.ysocial>.details>.effetcs>* {
    display: flex;
    margin-right: 40px;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
}

.ysocial>.details>.effetcs>*>svg {
    margin-bottom: 10px;
}

.ysocial>.presentation {
    width: 800px;
    max-width: 500px;
    overflow: hidden;
    max-height: 700px;
    margin-left: 60px;
    position: relative;
    border-top-right-radius: 100px;
}

.ysocial>.presentation>.big {
    width: 100%;
    height: 100%;
    object-fit: unset;
}

.ysocial>.presentation>.small {
    left: 0px;
    z-index: 2;
    bottom: 0px;
    width: 200px;
    height: 200px;
    position: absolute;
}

.ysocial.reversed>.details>.title {
    max-width: 440px;
}

.ysocial.reversed>.details>.effetcs>*>svg {
    margin-bottom: 5px;
}

.ysocial.reversed>.presentation {
    margin-left: 0px;
    overflow: hidden;
    margin-right: 60px;
    position: relative;
    border-top-right-radius: 0px;
    border-top-left-radius: 100px;
}

.ysocial.reversed>.presentation>.small {
    right: 0px;
    left: unset;
}

@media only screen and (max-width: 940px) {
    .ysocial {
        flex-direction: column;
    }

    .ysocial>.presentation {
        width: unset;
        height: 600px;
        margin-top: 60px;
        margin-left: 0px;
        margin-right: 0px !important;
    }
}

.cat-shop {
    display: flex;
    margin: 50px 0px;
    align-self: center;
    flex-direction: column;
}

.cat-shop>.header {
    display: flex;
    flex-direction: column;
}

.cat-shop>.header>.t {
    font-size: 35px;
    font-weight: bold;
    font-family: "CircularXX TT Black", sans-serif;
}

.cat-shop>.header>.d {
    font-size: 20px;
    margin-top: 15px;
}

.cat-shop>.fmenu {
    display: flex;
    margin-top: 5px;
    justify-content: flex-end;
}

.cat-shop>.fmenu>a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    font-family: "CircularXX TT Black", sans-serif;
}

.cat-shop>.cats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.cat-shop>.cats>.cat {
    flex: 1;
    display: flex;
    cursor: pointer;
    max-width: 300px;
    text-decoration: none;
    flex-direction: column;
}

.cat-shop>.cats>.cat>img {
    height: 200px;
    padding: 5px 10px;
    border: 1px solid rgba(25, 24, 23, 1);
}

.cat-shop>.cats>.cat>span {
    margin-top: 10px;
}

.cat-shop>.cats>.cat:hover>span {
    font-weight: bold;
}

@media only screen and (max-width: 940px) {

    .cat-shop>.fmenu>a{
        margin-top: 20px;
    }

    .cat-shop>.cats>* {
        margin-bottom: 30px;
    }

}





/* --------- */

/* Dropdown Content (The actual menu) */
.dropdown-content {
    z-index: 10;
    display: none;
    padding: 10px;
    max-width: 100%;
    min-width: 160px;
    border-radius: 4px;
    position: absolute;
    font-weight: normal;
    flex-direction: column;
    box-sizing: border-box;
    background: rgba(253, 250, 245, 1);
    box-shadow: -6px 30px 30px -4px rgba(0, 0, 0, 0.16);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    /* Makes each link take up its own line */
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (This class is added/removed by JavaScript) */
.show {
    display: block;
}

.dropdown-content>.title {
    font-size: 14px;
    padding: 10px 0px;
}

.dropdown-content>.nav-back {
    display: none;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFE7E5;
}

.dropdown-content>.nav-back>svg {
    margin-right: 10px;
}

.dropdown-content>.content-items {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}

.dropdown-content>.content-items>.content-item {
    display: flex;
    cursor: pointer;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
}

.dropdown-content>.content-items>.content-item:hover {
    background-color: rgba(239, 231, 229, 1);
}

.dropdown-content>.content-items>.content-item>.left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-content>.content-items>.content-item>.left>span {
    font-weight: bold;
}

.dropdown-content>.content-items>.content-item>.left>svg {
    margin-right: 10px;
}

.dropdown-content>.content-items>.content-item>.presentations {
    display: flex;
}

.dropdown-content>.content-items>.content-item>.presentations>.presentation {
    display: flex;
    padding: 10px;
    margin: 0px 5px;
    border-radius: 8px;
    align-items: center;
    background-color: rgba(247, 237, 237, 1);
}

.dropdown-content>.content-items>.content-item>.presentations>.presentation>img {
    width: 30px;
    height: 30px;
}

.dropdown-content>.full-menu {
    display: flex;
    cursor: pointer;
    flex-direction: column;
}

.dropdown-content>.full-menu:hover {
    background-color: #EFE7E5;
}

.dropdown-content>.full-menu>.heading {
    display: flex;
    margin-top: 5px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.dropdown-content>.full-menu>.medias {
    display: flex;
}

.dropdown-content>.full-menu>.medias>div {
    flex: 1;
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.dropdown-content>.full-menu>.medias>.double {
    width: 50px;
    height: 160px;
    margin: 0px 5px;
    max-width: 100px;
}

.dropdown-content>.full-menu>.medias>.double>* {
    height: 50%;
    margin: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}

.dropdown-content>.full-menu>.medias>.double>*:last-child {
    margin-top: 5px;
}

.dropdown-content>.full-menu>.medias>div>img,
.dropdown-content>.full-menu>.medias>.double>*>img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dropdown-content>.full-menu>.medias>div>svg,
.dropdown-content>.full-menu>.medias>div>.con,
.dropdown-content>.full-menu>.medias>.double>*>svg {
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.dropdown-content>.full-menu>.medias>div>.con>span {
    font-weight: bold;
}

.dropdown-fm-cover,
.dropdown-fm-cover {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media only screen and (max-width: 940px) {

    .dropdown-content {
        left: 0px;
        width: 100%;
    }

    .dropdown-content>.nav-back {
        display: flex;
    }

    .dropdown-content>.title {
        display: block;
    }

}