
@media screen and (max-width: 1025px) {

    .Description {
        
        justify-content: center;
        align-items: center;
        margin-left: 3%;
        height: 600px; 
    }

    .NomOeuvre {
        justify-content: center;
        align-items: center;
    }

    .InfoOeuvre {

        justify-content: center;
        flex-flow: column;
        margin-top : 5%;
    }

    .texte {
        
        width: auto;
    }

    .InfoOeuvre div {
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
        margin-top: 10%;
    }

    .prix {
        margin-top: 5%;
    }
    
}


@media screen and (max-width: 1025px) {

    #savas p{
        font-size: 40px;
    }

    #ongletsSculpt a {
        margin-top: 5%;
        font-size: 36px;
    }

    #nom{
        font-size: 60px;
    }    

    #logo{
        margin-top: 10%;
        margin-bottom: 5%;
    }

    #slogan {
        margin-top: 5%;
        font-size : 32px;
    }

    .photo{
        width : 750px;
        height : 750px;
    }

    .Visuel {
        width : 800px;
    }

    .Description {
        margin-top:5%;
        height : 1200px;
    }
    .InfoOeuvre {
        margin-top: 10%;
        text-align : center;
    }


    .texte {
        font-size: 30px;
    }

    .NomOeuvre p{
        font-size: 40px;
    }

    .Galerie {
        margin-top:3%;
    }

    .coordonnee {
        margin : 3%;
    }

    #name {
        font-size: 60px;
    }

    #email {
        font-size: 34px;
    }

    #insta img {
        height : 20%;
    }

    .Miniature img {
        
        margin-top: 60%;
    }
}


