body{
    background-image: url(../images/navbar.jpg);
}
@media screen and (min-width: 480px)
{
    body{
        overflow-x: hidden;
    }
    .proceder p{
        font-size: 2.5vw;
    }
    .photo{
        margin-top: 5%;
    }
    .photo img{
        width: 60%;
    }
    .photo p{
       font-size: 2.5vw;
    }
    .mecontact img{
        width: 5%;
    }
    .reseau{
        margin-top: -1.5%;
        width: 70%;
        padding: 2%;
        margin-left: 25%;
    }
    h4{	
        font-size: 3vw;
    }
    .bas img{
        width: 20%;
        margin-top: -3%;
    }
    .toutetenu img{
        width: 75%;
        height: 400px;
    }
    .toutetenu p{
        font-size: 2.5vw;
    }
}
@media screen and (min-width: 1024px)
{   
    body{
        overflow-y:auto;
    }
    .proceder p{
        font-size: 1.2vw;
    }
    .photo{
        margin-top: 5%;
        padding: 0 10% 0 10%;
        display: flex;
        justify-content: space-between;
    }
    .photo img{
        width: 80%;
    }
    .photo p{
       font-size: 1vw;
    }
    .mecontact img{
        width: 4%;
    }
    .reseau{
        margin-top: -3%;
        width: 35%;
    }
    h4{	
        font-size: 1.3vw;
    }
    .bas img{
        width: 13%;
        margin-top: -3%;
    }
    .toutetenu img{
        width: 65%;
        height: 550px;
    }
    .toutetenu p{
       font-size: 1vw;
    }
}
.proceder{
    color: black;
}
.proceder h2{
    margin: auto;
}
.photo img{
    border-radius: 8px;
}
.photo p{
    color: black;
   text-align: center;
}
.pge{
    background-image: url(../images/fond.jpg);
    padding: 0% 0% 2% 0%;
    height: 100%;
    width: 100%;
}
h3{
    color: black;
}
.mecontact{
    display: flex;
   flex-direction: column;
   position: absolute;
   width: 99%;
   margin-top: 6%;
}
.mecontact a{
    color: white;
}
.reseau{
    align-self: center;
    align-content: left;
}
h4{	
    display: inline;
}
.bas img{
    position: absolute;
    margin-top: -3%;
}

h5{
    display: inline;
}

.ecrit
{
    animation-name: mon_anim;
    animation-duration: 1000ms;
    animation-delay: 5ms;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
}
.toutetenu img{
    align-items: center;
    border-radius: 8px;
}
.toutetenu p{
    color: black;
}
#prod{
    width: 67%;
    border-radius: 15px;
}

#tenu{
    width: 50%;
}
