@charset 'UTF-8';
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(//template-startup.steolo.com/wp-content/themes/blocksy-child/frontend-plugins/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//template-startup.steolo.com/wp-content/themes/blocksy-child/frontend-plugins/slick/fonts/slick.eot);
src: url(//template-startup.steolo.com/wp-content/themes/blocksy-child/frontend-plugins/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//template-startup.steolo.com/wp-content/themes/blocksy-child/frontend-plugins/slick/fonts/slick.woff) format('woff'), url(//template-startup.steolo.com/wp-content/themes/blocksy-child/frontend-plugins/slick/fonts/slick.ttf) format('truetype'), url(//template-startup.steolo.com/wp-content/themes/blocksy-child/frontend-plugins/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}body.single .iwp__property {
padding: 150px 20px 40px 20px;
}
body .iwp__header-meta ul li{
background-color: var( --e-global-color-blocksy_palette_1 );
}
body .iwp__header-title{
margin-top: 25px;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .description{
display: none;
}
body .iwp__block-overview .iwp__overview-list .iwp__media-body span {
font-weight: 600;
}
body .iwp__block-overview .iwp__overview-list .iwp__media-body strong{
font-weight: normal;
color: var( --e-global-color-blocksy_palette_3 );
}
body.single-iwp_gestion_immo .iwp__property .iwp__main > div {
font-size: 18px;
}
body .iwp__block.iwp__card .iwp__card-body {
padding: 25px 20px;
}
body .iwp__block-details .iwp__details-list {
padding-left: 0;
margin-left: 0;
gap: 20px 35px;
} .map-scroll:before {
content: '';
position: absolute;
top: 40%;
left: 0%;
width: 100%;
text-align: center;
z-index: 999;
font-size: 34px;
display: none;
}
.map-scroll:after {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content: '';
background: #00000061;
z-index: 999;
display: none;
} body .leaflet-big-map {
z-index: 998;
position: relative;
width: 100%;
background-color: silver;
height: 800px;
margin: 0 0 0px 0;
display: block;
} body .leaflet-popup {
}
body .leaflet-container a.leaflet-popup-close-button {
color: white;
}
body .leaflet-popup .leaflet-popup-content-wrapper {
border-radius: 0;
padding: 0;
}
body .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
margin: 0;
font-size: 16px;
width: 274px;
position: relative;
box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px;
border-radius: 10px;
}
body.page-id-1306 .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{
background-color: white;
}
body
.leaflet-popup
.leaflet-popup-content-wrapper
.leaflet-popup-content
.map-estate-link {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body .leaflet-popup .leaflet-popup-content-wrapper .map-estate-image {
height: 182px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 10px 10px 0 0;
}
body .leaflet-popup .leaflet-popup-content-wrapper .map-estate-content {
background-color: white;
padding: 15px;
border-radius: 0 0 10px 10px;
}
body
.leaflet-popup
.leaflet-popup-content-wrapper
.map-estate-content
.map-estate-title {
font-weight: 600;
margin-bottom: 15px;
}
body
.leaflet-popup
.leaflet-popup-content-wrapper
.map-estate-content
.map-estate-price {
font-weight: bold;
}
body .leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background-color: transparent;
box-shadow: none;
} body.single-immowp .leaflet-pane.leaflet-overlay-pane svg path{
fill: rgba(0,0,0,0.8);
}
body.single-immowp *{
font-family: 'Jost', sans-serif !important;
}
.icon-marker-property {
content: '';
display: inline-block;
background-color: transparent;
height: 30px;
width: 30px;
padding: 0px;
border-radius: 50%;
background-color: rgba(4,50,78,0.7); background-repeat: no-repeat;
background-size: contain;
}
.icon-marker-property .fa{
font-size: 40px;
color: #000;
}
.icon-marker-property span {
display: inline-block;
white-space: nowrap;
}
.icon-marker-property:hover {
transform: scale(1.02);
} .hide-show-map{
width: 100%;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
outline: none;
border-radius: 4px;
background-color: #1a1a1a;
color: #fff;
border: 0;
cursor: pointer;
font-weight: bold;
margin-bottom: 50px;
}
.hide-show-map .fa{
display: inline-block;
margin-right: 10px;
}
body.single .iwp__property{
max-width: 1290px;
}
@media screen and (max-width: 768px){
body .leaflet-big-map {
height: 300px;
} }
body.page-id-1306 .iwp__property .more_criteria{
color: var( --e-global-color-blocksy_palette_1 );
}  .leaflet-mapping-map {
z-index: 999;
width: 100%;
background-color: silver; height: 600px;
}
.leaflet-marker-icon{
transition: transform 0.3s ease;
}
.leaflet-marker-icon .hovered{
transform: scale(1.5);
} body .mapping-map-container .elementor-widget-shortcode{
width: 100%;
} body .iwp__sidebar{ padding: 0 20px;
}
body .iwp__sidebar > div:first-child{
background: white;
border-radius: 30px;
padding: 30px;
margin-bottom: 40px;
}
body .iwp__content .iwp__row .iwp__sidebar-others {
border: 0;
padding: 0;
}
body.single-iwp_gestion_immo .iwp__header-title__address h1{
color: #000;
font-size: 2.25em;
text-shadow: none;
font-weight: bold;
text-transform: none;
}
body.single-iwp_gestion_immo .iwp__block {
border: 0;
background: #fff;
border-radius: 30px;
font-family: 'Barlow', sans-serif;
font-size: 20px;
font-weight: 300;
color: var(--e-global-color-blocksy_palette_3);
padding: 10px 20px;
}
body.single-iwp_gestion_immo .iwp__block.iwp__block-overview{
padding-top: 30px;
}
body.single-iwp_gestion_immo .iwp__block.iwp__card .iwp__card-header {
background: transparent;
color: white;
border-bottom: 0;
padding-top: 25px;
}
body.single-iwp_gestion_immo .iwp__block.iwp__card .iwp__card-header h2,
body.single-iwp_gestion_immo .iwp__sidebar h3 {
font-size: 26px !important;
letter-spacing: 1.3px;
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
margin: 0;
padding: 0;
color: #000;
}
body.single-iwp_gestion_immo .iwp__sidebar h3 {
margin: 15px 0;
}
body .iwp__header-title__price span.iwp_price{
background-color: #000;
padding: 10px 15px 10px 60px;
color: white;
border-radius: 30px;
}
body.single-iwp_gestion_immo .leaflet-overlay-pane svg path{
fill: var( --e-global-color-blocksy_palette_3 );
}
@media screen and (max-width: 576px){
body.single-iwp_gestion_immo .iwp__sidebar-others{
padding: 0!important;
}
body.single-iwp_gestion_immo .iwp__block {
padding: 10px 0px;
}
}.hide-overflow{
overflow: hidden !important;
} body .iwp__items .iwp__item .iwp__item-header .iwp__item-meta{
top: 0;
left: 0;
padding: 0;
}
body .iwp__items .iwp__item .iwp__item-header .iwp__item-meta ul li{
border-radius: 0;
line-height: normal;
}
body .iwp__items .iwp__item .iwp__item-header .iwp__item-meta ul li.iwp__heart{
background-color: var( --e-global-color-blocksy_palette_4 );
font-size: 18px;
font-style: italic;
font-family: 'Barlow', sans-serif;
text-transform: none;
letter-spacing: 0.5px;
margin: 15px 0px 0px 15px;
border-radius: 20px;
}
body .iwp__items .iwp__item .iwp__item-header,
body .iwp__items .iwp__item .iwp__item-header img{
height: 280px;
}
body .iwp__items .iwp__item{
width: 92%;
box-shadow: none;
margin: auto;
border-radius: 30px;
overflow: hidden;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .description{
display: none;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-overview div span{
color: white;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-overview div svg{
fill: white;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text{
padding: 15px 0;
position: relative;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .price{ }
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .price span{
color: #000;
font-weight: 600;
font-family: 'Barlow', sans-serif;
font-size: 24px;
letter-spacing: 0.5px;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text h3{
text-transform: none;
font-weight: 600;
font-family: 'Barlow', sans-serif;
font-size: 20px;
letter-spacing: 0.5px; }
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .localisation{
text-transform: uppercase;
font-weight: 400;
font-family: 'Barlow', sans-serif;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .localisation span{
font-size: 20px;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-overview{ background: #000;
}
body .iwp__items.iwp__items-carousel .swiper-button-prev,
body .iwp__items.iwp__items-carousel .swiper-button-next{
display: block;
background: transparent;
border: 1px solid var(--e-global-color-blocksy_palette_3);
border-radius: 50%;
height: 40px;
width: 40px;
background-image: url(https://template-startup.steolo.com/wp-content/themes/blocksy-child/img/arrow-right-blue.svg)!important;
background-position: center center;
background-repeat: no-repeat;
top: auto;
bottom: -60px;
}
body .iwp__items.iwp__items-carousel .swiper-button-prev:hover,
body .iwp__items.iwp__items-carousel .swiper-button-next:hover{
background-color: white;
}
body .iwp__items.iwp__items-carousel .swiper-button-prev{
left: calc(50% - 50px);
}
body .iwp__items.iwp__items-carousel .swiper-button-next{
right: calc(50% - 50px);
} @media screen and (min-width: 992px){
.swiper-wrapper > div{
margin-left: 10px !important;
margin-right: 10px !important;
}
}
@media screen and (max-width: 768px){
body .iwp__items .iwp__item{
width: 100%;
box-shadow: none;
}
} .liste-offre-emplois{
padding: 0;
margin-left: auto;
margin-right: auto;
}
.liste-offre-emplois .offre-emploi-item{
padding: 35px 25px;
background: #fff;
border-radius: 4px;
margin-bottom: 20px;
font-size: 20px;
text-align: center;
}
.liste-offre-emplois .offre-emploi-item:first-child{ }
.liste-offre-emplois .offre-emploi-item h3{ }
.liste-offre-emplois .offre-emploi-item a{
color: var( --e-global-color-blocksy_palette_3 );
}
.liste-offre-emplois .offre-emploi-item > div > div{
padding-bottom: 20px;
}
.liste-offre-emplois .offre-emploi-item-intitule{
font-weight: bold;
}
.liste-offre-emplois .offre-emploi-item-entoure{
color: var( --e-global-color-blocksy_palette_5 );
}
.container-single-form-candidature{
background-color: var( --e-global-color-blocksy_palette_6 );
padding: 70px 40px;
border-radius: 5px;
text-align: left;
}
.container-single-form-candidature form{
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.container-single-form-candidature form label{
text-align: left;
}
.container-single-form-candidature form p{
margin-bottom: 20px;
}
.single-offredemplois-content{
padding-top: 70px;
}
.single-offredemplois-content h1{
margin-bottom: 50px;
color: var( --e-global-color-blocksy_palette_1 );
text-shadow: none;
}
.single-offredemplois-content h2{
color: var( --e-global-color-blocksy_palette_3 );
}
.single-offredemplois-content h3{
color: var( --e-global-color-blocksy_palette_1 );
}
.single-offresdemploi .container{
max-width: 950px;
}
.carousel-emploi .slick-dots li.slick-active button:before,
.carousel-emploi .slick-dots li button:before{
color: white;
} body .iwp__items { }
body .iwp__property-listing__header{
margin: 50px 0;
}
@media screen and (max-width: 576px){
body .iwp__property-listing__header .main-theme-button{
margin: 20px 0!important;
}
body .iwp__property-listing__header .header-left{
margin-bottom: 20px;
}
body .iwp__property-listing__header .header-right{
width: 100%;
}
}
body.page-id-961 .iwp__items .iwp__item .iwp__item-header img,
body.page-id-961 .iwp__items .iwp__item .iwp__item-header{
height: 300px;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text{
padding: 30px 30px 30px 30px;
background: white;
min-height: 200px;
}
body .iwp__items .iwp__item .iwp__item-content .iwp__item-text h3 {
color: #000;
} body .iwp__items .iwp__item.item-alerte-email .fa{
font-size: 50px;
display: block;
margin-bottom: 30px;
} body .iwp__items .iwp__item.item-alerte-email .elementor-button:before, body .iwp__items .iwp__item.item-alerte-email .main-theme-button:before{
border: 1px solid white;
}
body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .elementor-button:before, body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .main-theme-button:before{
border: 1px solid var( --e-global-color-blocksy_palette_5 );
}
body .iwp__items .iwp__item.item-alerte-email{
position: relative;
height: 100%;
min-height: 300px;
box-shadow: none;
display: flex;
justify-content: center; align-items: center; background-color: var( --e-global-color-blocksy_palette_9 );
}
body .iwp__items .iwp__item.item-alerte-email p,
body .iwp__items .iwp__item.item-alerte-email .fa{
color: #000;
} body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer {
background: var( --e-global-color-blocksy_palette_3 );
border-radius: 30px;
}
body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .background-alerte-email {
background: transparent;
height: auto;
position: relative;
}
body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .background-alerte-email p{
color: var( --e-global-color-blocksy_palette_8 );
}
.background-alerte-email {
width: 100%;
border-radius: 3px;
text-align: center;
color: white;
font-size: 16px;
}
.background-alerte-email a {
}
body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .background-alerte-email a{
}
.background-alerte-email a:hover {
}
body .background-alerte-email p { max-width: 250px;
margin-left: auto;
margin-right: auto;
font-weight: 500;
font-size: 18px;
}
body .background-alerte-email img {
margin-top: -40%;
width: auto;
height: 300px;
} body .iwp__sidebar-others .background-alerte-email img {
margin-top: -50%;
}
body .iwp__sidebar-others .background-alerte-email a {
padding: 8px 20px;
border-radius: 3px;
}
@media screen and (max-width: 768px){
body .iwp__items {
grid-template-columns: repeat(1, 1fr);
}
body .iwp__items .iwp__item.item-alerte-email{
min-height: 400px;
}
body .background-alerte-email img {
margin-top: -30%;
}
body .iwp__property-listing__header{
margin-top: 25px;
}
}
body .iwp__header-gallery div.figure-item {
border-radius: 30px;
} body.blog #main,
body.category #main,
body.single-iwp_gestion_immo #main{
background-color:  var(--theme-palette-color-6);
}
body.blog h3.widget-title,
body .ct-sidebar .widget-title,
body .ct-sidebar .wp-block-heading{ font-size: 26px;
color: var(--theme-palette-color-1)!important;
}
body.blog .widget_categories ul li a,
body.category .widget_categories ul li a{
display: block;
margin-bottom: 10px;
background: var(--theme-palette-color-3);
padding: 10px 30px;
border-radius: 0px;
color: var(--theme-palette-color-8);
font-weight: 600;
}
body.blog .widget_categories ul li a:hover,
body.category .widget_categories ul li a:hover{
background: var(--theme-palette-color-5);
}
body.single-post .ct-widget.widget_categories {
display: none !important;
} body .lwptoc {
width: 100%;
margin: 0;
}
body .lwptoc .lwptoc_i{
width: 100%;
background: white;
padding: 30px;
}
body .lwptoc .lwptoc_title{
color: var(--theme-palette-color-1);
font-size: 26px;
font-weight: 600!important;
font-family: 'Barlow', sans-serif;
text-transform: uppercase;
}
body .lwptoc-light .lwptoc_i a,
body .lwptoc-light .lwptoc_i a:hover{
color: var(--theme-palette-color-3);
} .custom-recent-posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin: 2rem 0;
}
.post-item {
background: #ffffff;
border-radius: 1rem;
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform 0.2s ease;
}
.post-item:hover { }
.post-thumbnail img {
width: 100%;
height: 308px !important;
object-fit: cover;
border-radius: 1rem !important;
display: block;
}
.post-content {
padding: 1.2rem 0;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.post-title {
margin: 0 0 0.5rem;
font-size: 20px;
}
.post-title a {
color: #111827;
text-decoration: none;
}
.post-title a:hover {
text-decoration: underline;
}
.post-date {
color: #6b7280; margin-bottom: 0.8rem;
}
.post-excerpt {
flex-grow: 1;
color: #374151;
margin-bottom: 1rem;
} body.blog .ct-custom-hero-section .wp-block-button__link{
display: none !important;
}
#header {
z-index: 1000 !important;
}