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

:root {
    --bonjour-primary-color: #7DD3C2;
    --bonjour-secondary-color: #FFABC1;
    --bonjour-tiercary-color: #FFA26E;
    --bonjour-h3: #FFA26E;
    --bonjour-comment-color: #7DD3C2;
    --bonjour-link-color: #FFABC1;
    --bonjour-button-color: #FFABC1;
    --bonjour-button-hover: #7DD3C2;
    --bonjour-round-button-hover: #7DD3C2;
    --bonjour-default-h: #7DD3C2;
    --bonjour-default-card: rgba(83, 179, 183, 0.1);
    --bonjour-default-card-hover: #67844D;
    --bonjour-text-widget: #FFABC1;
    --bonjour-social-color: #FFABC1;
    --bonjour-social-color-hover: #7DD3C2;
    --bonjour-social-gradient: none;
    --bonjour-footer-gradient: #67844D;
    --bonjour-footer-info: #FFABC1;
    --bonjour-light-bg: rgba(255, 171, 193, 0.1);
    --bonjour-button-action: linear-gradient(rgb(255, 172, 193)100%);
    --bonjour-button-action-hover: linear-gradient(rgb(125, 211, 194)100%);
    --bonjour-vignette-title: #7DD3C2;
}

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

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