
  @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;700;800&family=Poppins:ital,wght@0,100;1,100&display=swap');

body{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
    margin: 0;
    padding: 0;
}
.footer-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
   height: auto;
    background-color: #000000;
    
}
  .text-about{
      display: flex;
      justify-content: start;

  }
  .watsapImage {
      width: 33px;
      padding-right: 10px;
  }
  .localisationImage{
      width: 33px;
      height: 40px;
      padding-right: 10px;

  }
  .text-tel{
      display: flex;
      align-items: center;
      color: white;

  }

  .footer-container-arabic{
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
   height: auto;
    background-color: #000000;
    
}

.lien-and-reclamations{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;

}
.about-and-lien{
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 10px;
}
.about-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;

}



.lien-names-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100px;
}
.icones-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.sociel-icons{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.chek-contanier{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}
.lien-horizental-content{
    width: 900px;
    height: 3px;
    background-color: #be9662;
}
.button-reclamations{
    width: 201px;
    border-radius: 29px;
    color: white;
    background-color: #be9662;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 20px;
    padding: 8px;
    font-family: Outfit,sans-serif;

    
}
.footer-end{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.title-lien{
    color: white;
   font-size: 20px;
}
.title-lien-Home{
    cursor: pointer;
    color: white;
   font-size: 20px;
   font-weight: 600;

}
.copyright{
    font-size: 18px;
    color: white;
}
.icon-title,.title-about{
    font-size: 20px;
    font-weight: 600;
    color: white;
    
}
.title-about-arab{
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: end;
    text-align: end;
}
.text-about{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
   
    color: white;
}

.icon{
    cursor: pointer;
}
.title-lien:hover{
    font-weight: 520;
    cursor: pointer;
}
.lien-and-social-icon{
    display: flex;
    flex-direction: row;
    gap: 63px;
}
  .text-email{
      color: white;
      display: flex;
      align-items: center;
      font-size: 18px;

  }

@media screen and  (max-width: 1160px) {
    .about-and-lien{
        flex-direction: column;
    }

}
@media screen and  (max-width: 950px) {
    .lien-horizental-content{
        width: 700px;
    }

}
@media screen and  (max-width: 750px) {
    .lien-horizental-content{
        width: 478px;
    }

}
@media screen and  (max-width: 650px) {
    .lien-and-reclamations {
        flex-direction: column;
        gap: 50px;
    }
        .lien-horizental-content{
            width: 400px;
        }
    }


@media screen and  (max-width: 500px) {
    .lien-horizental-content{
        width: 356px;
    }
    .localisationImage{
        height: 30PX;
        width: 33px;
    }
    .buttonn-reclamations-footer{
        justify-content: center;
        align-items: center;
        display: flex;

    }
    .copyright p{
text-align: center;
    }

}
@media screen and  (max-width: 414px){
    .lien-horizental-content{
        width: 359px;
    }
    .watsapImage{
        width: 30px;
    }
    .localisationImage{
        width: 33px;
        height: 35px;
    }
    .lien-and-social-icon{
        gap: 15px;
        flex-direction: column;
    }
    .lien-names-content{
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
    .sociel-icons{
        flex-direction: column;
    }
    .lien-and-social-icon{
        flex-direction: column;

    }
    .lien-and-social-icon{
        flex-direction: column;
    }
    .lien-names-content{
        justify-content: center;
        width: 100%;
    }
    .about-and-lien{
        padding: 8px;
    }
   
   
  }
@media screen and  (max-width: 360px){
    .lien-horizental-content{
        width: 355px;
    }
   
   
  }