footer{
    background-color: #EFEFEF;
    color: #696969;
}
.page-footer a {
    color: #696969;
}
#copyTag{
    right:7%;
    bottom:0;
    position:absolute;
}
#contentblockbody{
    min-height:35rem;
}
.newsletter {
    position: relative;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    background-image: url('/assets/images/newsletter.jpg');
}
@media (min-width: 588px) {
    .newsletter {
        min-height: 300px;
    }
}
@media (max-width: 587.98px) {
    .newsletter {
        min-height: 350px;
    }
}
.newsletter-titre {
    font-size: 32px;
    /* bold */
    font-weight:700;
}

.newsletter-text {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background-color: #FFFFFF;
    padding: 2rem;
}
#email-newsletter {
    text-align: center;
}
.logo-cmai{
    max-width: 150px;
}
.copyright {
    color: #696969;
    font-size: 14px;
    /* Regular */
    font-weight:400;
}
.text-cmai {
    color: #696969;
    font-size: 11px;
    /* Regular */
    font-weight:400;
}