body {
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    background-color: #D3D3D3;
}

#left-side,
#center-side,
#right-side {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

#left-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

#center-side,
#right-side {
    /*display: table;*/
    width: 50%;
    /*padding-right: 1%;*/
}

#center-side {
    height: 100vh;
    overflow-y: scroll;
}

#right-side {
    display: none;
}

#launch-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

#container {
    box-shadow: inset 5px 5px 6px -4px #625c4e, inset -5px -5px 6px -4px #625c4e;
    width: 100vw;
    height: 100vh;
}

#container,
#containerSousCategories {
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0px;
}

.precision {
    float: left;
    color: #919f58;
    padding-left: 3vw;
}

/*#containerSousCategories {
    padding-top: 5%;
}*/

video {
    position: relative;
    width: 90%;
    /* float: left; */
    height: 80vh;
}

/*#get-reponse>div:first-child {
    height: 10vh;
}

#get-reponse>div {
    width: 100%;
}*/

#get-reponse>div>textarea {
    width: 80%;
    height: 10vh;
    resize: none;
    background-color: transparent;
    /* margin: 1%; */
    /* float: left; */
}

.simple-div {
    width: 80%;
    padding: 4%;
    display: inline-block;
    margin: 10px;
    /*background-color: #183a1d;*/
    position: relative;
    color: #001f3f;
    font-size: 2vh;
    font-weight: bolder;
    text-align: justify;
    overflow: hidden;
    border-radius: 15px;
    /*background: #f5e7c2;*/
    box-shadow: 5px 5px 14px #625c4e,
        -5px -5px 14px #ffffff;
}

.div-evocation {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
    background-color: black;
    position: relative;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    text-align: justify;
    line-height: 5;
}

.first-step {
    width: 80%;
    /*padding: 4%;*/
    display: inline-block;
    margin: 10px;
    position: relative;
    /*cursor: pointer;*/
    color: #001f3f;
    font-size: 2vh;
    font-weight: bolder;
    text-align: justify;
    overflow: hidden;
    border-radius: 15px;
    /*box-shadow: 2px 2px 14px #625c4e,
        -2px -2px 14px #ffffff;*/
}

.first-step:hover {
    /*border-radius: 15px;
    box-shadow: inset 2px 2px 10px #625c4e,
        inset -2px -2px 10px #ffffff;*/
}

.last-step {
    width: 80%;
    padding: 4%;
    display: inline-block;
    margin: 10px;
    background-color: #e1eedd;
    position: relative;
    cursor: pointer;
    color: #001f3f;
    font-size: 2vh;
    font-weight: bolder;
    text-align: justify;
    border-radius: 15px;
    box-shadow: 5px 5px 14px #625c4e,
        -5px -5px 14px #ffffff;
    text-decoration: none;
}

.last-step:hover {
    border-radius: 15px;
    background: #e1eedd;
    box-shadow: inset 5px 5px 10px #625c4e,
        inset -5px -5px 10px #ffffff;
}

.fiche-container {
    width: 80%;
    padding: 4%;
    display: inline-block;
    margin: 10px;
    position: relative;
    color: #001f3f;
    font-size: 2vh;
    font-weight: bolder;
    text-align: justify;
    border-radius: 15px;
    text-decoration: none;
}

.text-first-step {
    background: #38430B;
    width: 80%;
    padding: 4%;
    display: inline-block;
    margin: 10px;
    position: relative;
    cursor: pointer;
    color: white;
    font-size: 2vh;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
}

.text-fiche {
    background: #e1eedd;
    width: 80%;
    padding: 4%;
    display: inline-block;
    margin: 10px;
    position: relative;
    cursor: pointer;
    color: #001f3f;
    font-size: 2vh;
    font-weight: bold;
    text-align: justify;
    border-radius: 15px;
}

.text-fiche:hover {
    box-shadow: inset 5px 5px 10px #625c4e, inset -5px -5px 10px #ffffff;
}

.text-first-step:hover {
    background-color: #919f58;
    box-shadow: inset 5px 5px 10px #625c4e, inset -5px -5px 10px #ffffff;
}


#containerButton {
    width: 100%;
    height: 60%;
}

#containerButton>button {
    height: 25%;
    width: 31%;
    cursor: pointer;
    font-size: 3em;
}

#retour {
    display: none;
    background: cornflowerblue;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    width: 250px;
    height: 50px;
    cursor: pointer;
    line-height: 2.5;
    text-align: center;
    vertical-align: middle;
}

.deactivate {
    background: gray;
    pointer-events: none;
    cursor: none;
}

#goToResume {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-color: #e1eedd;
    width: 100px;
    height: 75px;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    color: white;
    font-size: 1.8vh;
    font-weight: bolder;
    text-align: center;
    overflow: hidden;
}

iframe {
    width: 30%;
    height: 60%;
    position: absolute;
    bottom: 2%;
    right: 1%;
    border: none;
}

#blur-video {
    position: absolute;
    background: black;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    opacity: 0.7;
}

#div-video {
    text-align: center;
    width: 100vw;
    z-index: 5;
    position: absolute;
    height: 100vh;
    left: 0;
}

#p-video {
    /* height: 0vh; */
    bottom: 0vh;
    /* left: 15%; */
    width: 50%;
    text-align: center;
    /* position: absolute; */
    padding: 2%;
    z-index: 5;
    font-size: 1.8vw;
}

#historique {
    text-align: center;
    top: 50%;
    position: relative;
    width: 100%;
}

#historique>span {
    cursor: pointer;
    padding: 2%;
    background-color: gray;
}