
@media only screen and (min-width: 992px) {
       body{
        background-color: rgb(247, 247, 247);
       
       }

      #title-header {
  color: yellow;
  font-size: 50px;
  
}
#motto {
  font-style: normal;
  font-weight: 700;
  color:  white;
  font-size: 35px;
 
}

#title-town h2{
  font-size: 38px;
}

     
     
    .menu li:first-child {
      display:none;
      
      
    }
    .menu li {
      display: inline-block;
     
    }
    .menu a {
      border-radius: 0 0 0 0;
      border: none;
      padding: .8rem;
      font-size: 100%;
    }
  
    .container-numero {
      display: block;
  
  }
  /*FOOTER*/


  .pics{ 
    max-width: 40%;
  
  }
  .contact address pre {
    font-size: 30px;
    text-align: left;
  }




  .map {
    display:inline-block;
    width: 35%;
    height: auto;
    border-radius: 15px 15px 15px 15px;
   
  }
  
article p.article-3 {
  float: left;
  text-align: left;
  margin: 0 auto;
  padding-left: 1vw;
  width: 50%;
  height:auto;
  
}

.weatherSummary {
  position: relative;
  
 }

.weatherbox{
  position: absolute;
  top: 8vw;
  left: 1.5vw;
  margin: 0 auto;
  padding: .75em;
  background-color: rgb(236, 97, 97);

}

.img-overlay h3 {
  margin: 0 0 .8em auto;
  border-bottom: 1px solid #fff;
}

.weatherbox {
  float: left;
  width: 12em;
  margin-right: .8em;
  padding-bottom: .5em;
  text-align: left;
}
.weatherbox p {
  margin: 0;
  padding: 0;
  line-height: 1.3rem;
  font-size: 20px;
}


}
