@import url('https://fonts.googleapis.com/css?family=Mansalva|Roboto:400,400i,500,600,900&display=swap');

.pop-up {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(50, 55, 140, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    z-index: 50;
}

.pop-up .overlay {
    background-color: #9DBF21;
    width: 85%;
    height: 85%;
    padding: 2vh 18%;
    box-sizing: border-box;
    color: white;
    border-radius: 5vh;
    top: 0;
    left: 0;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pop-up  #fermer {
    position: absolute;
    top: 12%;
    right: 10%;
    width: 3%;
    z-index: 100;
}

.pop-up #fermer img {
    width: 100%;
}

.pop-up .overlay video {
    width: 100%;
    margin-bottom: 3%;
    height: auto;
}

.pop-up .overlay p {
    text-align: center;
    padding: 0 10%;
    font-size: 2.2vh;
}

.pop-up .overlay .voir-plus {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 900;
    font-size: 2.4vh;
    margin-bottom: 2%;
    padding: 0;
    letter-spacing: 0.02vh;
}

.pop-up .overlay img {
    width: 5%;
    margin-bottom: 10%;
    margin-left: 47.5%;
}

strong {
    font-weight: 600;
}

h2{
    font-family: "Mansalva", script;
    font-size: 5vh;
    font-weight: 400;
}

p {
    font-family: 'Roboto', "Helvetica", "Arial", sans-serif;
    line-height: 1.4em;
    font-size: 2.5vh;
}


/********* hover infos ***********/

#infos {
    background-color: rgb(50, 55, 140);
    position: absolute;
    width: 30%;
    height: 50%;
    bottom: 5em;
    right: 20%;
    border-radius: 20px;
    color: white;
    padding: 1em 3em;
    z-index: 49;
}

#infos img {
   float: left;
   margin-right: 5vh;
   margin-top: 2vh;
}

#infos p {
    height: 20%;
    margin-top: 3em;
    max-width: 400px;
    font-size: 2.2vh;
}

em {
    font-style: italic;
}