.foreign-country {
    display: flex;
    justify-content: center;
}
.foreign-country .num-cb {
    border: none;
}
.slider-number .sectionnumeros {
    margin: 0 auto;
    height: auto;
}
.slider-number .sectionnumeros .bloc-general-numeros {
    padding: 5px 5px;
    align-items: center;
}
.sectionnumeros .img-responsive {
    max-width: 70%;
    margin: 0 auto;
}
.slider-number .sectionnumeros .num-sms .titre {
    font-size: 18px;
    margin-bottom: 5px;
}
.sectionnumeros .num-cb .titre {
    font-size: 18px;
}
.numeroSMS {
    text-align: center;
    position: relative;
}
.numeroSMS strong {
    color: #e9292a;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
}
.numeroSMS strong {
    color: #e9292a;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
}
.numeroSMS img {
    position: absolute;
    top: 0;
    margin-left: 10px
}
.smsPrice, .smsIMG {
    text-align: center;
}
.picto-sms {
    padding-bottom: 3px;
    padding-left: 5px;
}
.not_bold {
    font-weight: 500;
}
.none {
    display: none;
}

@media (max-width: 600px) {
    .swiper-wrapper {
        align-items: center;
    }
    .slider-number .sectionnumeros .num-cb .titre {
        font-size: 16px;
    }

    .slider-number.sectionnumeros .bloc-general-numeros {
        padding: 0;
    }
    .slider-number .swiper-slide {
        padding: 5px;
    }

    .slider-number .numeroSMS {
        margin-top: 3px;
    }
    .slider-number .numeroSMS strong,
    .slider-number .bloc-general-numeros .numero {
        font-size: 20px;
        line-height: 1;
    }

    .slider-number .bloc-general-numeros .numero {
        font-size: 22px;
        padding: 0;
        margin: 3px 0;
    }

    .slider-number .send {
        display: none;
    }

    .slider-number .sectionnumeros .num-sms.swiper-slide .titre {
        margin-bottom: 3px;
        font-size: 15px;
    }

    .slider-number .bloc-general-numeros .titre {
        margin-bottom: 0;
        line-height: 1;
        font-size: 13px;
    }


    .slider-number .bloc-general-numeros .num-audio {
        margin: 0;
    }
}