@media screen and (min-width: 768px){
    .w-cta-container{
        color: #ebf0f2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 100px 80px 0 80px;
        padding-bottom: 150px;
    }
    .w-cta-container span{
        color: #befc03;
    }

    .w-cta-title{
        font-size: calc(25px + 2vw);
        line-height: calc(25px + 2vw);
        margin-bottom: 50px;
        text-wrap: balance;
    }


    /*BOUTON*//*BOUTON*//*BOUTON*//*BOUTON*/
    .w-cta-bouton{
        display: none;
    }
    .mpb-content{
        position: relative;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        font-size: 16px;
        height: 112px;
        width: 112px;
        transform: scale(1);
        z-index: 50;
    }
    .mpb-circle{
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #ebf0f21a;
        transform: scale(1);
        transition: all 0.7s cubic-bezier(0,.87,.67,1);
        border-radius: 50%;
    }
    .mpb-content:hover .mpb-circle{
        border: 1px solid #ebf0f200;
        transition: all 0.3s cubic-bezier(0,.87,.67,1), transform 0.5s;
        transform: scale(0.3);
    }
    .mpb-word{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        line-height: 18px;
        margin-top: 5px;
        color: #befc03;
        transition: color 0.5s cubic-bezier(0,.87,.67,1) 0.1s;
    }
    .mpb-content:hover .mpb-word, .mpb-content:hover .mpb-word span{
        color: #121212;
        transition: color 0.3s cubic-bezier(0,.87,.67,1);
        opacity: 1;
    }
    .mpb-content span{
        font-family: 'fontfleche-reg';
        opacity: 0.6;
        color: #ebf0f2;
        transition: color 0.5s cubic-bezier(0,.87,.67,1) 0.1s;
    }


}








/*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*/
@media screen and (max-width: 768px){
    .w-cta-container{
        color: #ebf0f2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: start;
        margin-top: 30px;
    }
    .w-cta-container span{
        color: #befc03;
    }
    
    .w-cta-title{
        width: 100%;
        font-size: calc(25px + 2vw);
        line-height: calc(25px + 2vw);
        text-align: center;
    }


    /*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*//*BOUTON CTA*/
    .mpb-container, .mpb-container *{
        display: none;
    }
    .w-cta-bouton{
        color: #befc03;
        background: #ebf0f208;
        padding: 15px 22px;
        border-radius: 22px;
        transition: all 0.5s cubic-bezier(.45,-0.01,.21,.99);
        margin-top: 50px;
        font-size: 22px;
    }
    .w-cta-bouton span{
        font-family: 'fontfleche-reg', sans-serif;
        position: relative;
        top: 1px;
    }
    .w-cta-boutonoverflow{
        height: 28px;
        overflow: hidden;
        line-height: 28px;
    }
    .w-cta-b1{
        position: relative;
        transition: all 0.6s cubic-bezier(0,.93,.27,1) 0.2s;

    }

}

