.detourage img{
    max-width: 100%;
    width: 100px;
    height: 100px;
}
.detourage{
    display: flex;
    align-items: center;
    gap: 5%;
}
.menu{
    position: fixed;
    top: 0px;
    left: 20px;
}
.menu__liste{
    list-style: none;
    padding: 0;
}
.menu__el{
    margin: 10px 0 10px 0;
}
.menu__el a{
    color: #000000;
    padding: 0 5px 0 5px;
    text-decoration: none;
    transition: ease 0.3s;
    border-radius: 5px;
}
.menu__el a:hover{
    padding: 5px;
    color: antiquewhite;
    background-color: #000000;
}
img{
    object-fit: cover;
}
main{
    margin-inline: 50px;
}
footer{
    display: flex;
    justify-content: center;
    background-color: #0A2928;
    color: #f5f5f5;
    padding: 20px;
}

header{
    display: flex;
    background-color: #f5f5f5;
    justify-content: center;
    padding: 30px;
}

h2{
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}
body{
    display: flex;
    flex-direction: column;
    background-color: #70D8C4;
    color: #0A2928;
    margin: 0;
    font-family: "Tanker";
    letter-spacing: 1px;
}
.a{
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
a:hover{
    background-color: #f5f5f5;
    padding: 10px;
}
.logo__ref{
    display: flex;
    gap: 10px;
    align-items: center;
}