/*
Theme Name: Zorba Studio
Author: Umazuma
Description: Un thme enfant pour le studio Zorba
Version: 1.0
Template: conversions

This is the child theme for Conversions theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Text+Me+One&display=swap');

body.custom-background {
    background-color: #0d0f0c;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.row.d-hidden {
    display: block;
}

.row.d-block {
    display: none;
}

.myContainer-mobile {
    display: none;
}

.navbar.navbar-expand-lg.navbar-right.navbar-dark.bg-dark {
    background: transparent !important;
}

#wrapper-navbar nav div.navbar-dark a.nav-link, #wrapper-navbar nav.navbar-dark a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: "Text Me One", sans-serif;
    letter-spacing: 1px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: transparent !important;
    text-align: center;
    font-family: "Text Me One", sans-serif;
}

#wrapper-footer .copyright {
    justify-content: center !important;
}

#left1, #right1 {
    background: transparent !important;
}

#right1 h1 {
    font-family: "Text Me One", sans-serif;
    position: absolute;
    left: -100%;
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 800;
    width: 200%;
    text-align: center;
    top: 48%;
    color: #eee;
}

#right h2 {
    display: none;
}

#right1 .image-home {
    position: absolute;
    top: 010vh;
    width: 480px;
    left: -240px;
}

#left2 {
    background-color: #333 !important;
    height: 100%;
    padding: 0px 9rem;
    z-index: 15;
}

#left2 h1 {
    color: #3ABE0C;
    font-family: "text me one", sans-serif;
    font-weight: 900;
    font-size: 2vw;
    text-align: center;
    text-transform: uppercase;
}

#left2 p {
    background: #0000;
    padding: 2rem;
    border-radius: 19px;
    font-size: 2vh;
}

#right2 {
    background-color: #0d0d0a !important;
}

#right2 .ms-tableCell {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 5rem;
    overflow: hidden;
    margin-top: 8rem;
}

#right2 .wp-block-audio, #right2 .wp-block-cover, #right2 .wp-block-embed, #right2 .wp-block-image, #right2 .wp-block-video {
    margin-bottom: 0;
}

#right2 .wp-block-embed iframe {
    max-width: 100%;
    height: 80px;
}

.wp-block-embed.is-type-rich.is-provider-spotify.wp-block-embed-spotify {
    max-width: 420px;
    margin: auto;
}

#left3 {
    background: #323232 !important;
}

#right3 {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#left3 .ms-tableCell {
    padding: 5px 7vw;
    position: relative;
    top: 0;
    left: 2vw;
}

#left3 h1, #left3 h2 {
    color: #fff;
    letter-spacing: 8px;
    text-transform: uppercase;
}

#left4 {
    background-image: url('/wp-content/uploads/2025/06/table-mix.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#right5 {
    background-image: url('/wp-content/uploads/2025/06/contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#right4 {
    padding: 3rem 10vw;
    background: #999 !important;
    font-size: 1.1rem;
}

#left5 {
    padding: 3rem 0 0 5rem;
    background: #dcdcdc !important;
    font-size: 1.3rem;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: 45px;
}

.wp-block-media-text > .wp-block-media-text__media {
    text-align: right;
    vertical-align: baseline;
}

.wp-block-media-text > .wp-block-media-text__content {
    padding-left: 6px;
    color: #222;
}

.wp-block-media-text > .wp-block-media-text__content p {
    margin: 0;
}

.wp-block-media-text > .wp-block-media-text__content a {
    color: #222;
    line-height: 44px;
}

.scroller {
    overflow: hidden;
}

.scroll-btn {
    width: 100%;
    justify-content: center;
    display: flex;
}

.scroll-btn .btn {
    width: 23%;
    margin: 5%;
    border: 1px solid #fff;
}

@media (max-width: 1024px) {
    #left2 {
        padding: 0px 2rem;
    }

    #left2 p {
        background: #0000;
        padding: 0;
        border-radius: 19px;
        font-size: 1.7vh;
    }

    #right4 {
        padding: 3rem 2vw;
    }

    #left5 {
        padding: 3rem 0 0 0;
    }

    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 50px auto !important;
    }


}

@media (max-width: 600px) {

    html, body{
        overflow:inherit !important;
        height:inherit !important;
    }

    .row.d-hidden {
        display: none;
    }

    .row.d-show {
        display: block;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #222;
        padding: 1rem;
    }

    #small1, #small2, #small3, #small4 {
        min-height: 100vh;
        position: relative;
    }


    body.custom-background {
        background-color: #0d0f0c;
        background-size: 80vh;
        background-position: top center;
    }

    .image-home {
        width: 50%;
        margin: auto;
        margin-top: 50%;
        position: relative;
    }

    .scroller {
        overflow: inherit;
        height: inherit !important;
    }

    .scroll-btn {
        display: none;
    }

    #small2 #realisations, #small3 #services, #small4 #qui, #small5 #contact {
        font-size: 2rem;
        text-align: center;
        display: block;
    }
    #small1 h1 {
        color: #fff;
        text-align: center;
    }

    #small3 {
        background: #584343;
        padding: 1rem;
    }

    #small3 h2 {
        color: #fff;
        text-align: center;
    }

    #small5 {
        min-height: 95vh;
    }


    #small5 a {
        color: #fff;
    }

    footer {

        bottom: -30px;
    }
    /*.ms-right.ms-easing {
        z-index: 0;
    }

    #main-menu {
        background: #222;
        padding: 15px 4rem;
        z-index: 10000;
    }

    #right1 h1 {
        display: none;
    }


    .image-home {
        width: 50%;
        margin: auto;
    }

    #small1 p {
        color: #fff;
        text-align: center;
    }

    /* #right1 .image-home {
         position: absolute;
         top: 12vh;
         width: 400px;
         left: -200px;
     }

     #right1 h2 {
         display: inherit;
         font-family: "Text Me One", sans-serif;
         position: absolute;
         left: -100%;
         font-size: 2.5rem;
         text-transform: uppercase;
         font-weight: 800;
         width: 200%;
         text-align: center;
         top: 55%;
         color: #eee;
         position: absolute;
     }

     ms-tableCell {
         display: block;
     }

     #left2, #left3, #left4, #left5 {
         padding: 0px 2rem;
         width: 200%;
         height: 50% !important;
     }

     #left2 p {
         background: #0000;
         padding: 0;
         border-radius: 19px;
         font-size: 1.7vh;
         margin-top: -80%;
     }

     #right2, #right3, #right4, #right5 {
         width: 200%;
         margin-left: -100%;
         margin-top: 200%;
         height: 54% !important;

     }

     #right2 .ms-tableCell {
         padding: 0 5rem;
     }

     #right3 {
         height: 32% !important;
         margin-top: 299%;
     }

     #right3 .ms-tableCell {
         height: 40% !important;
         overflow: hidden;
     }

     #right4 {
         margin-top: 200%;
         height: auto !important;
     }

     #right4 .ms-tableCell {
         margin-top: -40px;
         display: table;
     }

     #left3 h2 {
         font-size: 1rem;
     }

     #left3 p {
         margin-top: 0;
         margin-bottom: 0.6rem;
         font-size: .8rem;
     }

     #left3 .ms-tableCell {
         padding: 0px 0vw;
         position: relative;
         top: -115px;
         left: -1vw;
     }


     #right4 p {
         font-size: 1rem;
     }

     #left4 {
         margin-top: -32%;
     }

     #left5 {
         margin-top: -90%;
     }
 */
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: none !important;
        width: 100%;
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: none;
        grid-row: none;
        padding: 0;
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: none;
        grid-row: none;
        float: left;
        display: block;
    }

    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: none !important;
        width: 100%;
        display: block;
    }

    .wp-block-media-text > .wp-block-media-text__content p {
        margin: 0;
        font-size: .9rem;
    }

    #right5 {
        background-image: url('/wp-content/uploads/2025/06/contact.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 120% !important;
    }

}
