.row-flightheritage {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.row-flightheritage .one_flight {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
    cursor: pointer;
}
.row-flightheritage .one_flight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-flightheritage .one_flight .image {
    height: 220px;
}
.row-flightheritage .one_flight .bottom_flight {
    background: #FFFFFF;
    padding: 12px 15px;
    position: relative;
    border-bottom-right-radius: 20px;
}
.row-flightheritage .one_flight .bottom_flight .titre {
    color: #0069C8;
    font-weight: bold;
    line-height: 24px;
    padding-right: 25px;
}
.row-flightheritage .one_flight .bottom_flight .titre span {
    font-weight: normal;
}
.row-flightheritage .one_flight .bottom_flight .arrow_bottom {
    position: absolute;
    right: 15px;
    top: 10px;
    transition: 0.3s;
}
.row-flightheritage .one_flight .bottom_flight .croix {
    position: absolute;
    right: 17px;
    top: 12px;
    font-size: 26px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.all_mission .one_mission {
    margin-bottom: 10px;
    padding-left: 20px;
}
.all_mission .one_mission .titrem {
    color: #2F93CF;
    font-weight: bold;
    line-height: 18px;
    position: relative;
}
.all_mission .one_mission .descm {
    color: #27304A;
    line-height: 18px;
}
.row-flightheritage .one_flight.active .bottom_flight .arrow_bottom {
    opacity: 0;
    visibility: hidden;
}
.row-flightheritage .one_flight.active .bottom_flight .croix {
    opacity: 1;
    visibility: visible;
}
.all_mission .one_mission .titrem:after {content: "";position: absolute;left: -15px;top: 6px;width: 7px;height: 7px;background: #2F93CF;border-radius: 100%;}
.all_mission {
    padding-top: 20px;
}
