.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS */.bloc_survol,.bloc_survol .fd-ev-btn--pdf,.bloc_survol img,.btn_bleu {
    transition: 0.3s;
}
.bloc_survol:hover img {
    transform: scale(1.04);
}
.bloc_survol:hover {
    transform: translateY(-10px);
}
.bloc_survol:hover .fd-ev-btn, .bloc_survol:hover .btn_bleu {
    background-color: #E0B4C1 !important;
}
.bloc_survol:hover .btn_bleu {
    color: #002D56;
}

.bloc_survol:hover .fd-ev-btn--pdf {
    background-color: #002D56 !important;
    color: #fff;
}
.fd-ev-btn--pdf,.fd-ev-btn--pdf:focus {
    background: transparent;
    color: #002D56;
    border: 2px solid #002D56;
    cursor: pointer;
    text-decoration: none !important;
}
.fd-ev-btn {
    display: inline-block;
    background: #002D56;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 5px;
    border: 2px solid #002D56;
    transition: background .2s, color .2s;
}/* End custom CSS */