body{
    background-image: url(https://images-ext-1.discordapp.net/external/-yLGH4dr9R6B8vOqyS9LyQnfXhZAWT1-B9I6K8gvYSs/https/i.pinimg.com/originals/3c/95/c3/3c95c3a81ea9ae011a6a191261830d1a.jpg?width=949&height=558);
    background-size: 100%;
    background-repeat: no-repeat;
}

.flex{
    display: flex;
    flex-direction: row;
}

.agrandir{
    font-size: 25px;
}

h1{
    text-align: center;
    font-size: 50px;
}

.Img1:hover{
    transform: scale(1.3) translate(50%, 0%);
    transition: 2s;
}
.Img1{
    transform: scale(1) translate(0%, 0%);
    transition: 2s;
}


.Img2:hover{
    transform: scale(1.6) translate(-60%, -15%);
    transition: 2s;
}

.Img2{
    float: right;
    padding: 30% 100px 0 0;
    transform: scale(1) translate(0%, 0%);
    transition: 2s;
}



.boutonmenuprincipal {
    background-color: #37e8e8;
    color: white;
    border: none;
    cursor: pointer;
    padding: 25px;
}

.boutonmenuprincipal:hover {
    background-color: #dcdcdc;
    transition: 500ms;
}

.dropdown {
    position: relative;
    float: right;
}

.dropdown-child {
    display: none;
    background-color: #f28c8c;
}
    
.dropdown-child a {
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-child {
    display: block;
}

.dropdown-child a:hover{
    background-color: #0fc41e ;
}
