

   /*                    FOOTER
  ************************************************/
  #colophon a{
    text-decoration: none;
  }

  .footer-container{
    background-color: var(--dark-grey);
    color:  var(--white);
  }

  .footer-logo{
    text-transform: uppercase;
    text-align: center;
  }

  .footer-img{
    padding: 0;
    position: relative;
  }
  .footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-logo div > div:nth-of-type(1) svg{
    width: 20%;
    height: auto;
  }

  .footer-logo div > div:nth-of-type(3) svg{
    width: 35%;
    height: auto;
  }

  .footer-logo div > div:nth-of-type(3) a{
    color: var(--white);
    text-decoration: none;
  }

  .footer-logo p{
    margin-bottom: 0;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
  }

  .footer-logo > div{
    align-items: center;
  }

  .footer-logo svg path{
    fill: var(--white);
  }

  .sub-footer{
    background-color: var(--black);
    color: var(--white);
  }

  .sub-footer p{
    padding: 0em 0 0.5em 0;
    margin: 0;
  }
  .sub-footer .sub-footer-legacy p{
    padding: 0em;
    margin: 0;
  }
  .sub-footer .sub-footer-legacy{
    border-top: 1px solid #ffffff52;
  }

  #footer-menu{
    list-style-type: none;
  }

  #footer-menu li a {
      padding: 0.4em 0.3em 0.4em 0;
      margin: 0.1em 0em;
      display: block;
      font-size: 16px;
  }

  #colophon a{
    color: var(--white);
  }
  .separator-footer span{
    width: 60px;
    height: 2px;
    background: var(--tan);
    display: block;
  }

  .adresse-link span::after{
    content: "";
    height: 2px;
    width: 50px;
    background: var(--tan);
    display: block;
    margin-top: 15px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    }
  .adresse-link:hover span::after{
    width: 100%;
  }

  .linkRS span{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--light-tan);
    height: 35px;
    width: 35px;
  }
