.elementor-kit-8{--e-global-color-primary:#050505;--e-global-color-secondary:#FBFAF7;--e-global-color-text:#000000;--e-global-color-accent:#F7F5EE;--e-global-color-d43b849:#232323;--e-global-color-487106d:#FFFFFF;--e-global-color-b53afa1:#660000;--e-global-color-6c9b7f2:#B20900;--e-global-color-e94b428:#FF1200;--e-global-color-c769f55:#000E35;--e-global-color-d26abc2:#00299A;--e-global-color-11da731:#0043FF;--e-global-color-065f72f:#A3D4F2;--e-global-typography-primary-font-family:"Zalando Sans Expanded";--e-global-typography-primary-font-size:clamp(1.5rem, 1.3077rem + 0.9231vw, 2rem);font-weight:var( --e-global-typography-text-font-weight );--e-global-typography-secondary-font-family:"Zalando Sans";--e-global-typography-secondary-font-size:clamp(0.9375rem, 0.9219rem + 0.1vw, 1.0625rem);--e-global-typography-text-font-family:"Zalando Sans";--e-global-typography-text-font-size:clamp(0.9375rem, 0.9219rem + 0.1vw, 1.0625rem);--e-global-typography-accent-font-family:"Instrument Serif";--e-global-typography-accent-font-size:clamp(0.9375rem, 0.9219rem + 0.1vw, 1.0625rem);--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;background-color:var( --e-global-color-primary );color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), 'Zalando Sans', Sans-serif;font-size:var( --e-global-typography-text-font-size );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-6c9b7f2 );font-family:"Montserrat", 'Zalando Sans', Sans-serif;font-size:clamp(0.9375rem, 0.9219rem + 0.1vw, 1.0625rem);font-weight:700;color:var( --e-global-color-487106d );border-radius:24px 24px 24px 24px;padding:clamp(0.875rem, 0.875rem + 0.0625vw, 0.9375rem) clamp(1.3125rem, 1.3125rem + 0.09375vw, 1.40625rem) clamp(0.875rem, 0.875rem + 0.0625vw, 0.9375rem) clamp(1.3125rem, 1.3125rem + 0.09375vw, 1.40625rem);}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-487106d );}.elementor-kit-8 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-8 a{color:var( --e-global-color-6c9b7f2 );}.elementor-kit-8 a:hover{color:var( --e-global-color-accent );}.elementor-kit-8 h1{font-family:var( --e-global-typography-primary-font-family ), 'Zalando Sans', Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:87.5vw;}.e-con{--container-max-width:87.5vw;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-kit-8{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS *//***********************************/
/* 01. Elementor - Globals         */
/***********************************/
:root {
    --text-decoration-thickness: 2px;
    --text-underline-offset: 4px;
    --text-underline-offset-hidden: calc(var(--text-underline-offset) + 3px);
    --text-underline-offset-button-span: calc(var(--text-underline-offset) - 3px);
    --text-underline-offset-button-span-hidden: calc(var(--text-underline-offset-button-span) + 4px);
    --site-container-max-width: calc(1542px + 6vw);
;
    --wp-admin-bar-height: 0px;
    text-decoration-thickness: var(text-decoration-thickness);
    text-underline-offset: var(--text-underline-offset);
}

/* Pour les écrans d'au moins 782px de large, la barre d'admin est généralement de 32px de haut */
@media screen and (min-width: 782px) {
    body.admin-bar {
        --wp-admin-bar-height: 32px; /* Définissez votre propre nom de variable */
    }
}

/* Pour les écrans de moins de 782px de large, la hauteur de la barre d'admin change */
@media screen and (max-width: 781px) {
    body.admin-bar {
        --wp-admin-bar-height: 46px; /* Ajustez la hauteur selon les spécifications actuelles de WordPress */
    }
}


/***********************************/
/* 02. Elementor - Resets          */
/***********************************/
*:focus,
*:focus-visible,
*:focus-within {
    outline: none !important;
}

a {
    text-decoration-color: transparent;
    text-decoration-thickness: var(--text-decoration-thickness) !important;
    transition: color .2s ease-in-out;
}

a,
b,
strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-feature-settings: "kern" 1, "liga" 0, "dlig" 0, "frac" 1, "sups" 0;
}

.text-balance,
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

p:not(+p), ul ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/*-- Container --*/

/*.e-con-full.e-flex, .e-con.e-flex>.e-con-inner {*/
.mw-container,
.e-con.e-flex>.e-con-inner {
    width: var(--content-width);
    margin-inline-start: auto;
    margin-inline-end: auto;
    /* Refer to root custom var if any changes */
    max-width: var(--site-container-max-width, 1680px);
}

/*-- Forms - <select>|<textarea>|<input>|<label>|<checkbox>|<radio> --*/

select,
input[type="checkbox"],
input[type="radio"],
.elementor-field-option,
.elementor-field-option label {
    cursor: pointer;
}

.elementor-select-wrapper .select-caret-down-wrapper {
    display: none;
    opacity: 0;
}

.elementor-select-wrapper::before {
    width: 20px !important;
    height: 10px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.934' height='10.967' viewBox='0 0 20.934 10.967'%3E%3Cpath id='angle-down' d='M881.791,138.471l9.76,9.76,9.76-9.76' transform='translate(-881.084 -137.764)' fill='none' stroke='%23393737' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A") !important;
}

select:focus-visible,
textarea:focus-visible,
input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus-visible {
    outline: none !important;
    border-color: var(--e-global-color-9a5e5a1) !important;
    box-shadow: 0 0.5px 0 0 var(--e-global-color-9a5e5a1) !important;
}

select,
textarea,
input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    border-radius: 0;
    box-shadow: 0 0.5px 0 0 transparent !important;
    -webkit-appearance: none;
    appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    width: 22px;
    height: 22px;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:focus-visible,
input[type="radio"]:fofocus-visible,
input[type="checkbox"]:active,
input[type="radio"]:active {
    box-shadow: none !important;
    outline: none !important;
}

select,
input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
    text-transform: inherit;
    color: var(--e-global-color-text);
    /*font-size: var(--e-global-typography-7aa8534-font-size);*/
    /*font-weight: var(--e-global-typography-7aa8534-font-weight) !important;*/
    /*line-height: var(--e-global-typography-7aa8534-line-height);*/
    /*letter-spacing: var(--e-global-typography-7aa8534-letter-spacing);*/
    /*word-spacing: var(--e-global-typography-7aa8534-word-spacing);*/
}

.elementor-field-subgroup {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.elementor-field-option {
    display: inline-flex;
    gap: 0.5rem;
    align-items: baseline;
}

.elementor-field-option input[type="checkbox"],
.elementor-field-option input[type="radio"] {
    transform: translateY(0.25em);
    margin-top: -0.25em;
}

/* Global elementor fixs */
@media only screen and (min-width:783px) {
    body.admin-bar .dialog-type-lightbox {
        height: calc(100dvh -  32px) !important;
    }
}

body.admin-bar .dialog-type-lightbox {
    height: calc(100dvh -  46px) !important;
}

/* helpers classes */
.hyphenate {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-character: '\2013';
}

.nolink,
.nolink > a:first-child {
    cursor: default !important;
}

.cursor-menu,
.cursor-menu.elementor-widget-icon a.elementor-icon,
.nolink.nolink--menu,
.nolink.nolink--menu > a:first-child {
    cursor: context-menu !important;
}

.overflow--hidden {
    overflow: hidden;
}

.aspect-ratio--1-1 {
    aspect-ratio: 1/1;
}


/* Fix icons */
.elementor-icon-wrapper {
    line-height: 1
}


/* WORDPRESS BLOKCS FIXS */
html .alignwide {
    margin-left: 0;
    margin-right: 0;
}
html .wp-block-buttons:where(.is-layout-flex) {
    gap: 1.5rem 2rem;
}

html .wp-block-button > a {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

html .wp-block-button.is-style-fill,
html .wp-block-button.is-style-outline .wp-block-button__link {
    border-width: 1px !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 7px;
    box-shadow: 0 0 0 1px transparent;
    transition: all 0.3s !important;
}

/* btn fill */
html .wp-block-button.is-style-fill .wp-block-button__link:hover,
html .wp-block-button.is-style-fill .wp-block-button__link:focus-visible,
html .wp-block-button.is-style-fill .wp-block-button__link:active {
    transition: all 0.3s !important;
    background-color: transparent !important;
    color: var(--e-global-color-accent, #1b1d1c) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--e-global-color-accent) !important;
    text-underline-offset: 4px;
    text-decoration-thickness: inherit !important;
    box-shadow: 0 0 0 1px var(--e-global-color-accent);
    outline: none;
    border-color: transparent !important;
}

/* btn outlined*/
html .wp-block-button.is-style-outline .wp-block-button__link:hover,
html .wp-block-button.is-style-outline .wp-block-button__link:focus-visible,
html .wp-block-button.is-style-outline .wp-block-button__link:active {
    text-decoration: underline !important;
    text-decoration-color: var(--e-global-color-accent) !important;
    text-underline-offset: 4px;
    text-decoration-thickness: inherit !important;
    box-shadow: 0 0 0 1px var(--e-global-color-accent);
    outline: none;
    border-color: transparent !important;
}



/* Plugin - Cookieyes *(hide sticky button) */
.cky-btn-revisit-wrapper {
    z-index: 11111 !important;
    visibility: hidden;
    opacity: 0;
}

/* cky text */
.cky-preference-content-wrapper p {
    line-height: 1.6;
}

/* cky-accordion-btn */
.cky-accordion-btn {
    background: none !important;
    border: 0 !important;
}

/* .cky-btn */
.cky-btn {
    font-size: 1rem !important;
    white-space: normal;
}

@media screen and (max-width: 768px) {
    .cky-btn {
        font-size: 0.8rem !important;
    }
}

@media screen and (max-width: 1200px) {
    .cky-btn {
        font-size: 0.9rem !important;
    }
}

/* close */
.cky-preference-header .cky-btn-close {
    background: none !important;
    border: 0 !important;
    width: 40px !important;
    height: 40px !important;
    margin-right: -10px !important;
}

.cky-preference-header .cky-btn-close img {
    width: 15px !important;
    height: 15px !important;
    filter: contrast(1);
    transition: all 0.3s;
}

.cky-preference-header .cky-btn-close:hover img,
.cky-preference-header .cky-btn-close:focus img,
.cky-preference-header .cky-btn-close:active img {
    filter: contrast(1.75);
}

/* checkbox */
button.cky-show-desc-btn:not(:hover):not(:active) {
    background: none !important;
    color: var(--e-global-color-accent) !important;
}

button.cky-show-desc-btn:hover,
button.cky-show-desc-btn:focus,
button.cky-show-desc-btn:active {
    background: none !important;
    color: var(--e-global-color-6441996) !important;
    text-decoration: underline !important;
}

button.cky-show-desc-btn {
    background: none !important;
    border: 0 !important;
}

/* checkbox */
.cky-switch input {
    border-radius: 32px !important;
    border-color: var(--e-global-color-accent) !important;
}

.cky-switch input:before {
    opacity: 1;
    transform: scale(1);
    top: 0;
    left: 0;
    margin-left: -2px !important;
}

/* cky logo */
[data-cky-tag="detail-powered-by"] {
    filter: saturate(0) contrast(0.5) brightness(1.35);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zalando Sans Expanded';
	font-display: auto;
	src: url('https://escouadeimmo.ca/wp-content/uploads/2026/03/ZalandoSansExpanded-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zalando Sans';
	font-display: auto;
	src: url('https://escouadeimmo.ca/wp-content/uploads/2026/03/ZalandoSans-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */