.title{
    width:100%;
    text-align: center;
}

p{
    text-align: left;
}

table, td, tr{
    border:1px solid black;
    margin:0;
    padding:0;
}

p>a{
    color:navy;
}

table >h3{
    margin: 0;
}

#gale{
    width: 35em;
    margin:auto;
    border-radius: 0.5em;
}

.galh{
    width:250px;
    margin-left: 0.5em;
    border-radius: 0.5em;  
}
.galh:hover{
    /*  -ms-transform: scale(1.5); /* IE 9 */
    /*  -webkit-transform: scale(1.5); /* Safari 3-8 */
      transform: scale(1.1);
      }

#information {
    width :50em;
    margin: auto;
    text-align: center;
}

.bloc_photos{
    width:100%;
    display: flex;
    justify-content: space-between;
    
}

.galery{
    width: 25%;
}

.photoCentrale{
    width:40%;
}
.vide{
    width:30%;
}

@media screen and  (min-width: 350px) and (max-width:720px){
    .title{
        margin-top:5em;
    }

    #gale{
        margin:0;
        width:25em;
    }
    .bloc_photos{
        width:auto;
        display:block;
        margin-left: 12%;
     }
     .galery{
        width:100%;
        display:flex;
        flex-direction: row;
     }

     .galh{
        margin-right: 1em;
        margin-top: 1em;
     }

     #information{
        width:50%;
     }
}

@media screen and  (min-width: 720px) and (max-width:1000px){
 .title{
    margin-top:3em;
 }
 #information{
    width:50%;
 }

 .bloc_photos{
    display:block;
    margin-left: 20%;
 }
 .galery{
    width:80%;
    display:flex;
    flex-direction: row;
 }
 .galh{
    margin-right: 1em;
    margin-top: 1em;
 }
}

@media screen and  (min-width: 1000px) and (max-width:1450px){
    .vide{
        width:2%;
       /* display:none;*/
    }
}