footer {
    width: auto;
    height: auto;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    padding-top: 1em;
    background: #4d4d4d;
    color: #c1bfbf;
    
  
  }
  
  #footer_top {
    width: 100%;
    height: .5em;
  
  }
  #footer_content{
    padding: 0 5%;
    width: 100%;
    padding-top: 1vh;
    display: flex;
  
  }
  #footer_bottom{
  
    width: 100%;
    height: 60px;
    text-align: center;
    
    padding: 0.5em 0 1em 0;
    font-size: 10px;
  }
  #footer_bottom p{
  
   margin-top: 25px;
  }
  #footer_logo {
    width: 180px;
    height: 125px;
    background-position: top;
    background-size: 80%;
    background-repeat: no-repeat;
    background-image: url('../img/Logo_compagnons_B.svg');
    
    position: relative;
    padding-bottom: 20px;
  }
  .footer_info{
    width: 30%;
    margin: 0 20px;
    display: block;
    flex: 1 0 150px;
   
    
  }
  .footer_info p{
    margin: 0.6em 0;
    font-size: 12px;
  }
  .footer_info h4 {
    margin-bottom: 1em;
  
  
  }
  .footer_info img{
    border: 1px solid #303030;
  }
  #footer_logo p {
    font-size: 10px;
    position: absolute;
    bottom: 0;
   
  }
