.ligne1,
.ligne2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 2%;
}

.ligne2 {
    padding-top: 5%;
}

.img_records {
    width: 100%;
    padding-bottom: 6%;
}

.ligne2 .img_records {
    width: 120%;
    padding-bottom: 6%;
}

#emmy {
    width: 68%;
}

.div_records {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    align-self: baseline;
}

.btn {
    font-family: 'Trajan', sans-serif;
    color: white;
    opacity: 0.25;
    width: 40%;
    border-radius: 0;
}

.btn:hover {
    opacity: 1;
    color: white;
}

.modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img_header_modal {
    width: 20%;
    padding-bottom: 2%;
}

.modal-content {
    background-color: #1A1A1A;
    color: white;
    font-family: 'Raleway-ExtraLight';
    text-align: justify;
}

.close {
    color: white;
}

.close:hover {
    color: white;
}