.footer{
    width: 100%;
    height:150px;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    border-top: 1px solid #57ADDE;
    background-color: rgba(255, 255, 255, 0.504);
}
.partie_gauche_footer{
    width: 60%;
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to right,#57ADDE, #1342E9);
}
.footer h1{
    font-size: 22px;
    margin: 0;
    font-family: "Rethink";
    font-weight: 550;
}
.footer h2{
    font-size: 18px;
    margin: 0;
    font-family: "Rethink";
    font-weight: normal;
}
.partie_gauche_footer h1, .partie_gauche_footer h2{
    color: white;
}
.partie_droite_footer h1, .partie_droite_footer h2{
    background-image: linear-gradient(to right,#57ADDE, #1342E9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.partie_droite_footer{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.cadre_reseaux{
    width: 200px;
    height: 30px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cadre_icon_reseau{
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
}
#instagram{
    background-image: url('../../Media/Images/icon_utiles/instagram.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#tiktok{
    background-image: url('../../Media/Images/icon_utiles/tiktok.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}