.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50px;
    display: flex;
    justify-content:center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom : 20px;
}

.icone 
{
    width:50px;
    cursor: pointer;
}

p
{ 
    vertical-align: middle;
    font-size: 30px;
    border: solid black;
    background-color: lavender;
}

.cadre
{
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
    padding-left : 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    width:1000px;
    border: thick double powderblue;
    margin: auto;
}

.liens
{
    padding-top: 50px;
    font-size: 30px;
    width: 70px;

}

.Ditto
{
    margin: auto;
    display:flex;
    justify-content: center;
    cursor: pointer;
    width: 300px;

}

.cadre > img
{
    object-fit: contain;
    width: 20%;
    height: auto;
}

.gif
{
    line-height: 150px; /* same as height! */
    padding-top: 50px;
}

.Bunnies
{
    margin: auto;
    display:flex;
    justify-content: center;
    width: 400px;
}

h1
{
    text-align: center;
    color: blueviolet;
    text-transform: uppercase;
    
}

img.logo
{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 470px;
    height:auto;
    
}

.membres
{
    display: flex;
    justify-content: space-around;
    width: 1000px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.texte
{
    width: 70%;
    border-radius: 20px;
    border: solid black;
    font-size: 25px;
    text-align: center;
    height: 150px;

    line-height: 150px; /* same as height! */

}

.membres > img 
{
    object-fit: contain;
    width: 20%;
    height: auto;
}


p.par_membre{
    font-size: 25px;
}

span.nom
{
    color: pink;
}

 h2
 {
    text-align: center;
    text-transform: uppercase;
    color: blueviolet;
 }

a
{
    color:skyblue;
}

a:hover
{
    background-color:lavender !important;
}
 a:visited
 {
    color:purple;
 }

 .png1
 {
    float: right;
    width: 320px;
 }



