.containerFenetre, .containerFenetre2, .containerFenetre3, .containerFenetre4{
    position: fixed;
    z-index: 1;
}


.fenetreBox1, .fenetreBox2, .fenetreBox3, .fenetreBox4{
    display: none;
    height: 600px;
    width: 600px;
    background: #fffffff3;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 35%;
    border-radius: 0.25rem;
    animation: apparition 0.3s ease-in forwards;
    overflow: hidden;
}
.tete, .tete2, .tete3, .tete4{
    height: 15%;
}
.corps, .corps2, .corps3, .corps4{
    height: 65%;
}
.pied, .pied2, .pied3, .pied4{
    height: 20%;
    display: flex;
}
.visite, .fermer{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3rem;
    height: 2.5rem;
    width: 15rem;
    margin-top: 80px;
    margin-left: 7%;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 0.3rem;
    transition: background 0.3s ease-in-out;
}
.visite{
    display: flex;
}
.fermer{
    font-size: 1.3rem;
    background: #c50000;
}
.nom, .redirect{
    margin-left: 17.5%;
}
.nom{
    margin-top: 2%;
}
.redirect{
    margin-top: 5px;
    margin-left: 7.5px;
    height: 27.5px;
    width: 27.5px;
}