/*
 * public/css/social-icon-fix.css
 *
 * The custom "core-icons" webfont (public/fonts/core-icons/core-icons.*)
 * only ships an .eot file on this server -- no .woff/.ttf/.svg. Modern
 * browsers can't render .eot, so every icon that depends on that font
 * (.ci-facebook / .ci-twitter / .ci-pinterest-p / .ci-instagram used on
 * the site) renders as an empty box. Draw each glyph directly as an
 * inline SVG background image so they show up regardless of the broken
 * font, on both the dark footer and the ivory top contact bar.
 *
 * Also styles .rbc-header-social, a small social-icons block placed
 * next to the "Appelez a tout moment" phone CTA in the header (both
 * the top header and the sticky/fixed header), since that area
 * previously had no social icons at all.
 */

/* --- 1. Reset every social glyph to a uniform inline-block box. --- */
.master-social-icons a i.ci-facebook,
.master-social-icons a i.ci-facebook-square,
.master-social-icons a i.ci-twitter,
.master-social-icons a i.ci-pinterest,
.master-social-icons a i.ci-pinterest-p,
.master-social-icons a i.ci-instagram,
.master-social-icons a i.ci-instagram-square {
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.master-social-icons a i.ci-facebook:before,
.master-social-icons a i.ci-facebook-square:before,
.master-social-icons a i.ci-twitter:before,
.master-social-icons a i.ci-pinterest:before,
.master-social-icons a i.ci-pinterest-p:before,
.master-social-icons a i.ci-instagram:before,
.master-social-icons a i.ci-instagram-square:before {
    content: "" !important;
}

/* --- 2. Default fill: white (used on the dark footer / dark CTAs). -- */
.master-social-icons a i.ci-facebook,
.master-social-icons a i.ci-facebook-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23ffffff' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/></svg>");
}
.master-social-icons a i.ci-twitter {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23ffffff' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/></svg>");
}
.master-social-icons a i.ci-pinterest,
.master-social-icons a i.ci-pinterest-p {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='%23ffffff' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-39.9-43.8 8.1-34.5 24-67.8 24-103.2 0-23.1-12.6-43.5-39-43.5-31.2 0-56.4 32.1-56.4 75 0 26.1 8.7 44.1 8.7 44.1S74.2 360 66.9 386.4c-10.8 39.6-4.5 88.2-2.4 116.4 1.2 11.7 12.6 13.5 18.6 5.1 8.1-11.4 36.3-45 47.7-86.7 3.3-12.6 18-78.3 18-78.3 9.3 18 36.6 33.3 65.7 33.3 86.4 0 145.1-78.8 145.1-184.2C399.5 97.9 322.5 6.5 204 6.5z'/></svg>");
}
.master-social-icons a i.ci-instagram,
.master-social-icons a i.ci-instagram-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23ffffff' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 275.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/></svg>");
}

/* --- 3. Top contact bar override ------------------------------------
   The top contact bar (#site-header-wrap) sits on the brand IVORY
   background (#FAF8F4), so the default white SVG icons are invisible.
   Re-emit the same four glyphs in the brand DARK BLUE (#103846), bump
   the size down slightly, and add horizontal spacing so the row reads
   as a real social bar like the BRSreference. */
#site-header-wrap .master-social-icons a i.ci-facebook,
#site-header-wrap .master-social-icons a i.ci-facebook-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23103846' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/></svg>");
}
#site-header-wrap .master-social-icons a i.ci-twitter {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23103846' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/></svg>");
}
#site-header-wrap .master-social-icons a i.ci-pinterest,
#site-header-wrap .master-social-icons a i.ci-pinterest-p {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='%23103846' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-39.9-43.8 8.1-34.5 24-67.8 24-103.2 0-23.1-12.6-43.5-39-43.5-31.2 0-56.4 32.1-56.4 75 0 26.1 8.7 44.1 8.7 44.1S74.2 360 66.9 386.4c-10.8 39.6-4.5 88.2-2.4 116.4 1.2 11.7 12.6 13.5 18.6 5.1 8.1-11.4 36.3-45 47.7-86.7 3.3-12.6 18-78.3 18-78.3 9.3 18 36.6 33.3 65.7 33.3 86.4 0 145.1-78.8 145.1-184.2C399.5 97.9 322.5 6.5 204 6.5z'/></svg>");
}
#site-header-wrap .master-social-icons a i.ci-instagram,
#site-header-wrap .master-social-icons a i.ci-instagram-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23103846' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 275.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/></svg>");
}
#site-header-wrap .master-social-icons a i {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
}
#site-header-wrap .master-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    color: #103846;
}

/* --- 4. header phone-CTA social block --- */
.rbc-header-social {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.rbc-header-social .master-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rbc-header-social .master-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.rbc-header-social .master-social-icons a i {
    width: 15px;
    height: 15px;
}

/* --- 5. Hamburger slide-out menu override ---------------------------
   Section 3 paints every social glyph inside #site-header-wrap in the
   brand dark blue (#103846), and the BRStheme's own style8717.css
   line 2835 paints the surrounding <a> with a dark navy circle
   (#0F2746). Both conspire to make the icons invisible inside the
   hamburger slide-out panel, which already has a dark blue
   background. Strip the circle and force the glyphs to white, with a
   gold hover to match the rest of the brand.

   `!important` is required because the BRStheme's stylesheet is
   loaded in <head> while this file is loaded in <body> (inside the
   shared header.php) — in some browsers and cache configs the later
   <link> loses cascade ties against the earlier stylesheet. */
.qondri-hamburger-menu .master-social-icons a {
    background-color: transparent !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    margin: 0 14px 0 0 !important;
    color: #ffffff !important;
    text-align: left !important;
}
.qondri-hamburger-menu .master-social-icons a:first-child {
    margin-left: 0 !important;
}
.qondri-hamburger-menu .master-social-icons a:last-child {
    margin-right: 0 !important;
}
.qondri-hamburger-menu .master-social-icons a:hover {
    background-color: transparent !important;
    background: transparent !important;
}

.qondri-hamburger-menu .master-social-icons a i.ci-facebook,
.qondri-hamburger-menu .master-social-icons a i.ci-facebook-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23ffffff' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/></svg>") !important;
}
.qondri-hamburger-menu .master-social-icons a i.ci-twitter {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23ffffff' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/></svg>") !important;
}
.qondri-hamburger-menu .master-social-icons a i.ci-pinterest,
.qondri-hamburger-menu .master-social-icons a i.ci-pinterest-p {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='%23ffffff' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-39.9-43.8 8.1-34.5 24-67.8 24-103.2 0-23.1-12.6-43.5-39-43.5-31.2 0-56.4 32.1-56.4 75 0 26.1 8.7 44.1 8.7 44.1S74.2 360 66.9 386.4c-10.8 39.6-4.5 88.2-2.4 116.4 1.2 11.7 12.6 13.5 18.6 5.1 8.1-11.4 36.3-45 47.7-86.7 3.3-12.6 18-78.3 18-78.3 9.3 18 36.6 33.3 65.7 33.3 86.4 0 145.1-78.8 145.1-184.2C399.5 97.9 322.5 6.5 204 6.5z'/></svg>") !important;
}
.qondri-hamburger-menu .master-social-icons a i.ci-instagram,
.qondri-hamburger-menu .master-social-icons a i.ci-instagram-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23ffffff' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 275.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/></svg>") !important;
}

.qondri-hamburger-menu .master-social-icons a i.ci-facebook,
.qondri-hamburger-menu .master-social-icons a i.ci-facebook-square,
.qondri-hamburger-menu .master-social-icons a i.ci-twitter,
.qondri-hamburger-menu .master-social-icons a i.ci-pinterest,
.qondri-hamburger-menu .master-social-icons a i.ci-pinterest-p,
.qondri-hamburger-menu .master-social-icons a i.ci-instagram,
.qondri-hamburger-menu .master-social-icons a i.ci-instagram-square {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
}

/* Hover state — gold to match the rest of the brand interactions
   (active nav link, CTAs, etc.) */
.qondri-hamburger-menu .master-social-icons a:hover i.ci-facebook,
.qondri-hamburger-menu .master-social-icons a:hover i.ci-facebook-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23C8A96A' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/></svg>") !important;
}
.qondri-hamburger-menu .master-social-icons a:hover i.ci-twitter {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23C8A96A' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/></svg>") !important;
}
.qondri-hamburger-menu .master-social-icons a:hover i.ci-pinterest,
.qondri-hamburger-menu .master-social-icons a:hover i.ci-pinterest-p {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='%23C8A96A' d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-39.9-43.8 8.1-34.5 24-67.8 24-103.2 0-23.1-12.6-43.5-39-43.5-31.2 0-56.4 32.1-56.4 75 0 26.1 8.7 44.1 8.7 44.1S74.2 360 66.9 386.4c-10.8 39.6-4.5 88.2-2.4 116.4 1.2 11.7 12.6 13.5 18.6 5.1 8.1-11.4 36.3-45 47.7-86.7 3.3-12.6 18-78.3 18-78.3 9.3 18 36.6 33.3 65.7 33.3 86.4 0 145.1-78.8 145.1-184.2C399.5 97.9 322.5 6.5 204 6.5z'/></svg>") !important;
}
.qondri-hamburger-menu .master-social-icons a:hover i.ci-instagram,
.qondri-hamburger-menu .master-social-icons a:hover i.ci-instagram-square {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23C8A96A' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 275.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/></svg>") !important;
}
