/*

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

  
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
}*/
body {
  font-size: 16px;
  margin: 0;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  width: 100%;
  
}
ul li a .nav-link{
  margin-right: 10px;
  color: rgb(80, 79, 79) !important; 
}
ul li a:hover{
    color: #E40000; 
}
ul li a{
  color: #111111;
  text-decoration: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

ul li{
  padding: 10px;
}
.barre{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swiper-slide img{
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.466);
    border-radius: 20px;
}
/*footer*/
    #pied-du-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #555555 ;
    grid-auto-rows: minmax(200px, auto);
    padding: 0;
    border-top: 4px solid #111111;
}
.box {
    padding: 18px 14px 14px 14px;
    margin: 10px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}


a.modern-link {
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  color: black;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

a.modern-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: red;
  transition: all 0.3s ease;
  z-index: -1;
}

a.modern-link:hover::before {
  width: 100%;
}

a.modern-link:hover {
  color: white !important;
}
/* .liens a:hover {
    
} */
.icones a i:hover{
    color: black;
}

/* Bloc réseaux sociaux et liens légaux modernisés */
.sousbox4 {
    grid-column: 1 / 4;
    margin-top: 10px;
    
}

.confidential {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin: 10px 0;
}
.confidential a {
    color:  #E40000;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s;
}
.confidential a:hover {
    color: #0e5ef1;
    text-decoration: underline;
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: black;
    font-size: 1rem;
}
 /*--------------*/
@media screen and (max-width: 900px) {
    #pied-du-page {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding: 0 4vw;
    }
    .box {
        margin: 0 0 18px 0;
    }
    .sousbox4 {
        grid-column: auto;
        margin-top: 0;
    }
}
@media screen and (max-width:600px){
    #pied-du-page {
        padding: 0 2vw;
    }
    .box {
        padding: 10px 4px 8px 4px;
    }
    .reseaux {
        gap: 16px;
    }
    .confidential {
        gap: 10px;
        font-size: 0.98rem;
    }
    .copyright {
        font-size: 0.95rem;
    }
}

/*fin footer*/

/*CONTENU de la grille*/

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 10px;
  padding: 20px;
}
.boite{
  padding: 10px;
  background-color: #f6f6f6;

}
.carousel-indicators button{
    color: #111111 !important;
}
 /*slider barre de pub*/
 .slide{
    filter: brightness(90%);
 }
 /*fin*/
 .menu{
    background-color: #ffffff;
 }


.navbar-toggler {
    border: none;
    padding: 8px;
    z-index: 1100; 
    margin-top: 2rem !important;
    background: #e40000 !important;
    right: 2rem;
    
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23343a40' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}

 .a-propos-banner {
    background: linear-gradient(90deg, #e40000 60%, #fff 100%);
    color: #fff;
}
.a-propos-banner img {
    background: #fff;
    border-radius: 50%;
    padding: 8px;
}
.timeline li {
    position: relative;
    padding-left: 30px;
}
.timeline li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #e40000;
    border-radius: 50%;
}
.grilServices{
    display: grid;
    box-sizing: content-box;
    grid-template-columns: repeat(auto-fit, minmax(400px, 2fr));
    grid-auto-rows: minmax(200px, auto);
    gap: 25px;
    padding: 10px;
    background: #cfcaca;
    /* justify-items: center; */
}
.serviceBox{
    background: #f6f6f6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    
    
}
/* Page d'accueil*/
.card-body{
    padding: 20px;
    text-align: center;
}
.card-body i{
    margin-bottom: 15px;
}
.card{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.329);
    border-radius: 8px;
    transition: transform 0.2s;
}
.card:hover{
    transform: scale(1.05);
}
.grille-produits{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(200px, auto);
    gap: 10px;
    padding: 10px;
    margin: 0px 100px;
}


.boxProduit{
    background: #fffefe;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(99, 98, 98, 0.329);
    text-align: center;
    height: 200px;
}
.boxProduit img{
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.616);

}
.box1 img{
    height: 400px
}

.box1{
    grid-row: 1/ 3;
}
.voir-plus a{
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    padding:1rem 2rem; ;
}
.voir-plus a:hover{
    background: #e40000;
    color: white !important;
    transition: 0.3s;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.466);
    border: none;
    transform: scale(1.05);
}
.nav-tabs{
    margin-left: 20px; 
    margin-right: 20px; 
    gap: 10px;
}
.nav-tabs li button{
    border: 1px solid !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s;

}
.nav-tabs li button:hover{
    background:  #e40000 !important;
    color: white !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.466);
    border: none !important;
    transform: scale(1.05);
}
.nav-tabs li i:hover{
    color: white !important;
}
.nav-tabs li .nav-link.active{
    background:  #e40000 !important;
    color: white !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.466);
    border: none !important;
}
.nav-tabs li .nav-link.active i{
    color: white !important;
}
/*FIn Page d'accueil*/
@media screen and (max-width: 600px){
    .forfaitVoix{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .forfaitNet{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .forfaitSMS{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .forfaitMoney{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .grille-produits{
        grid-template-columns: 1fr;
        margin: 0px 10px;
    }
    
}
@media  screen and (max-width: 830px) {
    .grilServices{
            margin: 0px;
            padding: 10px;
    }
    .navbar-nav a{
        font-size:14px;
    }
    .navbar-nav a i{
        display: none;
    }  
 
}

/* Tablette */
@media (min-width: 577px) and (max-width: 992px) {
  .container {
    padding: 20px;
  }
}

/*slider swiper js auto*/
.swiper, .swiper-slide {
  width: 100%;
  height: 300px;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


/*fin slider swiper js auto*/
.nav-item.active a, .nav-item.active i {
    border-bottom: 2px solid #E40000;
}