*{
    -webkit-transform-style: preserve-3d;
}

svg {
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 8396px;
    stroke-dashoffset: 8396px;
    animation-name: draw;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    fill-opacity: 0;
stroke-width: 10;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

body {
    background-image: linear-gradient(45deg, #f7f7f7 20%, transparent 20%, transparent 50%, #f7f7f7 50%,#f7f7f7 70%, transparent 70%, transparent);
    position: relative;
    min-height: 700px;
}

@media (max-width: 1023px) {
    body {
        display: block;
        padding: 15px;
        overflow-x: hidden;
        background-size: 15px 15px;
    }
    html {
        overflow-x: hidden;
    }
    #roundshape {
        left: -138%;
    }
    #logo {
        width: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    #logo-text-block {
        text-align: center;
        margin-top: 60px;
            margin-bottom: 100px;
    }
    #title {
        font-size: 5.5em;
    }
    #branding {
        font-size: 2.1em;
    }
    #social {
        z-index: 10;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        margin-top: 20px;
        margin-top: 100px;
    margin-bottom: 100px;
    }
    #message{
        display: none !important;
    }
    #message, .social-img {
        width: 100px;
        height: 100px;
    }
    #music-control {
        display: none;
        position: relative;
    }
    .show-img {
        width: 300px !important;
        height: 300px !important;
        display: block;
margin-left: auto;
margin-right: auto;
object-fit: cover;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
    }
    .show-container {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .show-subtitle {
        margin-top: 5px !important;
        font-size: 2em !important;
        opacity: 1 !important;
        width: 100% !important;
        font-size: 2.5em !important;
        margin-bottom: 0;
    }
    .show-title {
        font-size: 3em !important;
        position: relative;
        font-family: 'Raleway', sans-serif;
        font-size: 1em;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-variant-caps: all-petite-caps;
        margin-bottom: 0;
        line-height: 0.8em;
        transition: 0.3s;
    }
    .show {
        text-align: center;
        margin: 10px;
    }
    .show-container {
        display: inline-block;
        position: relative;
    }
    #edito-container{
        position: relative;
        margin-top: 60px;
    }
    #picture-container {
        position: relative;
        width: 200px;
        height: 200px;
        margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    }
    #choreo-img {
        position: absolute;
        right: 0;
        top: 5px;
        height: 190px;
        width: 190px;
        object-fit: cover;
        z-index: 15;
    }
#edito-text{
    font-size: 2em !important;
}
#edito-name{
    font-size: 2.6em !important;
}
.show-kid {
    font-size: 1.3em;
    letter-spacing: 0.05em;
    position: absolute;
    background: black;
    color: white;
    width: 100px;
    height: 100px;
    z-index: 2;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 31%;
    top: 0px;
    transition: 0.5s;
    font-family: 'Raleway', sans-serif;
}
#filigrane{
    display: none;
}
#overlay-vid{
    display: none;
}
}

@media (min-width: 1024px) {
    #overlay-vid{
        top:0;
        height: 100%;
        position: absolute;
        z-index: 99;
        width: 100%;
        display: flex;
        background: white;
        transition: 3s;
    }
    video{
        height: 90%;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            margin-right: auto;
            position: relative;
    }
    #logo-container {
        margin: 20px;
            position: absolute;
            top: -17px;
            left: 0px;
            height: 180px;
            width: 100%;
    }
    html {
        overflow: hidden;
    }
    body {
        display: flex;
        margin: 0;
        overflow: hidden;
        background-size: 4px 4px;
    }
    #logo {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #logo-text-block {
        margin-left: 216px;
            margin-top: 58px;
            width: max-content;
    }
    #title {
        font-size: 2.5em;
        padding-left: 3px;
    }
    #branding {
        font-size: 1.1em;
    }
    #roundshape {
        right: -10%;
    }
    #social {
        position: absolute;
        right: 30px;
        top: 52px;
        z-index: 10;
    }
    .social-img {
        width: 50px;
        height: 50px;
    }
    #message {
        width: 60px;
        height: 60px;
    }
    .show-container:hover .show-img {
        margin-top: -20px;
        -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        transition: 0.3s;
    }

    .show-container:hover .show-kid {
        margin-top: -20px;
        transition: 0.3s;
        -webkit-transform: translate3d(0,0,0);

    }

    .show-container:hover .show-title {
        bottom: -15px;
        transition: 0.3s;
        -webkit-transform: translate3d(0,0,0);
    }

    .show-container:hover .show-subtitle {
        opacity: 1;
        transition: 0.4s;
    }
    #main-container {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1200px;
        display: flex;
    }
    #show-grid {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        height: fit-content;
        margin-top: auto;
        margin-bottom: auto;
    }
    .show {
        flex: 1 0 150px;
        text-align: center;
        box-sizing: border-box;
        margin-top: 26px;
        height: 140px;
        -webkit-transform: translate3d(0,0,0);
    }
    .show-container {
        display: inline-block;
        position: relative;
        height: 100%;
    }
    .show-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
        margin-top: 0;
        transition: 0.5s;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
    .show-subtitle{
        height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15em;
    line-height: 0.9em;
    }
    .show-title {
        position: absolute;
        width: 100%;
        font-family: 'Raleway', sans-serif;
        font-size: 1.15em;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-variant-caps: all-petite-caps;
        margin-bottom: 0;
        line-height: 0.8em;
        height: 30px;
        display: flex;
        justify-content: center;
        bottom: 0;
        transition: 0.3s;
    }
    #edito-container {
        margin: 20px;
        bottom: 10px;
        height: 130px;
        position: absolute;
        left: 17px;
        max-width: 1200px;
    }
    #picture-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 86px;
        height: 86px;
    }
    #choreo-img {
        position: absolute;
        right: 0;
        top: 3px;
        height: 80px;
        width: 80px;
        z-index: 15;
    }
    #edito {
        margin-left: 106px;
        min-height: 86px;
    }
    .show-kid {
        font-size: 0.5em;
        letter-spacing: 0.15em;
        position: absolute;
        background: black;
        color: white;
        width: 45px;
        height: 45px;
        z-index: 2;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 35px;
        top: 0px;
        transition: 0.5s;
        font-family: 'Raleway', sans-serif;
    }

}


#edito {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 43px;
    padding-left: 35px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}
#choreo-bg {
    height: 100%;
    background-image: linear-gradient(to bottom, #c62d91, #ef6724);
    margin-right: 1px;
    z-index: 2;
position: relative;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}





.show-subtitle {
    margin-top: 5px;
    width: 200px;
    opacity: 0;
    color: #550d5a;
    transition: 0.2s;
    font-family: 'Caveat', cursive;
}

#roundshape {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}







#filigrane {
    position: absolute;
    height: 700px;
    right: -160px;
    top: -160px;
    opacity: 0.1;
}

#separator {
    height: 1px;
    background: black;
    top: 54px;
    right: 60px;
    left: 400px;
    position: absolute;
}









#edito-text {
font-size: 0.8em;
        margin: 0;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 0;
        line-height: 1.4em;
        font-weight: normal;
        color: #000000;
}

#edito-name {
    font-size: 1em;
    margin: 0;
    text-align: right;
    font-family: 'Caveat', cursive;
    color: #8c1695;
}

#small-bubble {
    background-image: linear-gradient(to bottom, #c62d91, #ef6724);
    height: 10px;
    width: 10px;
    margin-top: -6px;
}

#title {
    font-family: 'Rochester', cursive;
    line-height: 1em;
    background-image: linear-gradient(to right, #ef6724, #c62d91);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
}

#branding {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
    line-height: 0.8em;
    margin: 5px 0 0 0;
}

.social-img {
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
}

#message {
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.social-img:hover, #message:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

#music-control {
    position: absolute;
    right: 30px;
    top: 127px;
    z-index: 11;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-variant-caps: all-petite-caps;
    margin-bottom: 0;
    line-height: 0.8em;
    color: black;
    cursor: pointer;
    text-align: right;
    padding: 5px;
    transition: 0.4s;
    border: 1px solid black;
    border-radius: 3px;
}

.hovered-music-control{
color: #ffffff !important;
border: 1px solid white !important;
transition: 0.4s;
}
