.flex-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333333;
    height: 120px;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    margin-bottom: 60px;
    box-shadow: 5px 5px 15px 5px #ff8080, -9px 5px 15px 5px #ffe488,
	-7px -5px 15px 5px #8cff85, 12px -5px 15px 5px #80c7ff,
	12px 10px 15px 7px #e488ff, -10px 10px 15px 7px #ff616b,
	-10px -7px 27px 1px #8e5cff, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.vignette-signe {
    height: 80%;
    border-radius: 100px;
    cursor: pointer;
    margin: 5px;
    box-shadow: 0 0 15px #9aeadf;
}

.vignette-signe:hover {   
    cursor: pointer;
    transform: scale(1.1);
}

.vignette-signe img {
    height: 100%;
}

#zone-affichage {
    background-color: #ffffffbb;
    width: 80%;
    height: 460px;
    margin: 0 auto;
    margin-top: 10px;
    border: solid 3px #333333;
    border-radius: 50px;
}

.detail-signe {
    display: none;
    width: 700px;
    height: 500px;
    border: solid 1px black;
}

.inside-flex{
    display: flex;
}

.signe-nom {
    text-align: center;
    font-size: 30px;
}

.signe-description {
    width: 300px;
}

.signe-illustration {
    width: 400px;
    height: 400px;
    align-self: center;
    border-radius: 50px;
    margin-left: 20px;
}

