a.btn-itineraire {
    color: #5B6665;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #5B6665;
    padding: 10px;
    line-height: 1;
    transition: 0.3s;
}
a.btn-itineraire:hover {
    background: rgb(150 154 153 / 48%);
    color: white;
    border: 1px solid transparent;
}
a.btn-itineraire svg g * {
    fill: #5B6665;
}
a.btn-itineraire:hover svg g * {
    fill: white;
}
a.btn-itineraire svg {
    margin-right: 15px;
}
.row_map_addr .vc_row-o-equal-height .wpb_text_column.wpb_content_element p {
    line-height: 30px;
}
.row_map_addr .vc_row-o-equal-height .wpb_wrapper {
    height: 100%;
}
.bloc-addr-map .img-addr-map {
    position: absolute;
    right: 15px;
    top: 0;
}
.bloc-addr-map {
    padding-right: 100px;
    padding-left: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.bloc-addr-map h3 {
    color: #000000;
    margin-bottom: 15px;
    line-height: 1;
}
.row_map_img .wpb_single_image.wpb_content_element {
    height: 500px;
    overflow: hidden;
}
.row_map_img .wpb_single_image.wpb_content_element img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.row_map_img .wpb_single_image.wpb_content_element .vc_single_image-wrapper {
    height: 500px;
    width: 100%;
}
.row_map_img .wpb_single_image.wpb_content_element figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.bloc-addr-map .addr-map p {
    font-size: 20px;
    line-height: 35px;
}
