.front_page .callToAction .boiteIdee:before {
    content: "";
    position: absolute;
    top: 55px;
    right: 410px;
    height: 100%;
    transition: all .15s linear;
    width: 145px;
    height: 200px;
    overflow: hidden;
    object-position: left;
    background-image: url(../images/newsletter_full.png);
    background-position: top right;
    background-size: auto 326px;
    background-repeat: no-repeat;
}
.front_page .callToAction .boiteIdee img {
    position: absolute;
    height: 130px;
    top: 50%;
    transform: translate(0, -50%);
    right: clamp(30px, 20%, 30px);
    opacity: 0.8;
}
@media screen and (max-width:1520px) {
    .callToAction .boiteIdee .content {
        padding: 60px 90px 60px 100px;
    }
}
@media screen and (max-width:1520px) {
    .front_page .callToAction .boiteIdee img {
        top: 42%;
        height: 110px;
    }
}

@media screen and (max-width:1200px) {
    .callToAction .boiteIdee .content {
        padding: 60px 50px;
    }
}
@media screen and (max-width:1200px) {
    .front_page .callToAction .boiteIdee img {
        top: 42%;
        height: 90px;
    }
}
@media screen and (max-width:992px) {
    .front_page .callToAction .boiteIdee img {
        transform: translate(100%, -50%);
        right: 50%;
    }
}
@media screen and (max-width:768px) {
    .front_page .callToAction .boiteIdee img {
        transform: none;
        height: 100px;
        top: 50px;
        right: 60px;
    }   
}
@media screen and (max-width:576px) {
    .front_page .callToAction .boiteIdee img {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        height: 70px;

    }
}
@media screen and (max-width:768px) {
    .callToAction .boiteIdee .content {
        padding: 60px 90px;
    }
}
@media screen and (max-width: 576px) {
    .callToAction .boiteIdee .content {
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .callToAction .boiteIdee .content .text .title {
        margin: 0;
    }
}
article .contentWrapper aside .boiteIdee {
    height: 120px;
    overflow: hidden;
}
article .contentWrapper aside .boiteIdee:after{
    content: "";
    background-image: url(../images/newsletter_full.png);
    background-position: top right;
    background-size: auto 150px;
    background-repeat: no-repeat;
    width: 90px;
    height: 120px;
    top: 17px;
}
article .contentWrapper aside .boiteIdee:hover::after {
    background-size: auto 165px;
    top: 11px;
}
article .contentWrapper aside .boiteIdee img {
    height: 80px;
    width: auto;
    margin: 20px 20px 0 auto;
}