.recommandation {
    border:solid 2px black;
    margin-left:20px;
    margin-right: 0px;
    border-right:0px;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
}

.recommandation>* {
    flex: 0 0 auto;
}

.recommandationHistoire {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recommandationHistoireBouton {
    width: 90% !important;
    display: block;
    margin: 0 auto;
}



/* --------------------------- */

.blocHistoireCarre {
    position: relative;
    border: solid;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-width: 2px;
    border-color: #b3b3b3;
    border-radius: 10px;
}

.blocHistoireCarre img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.blocHistoireCarre button {
    margin-top: auto;
}

.blocHistoireCarre h3 {
    font-size: 24px;
    text-align: center;
}

.blocHistoireCarre .info {
    position: absolute;
    top: 0px;
    right: 5px;
    border: solid;
    border-width: 0px;
    align-content: center;
    width: 40%;
    height: 50%;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}

hr {
    border: none;
    border-top: 2px solid #bababa;
}

.textRouge {
    color: rgb(212, 8, 8);
    font-weight: 1000;
    font-size: 20px;
}


h2 {
    color: #2d4a1e;
    transition: 0.2s;
    user-select: none;
    background-color: rgb(223, 255, 194);
    padding: 12px 24px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: fit-content;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 2px -2px 5px rgb(167, 203, 134);
    font-family: 'Raleway Semi Bold';
    border: 1px solid rgba(167, 203, 134, 0.3);
    border-bottom: none;
}

h2:hover {
    background-color: #e8ffd9;
    transform: translateY(-3px);
    box-shadow: 6px -4px 15px rgba(0, 0, 0, 0.08);
    color: #1a330d;
}