/* FOOTER */
.footer {
    background-color:rgb(47, 53, 67);
    text-align: center;
    padding: 2.5em 0;
    font-size: var(--fs-h3);
    color: rgba(249, 275, 226);
    border-top: solid rgb(235, 202, 95) !important;
    
 }
 
 .footer a { 
    color: inherit;
    text-decoration: none;
    color: rgba(249, 275, 226);
 }
 
 .footer__link {
    font-weight: var(--fw-bold);
   
 }
 
 .footer__link:hover,
 .social-list__link:hover {
    opacity: .7;
 }
 
 .footer__link:hover {
    text-decoration: underline;
 }
 
 .social-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 2em 0 0;
    padding: 0;
 }
 
 .social-list__item {
    margin: 0 .5em;
 }
 
 .social-list__link {
    padding: .5em;
 }
 /* Fin Footer */

 /* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
   /*#formulaire{
      width:100%;
   }*/
   
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  /* #formulaire{
      width:50%;
   }*/

  
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
   
  
}
   

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
   
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
   
}