
/* HEAD TRADE */
.head-trade {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 40px 40px;
    /* background: linear-gradient(to right, #613EC0, #1133AF); */
    background: #dddddd;
}
.head-trade .head-trade-under{
    /* margin: 0 auto; */
    padding: 3% 5%;
    text-align: center;
}
.head-trade .head-trade-under h2{
    color: #613EC0;
    font-family: 'Courier New', Courier, monospace;
}
.head-trade .head-trade-under h4{
    padding-top: 15px;
    color: black;
    line-height: 1.5;
}

.container .text-title,
.container .section-title .text-title {
    color: #613EC0;
    font-family: 'Courier New', Courier, monospace;

}

/* 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.5;
}
.container .row .row-fx .text-partenaire{
    font-family: "Montserrat", sans-serif!important;
    font-size: 18px;
    text-align: justify;
    color: black;
    line-height: 1.5;
}



/* Compaign SMS */
.business-trade-sms {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* Alignement vertical en haut */
}
.business-trade-sms .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;
}
.business-trade-sms .compaign-business .compaign-business-text p{
    color: white;
}
@media (max-width:920px){
    .business-trade-sms .compaign-business .compaign-business-text p{
        font-size: 15px;
        color: white;
        line-height: 1.5;
       
    }
}

.business-trade-sms .compaign-business .feature div .feature-descr{
    color: white;
}
.business-trade-sms .compaign-business .feature div .header-icon{
    border-radius: 15%;
}
.business-trade-sms .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;
}
.business-trade-sms .sms-compaign .icon-sms-compaign{
    display: flex;
    justify-content: center;
    align-items: center;

}
.business-trade-sms .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){
    .business-trade-sms .sms-compaign .icon-sms-compaign img{
        width: auto;
    }
}

.business-trade-sms .sms-compaign .icon-sms-compaign i{
    margin: 0 auto;
    font-size: 3em;
    color: #1133AF;
}
.business-trade-sms .sms-compaign h6{
    /* margin-top: 20px!important; */
    color: #613EC0;
    font-size: 20px!important;
    text-align: center;
}
.business-trade-sms .sms-compaign .text-sms-compaign{
    padding : 5px;
    color: black;
    text-align: justify;
    line-height: 1.5;
}