* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html, body {
    width: 100vw;
    font-family: 'Arial', sans-serif;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    display: flex;
    flex-direction: column;
  }
  body {
    color: white;
    min-height: 100vh;
    display: flex;
    justify-content: center;
  }
  a{
    color: unset;
    text-decoration: unset;
  }
  footer a{
    font-size: 1.5vw;
  }
  .copyright{
    margin-top: 3vw;
  }
  .contact-info{
    margin-top: 5vw;
  }
  .contact{
    margin: auto;
  }
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    text-align: center;
    padding: 5vh 5vw;
  }
  #copyrightLogo {
    width: 12vw;
    margin: auto;
   }
  footer p{
    margin: auto;
  }
  .logo-image{
    height: 30vw;
  }
  
  h1 {
    font-size: 4vw;
    letter-spacing: 0.2vw;
    margin-bottom: 2vh;
  }
  
  p {
    font-size: 2.2vw;
    max-width: 80vw;
    margin-bottom: 5vh;
  }
  li{
    list-style-type: none;
  }
  
  .footer {
    margin-top: 3vw;
    border-top: solid #ffffff  0.2vw;
    bottom: 2vh;
    font-size: 1.8vw;
    opacity: 0.5;
  }
  
  @media (max-width: 768px) {
    h1 {
      font-size: 10vw;
    }
  
    p {
      font-size: 4.5vw;
    }
  
    .footer {
      font-size: 3vw;
    }
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  

  
  .wrapper {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 5vh;
  }
  
  header {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  
  header h1 {
    font-size: 6vw;
    color: #ffffff;
  }
  
  header p {
    margin: auto;
    font-size: 2.5vw;
    margin-top: 1vh;
  }
  
  .terminals {
    display: flex;
    flex-direction: row;
    gap: 4vw;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .terminal {
    background: #eeeeee;
    color: #000;
    border-radius: 10px;
    padding: 2vh 2vw;
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .logo-sita{
    width: 20vw !important
  }
  .logo-CTRLP{
    width: 30vw !important
  }
  .terminal img {
    width: 80%;
    max-width: 200px;
    margin: 2vh 0;
  }
  
  .paiements {
    margin-top: 3vw;
    text-align: center;
  }
  .qrText{
    margin: auto;
    line-height: 5vw;
  }
  
  .paiements h3,.collaboration h3 {
    font-size: 3vw;
    margin-bottom: 1vh;
  }
  .qrText{
    margin-top: 6vw;
  }
  .logo-paymos{
    height: 20vw;
    margin: auto;
  }
  .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    background-color: #ffffff;
  }
  
  .logos img {
    height: 4vw;
    height: auto;
  }
  
  .collaboration {
    text-align: center;
  }
  
  .logos-collab {
    display: flex;
    justify-content: center;
    gap: 5vw;
    margin: 2vh 0;
  }
  
  .logos-collab img {
    margin: auto;
  }
  
  .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #000;
    padding: 2vh 2vw;
    border-radius: 10px;
    flex-wrap: wrap;
  }
  
  .contact .card h4 {
    font-size: 2.5vw;
    margin-bottom: 1vh;
  }
  
  .contact img {
    width: 100px;
    height: auto;
    margin-left: 3vw;
  }
  
  footer {
    text-align: center;
    font-size: 1.5vw;
    opacity: 0.6;
  }
  