

/* HEAD SERVICE */
.head-plateforme {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 40px 40px;
    /* background: linear-gradient(to right, #613EC0, #1133AF); */
    background: #dddddd;
}
.head-plateforme .head-plateforme-under{
    /* margin: 0 auto; */
    padding: 3% 5%;
    text-align: center;
}
.head-plateforme .head-plateforme-under h2{
    color: #613EC0;
    font-family: 'Courier New', Courier, monospace;
}
.head-plateforme .head-plateforme-under h4{
    padding-top: 15px;
    color: black;
    line-height: 1.5;
}

/* BIG TITLE */
.big-title {
    margin: 1% 5% ;
}
/* ALERT API SMS */
.alert-info-api {
    color: black;
    background: linear-gradient(to right, #613EC0, #1133AF);
    border-color: #1133AF;
}

/* ATOUT API SMS */
.developpeur-api-sms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* Alignement vertical en haut */
}
.atout-api-sms {
    width: calc(48.33333% - var(--gap, 0px));
    max-width: calc(48.33333% - var(--gap, 0px) + (var(--gap, 0px) / 3));
    flex: 1 1 auto;
    margin: 2% 0;
    box-shadow: 0 0 30px #dddddd;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;

    /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; Pour éviter le débordement du contenu */
  }
  
  .atout-api-sms .icon-sms,
  .atout-api-sms .icon-sms-compaign {
    width: 50%; /* Pour afficher deux éléments par ligne */
    text-align: center; /* Centrer le contenu */
    padding: 10px; /* Ajouter de l'espace autour du contenu */
  }
  
  .atout-api-sms .icon-sms img {
   
    max-width: 60%; /* Pour que les images soient flexibles en largeur */
    height: auto; /* Pour conserver le ratio hauteur/largeur des images */
    margin: 0 70%;
    border-radius: 30%;
  
  }
  
  .atout-api-sms h5,
  .atout-api-sms p {
    text-align: center; /* Centrer le texte */
    margin: 10px 0; /* Ajouter de l'espace autour du texte */
  }
.atout-api-sms h5{
    color: #1133AF;
}
.atout-api-sms p{
    color: black;
}
  
/* SMS EN MASSE OR SMS BULK [INDEX] */

.container-sms-bulk .row .text-sms-bulk{
    font-family: "Montserrat", sans-serif!important;
    text-align: justify;
    line-height: 2.5;
    color: black;
    /* background-color:red; */
}


/* Compaign SMS */
.avantages-sms-compaign {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* Alignement vertical en haut */
}
.avantages-sms-compaign .compaign-business{
    width: 100%;
    /* height: 200px;  */
    padding : 5% 0 0 0;
    /* background: linear-gradient(to right, #613EC0, #FFE400, #48CF15); */
    background: linear-gradient(to right, #613EC0, #48CF15);
    box-shadow: 0 0 30px #dddddd;
    border-radius: 7px;
}
.avantages-sms-compaign .compaign-business .compaign-business-text p{
    color: white;
}
@media (max-width:920px){
    .avantages-sms-compaign .compaign-business .compaign-business-text p{
        font-size: 15px;
        color: white;
        line-height: 1.5;
       
    }
}

.avantages-sms-compaign .compaign-business .feature div .feature-descr{
    color: white;
}
.avantages-sms-compaign .compaign-business .feature div .header-icon{
    border-radius: 15%;
}
.avantages-sms-compaign .sms-compaign {
    width: calc(30.33333% - var(--gap, 0px));
    max-width: calc(30.33333% - var(--gap, 0px) + (var(--gap, 0px) / 3));
    flex: 1 1 auto;
    margin: 50px 1px;
}
/* .avantages-sms-compaign .sms-compaign:hover {
    background-color: #FFE400; 
} */
.avantages-sms-compaign .sms-compaign .icon-sms-compaign img{
    display: block;
    /* max-width: 100%;  Pour que l'image ne dépasse pas la largeur du conteneur */
    max-width: 30%; /* Pour que l'image ne dépasse pas la largeur du conteneur */
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    filter: drop-shadow(5px 6px 6px gray);
    border-radius: 25%;

}
@media (max-width:920px){
    .avantages-sms-compaign .sms-compaign .icon-sms-compaign img{
        width: auto;
    }
}
.avantages-sms-compaign .sms-compaign h6{
    /* margin-top: 20px!important; */
    color: #613EC0;
    font-size: 20px!important;
    text-align: center;
}
.avantages-sms-compaign .sms-compaign .text-sms-compaign{
    padding : 5px;
    color: black;
    text-align: justify;
    line-height: 1.5;
}

/* OTHERS FONCTIONNEMENT  */
.container-others .text-title{
    text-align: center;
    color: #1133AF;

}
.container-others .others-under{
    display: flex;
    margin-top: 2%;
    padding: 0 5%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* Alignement vertical en haut */
}
.container-others .others-under .others-item{
    width: calc(46.33333% - var(--gap, 0px));
    max-width: calc(46.33333% - var(--gap, 0px) + (var(--gap, 0px) / 3));
    flex: 1 1 auto;
    margin: 20px 0 0 0;
}
.container-others .others-under .others-item h2{
    color: #613EC0;
}
.container-others .others-under .others-item p{
    color: black;
}

/* SUMMARY */
.summary {
    display: flex;
    
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.asset {
    background-color: #eceded;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 0 30px #48CF15;
}

.asset p {
    display: flex;
    align-items: center;
    color: #333; /* Couleur du texte */
    margin-bottom: 10px;
    
}
.asset p i{
    padding-right: 5px;
}
.bi-bar-chart-line {
    color: #007bff; /* Couleur de l'icône */
}

.bi-book {
    color: #28a745; /* Couleur de l'icône */
}

.bi-gear {
    color: #ffc107; /* Couleur de l'icône */
}

.bi-shield-lock {
    color: #dc3545; /* Couleur de l'icône */
}


/* GUIDE PLATFORM */
.guide-platform{
    margin-left: 2%;
}
.guide-platform .content-wrapper {
    max-width: 100%!important;
    /* margin: 0 auto; */
    padding: 20px;
  }
  
  .content-wrapper .accordion {
    width: 80%!important;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .content-wrapper .accordion-item {
    width: 100%!important;
    border-bottom: 1px solid #ccc;
  }
  
  .content-wrapper .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .content-wrapper .accordion-header h4{
    font-family: "Montserrat", sans-serif!important;
    color: #1133AF;
  }
  .content-wrapper .accordion-toggle {
    font-size: 34px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .content-wrapper .accordion-toggle:hover{
    color: red;
  }
  
  .content-wrapper .accordion-content {
    padding: 10px;
    display: none;
  }
  .content-wrapper .accordion-content p{
    font-family: "Montserrat", sans-serif!important;
    font-size: 20px;
    color: black;

  }
  /*  */
/* .guide-platform {
    display: flex;
    margin: 0 5%;
    justify-content: center;
    align-items: center;
    flex-direction: column;

} */
.guide-platform .platform-text {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Montserrat", sans-serif!important;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    /* margin: 20px 0; */
}

.guide-platform .platform-text p {
    margin-bottom: 10px;
}

.guide-platform .platform-text strong {
    font-weight: bold;
    color: #613EC0; /* Couleur du texte en surbrillance */
}

.guide-platform .platform-text ul {
    list-style-type: disc;
    margin-left: 20px;
}

.guide-platform .platform-text li {
    margin-bottom: 5px;
}
.guide-platform .platform-text .text-item{
    display: inline-block;
    vertical-align: top;
    width: calc(28.33333% - var(--gap, 0px));
    max-width: calc(28.33333% - var(--gap, 0px) + (var(--gap, 0px) / 3));
    flex: 1 1 auto;
    margin: 50px 20px;
}
.guide-platform .platform-text .text-item h4{
    color: #613EC0;
    text-align: justify;
    font-family: "Montserrat", sans-serif!important;
}
.guide-platform .platform-text .text-item p{
    font-family: "Montserrat", sans-serif!important;
    color: black;
    text-align: justify;
}