.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 30%;
    font-weight: bolder;
}
.popup-content button {
    display: block;
    margin: 0 auto;
}
.show {
    display: block;
}
.titre {
    color: #484947;
    line-height: 1;
    font-size: 13px;
    font-family: Helvetica;
    padding-top: 30px;
    padding-bottom: 20px;    
}
.ligne {
    clear: both;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    color: #696969;
    font-family: Helvetica;
    font-weight: normal; 
}

.avertissement{
    clear: both;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1;
    color: red;
}

/*.closePopup
{
    position: relative;
    float:right;
}*/

.buttonClosePopup {
    background-image:url(/public/images/exit2.png);
    width:22px;
    height:22px;
    background-size: cover;
    position: relative;
    float:right;
    cursor: pointer;
}

#reset {
   text-align: right;
   margin-right: 10px;
    
}