@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap');

html {
    font-size: 16px;
}

body {
    font-weight: 400;
    padding: 1rem;
    height: 97vh;
    width: 100% !important;
}


h1 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 1rem;
    color: #d94b1c;
}

h2 {
    font-size: 2em;
    text-align: center;
    line-height: 3rem;
    color: #636363;
}

h3 {
    color: #636363;
    margin-top: 2rem;
}

#wrapper {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: space-evenly;
    margin: auto;
    max-width: 850px;
    border-radius: 20px;
    padding: 8rem;
}

#steps_fond {
    position: fixed;
    top: 0;
    margin: 0 0 0 -16px;
    background-color: white;
    opacity: 0;
    height: 100%;
}

.steps .step {
    margin: 3rem;
}

.steps .step span {
    position: relative;
    display: inline-block;
    margin: auto;
    font: normal 3rem 'Lobster Two', sans-serif;
    width: 7rem;
    line-height: 7rem;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .2);
    transition: .3s;
    border-radius: 20px;
    border: 1rem solid rgba(0, 0, 0, .1);
    background-clip: padding-box;
}


.steps .step.active span:hover {
    font-size: 4rem;
}

.steps .step.active span {
    /*background: rgba(255, 255, 255, .6);*/
    border: 1rem solid rgba(255, 255, 255, .6);
    cursor: pointer;
}


.part {
    /*width: 90%;*/
    max-width: 800px;
}

.part.show {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid lightsteelblue;
    padding: 20px;
    overflow: auto;
    background-color: white;
    box-shadow: 10px 10px 10px #ccc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    opacity: 0;
    top: 15px;
}

.close-part {
    color: red;
    position: absolute;
    width: 16px;
    height: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    right: 0px;
    top: 2px;
    cursor: pointer;
}

.part .video2 {
    width: 600px;
}

/** Media **/
[id*=day] audio {
    margin: auto;
    display: block;
}

/** Podcast **/
.podcast-widget {
    margin: auto;
    max-width: 415px;
}

.podcast-widget h2 {
    font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
    html {
        font-size: 10px;
    }

    body {
        padding: 0;
    }

    .part.show {
        top: 0px;
        position: fixed;
        overflow: scroll;
        left: 0;
        transform: inherit;
        height: 100%;
    }

    .close-part {
        right: 5px;
    }

    #logo {
        display: none;
    }

    .podcast-widget h2 {
        font-size: 2rem;
    }

    .podcast-widget p {
        line-height: 16px;
    }
}


/* Modification sites 4 */
#wrapper {
    background-image: url(images/steps/7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #044587;
}

#Parcours p {
    max-width: 1080px;
    margin: auto;
    text-align: center;
}