h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700;
    margin: 0 0 30px 0;
}

:link {
    color: #c7003a;
}

:link:hover {
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(.43, -0.83, .53, 1.50);
    color: #61001b;
}

a {
    color: #c7003a;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #61001b;
    outline: none;
}

.boutons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    width: 100%;
    height: 45px;
    margin: 10px;
    background-color: #c7003a;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: none;
}

.boutons:hover {
    background-color: #61001b;
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(.43, -0.83, .53, 1.50);
    color: white;
}

.bt_incident {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 45px;
    margin: 15px;
    background-color: #c7003a;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    border: none;
}

.bt_incident:hover {
    background-color: #61001b;
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(.43, -0.83, .53, 1.50);
    color: white;
}

.bt_DB {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 45px;
    margin: 15px;
    background-color: #ff9800;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;

    text-align: center;
    border: none;
}

.bt_DB:hover {
    background-color: #af6800;
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(.43, -0.83, .53, 1.50);
    color: white;
}

.bt_soutien {
    width: 250px;
    height: 45px;
    margin: 15px;
    background-color: #84af00;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.8em;
    text-align: center;
    border: none;
}

.bt_soutien:hover {
    background-color: #577300;
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(.43, -0.83, .53, 1.50);
    color: white;
}

.bt_kart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin: 15px;
    background-color: #c7003a;
    color: white;
    font-weight: bold;
    text-decoration: none; 
    text-align: center;
    border: none;
}

.bt_kart:hover {
    background-color: #61001b;
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(.43, -0.83, .53, 1.50);
    color: white;
}

.bt_tri {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 25px;
    margin: 5px;
    background-color: #cacaca;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 0.6em;
    text-align: center;
    border: none;
}

.bt_tri:hover {
    background-color: #a3a3a3;
    transition-duration: 1s;
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(.43, -0.83, .53, 1.50);
    color: white;
}

.evidence {
    color: #c7003a;
    font-weight: 700;
    font-size: large;
    margin: 0 0 30px 0;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}