.presentation-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.presentation-image img {
    width: 500px;
    height: 300px;
    margin-right: 20px;
    border-radius: 10px;
    object-fit: cover;
}
.presentation-image h2 {
    color: white;
}
.presentation-image .barre {
    background-color: white;
    margin: 20px;
}
.accueil-introduction {
    height: 400px;
}
.text-aligne {
    display: flex;
}
.text-aligne p {
    flex: 5;
}
.block-information {
    flex: 2;
}
.block-information h3, .block-information div {
  color: white;
  padding: 20px;
  background-color: #2D473B;
  border-radius: 4px;
}
.block-information div, .block-information li {
    color: #2D473B;
    background-color: #5d977f;
}
.block-information p {
    padding-bottom: 10px;
}
#arboressance {
    width: 1000px;
    margin-top: -50px;
}
#arboressance div{
    width: fit-content;
    background-color: #cfcdcd;
    border: 3px solid gray;
    border-radius: 20px;
    padding: 10px;
}
#menu-selection-forteresses {
    border-bottom: 4px solid #158858;
}
#forteresse-focus {
    border-left: 4px solid #158858;
}

@media screen and (max-width: 996px) {
    .text-aligne {
        flex-direction: column;
        align-items: center;
    }
    .presentation-image img {
        width: 100%;
    }
    #arboressance {
        width: fit-content;
        margin-top: -30px;
    }
}