/*
Theme Name: Bonjour Japon
Template: Divi
Version: 2.0.0
Description: Theme for Bonjour Japon
Author: Rajaonah Nandrianina
Author URI: https://www.nandrianina.com
Theme URI: https://jattendsunlien.fr
Update URI: https://jattendsunlien.fr/themes/bonjourJapon/info
*/

:root {
    --bonjour-primary-color: #E77C99;
    --bonjour-secondary-color: #8DA658;
    --bonjour-tiercary-color: #9f84d9;
    --bonjour-h3: #8DA658;
    --bonjour-comment-color: #E77C99;
    --bonjour-link-color: #D9043D;
    --bonjour-button-color: #D9043D;
    --bonjour-button-hover: #E77C99;
    --bonjour-round-button-hover: #D9043D;
    --bonjour-default-h: #D9043D;
    --bonjour-default-card: rgba(83, 179, 183, 0.1);
    --bonjour-default-card-hover: #B6DBF2;
    --bonjour-text-widget: #D9043D;
    --bonjour-social-color: #D9043D;
    --bonjour-social-color-hover: #B6DBF2;
    --bonjour-social-gradient: #D9043D;
    --bonjour-footer-gradient: #FBE6EC;
    --bonjour-footer-info: #D9043D;
    --bonjour-light-bg: #fbe6ec;
    --bonjour-button-action: linear-gradient(45deg, rgb(217, 4, 61) 25%, rgb(231, 124, 153) 100%);
    --bonjour-button-action-hover: linear-gradient(45deg, rgb(217, 4, 61) 85%, rgb(231, 124, 153) 100%);
    --bonjour-vignette-title: #E77C99;
}

#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: 400px;
}

.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;
}