
/* HEAD SERVICE */
.head-api {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 40px 40px;
    /* background: linear-gradient(to right, #613EC0, #1133AF); */
    background: #dddddd;
}
.head-api .head-api-under{
    /* margin: 0 auto; */
    padding: 3% 5%;
    text-align: center;
}
.head-api .head-api-under h2{
    color: #613EC0;
    font-family: 'Courier New', Courier, monospace;

}
.head-api .head-api-under h4{
    padding-top: 15px;
    color: black;
    line-height: 1.5;
}


/* Compaign SMS */
.developpeur-api-sms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* Alignement vertical en haut */
}
.developpeur-api-sms .compaign-business{
    padding : 10% 0;
    /* background: linear-gradient(to right, #613EC0, #FFE400, #48CF15); */
    background: linear-gradient(to right, #613EC0, #48CF15);
    width: 100%;
    /* height: 200px;  */
}
.developpeur-api-sms .compaign-business .compaign-business-text p{
    color: white;
}
/* @media all and(max-width:920px){
    .avantages-sms-compaign .compaign-business .compaign-business-text p{
        color: black;
        line-height: 1.5;
    }
} */

.developpeur-api-sms .compaign-business .feature div .feature-descr{
    color: white;
}
.developpeur-api-sms .api-sms {
    width: calc(22.33333% - var(--gap, 0px));
    max-width: calc(22.33333% - var(--gap, 0px) + (var(--gap, 0px) / 3));
    flex: 1 1 auto;
    /* margin: 10px 70px; */
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 30px #dddddd;
 
}
.developpeur-api-sms .api-sms:hover{
    background-color: #FFE400; 
}
.developpeur-api-sms .api-sms .icon-sms-compaign img{
    display: block;
    width: 120px; /* Largeur souhaitée */
    height: 55px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    filter: drop-shadow(5px 6px 6px gray);
}
.developpeur-api-sms .api-sms .icon-sms-compaign{
    text-align: center;

}
.developpeur-api-sms .api-sms .icon-sms-compaign i{
    font-size: 5em;
    color: #1133AF;
}
.developpeur-api-sms .api-sms h6{
    /* margin-top: 20px!important; */
    color: #613EC0;
    font-size: 20px!important;
    text-align: center;
}
.developpeur-api-sms .api-sms .text-sms-compaign{
    padding : 5px;
    color: black;
    text-align: justify;
    line-height: 1.5;
}
.developpeur-api-sms .container-passerelle {
    flex: 0 0 auto;
    width: 80%;
    background-color: #dddddd; 
    margin: 0 auto;
    padding: 2%;
    border-radius: 10px;
    /* background-color: #1133AF; */
}
.developpeur-api-sms .container-passerelle  .section-content .text-passerelle{
    margin: 0 0 0 15px;
    font-size: 18px;
    text-align: justify;
    color: black;
    line-height: 2.0;
}
.developpeur-api-sms .container-passerelle  .section-content .text-passerelle-special{
    /* margin: 0 0 0 15px; */
    font-size: 18px;
    color: #48CF15;
    line-height: 2.0;
}
/* ALERT API SMS */
.alert-info-api {
    color: black;
    background: linear-gradient(to right, #613EC0, #1133AF);
    border-color: #1133AF;
}
/* ATOUT API SMS */

.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;
}

  