* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
  }
  
  body {
    color: #fff;
    background-color: #1b2838;
  } 


  #copiryght {
    /* background: black;
    color: white;
    border: 2px solid red; */
    text-align: left;
  }
  
  #copiryght h2{
    border: 1px groove #fff;
    background-color: #fff;
    color: black;
  }
  
  .mention {
    display: flex;
    flex-direction: column;
    /* max-width: 700px; */
    line-height: 40px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
    
  }
  
  .mention h4{
    /* border: 1px groove black; */
    /* background-color: #1b2838; */
    color: #fff;
  }
  
  .mention span, p {
    margin-left: 20px;
  }
  
  
  .mention-legale{
    text-decoration: none;
    font-size: 1.1rem;
    margin-left: 10px;
  }
  
  .mention-legale:hover{
    color: orange;
  }