#autre{
    height: 100vh;
    position: relative;
}
#img-violon-1 {
    position: absolute;
    left: 150px;
    top: 50px;
    width: 20%;
    transform: rotate(-10deg);
    border-radius: 20px;
    box-shadow: 50px 50px 30px rgba(0, 0, 0, 0.494);
    
}

#img-violon-2 {
    position: absolute;
    right: 100px;
    bottom: 20px;
    width: 20%;
    transform: rotate(10deg);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.414);
}
#img-violon-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    z-index: 0;
    border-radius: 20px;
  
}
#contact{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    
}
#contact-bloc{
    width: 600px;
    height: 300px;
    border-radius: 10px;
    background-color: rgb(239, 232, 213);
    color: black; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: perspective(800px) rotateY(0deg) rotateX(0deg);
    transition: all 0.5s ease;
    

}
#contact-bloc h2{
    position: absolute;
    font-size: 40px;
    top: -30px;
    left: 8px;  
    z-index: 200;
    color: rgb(239, 232, 213);
    
    
}
#contact-bloc p{
    color: black;
    flex: 1;
    text-align: center;
    width: 100%;
}

#svg-contact{
 
position: absolute;
    height: 50%;
    width: 100%; 
    

}
#sous-contact{
    display: flex;
    justify-content:space-between;
    align-items: center;
    z-index: 2;
    
}
#sous-contact p{
    z-index: 50;
}
#bouton-send{
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0;
    transition: all ease 0.2s;
    margin-bottom: 10px;
    margin-right: 10px;
}
#bouton-send:hover{
cursor: pointer;
transform: scale(1.2);
}
#footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    gap: 50px;
    padding-top:20px ;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    width: 100%;
   
    background-color: rgb(63, 28, 4);
     background: linear-gradient(121deg, #a15e10, #7b4302, #f7e2cb);
            background-size: 600% 600%;
        
            -webkit-animation: AnimationName 6s ease infinite;
            -moz-animation: AnimationName 6s ease infinite;
            animation: AnimationName 6s ease infinite;

}
#para-footer{
    width: 250px;
    position: relative;
    text-align: center;
}
#contact-footer{
    width: 250px;
    text-align: center;
    position: relative;
    
   
}
#contact-footer::after{
    content: ''; 
    height: 70px;
    width: 2px;
    background-color: rgb(242, 231, 208);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50px,-50%); 
    border-radius: 20px;
    
}
#up::before {
    content: '';
    height: 70px;
    width: 2px; 
    background-color: rgb(242, 231, 208);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50px, -50%);
    border-radius: 20px;
   

}
#para-footer p{
    font-family:"valentine";
    font-size: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 25px; 
    color: rgb(230, 216, 191);
}
#para-footer span{
    display: block;
    font-family: "louis";
    font-size: 12px;
    padding: 0;
    margin: 0;
}
#up p{
 font-size: 15px;
color: rgb(230, 216, 191);

}
#up{
    width: 250px;
    text-align: center;
    position: relative;
    

}
#footer ul{
    flex-direction: column;
    gap: 0;
    color: rgb(230, 216, 191);
}
#footer li{
    padding: 1px;
}
#footer-bas{
    height: 30px;
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.411);
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    
    
}
#footer-bas-mentions{
    color: white;
    font-size: 10px;
}
#footer-bas p{
    color: rgb(255, 251, 244);
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    }
#footer-bas a{
    text-decoration: none;
    color: bisque;
}

/* ============ MOBILE ============ */
@media screen and (max-width: 769px) {

    /* PHOTOS */
    #autre {
        height: 62vh;
    }

    #img-violon-1 {
        left: 12px;
        top: 20px;
        width: 36%;
    }

    #img-violon-2 {
        right: 12px;
        bottom: 12px;
        width: 36%;
    }

    #img-violon-3 {
        width: 86%;
    }

    /* CONTACT */
    #contact {
        height: auto;
        padding: 90px 0;
    }

    #contact-bloc {
        width: 92%;
        height: auto;
        padding: 45px 18px 80px;
    }

    #sous-contact {
        flex-direction: column;
        gap: 15px;
    }

    #svg-contact {
        display: none;
    }

    /* FOOTER */
    #footer {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px 70px;
    }
    #contact-footer{
        display: none;
    }
    #contact-footer,
    #para-footer,
    #up {
        width: 100%;
        max-width: 450px;
    }

    #contact-footer::after,
    #up::before {
        display: none;
    }

    #footer-bas {
        height: auto;
    }
}

/* ============ TABLETTE ============ */
@media screen and (min-width: 770px) and (max-width: 1100px) {

    #footer {
        gap: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    #contact-footer,
    #para-footer,
    #up {
        width: auto;
        flex: 1;
    }

    #contact-footer::after {
        transform: translate(12px, -50%);
    }

    #up::before {
        transform: translate(-12px, -50%);
    }
}