.popupcv{
    background-color: #FFFFFF;
    width: 375px;
    max-width: unset;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    border: 4px solid black;
    font-family: "Poppins",sans-serif;
    display: none;
    z-index: 10000;
    position: fixed;
}

.popupcv img{
    width: 100%;
}

.popupcv .flex-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popupcv p{
    font-size: 16px;
    text-align: justify;
    margin: 6px 0 20px 0;
    line-height: 25px;
    color: #000000;
    padding-top: 5px;
}

.dispotext {
    font-size: 11px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
    color: #000000;
    
}
.popupcv h2 {
    color: #000000;
    font-size: 20px;
    margin-top: 16px;
}

.popupcv button{
    display: block;
    margin:  0 -10px -19px auto;
    background-color: #000000cf;
    color: #fff;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 2em;
    padding: 0;
    position: relative;
}

.popupcv .boutonH52_2 {
    transition: 0.3s;
    margin: 0 0 0 0;
    width: auto;
    background-color: #e6ebec;
    display: inline;
    padding: 0.2em 0.2em;
    border: 0.9px solid #e6ebec;
    line-height: 115%;
    color: #000 !important;
    font-family: "Bebas Neue", cursive;
    font-size: 2.1vh;
    letter-spacing: 0.2em;
    text-align: left !important;
}

.popupcv .boutonH52_2 a{
    margin: 0;
}

.popupcv .boutonH52_2:hover {
    background-color: #fff;
    color: #94d023 !important;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {
    .popupcv{
        width: 80%;
        max-width: 346px;
        padding: 15px 20px;
    }

    .popupcv .flex-row h4{
        margin-right: 10px;
    }
}