.page.topic-page .bloc-global .bloc-1 {
    display: flex;
    align-items: center;
}
.page.topic-page .bloc-global .bloc-1 .Img {
    width: 65%;
}
.page.topic-page .bloc-global .bloc-1 .Content {
    width: 30%;
}
.page.topic-page .bloc-global .bloc-1 .Content p{
    margin-top: 1em;
    margin-bottom: 2em;
    font-weight: lighter;
}
.page.topic-page .bloc-global .bloc-1 .Content h2{
    font-size: 42px;
    font-weight: lighter;
    color: #d51317;
}
.page.topic-page .bloc-global .bloc-1 .button-idea{
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #d51317;
    background-color: transparent;
    padding: 6px 12px!important;
    font-weight: 300;
    font-size: 14px;
    width: 80%;
    margin: auto;
}
.page.topic-page .bloc-global .bloc-1 .button-idea a{
    color: #d51317;
}
.page.topic-page .bloc-global .h2-1 {
    margin-top: 10px!important;
}
@media screen and (max-width: 1279px) {
    .page.topic-page .bloc-global .bloc-1 .Content {
        width: 44%;
    }
}
@media screen and (max-width: 1024px) {
    .page.topic-page .bloc-global .bloc-1 {
        flex-direction: column;
    }
    .page.topic-page .bloc-global .bloc-1 .Img{
        width: 504px;
        margin-top: 1em;
    }
    .page.topic-page .bloc-global .bloc-1 .Content {
        width: 100%;
        text-align: center;
    } 
    .page.topic-page .bloc-global .bloc-1 .Content h2{
        font-size: 38px;
   }
}

@media screen and (max-width: 680px){
.page.topic-page .bloc-global .bloc-1 .Content {
    width: 60%;
    }
    .page.topic-page .bloc-global .bloc-1 .Content h2 {
        font-size: 30px;
    }
}