/* Theme: Maçonnerie */
:root {
    --primary-color: #4f6daf !important;
    --secondary-color: #2563eb !important;
	--bde-headings-color: var(--primary-color) !important;
	--bde-brand-primary-color: var(--primary-color) !important;
    --background-image: url('img/hero01.jpg');
}

.bg-hero,
.bg-header-intermediaire,
.bg-cta  {
    background-image: var(--background-image) !important;
    background-size: cover !important;
    background-position: center !important;
}

.primary-color { color: var(--primary-color) !important;}
.secondary-bg { background-color: var(--secondary-color) !important;}

.breakdance .header-icone-rs .bde-social-icons__icon-wrapper {
    background-color: #ffffff !important;
}

.breakdance .bde-social-icons .bde-social-icons__icon-wrapper svg {
    fill: var(--primary-color) !important;
}

.breakdance .bde-heading-30-102 {

    line-height: 1.6 !important;
}

.bg-service-1 {background-image: url('img/servicea0.jpg');}
.bg-service-2 {background-image: url('img/serviceb0.jpg');}
.bg-service-3 {background-image: url('img/servicec0.jpg');}

