.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;
}


img:hover
{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.ferrari1
{
    width: 250px;
    position: absolute;
    bottom: 15px;
    left: 110px;
    transition: transform .1s;
}


.mercedes1
{
    width:250px;
    height: 365px;
    position: absolute;
    bottom: 15px;
    right: 110px;
}

.redbull1
{
    width: 450px;
    position: absolute;
    bottom: 15px;
    left: 410px;
    border: thick double rgb(34, 34, 39)
}

.F1-logo
{
    width:50px;
    cursor:pointer;
}

body
{
    overflow: hidden;
    background-color: rgb(249, 79, 79);
}

p 
{
    display: block;
    width: 600px;
    margin-top: 70px;
    position: absolute;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    position: absolute;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: thick double #000000;
    display: inline-block;
    margin: auto;
    margin-left: 18%;
    top: 10px;
}

a:visited
{
    color: rgb(0, 0, 0);
}

a.tooltip2:hover
a.tooltip2:focus 
{
  color: rgb(2, 255, 225); 
}

a.tooltip1:hover
a.tooltip1:focus 
{
  color: rgb(0, 0, 111); 
}

a.tooltip:hover
a.tooltip:focus 
{
  color: rgb(255, 0, 0);
}


.tooltip2
.tooltip1
.tooltip
{
    position: relative;
}

.tooltip2::before
.tooltip1::before
.tooltip::before
{
    content:"la plus belle F1";
    position: absolute;
    top: -25px;
    left: 0;
    background-color: #000000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tooltip2:hover::before
.tooltip1:hover::before
.tooltip:hover::before
{
    opacity: 1;
}

.list-container 
{
    position: absolute;
    top: 35px;
    right: 130px; 
    font-size: 150%;
    z-index: 999; 
}
  
  