.valeur-reel-container {
    width: 100%;

    margin-top: 100px;
    margin-bottom: 200px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 500px) {
    .valeur-reel-container {
        margin-top: 0px;
        margin-bottom: 100px;
    }
}
.valeur-reel-container > * {
    margin: 0 auto;

    max-width: 1550px;

    text-align: center;

    font-family: "Source Sans Pro";
}

.valeur-reel-container p {
    width: 90%;
}
.valeur-reel-container p.title {
    color: #CA4E4E;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;

    margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
    .valeur-reel-container p.title {
        font-size: 35px;
    }
}
.valeur-reel-container p.description {
    color: #2B5C73;
    font-size: 25px;
}
@media screen and (max-width: 500px) {
    .valeur-reel-container p.description {
        font-size: 20px;
    }
}

.valeur-reel-container .image-button {
    height: 40px;

    margin-top: 45px;
}
@media screen and (max-width: 500px) {
    .valeur-reel-container .image-button {
        height: 25px;
    }
}
