html *{
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #FF0000;
}
body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: white;
}
/*barre de navigation*/
nav{
text-align: center;
padding: 40px;
background-color: black;

}
nav a{
margin-right: 5%;
text-decoration: none;
color: orange;
justify-content: space-between;
font-size: 24px;
overflow: hidden;
}
nav a img{
  z-index: 100;
  position:absolute;
  margin-left: -50px;
  margin-top: -15px;
}
nav a:hover{
 background-color: #131313;
}
.boutton_en {
  text-align: end;
  margin-top :-27px;
  font-size: 24px;
}
.boutton_fr  {
  text-align: end;
  margin-top :-27px;
  font-size: 24px;
}
/* CORPS DE PAGE */

.titre-page{
  text-align: center;
  margin-top: 20px;
  color: black;
  font-size: 30px;
}
.texte{

}

.texte-descri{
  padding: 0;
  width: 70%;
  margin: auto;
  color: orange;
  font-size: 20px;
  text-align: left;
  color: black;
  font-size: 20px;

}
  .carte{
    padding: 20px;
    width: 200px;

    border: 2px solid orange;
    
    margin: 10px;
    text-align: left;
    color: orange;
    font-size: 18px;
    



  }
  .offres{
    border-bottom: 100px;
    border-top: 100px;
    display: flex;
    background-color: black;
    justify-content: center;
    padding: 30px;
    width: 70%;
    margin: auto;
  }
  .background-img{
    background-image: url('../images/tour-tel.avif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 20vh;
    width: 70%;
    padding: 30px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .titre-cybersecu{
    color: black;
    font-size: 30px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .cybersecu{
    display: flex;
    justify-content: center;
    padding: 30px;
    width: 70%;
    margin: auto;
  }
  .carte-cybersecu{
    padding: 20px;
    width: 200px;
    background-color: white;
    margin: 10px;
    text-align: left;
    font-size: 18px;
    height: 250px;
  }
  .menu-cybersecu{
    background-color: rgb(222, 222, 222);
    width: 70%;
    padding: 30px;
    margin: auto;
  }
  .icon-cyber{
    display: block; 
    margin: auto; 
    width: 50px;
     
  }
  .lien-cyber{
    text-decoration: none;
    text-align: center;
    margin: auto;
    width: 200px;

    color: white;
    font-size: 20px;
    padding: 15px;
    background-color: black;
    align-items: center;
  }
  .lien-cyber a{
    text-decoration: none;
    color: white;
  }

  /*footer*/
/* Footer */
.footer {
  margin-top: 20px;
  background-color: #f27900;
  padding: 70px 0;
  width: 100vw; /* Prend 100% de la largeur de l'écran */
  margin-left: calc(50% - 50vw); /* Centre le footer pour compenser */
}

.footer-col {
  width: 25%;
  padding: 0 15px;
  display: inline-block; /* Permet aux colonnes d'être côte à côte */
  vertical-align: top; /* Aligne les colonnes en haut */
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 200px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(57, 33, 33, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

/* Section Copyright */
.copyright {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 20px; 
  padding: 10px 0; 
}

.copyright h5 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .footer-col {
      width: 50%;
      margin-bottom: 30px;
  }
}

@media (max-width: 574px) {
  .footer-col {
      width: 100%;
  }
}
