/*
Theme Name: Bonjour Londres
Template: Divi
Version: 2.0
Description: Extended Divi theme for Bonjour Londres
Author: RAJAONAH Tojoniaina Nandrianina
Author URI: https://nandrianina.com
Author URI: https://nandrianina.com
Theme URI: https://jattendsunlien.fr
Update URI: https://jattendsunlien.fr/themes/bonjourlondres/info
*/

:root {
    --bonjour-primary-color: #1A1B47;
    --bonjour-secondary-color: #960100;
    --bonjour-tiercary-color: #6C3427;
    --bonjour-h3: #960100;
    --bonjour-comment-color: #1A1B47;
    --bonjour-link-color: #909E6F;
    --bonjour-button-color: #718CBF;
    --bonjour-button-hover: #1A1B47;
    --bonjour-round-button-hover: #1A1B47;
    --bonjour-default-h: #1A1B47;
    --bonjour-default-card: rgba(83, 179, 183, 0.1);
    --bonjour-default-card-hover: rgba(83,179,183,.1);
    --bonjour-text-widget: #FFFFFF;
    --bonjour-social-color: #1A1B47;
    --bonjour-social-color-hover: #960100;
    --bonjour-social-gradient: none;
    --bonjour-footer-gradient: linear-gradient(180deg,#718CBF 0,#718CBF 100%);
    --bonjour-footer-info: #FFFFFF;
    --bonjour-light-bg: rgba(240, 217, 228, 0.4);
    --bonjour-button-action: linear-gradient(rgb(113,140,191),rgb(113,140,191));
    --bonjour-button-action-hover: linear-gradient(rgb(26,27,71),rgb(26,27,71));
    --bonjour-vignette-title: #1A1B47;
}

#et_search_icon::before, #et_search_icon_mobile::before {
    content: url(assets/svg/search_loop.svg);
}

@media (min-width: 981px) {
    .home-header::after {
        background: url(assets/svg/dotted-line-home-header.svg) no-repeat;
        content: '';
        width: 77px;
        height: 169px;
        visibility: visible;
    }
}

.block-color:first-child::after {
    background: url(assets/svg/dotted-line-plane-home.svg) no-repeat;
    content: '';
    width: 353px;
    height: 264px;
}

.block-color:last-child::after {
    background: url(assets/svg/dotted-line-bed-home.svg) no-repeat;
    content: '';
    width: 253px;
    height: 227px;
}

.comment-reply-link::before {
    background: url(assets/svg/comment.svg) no-repeat;
    content: '' !important;
    width: 24px;
    height: 22px;
    visibility: visible;

}

.heart-icon::before {
    background: url(assets/svg/heart.svg) no-repeat;
    content: '';
    width: 16px;
    height: 14px;
    display: inline-block;
}

.newsletter-image::before {
    background: url(assets/svg/plane-newsletter.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 440px;
    height: 137px;
}

.instagram-block a::before {
    background: url(assets/svg/instagram.svg) no-repeat;
    width: 24px;
    height: 23px;
    display: inline-block;
    content: '';
    visibility: visible;
}

.a-propos-section .et_pb_row::before {
    background: url(assets/svg/plane-author.svg) no-repeat;
    content: '';
    width: 280px;
    height: 303px;
    visibility: visible;
}

.round-button, .round-button:hover {
    border-radius: 150px !important;
}