/*
Police: Rubik de Google Font
*/
*{
    margin: 0;
}
body{
    text-align: center;
    background-color: bisque;
}
h1{
    margin-left: 20%;
    background-color: black;
    color: white;
    text-align: center;
    width: 50%;
}
#Squeezie{
    margin-left: 20%;
    height: 500px;
    width: 50%;
    background: url("../images/squeezie.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#Cyprien{
    margin-left: 20%;
    height: 500px;
    width: 50%;
    background: url("../images/cyprien.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
#Mcfly{
    margin-left: 20%;
    height: 500px;
    width: 50%;
    background: url("../images/mcfly.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#Kevin{
    margin-left: 20%;
    height: 500px;
    width: 50%;
    background: url("../images/kevin-tran.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#Seb{
    margin-left: 20%;
    height: 500px;
    width: 50%;
    background: url("../images/seb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#Michou{
    margin-left: 20%;
    height: 500px;
    width: 50%;
    background: url("https://th.bing.com/th/id/OIP.PSNVKgHrB_P9clLaKVBJdgHaFj?rs=1&pid=ImgDetMain");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#Inoxtag{
    margin-left: 20%;
    height: 500px;
    width: 50%;
    background: url("https://gaming-sante.fr/wp-content/uploads/2023/03/Inoxtag-fait-du-sport.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: left;
}
h2{
    background-color: darkgrey;
    width:400px ;
}
h3{
    background-color: black;
    color: white;
    width: 300px;
}
h3:hover{
    width: 150px;
    transition: 2s;
}
h2:hover{
    width: 100%;
    transition: 2s;
    border-radius: 100%;
}
h3:hover{
    width: 100%;
    transition: 2s;
    border-radius: 100%;
}