

h2{
    font-size: 50px;
    margin: 20px 4px 20px 4px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 20px;
    padding-bottom: 10px;
}

p{
    font-size: large;
    text-align: center;
}

.conteneurImages5{
    display: flex;
    justify-content: center;
}

.outils{
    background-color: rgb(255, 255, 255);
    height: 205px;
    width: 205px;
    border: 3px black solid;
    border-radius: 100px;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
}
    
.outils:hover{
    opacity: 0.6;
    cursor: pointer;
}

.outils img{
    width: 200px;
}

#zone-affichage {
    background-color: white;
    display: flex;
    justify-content: center;
    width: 900px;
    height: 600px;
    margin: 40px auto;
    margin-top: 10px;
    border: solid 3px black;
    border-radius: 30px;
}

.detail-outils{
    display: none;
    width: 900px;
    height: 600px;
    border: solid 1px black;
}

.outils-images{
    width: 390px;
}

.outils-description{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 390px;
    align-items: center;
}

.lienMinecraftWiki{
    width: 280px;
    background-color: rgb(167, 162, 162);
    border: black solid;
    padding: 10px;
    display: block;
    margin-top: 100px;
    text-decoration: none;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.lienMinecraftWiki:hover{
    background-color: white;
}
