* { box-sizing: border-box; }

body {
    background-color: #303037;
    margin: 0px;
    padding: 0px;
}

a {
    font-family: verdana, arial;
    font-size: 20px;
    color: #FE650A;
    background-color: #CBD7E5;
    line-height: 50px;
    padding: 20px;
    height: 50px;
    margin: 0 10px 0 10px;    
    transition: background-color .2s;
}

a:hover {
    background-color: #fff;
    transition: background-color .5s;
}

h1 {
    margin: 10px 0;
    font-family: sans-serif;
    font-size: 24px;
    color: white;
}

h2 {
    margin: 10px 0 20px 0;
    font-family: arial;
    font-size: 20px;
    color: white;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  text-align: center; 
}


/* 
.bandeau {
    position: absolute;
    background-color: #123;        
    width: 100%;
    border-top: 1px white;
    border-bottom: 1px white;
    padding: 20px;
}

.contentCentre {
    position: relative;
    background-color: linen;
    margin-left: auto;
    margin-right: auto;
}

.divGauche {
    position: relative;
    float: left;
    border-top: 1px;
    border-bottom: 1px;
    padding: 20px;
}
 
.divDroite {
    position: relative;
    float: left;    
    border-top: 1px;
    border-bottom: 1px;
    padding: 20px;
}

 */
.photoResto {
    width: 100%;
    max-width: 800px;
    border: solid 2px white;
}



/*  RESPO */
@media (max-width:900px) {


.inner {
  width: 100%;
}

.photoResto {
    border: 0;
}

}