/*
Theme Name: Bonjour Dubai
Template: Divi
Version: 2.5.1
Description: Extended Divi theme for Bonjour New York specific theme
Author: Menges Jean
Author URI: https://www.mengesjean.fr
Theme URI: https://jattendsunlien.fr
Update URI: https://jattendsunlien.fr/themes/bonjourDubai/info
*/

:root {
    --bonjour-primary-color: #E92E75;
    --bonjour-secondary-color: #F68E2D;
    --bonjour-tiercary-color: #E92E75;
    --bonjour-link-color: #F68E2D;
    --bonjour-button-color: #E92E75;
    --bonjour-button-hover: #F68E2D;
    --bonjour-round-button-hover: #E92E75;
    --bonjour-default-h: #E92E75;
    --bonjour-default-card: rgba(66, 82, 103, 0.14);
    --bonjour-default-card-hover: rgba(246, 142, 45, 0.1);
    --bonjour-text-widget: #F68E2D;
    --bonjour-social-color: #C70362;
    --bonjour-social-color-hover: #F4694D;
    --bonjour-social-gradient: linear-gradient(92.87deg, #F4694D 26.96%, transparent 95.06%);
    --bonjour-footer-gradient: linear-gradient(180deg, #321A0F 0%, #590241 0.01%, #300131 100%);
    --bonjour-footer-info: #F68E2D;
    --bonjour-light-bg: #F8F4F0;
    --bonjour-button-action: linear-gradient(45deg, rgb(235, 100, 36) 38%, rgb(252, 120, 100) 100%);
    --bonjour-button-action-hover: linear-gradient(45deg, rgb(235, 100, 36) 38%, rgb(252, 120, 100) 100%);
    --bonjour-vignette-title: #1C4375;
}

#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: 200px;
}

.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;
}