.elementor-kit-9{--e-global-color-primary:#B6967A;--e-global-color-secondary:#EDE8E5;--e-global-color-text:#1E1C1A;--e-global-color-accent:#893807;--e-global-color-6554987:#A5CCD3;--e-global-color-3cb7d11:#FFFFFF;--e-global-typography-primary-font-family:"Klarheit";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Mazzard";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Mazzard";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Mazzard";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grecaptcha-badge {
display: none !important;
}

* {
font-variant-ligatures: none;
}

/* Disable blue highlight on tap (iOS Safari, Android) */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none;
}


::-moz-selection { /* Code for Firefox */
  color: white;
  background: #b6967a;
}

::selection {
  color: white;
  background: #b6967a;
}


.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 0%) inset;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0%);
    outline: 0;
}



li.menu-item.menu-item-type-post_type.menu-item-object-page :hover {
    transform: translateX(5px);
}


li.menu-item.menu-item-type-post_type.menu-item-object-page {
    transition: .5s;
}

li.menu-item.menu-item-type-post_type_archive :hover {
transform: translateX(5px);}

li.menu-item.menu-item-type-post_type_archive {
transition: .5s;}






@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}


@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.slideInUp {
    animation-name: slideUp
}

.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
    margin-top: 20px;
}



/* Cibler les checkboxes du formulaire Elementor */
.elementor-field-type-acceptance input[type="checkbox"],
.elementor-field-type-checkbox input[type="checkbox"] {
    /* Masquer la checkbox native */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    width: 25px;
    height: 25px;
    border-radius: 50%; /* rond */
    border: 2px solid #fff; /* contour */
    background-color: #fff; /* fond blanc par défaut */
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; /* alignement avec le texte */
    margin: 0 8px 0 0; /* espace avec le texte */
    position: relative;
    transition: all 0.2s ease;
}

/* État coché */
.elementor-field-type-acceptance input[type="checkbox"]:checked,
.elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-color: #80ada0; /* fond vert */
        border: 2px solid #fff; /* contour */


}



li.menu-item.menu-item-type-post_type.menu-item-object-page :hover {
    transform: translateX(5px);
}


li.menu-item.menu-item-type-post_type.menu-item-object-page {
    transition: .5s;
}

li.menu-item.menu-item-type-post_type_archive :hover {
transform: translateX(5px);}

li.menu-item.menu-item-type-post_type_archive {
transition: .5s;}




/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-200px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
display: none !important;
}

/* End Of Slide In From The Top Option */



/*CUSTOM ICONS LIGHTBOX*/

a.dialog-close-button.dialog-lightbox-close-button {
    background-image: url(https://oslo-immobilier.com/wp-content/uploads/2025/10/close.svg);
}

a.dialog-close-button.dialog-lightbox-close-button:hover {
    background-image: url(https://oslo-immobilier.com/wp-content/uploads/2025/10/close-1.svg);
}

.elementor-lightbox .dialog-lightbox-close-button {
    width: 50px;
    height: 50px;
}

.elementor-swiper-button.elementor-swiper-button-next.elementor-lightbox-prevent-close {
    background-image: url(https://oslo-immobilier.com/wp-content/uploads/2025/10/droite.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    
}

.elementor-swiper-button.elementor-swiper-button-next.elementor-lightbox-prevent-close:hover{

background-image: url(https://oslo-immobilier.com/wp-content/uploads/2025/10/droite-1.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    
}


.elementor-swiper-button.elementor-swiper-button-prev.elementor-lightbox-prevent-close {
    background-image: url(https://oslo-immobilier.com/wp-content/uploads/2025/10/gauche.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    
}

.elementor-swiper-button.elementor-swiper-button-prev.elementor-lightbox-prevent-close:hover{

background-image: url(https://oslo-immobilier.com/wp-content/uploads/2025/10/gauche-1.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    
}


.elementor-lightbox .elementor-swiper-button-next{
        width: 50px !important;
        margin-right:5%;
 }
 
.elementor-lightbox .elementor-swiper-button-prev {
        width: 50px !important;
        margin-left:5%;
 }


.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    display: none;
}


.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    height: 50px !important;
    width: 50px !important;
}


/*END CUSTOM ICONS LIGHTBOX*/



.jet-listing-grid__slider-icon.next-arrow.slick-arrow {
border-radius:50px;
}

.jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
border-radius:50px;
}



/* Elementor Lightbox plein écran en paysage */
@media screen and (orientation: landscape) and (max-width: 1024px) {
  /* Empêche le scroll de la page derrière la lightbox */
  body.elementor-lightbox-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  /* Couche lightbox totalement plein écran et au-dessus de tout */
  .elementor-lightbox,
  .e-gallery__lightbox { /* fallback si Elementor utilise la galerie */
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important; /* prend en compte la barre d'adresse mobile */
    background: #000 !important;
    z-index: 2147483647 !important; /* au max */
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Certains thèmes ajoutent un wrapper de dialogue avec du padding */
  .elementor-lightbox .dialog-widget-content,
  .e-gallery__lightbox .dialog-widget-content {
    padding: 0 !important;
    background: transparent !important;
    width: 100vw !important;
    height: 100dvh !important;
  }

  /* Wrappers internes de la lightbox (image/vidéo) plein écran */
  .elementor-lightbox .elementor-lightbox-item,
  .elementor-lightbox .elementor-fit-aspect-ratio,
  .elementor-lightbox .elementor-video-container,
  .e-gallery__lightbox .elementor-lightbox-item,
  .e-gallery__lightbox .elementor-fit-aspect-ratio,
  .e-gallery__lightbox .elementor-video-container {
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
  }

  /* Médias à l'intérieur : occuper tout l'écran sans rogner (contain) */
  img.elementor-lightbox-image,
  .elementor-lightbox iframe,
  .elementor-lightbox video,
  .e-gallery__lightbox iframe,
  .e-gallery__lightbox video {
    display: block !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
    object-fit: contain !important; /* change en cover si tu préfères recadrer */
    background: #000 !important;
  }

  /* Masque toute marge/ombre par défaut éventuelle */
  .elementor-lightbox .elementor-lightbox-image,
  .e-gallery__lightbox .elementor-lightbox-image {
    box-shadow: none !important;
    margin: 0 !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Klarheit';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/ESKlarheitKurrent-Smbd.eot');
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/ESKlarheitKurrent-Smbd.eot?#iefix') format('embedded-opentype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/ESKlarheitKurrent-Smbd.woff2') format('woff2'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/ESKlarheitKurrent-Smbd.woff') format('woff'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/ESKlarheitKurrent-Smbd.ttf') format('truetype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/ESKlarheitKurrent-Smbd.svg#Klarheit') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Light.eot');
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Light.eot?#iefix') format('embedded-opentype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Light.woff2') format('woff2'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Light.woff') format('woff'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Light.ttf') format('truetype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Light.svg#Mazzard') format('svg');
}
@font-face {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Regular.eot');
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Regular.woff2') format('woff2'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Regular.woff') format('woff'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Regular.ttf') format('truetype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Regular.svg#Mazzard') format('svg');
}
@font-face {
	font-family: 'Mazzard';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Bold.eot');
	src: url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Bold.woff2') format('woff2'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Bold.woff') format('woff'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Bold.ttf') format('truetype'),
		url('https://oslo-immobilier.com/wp-content/uploads/2025/10/MazzardH-Bold.svg#Mazzard') format('svg');
}
/* End Custom Fonts CSS */