.bandeaurachis {
    /* padding: 20px; */
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    background-color: white;
    text-align: center;
}

.infosrachis p {
    color: black;
}

.infosrachis a {
    text-decoration: none;
}

.infosrachis h1 {
    color: var(--gris-fonce);
}

.infosrachis a:hover {
    text-decoration: none;
    background-color: var(--bleu-selecteur);
}

.infosrachis a:hover p {
    color: white;
}

.infosrachis a:hover h1 {
    color: var(--jaune-titre)
}

.infosrachis a:hover .plus {
    color: var(--jaune-titre);
}


.infosrachis .plus {
    font-size: 80px;
    padding-bottom: 0;
    color: var(--gris-fonce);
}

.infosrachis {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.infosrachis > * {
    flex: 1 1 50%;
    /* padding-left: 20px;
    padding-right: 20px; */
}