

/* HEAD SERVICE */
.head-service {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 40px 40px;
     /* background: linear-gradient(to right, #613EC0, #1133AF); */
     background: #dddddd;
}
.head-service .head-service-under{
    /* margin: 0 auto; */
    padding: 3% 5%;
    text-align: center;
}
.head-service .head-service-under h2{
    color: #613EC0;
    font-family: "Montserrat", sans-serif!important;
}
.head-service .head-service-under h4{
    padding-top: 15px;
    font-family: "Montserrat", sans-serif!important;
    color: black;
    line-height: 1.5;
    /* white-space: nowrap; */
    overflow: hidden;
    animation: marquee 10s linear infinite;
}
  @keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }


.container .text-title,
.container .section-title .text-title {
    color: #613EC0;
    font-family: "Montserrat", sans-serif!important;

}

.service-item img{
    width: 90px;
    height: auto;
    margin-top: 0;
    border-radius: 50%;
}
.service-item p{
    font-size: 18px;
    color: #613EC0;
    text-align: justify;
}
/* SERVICE SMS */
.container .row-service .service-sms .sms{
    background: #F4F4F4;
    border-radius: 105px 5px 90px 5px; 
  }
.container .row-service .service-sms .sms p{
    color: black;
  }
  
/* FONCTIONNEMENTS */
.container-fonctionnement .text-fx{
    font-family: "Montserrat", sans-serif!important;
    font-size: 18px;
    text-align: justify;
    line-height: 2.5;
    color: green;
}
.container-fonctionnement .row {
    border-top: 1px solid green;
}
.container .row .row-fx h4{
    color: #613EC0;
}
.container .row .row-fx p{
    font-family: "Montserrat", sans-serif!important;
    font-size: 18px;
    text-align: justify;
    line-height: 2.0;
}

/* Media query pour les écrans de taille réduite */
@media screen and (max-width: 768px) {
    .container .row .row-fx p {
        font-size: auto;
        line-height: auto;
    }
}


/* AVANTAGES FLASH */
.container-flash{
    display: flex;
    margin-bottom: 20px;
}
.advantages-flash {
    display: flex;
    /* max-width: auto; */
    margin-left: 5%;
    justify-content: left;
    align-items: left;
    flex-direction: column;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 0 30px #48CF15;
}

.advantages-flash p {
    display: flex;
    align-items: left;
    color: #333; /* Couleur du texte */
    margin-bottom: 10px;
}
.advantages-flash p i {
    padding-right: 5px;
}

.bi-check-circle-fill {
    color: #28a745; /* Couleur de l'icône */
}

.bi-lightning-fill {
    color: #ffc107; /* Couleur de l'icône */
}

.bi-exclamation-triangle-fill {
    color: #dc3545; /* Couleur de l'icône */
}