#site-title {
    font-size:1.6em;
    line-height:1;
}
#title-adresse{font-size:18px; margin-top:8px; display: inline-block}
body #site-elementor-header{transition: all .5s ease;}
body #site-elementor-header .elementor-widget-theme-site-logo img{transition: all .2s ease;}
body.scrolled #site-elementor-header{background:#FFF; box-shadow:0 0 30px rgba(10, 10, 10, 0.4);}
body:not(.home) #site-elementor-header{background:#FFF;}
body.home:not(.scrolled) #site-elementor-header .elementor-widget-theme-site-logo img{filter: brightness(0) invert(1);}
/*body.home.scrolled #site-elementor-header .elementor-widget-theme-site-logo img{width:200px;}*/

body.scrolled #header-logo > .elementor-widget-wrap{padding-top:10px; padding-bottom:10px;}

#header-topbar{}
#header-menubar{}

body:not(.home) #header-menubar{box-shadow: 0 -10px 20px 10px rgba(0,34,65,.15);}




body.home:not(.scrolled) #header-search button,body.home:not(.scrolled) #header-search button i{color: #FFFFFF;}
body.home:not(.scrolled) #header-menu .aux-icon,body.home:not(.scrolled) #header-menu .aux-text{color: #FFFFFF;}
body.home:not(.scrolled) #header-fav .elementor-button-icon{color: #FFFFFF;}
body.home:not(.scrolled) #header-lang *{color: #FFFFFF;}
body.home:not(.scrolled) #header-lang a:hover{text-decoration: underline}


body.home:not(.scrolled) .aux-burger::before, body.home:not(.scrolled) .aux-burger::after, body.home:not(.scrolled) .aux-burger .mid-line{
    border-color: #FFF !important;
}



#header-fav{ border-radius:50%;}

#header-search button{background-color: transparent; color:  var( --e-global-color-0fc15c8 ); border-radius:50%;}
#header-search button i{color: var( --e-global-color-0fc15c8 );}
#header-search button:hover{background-color:  var( --e-global-color-0fc15c8 );}
#header-search button:hover i{color:  #FFF;}


body #widget-panier {
    display: inline-block;
    width: auto;
    padding: 10px;
    border-radius:50%;
}
body .OsPanier.api .ospanier.minitoggle .entete::before {
    height: 35px !important;
    width: 35px !important;
    background-image: url(https://gadget.open-system.fr/widgets/themes/api/iris-simplicity/ospanier/images/ico-caddie-noir.svg) !important;

}
body .OsPanier.api .ospanier.minitoggle .entete .EnteteNbArticles{left:auto !important; right:0 !important;}

body.home:not(.scrolled) .OsPanier.api .ospanier.minitoggle .entete::before {
    background-image: url(https://gadget.open-system.fr/widgets/themes/api/iris-simplicity/ospanier/images/ico-caddie-blanc.svg) !important;
}
body .OsPanier.api .ospanier.minitoggle .entete .EnteteNbArticles {
    background-color: red !important;
    color: #FFF !important;
}
#widget-panier:hover{background-color: var( --e-global-color-primary );}


#header-menu .aux-modern-button {
    background: var( --e-global-color-0fc15c8 );
    border-radius: 50%;
    padding:10px;
    aspect-ratio:1/1;
    height: 80px;
}

#header-menu .aux-modern-button::after {
    content: "";
    position: absolute;
    top:  -7.5%;
    left: -7.5%;
    transform: translateY(-50%);
    width: 115%;
    height: 115%;
    background: transparent;
    border: 1px solid transparent;
    border-top: 1px solid var( --e-global-color-0fc15c8 );
    border-left: 1px solid var( --e-global-color-0fc15c8 );
    border-right: 1px solid var( --e-global-color-0fc15c8 );

    animation: spin 6s linear infinite;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

#header-menu .aux-modern-button:hover{background-color:  var( --e-global-color-primary );}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#header-fav .favorite-count {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;

    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 2px 2px 2px;
    line-height: 1;

}
#header-fav:hover .favorite-count {
    background-color: white;
    color: red;
}

.aux-offcanvas-menu .aux-menu-depth-0 > .aux-item-content,
.aux-offcanvas-menu .aux-menu-depth-0.aux-hover > .aux-item-content
{
    color: var(--e-global-color-primary) !important;
}




#overlaymenu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);

}

#menu-menu-principal {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index:50;
}

#menu-menu-principal > li {
    flex: 1 1 auto;
    max-width: 250px;
    box-sizing: border-box;
    white-space: normal;
    z-index:50;
    transition: all .5s;
    padding:7px 10px 12px 10px;
}

.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu {
    background-color:#FFF;
}
#menu-menu-principal > li > ul{
    width:100%;
}

.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu::before{
    display: none !important;
}



#menu-menu-principal > li:hover, #menu-menu-principal > li:hover ul {
    background:#FFF;
}

#menu-menu-principal .aux-menu-depth-0 > .aux-item-content{
    padding:0 10px 0 40px;
}
@media screen and (min-width: 1024px) {
    body.home:not(.scrolled) #menu-menu-principal .aux-menu-depth-0 > .aux-item-content {
        color: #FFF;
    }
}
body.home #menu-menu-principal .aux-menu-depth-0:hover > .aux-item-content,
#menu-menu-principal > li:hover  > .aux-item-content {
    color: var( --e-global-color-primary );
}


#menu-menu-principal .aux-menu-depth-0 > .aux-item-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: var( --e-global-color-0fc15c8 );
    transition: all .4s;
}

.aux-master-menu .aux-submenu > .aux-menu-item,
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content{
    min-width: initial !important;
}



.section-oblique{
    position:relative;
}
.section-oblique-inner{position: relative;}
.section-oblique::before{
    content: "";
    position: absolute;
    transform: skewY(-3deg);
    transform-origin: left bottom;
    top: 0;
    left: 0;
    width: 100%;
    /*height: calc(100% + 125px);*/
    height: 125px;
    background: var(--e-global-color-467a819);
}



#accesrapide .aux-widget-advanced-text {
    cursor:pointer;
}



/* Style pour la section avec le menu et les sous-pages */
.menu-souspages-container {
    display: flex;
    justify-content: space-between; /* Espacer les colonnes */
    gap: 20px; /* Espacement entre les deux colonnes */
}

.menu-block {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;
}

.menu-item-niv1 a {
    font-size: 40px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    line-height: 1;
    padding:15px 30px 15px 0;
}

.menu-item-niv1 a .fa {
    position: absolute;
    right: 30px;
    font-size: 40px; /* Taille de la flèche */
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.menu-item-niv1.active a {
    padding-left:50px;
}
.menu-item-niv1.active a .fa {
    opacity: 1;
    transform: translateX(30px);
}

.souspages-block {
    color: white;
    font-family: sans-serif;
}
.souspages-group {
    display: none; /* affiché dynamiquement via JS */
}

.souspage-link {
    margin: 10px 0;
}
.souspage-link a {
    text-decoration: none;
    font-size: 22px;
    color:var(--e-global-color-primary);
    padding: 5px 0;
    display: inline-block;
}
.souspage-link a:hover {
    text-decoration: underline;
}




#slider-homepage .swiper-slide-contents{max-width:800px;}


#slider-homepage .swiper-slide-contents {
    background: #FFF;
   /* background:linear-gradient(00deg, #322B80FF 0%, #322B80FF 0%, #322B80F5 5%, #FF6B00EE 100%);*/
    padding:30px;
}

#slider-homepage .elementor-slide-button{
    float:right;
}

#slider-homepage .elementor-swiper-button{
    /*bottom:25px;left:50px;right:auto; top:auto; background:rgba(255,255,255,0.8); color:var(--e-global-color-primary); transform: translateY(0);*/
    bottom:150px; top:auto;
}
#slider-homepage .elementor-swiper-button:hover{color:var(--e-global-color-primary);/*background:#FFF;*/}
#slider-homepage .elementor-swiper-button-prev{left:0}

#slider-homepage .elementor-swiper-button-next{left: 850px; right: auto;}


.arrow::before, .arrow::after{background-color:#FFF;}

.no-border-radius {
    border-radius: 0 !important;
}

figure figcaption {
    display: block;
}

figcaption, figure, main {
    display: block;
}

.wishlist-icon-content{font-size:18px;}

.add-favorite{transition: all 0.35s; cursor:pointer;}
.add-favorite:not(.btn-gray-icon):hover {transform: scale(1.3);}


.add-favorite:not(.btn-gray-icon) i{color:var(--e-global-color-primary);}


.add-favorite i.fa-heart{display: none;}
.add-favorite.is-favorite i.fa-heart{display: inline-block;color: red;}
.add-favorite.is-favorite i.fa-heart-o {display: none;}






.wp-block-categories {
    padding-left: 0;
    list-style: none;
}

.link-pages {
    float: left;
    width: 100%;
}

.no-padding {
    padding: 0 !important;
}

a.disable {
    pointer-events: none;
    cursor: default;
}

.hide {
    display: none;
}

ul.feature-list, ul.list-style-1 {
    margin-bottom: 20px;
    padding-left: 0;
}

ul.feature-list > li, ul.list-style-1 > li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

ul.feature-list > li:after, ul.list-style-1 > li:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
    color: var(--e-global-color-primary);
    font-weight: 700;
}

ul.list-style-2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.list-style-2 > li {
    color: var(--e-global-color-primary);
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
}

ul.list-style-2 > li:last-child {
    margin-bottom: 0;
}

ul.inline {
    padding: 0;
    margin: 0;
}

ul.inline > li {
    float: left;
    margin-right: 15px;
    list-style: none;
}

ul.inline > li:last-child {
    margin-right: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/************************* Pagination ************************/



.float-left {
    float: left;
}

.float-right {
    float: right;
}

::placeholder {
    font-size: 17px;
}

.btn, .btn-theme, .btn-theme-2, .btn-theme-radius, .btn, .btn-white, .btn-gray, .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme):not(.las){
    background: var(--e-global-color-primary);
    color: #fff;
    font-family: var(--fioxen-heading-font-family);
    font-weight: 700;
    padding: 18px 30px;
    line-height: 15px;
    font-size: 13px;
    border-radius: 4px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    display: inline-block;
    transition: all 0.35s;
    border: none;

}

@media (max-width: 991.98px) {
    .btn, .btn-theme, .btn-theme-2, .btn-theme-radius, .btn, .btn-white, .btn-gray, .btn-black, input[type*="submit"]:not(.fa):not(.btn-theme):not(.las) {
        padding: 15px 25px;
    }
}

.btn:hover, .btn:focus, .btn:active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme-2:hover, .btn-theme-2:focus, .btn-theme-2:active, .btn-theme-radius:hover, .btn-theme-radius:focus, .btn-theme-radius:active, .btn:hover, .btn:focus, .btn:active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-black:hover, .btn-black:focus, .btn-black:active, input[type*="submit"]:not(.fa):not(.btn-theme):not(.newsletter-submit):not(.las):hover, input[type*="submit"]:not(.fa):not(.btn-theme):not(.newsletter-submit):not(.las):focus, input[type*="submit"]:not(.fa):not(.btn-theme):not(.las):active{
    color: #fff;
    opacity: 0.8;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.btn-gray {
    background: #f7f7f7;
    color: #161c26;
}

.btn-gray:hover {
    color: #161c26;
}

.btn-gray-icon {
    background: #f7f7f7;
    font-family: "DIN Pro";
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    line-height:1;
}

@media (max-width: 1024px) {
    .btn-gray-icon {
        font-size: 12px;
        padding: 5px 12px;
    }
}

.btn-gray-icon i {
    margin-right: 5px;
}

.btn-gray-icon:hover, .btn-gray-icon.active {
    background: var(--e-global-color-primary);
    color: #fff !important;
    text-decoration: none !important;
}

.btn-gray-icon.bg-theme {
    background: var(--e-global-color-primary);
    color: #fff;
}

.btn-black {
    background: #1F2230;
    color: #fff;
}

.btn-black:hover {
    background: #1F2230;
    opacity: 0.9;
}

.btn-white {
    background: #fff;
    color: #161c26;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
    background: #f7f7f7;
    color: #161c26;
}

.btn-border, .btn-border-white {
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #E8EBEC;
    padding: 15px 30px 15px;
    line-height: 22px;
    color: #161c26;
    display: inline-block;
    position: relative;
    transition: all 0.35s;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .btn-border, .btn-border-white {
        padding: 12px 24px;
        font-size: 13px;
    }
}

.btn-border:hover, .btn-border:focus, .btn-border-white:hover, .btn-border-white:focus {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #fff;
}

.btn-border-white {
    border-color: #fff;
    color: #fff;
}

.btn-border-white:hover, .btn-border-white:focus {
    background: #fff;
    border-color: #fff;
    color: #161c26;
}

.btn-medium {
    font-size: 15px;
    padding: 12px 52px 12px 25px;
}

.btn-small, .btn-size-small {
    font-size: 14px;
    padding: 10px 25px 10px 25px;
}

.btn-small-arrow {
    padding: 2px 38px 2px 20px;
    line-height: 30px;
    font-size: 12px;
    position: relative;
}

.btn-small-arrow:before {
    content: '\f061';
    color: #fff;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    line-height: 1;
    top: 11px;
    font-size: 10px;
    right: 20px;
    z-index: 9;
    font-weight: 700;
}

.btn-inline {
    font-size: 14px;
    color: var(--e-global-color-primary);
    position: relative;
    transition: all 0.35s;
    line-height: 20px;
    font-family: var(--fioxen-heading-font-family);
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 25px;
}

.btn-inline:after {
    content: '\f061';
    font-family: 'Line Awesome Free';
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 18px;
    z-index: 1;
    transition: all 0.35s;
}

.btn-inline:hover {
    color: var(--e-global-color-primary);
}

.btn-inline:hover:after {
    right: -5px;
}

.btn-fw {
    width: 100%;
}




.alert {
    position: relative;
}

.alert.alert_info {
    background: #EEF1F6;
}

.alert .alert_icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.alert .close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 16px;
}

.alert .alert_wrapper {
    padding: 0 30px;
}


/*------------------------------------------------------------------*\
				3 - GRID STYLE
\*------------------------------------------------------------------*/
/* #Block grid
--------------------------------------------------------------- */
.item-columns {
    padding: 0 15px;
}

[class*="block-grid-"] {
    display: block;
    margin: 0 -15px;
    padding: 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
    display: table;
    content: " ";
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"] > div {
    display: block;
    float: left;
    height: auto;
    padding: 0 15px;
    width: 100%;
}

[class*="block-grid-"] > div:after {
    display: block;
}

@media (min-width: 380px) {
    .xx-block-grid-1 > div {
        width: 100%;
    }
    .xx-block-grid-1 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-1 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-1 > div:nth-of-type(1n+1) {
        clear: both;
    }
    .xx-block-grid-1 > div:nth-of-type(1n+1):after {
        display: none;
    }
    .xx-block-grid-1 > div:nth-last-child(-n+1):before {
        content: none;
    }
    .xx-block-grid-2 > div {
        width: 50%;
    }
    .xx-block-grid-2 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-2 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-2 > div:nth-of-type(2n+1) {
        clear: both;
    }
    .xx-block-grid-2 > div:nth-of-type(2n+1):after {
        display: none;
    }
    .xx-block-grid-2 > div:nth-last-child(-n+2):before {
        content: none;
    }
    .xx-block-grid-3 > div {
        width: 33.33333%;
    }
    .xx-block-grid-3 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-3 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-3 > div:nth-of-type(3n+1) {
        clear: both;
    }
    .xx-block-grid-3 > div:nth-of-type(3n+1):after {
        display: none;
    }
    .xx-block-grid-3 > div:nth-last-child(-n+3):before {
        content: none;
    }
    .xx-block-grid-4 > div {
        width: 25%;
    }
    .xx-block-grid-4 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-4 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-4 > div:nth-of-type(4n+1) {
        clear: both;
    }
    .xx-block-grid-4 > div:nth-of-type(4n+1):after {
        display: none;
    }
    .xx-block-grid-4 > div:nth-last-child(-n+4):before {
        content: none;
    }
    .xx-block-grid-5 > div {
        width: 20%;
    }
    .xx-block-grid-5 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-5 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-5 > div:nth-of-type(5n+1) {
        clear: both;
    }
    .xx-block-grid-5 > div:nth-of-type(5n+1):after {
        display: none;
    }
    .xx-block-grid-5 > div:nth-last-child(-n+5):before {
        content: none;
    }
    .xx-block-grid-6 > div {
        width: 16.66667%;
    }
    .xx-block-grid-6 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-6 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-6 > div:nth-of-type(6n+1) {
        clear: both;
    }
    .xx-block-grid-6 > div:nth-of-type(6n+1):after {
        display: none;
    }
    .xx-block-grid-6 > div:nth-last-child(-n+6):before {
        content: none;
    }
    .xx-block-grid-7 > div {
        width: 14.28571%;
    }
    .xx-block-grid-7 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-7 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-7 > div:nth-of-type(7n+1) {
        clear: both;
    }
    .xx-block-grid-7 > div:nth-of-type(7n+1):after {
        display: none;
    }
    .xx-block-grid-7 > div:nth-last-child(-n+7):before {
        content: none;
    }
    .xx-block-grid-8 > div {
        width: 12.5%;
    }
    .xx-block-grid-8 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-8 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-8 > div:nth-of-type(8n+1) {
        clear: both;
    }
    .xx-block-grid-8 > div:nth-of-type(8n+1):after {
        display: none;
    }
    .xx-block-grid-8 > div:nth-last-child(-n+8):before {
        content: none;
    }
    .xx-block-grid-9 > div {
        width: 11.11111%;
    }
    .xx-block-grid-9 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-9 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-9 > div:nth-of-type(9n+1) {
        clear: both;
    }
    .xx-block-grid-9 > div:nth-of-type(9n+1):after {
        display: none;
    }
    .xx-block-grid-9 > div:nth-last-child(-n+9):before {
        content: none;
    }
    .xx-block-grid-10 > div {
        width: 10%;
    }
    .xx-block-grid-10 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-10 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-10 > div:nth-of-type(10n+1) {
        clear: both;
    }
    .xx-block-grid-10 > div:nth-of-type(10n+1):after {
        display: none;
    }
    .xx-block-grid-10 > div:nth-last-child(-n+10):before {
        content: none;
    }
    .xx-block-grid-11 > div {
        width: 9.09091%;
    }
    .xx-block-grid-11 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-11 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-11 > div:nth-of-type(11n+1) {
        clear: both;
    }
    .xx-block-grid-11 > div:nth-of-type(11n+1):after {
        display: none;
    }
    .xx-block-grid-11 > div:nth-last-child(-n+11):before {
        content: none;
    }
    .xx-block-grid-12 > div {
        width: 8.33333%;
    }
    .xx-block-grid-12 > div:nth-of-type(1n) {
        clear: none;
    }
    .xx-block-grid-12 > div:nth-of-type(1n):after {
        display: block;
    }
    .xx-block-grid-12 > div:nth-of-type(12n+1) {
        clear: both;
    }
    .xx-block-grid-12 > div:nth-of-type(12n+1):after {
        display: none;
    }
    .xx-block-grid-12 > div:nth-last-child(-n+12):before {
        content: none;
    }
}

@media (min-width: 640px) {
    .xs-block-grid-1 > div {
        width: 100%;
    }
    .xs-block-grid-1 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-1 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-1 > div:nth-of-type(1n+1) {
        clear: both;
    }
    .xs-block-grid-1 > div:nth-of-type(1n+1):after {
        display: none;
    }
    .xs-block-grid-1 > div:nth-last-child(-n+1):before {
        content: none;
    }
    .xs-block-grid-2 > div {
        width: 50%;
    }
    .xs-block-grid-2 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-2 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-2 > div:nth-of-type(2n+1) {
        clear: both;
    }
    .xs-block-grid-2 > div:nth-of-type(2n+1):after {
        display: none;
    }
    .xs-block-grid-2 > div:nth-last-child(-n+2):before {
        content: none;
    }
    .xs-block-grid-3 > div {
        width: 33.33333%;
    }
    .xs-block-grid-3 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-3 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-3 > div:nth-of-type(3n+1) {
        clear: both;
    }
    .xs-block-grid-3 > div:nth-of-type(3n+1):after {
        display: none;
    }
    .xs-block-grid-3 > div:nth-last-child(-n+3):before {
        content: none;
    }
    .xs-block-grid-4 > div {
        width: 25%;
    }
    .xs-block-grid-4 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-4 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-4 > div:nth-of-type(4n+1) {
        clear: both;
    }
    .xs-block-grid-4 > div:nth-of-type(4n+1):after {
        display: none;
    }
    .xs-block-grid-4 > div:nth-last-child(-n+4):before {
        content: none;
    }
    .xs-block-grid-5 > div {
        width: 20%;
    }
    .xs-block-grid-5 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-5 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-5 > div:nth-of-type(5n+1) {
        clear: both;
    }
    .xs-block-grid-5 > div:nth-of-type(5n+1):after {
        display: none;
    }
    .xs-block-grid-5 > div:nth-last-child(-n+5):before {
        content: none;
    }
    .xs-block-grid-6 > div {
        width: 16.66667%;
    }
    .xs-block-grid-6 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-6 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-6 > div:nth-of-type(6n+1) {
        clear: both;
    }
    .xs-block-grid-6 > div:nth-of-type(6n+1):after {
        display: none;
    }
    .xs-block-grid-6 > div:nth-last-child(-n+6):before {
        content: none;
    }
    .xs-block-grid-7 > div {
        width: 14.28571%;
    }
    .xs-block-grid-7 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-7 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-7 > div:nth-of-type(7n+1) {
        clear: both;
    }
    .xs-block-grid-7 > div:nth-of-type(7n+1):after {
        display: none;
    }
    .xs-block-grid-7 > div:nth-last-child(-n+7):before {
        content: none;
    }
    .xs-block-grid-8 > div {
        width: 12.5%;
    }
    .xs-block-grid-8 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-8 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-8 > div:nth-of-type(8n+1) {
        clear: both;
    }
    .xs-block-grid-8 > div:nth-of-type(8n+1):after {
        display: none;
    }
    .xs-block-grid-8 > div:nth-last-child(-n+8):before {
        content: none;
    }
    .xs-block-grid-9 > div {
        width: 11.11111%;
    }
    .xs-block-grid-9 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-9 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-9 > div:nth-of-type(9n+1) {
        clear: both;
    }
    .xs-block-grid-9 > div:nth-of-type(9n+1):after {
        display: none;
    }
    .xs-block-grid-9 > div:nth-last-child(-n+9):before {
        content: none;
    }
    .xs-block-grid-10 > div {
        width: 10%;
    }
    .xs-block-grid-10 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-10 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-10 > div:nth-of-type(10n+1) {
        clear: both;
    }
    .xs-block-grid-10 > div:nth-of-type(10n+1):after {
        display: none;
    }
    .xs-block-grid-10 > div:nth-last-child(-n+10):before {
        content: none;
    }
    .xs-block-grid-11 > div {
        width: 9.09091%;
    }
    .xs-block-grid-11 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-11 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-11 > div:nth-of-type(11n+1) {
        clear: both;
    }
    .xs-block-grid-11 > div:nth-of-type(11n+1):after {
        display: none;
    }
    .xs-block-grid-11 > div:nth-last-child(-n+11):before {
        content: none;
    }
    .xs-block-grid-12 > div {
        width: 8.33333%;
    }
    .xs-block-grid-12 > div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-12 > div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-12 > div:nth-of-type(12n+1) {
        clear: both;
    }
    .xs-block-grid-12 > div:nth-of-type(12n+1):after {
        display: none;
    }
    .xs-block-grid-12 > div:nth-last-child(-n+12):before {
        content: none;
    }
}

@media (min-width: 768px) {
    .sm-block-grid-1 > div {
        width: 100%;
    }
    .sm-block-grid-1 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-1 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-1 > div:nth-of-type(1n+1) {
        clear: both;
    }
    .sm-block-grid-1 > div:nth-of-type(1n+1):after {
        display: none;
    }
    .sm-block-grid-1 > div:nth-last-child(-n+1):before {
        content: none;
    }
    .sm-block-grid-2 > div {
        width: 50%;
    }
    .sm-block-grid-2 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-2 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-2 > div:nth-of-type(2n+1) {
        clear: both;
    }
    .sm-block-grid-2 > div:nth-of-type(2n+1):after {
        display: none;
    }
    .sm-block-grid-2 > div:nth-last-child(-n+2):before {
        content: none;
    }
    .sm-block-grid-3 > div {
        width: 33.33333%;
    }
    .sm-block-grid-3 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-3 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-3 > div:nth-of-type(3n+1) {
        clear: both;
    }
    .sm-block-grid-3 > div:nth-of-type(3n+1):after {
        display: none;
    }
    .sm-block-grid-3 > div:nth-last-child(-n+3):before {
        content: none;
    }
    .sm-block-grid-4 > div {
        width: 25%;
    }
    .sm-block-grid-4 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-4 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-4 > div:nth-of-type(4n+1) {
        clear: both;
    }
    .sm-block-grid-4 > div:nth-of-type(4n+1):after {
        display: none;
    }
    .sm-block-grid-4 > div:nth-last-child(-n+4):before {
        content: none;
    }
    .sm-block-grid-5 > div {
        width: 20%;
    }
    .sm-block-grid-5 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-5 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-5 > div:nth-of-type(5n+1) {
        clear: both;
    }
    .sm-block-grid-5 > div:nth-of-type(5n+1):after {
        display: none;
    }
    .sm-block-grid-5 > div:nth-last-child(-n+5):before {
        content: none;
    }
    .sm-block-grid-6 > div {
        width: 16.66667%;
    }
    .sm-block-grid-6 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-6 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-6 > div:nth-of-type(6n+1) {
        clear: both;
    }
    .sm-block-grid-6 > div:nth-of-type(6n+1):after {
        display: none;
    }
    .sm-block-grid-6 > div:nth-last-child(-n+6):before {
        content: none;
    }
    .sm-block-grid-7 > div {
        width: 14.28571%;
    }
    .sm-block-grid-7 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-7 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-7 > div:nth-of-type(7n+1) {
        clear: both;
    }
    .sm-block-grid-7 > div:nth-of-type(7n+1):after {
        display: none;
    }
    .sm-block-grid-7 > div:nth-last-child(-n+7):before {
        content: none;
    }
    .sm-block-grid-8 > div {
        width: 12.5%;
    }
    .sm-block-grid-8 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-8 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-8 > div:nth-of-type(8n+1) {
        clear: both;
    }
    .sm-block-grid-8 > div:nth-of-type(8n+1):after {
        display: none;
    }
    .sm-block-grid-8 > div:nth-last-child(-n+8):before {
        content: none;
    }
    .sm-block-grid-9 > div {
        width: 11.11111%;
    }
    .sm-block-grid-9 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-9 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-9 > div:nth-of-type(9n+1) {
        clear: both;
    }
    .sm-block-grid-9 > div:nth-of-type(9n+1):after {
        display: none;
    }
    .sm-block-grid-9 > div:nth-last-child(-n+9):before {
        content: none;
    }
    .sm-block-grid-10 > div {
        width: 10%;
    }
    .sm-block-grid-10 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-10 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-10 > div:nth-of-type(10n+1) {
        clear: both;
    }
    .sm-block-grid-10 > div:nth-of-type(10n+1):after {
        display: none;
    }
    .sm-block-grid-10 > div:nth-last-child(-n+10):before {
        content: none;
    }
    .sm-block-grid-11 > div {
        width: 9.09091%;
    }
    .sm-block-grid-11 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-11 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-11 > div:nth-of-type(11n+1) {
        clear: both;
    }
    .sm-block-grid-11 > div:nth-of-type(11n+1):after {
        display: none;
    }
    .sm-block-grid-11 > div:nth-last-child(-n+11):before {
        content: none;
    }
    .sm-block-grid-12 > div {
        width: 8.33333%;
    }
    .sm-block-grid-12 > div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-12 > div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-12 > div:nth-of-type(12n+1) {
        clear: both;
    }
    .sm-block-grid-12 > div:nth-of-type(12n+1):after {
        display: none;
    }
    .sm-block-grid-12 > div:nth-last-child(-n+12):before {
        content: none;
    }
}

/* Medium */
@media (min-width: 1024.1px) {
    [class*="block-grid-"] {
        margin: 0 -15px;
    }
    [class*="block-grid-"] > div {
        padding: 0 15px;
    }
    .item-columns {
        padding: 0 15px;
    }
    .md-block-grid-1 > div {
        width: 100%;
    }
    .md-block-grid-1 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-1 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-1 > div:nth-of-type(1n+1) {
        clear: both;
    }
    .md-block-grid-1 > div:nth-of-type(1n+1):after {
        display: none;
    }
    .md-block-grid-1 > div:nth-last-child(-n+1):before {
        content: none;
    }
    .md-block-grid-2 > div {
        width: 50%;
    }
    .md-block-grid-2 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-2 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-2 > div:nth-of-type(2n+1) {
        clear: both;
    }
    .md-block-grid-2 > div:nth-of-type(2n+1):after {
        display: none;
    }
    .md-block-grid-2 > div:nth-last-child(-n+2):before {
        content: none;
    }
    .md-block-grid-3 > div {
        width: 33.33333%;
    }
    .md-block-grid-3 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-3 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-3 > div:nth-of-type(3n+1) {
        clear: both;
    }
    .md-block-grid-3 > div:nth-of-type(3n+1):after {
        display: none;
    }
    .md-block-grid-3 > div:nth-last-child(-n+3):before {
        content: none;
    }
    .md-block-grid-4 > div {
        width: 25%;
    }
    .md-block-grid-4 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-4 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-4 > div:nth-of-type(4n+1) {
        clear: both;
    }
    .md-block-grid-4 > div:nth-of-type(4n+1):after {
        display: none;
    }
    .md-block-grid-4 > div:nth-last-child(-n+4):before {
        content: none;
    }
    .md-block-grid-5 > div {
        width: 20%;
    }
    .md-block-grid-5 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-5 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-5 > div:nth-of-type(5n+1) {
        clear: both;
    }
    .md-block-grid-5 > div:nth-of-type(5n+1):after {
        display: none;
    }
    .md-block-grid-5 > div:nth-last-child(-n+5):before {
        content: none;
    }
    .md-block-grid-6 > div {
        width: 16.66667%;
    }
    .md-block-grid-6 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-6 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-6 > div:nth-of-type(6n+1) {
        clear: both;
    }
    .md-block-grid-6 > div:nth-of-type(6n+1):after {
        display: none;
    }
    .md-block-grid-6 > div:nth-last-child(-n+6):before {
        content: none;
    }
    .md-block-grid-7 > div {
        width: 14.28571%;
    }
    .md-block-grid-7 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-7 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-7 > div:nth-of-type(7n+1) {
        clear: both;
    }
    .md-block-grid-7 > div:nth-of-type(7n+1):after {
        display: none;
    }
    .md-block-grid-7 > div:nth-last-child(-n+7):before {
        content: none;
    }
    .md-block-grid-8 > div {
        width: 12.5%;
    }
    .md-block-grid-8 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-8 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-8 > div:nth-of-type(8n+1) {
        clear: both;
    }
    .md-block-grid-8 > div:nth-of-type(8n+1):after {
        display: none;
    }
    .md-block-grid-8 > div:nth-last-child(-n+8):before {
        content: none;
    }
    .md-block-grid-9 > div {
        width: 11.11111%;
    }
    .md-block-grid-9 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-9 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-9 > div:nth-of-type(9n+1) {
        clear: both;
    }
    .md-block-grid-9 > div:nth-of-type(9n+1):after {
        display: none;
    }
    .md-block-grid-9 > div:nth-last-child(-n+9):before {
        content: none;
    }
    .md-block-grid-10 > div {
        width: 10%;
    }
    .md-block-grid-10 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-10 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-10 > div:nth-of-type(10n+1) {
        clear: both;
    }
    .md-block-grid-10 > div:nth-of-type(10n+1):after {
        display: none;
    }
    .md-block-grid-10 > div:nth-last-child(-n+10):before {
        content: none;
    }
    .md-block-grid-11 > div {
        width: 9.09091%;
    }
    .md-block-grid-11 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-11 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-11 > div:nth-of-type(11n+1) {
        clear: both;
    }
    .md-block-grid-11 > div:nth-of-type(11n+1):after {
        display: none;
    }
    .md-block-grid-11 > div:nth-last-child(-n+11):before {
        content: none;
    }
    .md-block-grid-12 > div {
        width: 8.33333%;
    }
    .md-block-grid-12 > div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-12 > div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-12 > div:nth-of-type(12n+1) {
        clear: both;
    }
    .md-block-grid-12 > div:nth-of-type(12n+1):after {
        display: none;
    }
    .md-block-grid-12 > div:nth-last-child(-n+12):before {
        content: none;
    }
}

/* Large */
@media (min-width: 1200px) {
    [class*="block-grid-"] {
        margin: 0 -15px;
    }
    [class*="block-grid-"] > div {
        padding: 0 15px;
    }
    .item-columns {
        padding: 0 15px;
    }
    .lg-block-grid-1 > div {
        width: 100%;
    }
    .lg-block-grid-1 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-1 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-1 > div:nth-of-type(1n+1) {
        clear: both;
    }
    .lg-block-grid-1 > div:nth-of-type(1n+1):after {
        display: none;
    }
    .lg-block-grid-1 > div:nth-last-child(-n+1):before {
        content: none;
    }
    .lg-block-grid-2 > div {
        width: 50%;
    }
    .lg-block-grid-2 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-2 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-2 > div:nth-of-type(2n+1) {
        clear: both;
    }
    .lg-block-grid-2 > div:nth-of-type(2n+1):after {
        display: none;
    }
    .lg-block-grid-2 > div:nth-last-child(-n+2):before {
        content: none;
    }
    .lg-block-grid-3 > div {
        width: 33.33333%;
    }
    .lg-block-grid-3 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-3 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-3 > div:nth-of-type(3n+1) {
        clear: both;
    }
    .lg-block-grid-3 > div:nth-of-type(3n+1):after {
        display: none;
    }
    .lg-block-grid-3 > div:nth-last-child(-n+3):before {
        content: none;
    }
    .lg-block-grid-4 > div {
        width: 25%;
    }
    .lg-block-grid-4 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-4 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-4 > div:nth-of-type(4n+1) {
        clear: both;
    }
    .lg-block-grid-4 > div:nth-of-type(4n+1):after {
        display: none;
    }
    .lg-block-grid-4 > div:nth-last-child(-n+4):before {
        content: none;
    }
    .lg-block-grid-5 > div {
        width: 20%;
    }
    .lg-block-grid-5 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-5 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-5 > div:nth-of-type(5n+1) {
        clear: both;
    }
    .lg-block-grid-5 > div:nth-of-type(5n+1):after {
        display: none;
    }
    .lg-block-grid-5 > div:nth-last-child(-n+5):before {
        content: none;
    }
    .lg-block-grid-6 > div {
        width: 16.66667%;
    }
    .lg-block-grid-6 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-6 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-6 > div:nth-of-type(6n+1) {
        clear: both;
    }
    .lg-block-grid-6 > div:nth-of-type(6n+1):after {
        display: none;
    }
    .lg-block-grid-6 > div:nth-last-child(-n+6):before {
        content: none;
    }
    .lg-block-grid-7 > div {
        width: 14.28571%;
    }
    .lg-block-grid-7 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-7 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-7 > div:nth-of-type(7n+1) {
        clear: both;
    }
    .lg-block-grid-7 > div:nth-of-type(7n+1):after {
        display: none;
    }
    .lg-block-grid-7 > div:nth-last-child(-n+7):before {
        content: none;
    }
    .lg-block-grid-8 > div {
        width: 12.5%;
    }
    .lg-block-grid-8 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-8 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-8 > div:nth-of-type(8n+1) {
        clear: both;
    }
    .lg-block-grid-8 > div:nth-of-type(8n+1):after {
        display: none;
    }
    .lg-block-grid-8 > div:nth-last-child(-n+8):before {
        content: none;
    }
    .lg-block-grid-9 > div {
        width: 11.11111%;
    }
    .lg-block-grid-9 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-9 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-9 > div:nth-of-type(9n+1) {
        clear: both;
    }
    .lg-block-grid-9 > div:nth-of-type(9n+1):after {
        display: none;
    }
    .lg-block-grid-9 > div:nth-last-child(-n+9):before {
        content: none;
    }
    .lg-block-grid-10 > div {
        width: 10%;
    }
    .lg-block-grid-10 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-10 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-10 > div:nth-of-type(10n+1) {
        clear: both;
    }
    .lg-block-grid-10 > div:nth-of-type(10n+1):after {
        display: none;
    }
    .lg-block-grid-10 > div:nth-last-child(-n+10):before {
        content: none;
    }
    .lg-block-grid-11 > div {
        width: 9.09091%;
    }
    .lg-block-grid-11 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-11 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-11 > div:nth-of-type(11n+1) {
        clear: both;
    }
    .lg-block-grid-11 > div:nth-of-type(11n+1):after {
        display: none;
    }
    .lg-block-grid-11 > div:nth-last-child(-n+11):before {
        content: none;
    }
    .lg-block-grid-12 > div {
        width: 8.33333%;
    }
    .lg-block-grid-12 > div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-12 > div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-12 > div:nth-of-type(12n+1) {
        clear: both;
    }
    .lg-block-grid-12 > div:nth-of-type(12n+1):after {
        display: none;
    }
    .lg-block-grid-12 > div:nth-last-child(-n+12):before {
        content: none;
    }
}

.no-gutter [class*="block-grid-"] {
    margin: 0 !important;
}

.no-gutter [class*="block-grid-"] > div {
    padding: 0 !important;
}

.no-gutter .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-gutter [class*="col-"], .no-gutter .item-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.small-gutter [class*="block-grid-"] {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.small-gutter [class*="block-grid-"] > div {
    padding-left: 1px !important;
    padding-right: 1px !important;
    margin-bottom: 2px;
}


/*------------------------------------------------------------------*\
				6 - ELEMENTS STYLE
\*------------------------------------------------------------------*/

@media (max-width: 1024px) {

    .open-el-sidebar-offcanvas {
        overflow: hidden;
    }
    .open-el-sidebar-offcanvas .wp-site-header, .open-el-sidebar-offcanvas #wp-toolbar {
        z-index: 9;
    }
}




/*------------------------------------------------------------------*\
				8 - POST TYPE
\*------------------------------------------------------------------*/



.h2 .review-results{
    display:inline-block;
    height: 18px;
    font-size: 16px;

}
.h2 .review-results .votes-stars span {
    color: #FEBB02 !important;
}
.page-title .review-results{
    display:inline-block; margin-left:10px; font-size:30px;
}


.lt-review-show-start .review-results span {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.lt-review-show-start .review-results span .star {
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.lt-review-show-start .review-results .base-stars {
    white-space: nowrap;
}

.lt-review-show-start .review-results .base-stars span {
    color: #DEE2E8;
}

.lt-review-show-start .review-results .votes-stars {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
}

.lt-review-show-start .review-results .votes-stars span {
    color: #FEBB02 !important;
}

.no_job_listings_found {
    margin: 0 15px;
}

.listing-block {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0ea;
    background: transparent;
    transition: all 500ms ease;
}

.listing-block .listing-image {
    position: relative;
    min-height: 50px;
    background: #f7f7f7;
    border-radius:5px 5px 0 0;
}
.listing-block .listing-image img{

    width:100%;
}

.listing-block .listing-image::before {
    position: absolute;
    content: '';
    background: var( --e-global-color-0fc15c8 );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}
.listing-block:hover .listing-image::before {
    opacity: 0.9;
}

.listing-block .listing-image .listing-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    background: #fff;
    z-index: 11;
}

.listing-block .listing-image .link-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.listing-block .listing-content {
    background: #fff;
    position: relative;
}

.listing-block .listing-content .lt-meta-top {
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--e-global-color-0fc15c8);
    position: absolute;
    top: -30px;
    left: -0.5px;
    right: 50px;
    z-index: 11;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

@media (max-width: 1200px) {
    .listing-block .listing-content .lt-meta-top {
        padding: 10px 20px;
        right: 20px;
    }
}

.listing-block .listing-content .lt-meta-top .listing-time {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    padding: 1px 10px;
    background: var(--e-global-color-primary);
    z-index: 11;
    line-height: 22px;
    text-transform: uppercase;
}

.listing-block .listing-content .lt-meta-top .listing-time.open {
    background: #35C54C;
}

.listing-block .listing-content .lt-content-block {
    padding: 19px 20px 9px 20px;
}


.listing-block .listing-content .h2 {
    font-size: 20px;
    margin: 5px 0 5px;
}

.listing-block .listing-content .listing-tagline {
    line-height: 24px;
    margin: 2px 0 10px;
}

.listing-block .listing-content .listing-tagline p {
    margin-bottom: 0;
}

.listing-block .listing-content .listing-meta {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.listing-block .listing-content .listing-meta > div {
    margin-bottom: 6px;
}

.listing-block .listing-content .listing-meta > div .icon {
    width: 20px;
    margin-right: 6px;
    font-size: 19px;
    position: relative;
    top: 3px;
    color: var(--e-global-color-primary);
}

.listing-block .listing-content .listing-meta > div a {
    color: #000;
}

.listing-block .listing-content .listing-meta > div a:hover {
    color: var(--e-global-color-primary);
}

.listing-block .listing-content .content-footer {
    border-bottom: 1px solid #E8EBEC;
    padding: 5px 0 15px 0;
    margin-bottom:15px;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-block .listing-content .content-footer .location {
    font-size: 15px;
}

.listing-block .listing-content .content-footer .location a {
    color: #000;
}

.listing-block .listing-content .content-footer .location a:hover {
    color: var(--e-global-color-primary);
}

.listing-block .listing-content .content-footer .location .icon {
    width: 14px;
    margin-right: 4px;
    font-size: 16px;
    color: var(--e-global-color-0fc15c8);
}


.listing-block .listing-image .lt-featured {
    display: block !important;
    font-size: 11px;
    color: #fff;
    background: var(--e-global-color-primary);
    font-weight: 700;
    padding: 0 15px;
    line-height: 28px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 11;
    text-transform: uppercase;
    font-family: "DIN Pro";
}

.listing-block .listing-image span {
    position: relative;
    z-index: 11;
    color: #fff;
}

.listing-block .links {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Din pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var( --e-global-color-0fc15c8 );
}


.swiper-slide .listing-block {
    margin-top: 15px;
}

@media (max-width: 650px) {
    .listing-list {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.listing-list .listing-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listing-list .listing-content-inner > div {

}

.listing-list .listing-image {

    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    float: left;
}

@media (max-width: 650px) {
    .listing-list .listing-image {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.listing-list .listing-image .listing-logo {
    bottom: 20px;
    top: auto;
}

.listing-list .listing-image .listing-time {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    padding: 1px 10px;
    background: var(--e-global-color-primary);
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 11;
}

.listing-list .listing-image .listing-time.open {
    background: #35C54C;
}

.listing-list .listing-content {
    flex: 0 0 60%;
    max-width: 60%;
    float: left;
    padding: 25px 30px 65px;
    position: relative;
}

@media (max-width: 1260px) {
    .listing-list .listing-content {
        padding-top: 20px;
    }
}

@media (max-width: 650px) {
    .listing-list .listing-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.listing-list .listing-content .title {
    margin: 0 0 8px;
}

.listing-list .listing-content .listing-tagline {
    display: block !important;
    line-height: 24px;
}

.listing-list .listing-content .listing-meta {
    margin-top: 15px;
}

.listing-list .listing-content .content-footer {
    padding: 8px 30px 8px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 4px !important;
    overflow: hidden;
    padding: 0 !important;
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    padding: 0;
    margin: 0 !important;
}

.leaflet-container a{color:var(--e-global-color-primary);}
.leaflet-popup-content .listing-block{margin-bottom:0; padding:6px;}

.leaflet-popup-content .listing-block .listing-content .lt-content-block{
    padding: 10px 5px 1px 5px;
}
.leaflet-popup-content .listing-block .listing-image .lt-featured{
    top:10px; left:10px;
}
.leaflet-popup-content .listing-block-item .h2{
    font-size:16px;
}
.leaflet-popup-content .listing-block .listing-content .content-footer .location{
    font-size: 14px;
}
.leaflet-popup-content .listing-block .listing-content .content-footer {
    padding: 5px 0 8px 0;
    margin-bottom: 8px;
}

.leaflet-popup-content .h2 .review-results{
    height: 14px;
    font-size: 12px;
    margin-left:8px;
}

.leaflet-container a.leaflet-popup-close-button {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    color: var(--e-global-color-primary);
    transition: all 0.35s;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    top: -11px;
    right: -11px;
    position: absolute;
    z-index: 11;
    padding:0;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

.lt_block-category .cat-item {
    float: left;
}

.lt_block-category .cat-item a {
    display: inline-block;
    line-height: 34px;
}

.lt_block-category .cat-item a .icon {
    display: inline-block;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    margin-right: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.lt_block-category .cat-item a .icon .fas, .lt_block-category .cat-item a .icon .fa, .lt_block-category .cat-item a .icon .fab {
    font-size: 14px;
}

.lt_block-category .cat-item a .icon .la, .lt_block-category .cat-item a .icon .las, .lt_block-category .cat-item a .icon .lab {
    font-size: 22px;
    position: relative;
    top: 3px;
}

.lt_block-category .cat-item a .icon img {
    width: 16px;
}

.lt_block-category .cat-item a .cat-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    font-family: var(--fioxen-heading-font-family);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.lt_block-category .cat-item a:hover {
    color: var(--e-global-color-primary);
}

.lt_block-category .cat-item a:hover .icon {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.lt_block-category .more-cat {
    float: left;
    position: relative;
}

.lt_block-category .more-cat .more-cat-number {
    width: 25px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #161c26;
    font-family: var(--fioxen-heading-font-family);
    font-size: 14px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 700;
    margin-top: 3px;
    margin-left: -2px;
}

.lt_block-category .more-cat .more-cat-number:hover {
    cursor: pointer;
    color: var(--e-global-color-primary) !important;
}

.lt_block-category .more-cat .more-cat-content {
    display: none;
    position: absolute;
    left: -50px;
    margin-left: 19px;
    bottom: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #E8EBEC;
}

.lt_block-category .more-cat .more-cat-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    display: block;
}

.lt_block-category .more-cat .more-cat-content .cat-item {
    margin: 0;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.lt_block-category .more-cat .more-cat-content .cat-item a:after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    z-index: 11;
}

.lt_block-category .more-cat .more-cat-content .cat-item a .icon {
    width: 30px;
    height: 30px;
    background: none;
    line-height: 30px;
    font-size: 16px;
}

.lt_block-category .more-cat .more-cat-content .cat-item a .icon img {
    width: 15px;
}

.lt_block-category .more-cat .more-cat-content .cat-item .cat-name {
    height: auto;
    position: relative;
    top: -1px;
    font-size: 12px;
}

.lt_block-category .more-cat:hover .more-cat-number {
    color: var(--e-global-color-primary);
}

.lt_block-category .more-cat.open .more-cat-content {
    display: block;
}

.lt-listing-filters {
    background: none;
    margin: 0 -15px;
}

.lt-listing-filters .search_jobs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.lt-listing-filters .search_jobs > div {

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.lt-listing-filters .search_jobs > div .content-inner {
    position: relative;
}

.lt-listing-filters .search_jobs > div .content-inner > .icon {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
}

.lt-listing-filters .search_jobs > div input[type="text"] {
    padding-left: 40px;
}

.lt-listing-filters .search_jobs > div input[type="text"], .lt-listing-filters .search_jobs > div input[type="date"], .lt-listing-filters .search_jobs > div select {
    width: 100%;
    line-height: 55px;
    padding-left: 40px;
}

.lt-listing-filters .search_jobs > div select {
    height: 55px;
    padding: 0 0 0 40px;
}

.lt-listing-filters .search_jobs > div .select2 .select2-selection {
    background: #FBFBFB;
    padding: 0 10px;
    line-height: 32px;
    border: 1px solid #E8EBEC;
    padding-left: 40px;
}

.lt-listing-filters .search_jobs > div .select2 .select2-selection .select2-selection__rendered {
    line-height: 55px;
}

.lt-listing-filters .search_jobs > div .select2 .select2-selection.select2-selection--multiple .select2-search {
    margin-top: 0;
}

.lt-listing-filters .search_jobs .lt-filter-bloc {

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.lt-listing-filters .search_jobs .lt-filter-bloc:before, .lt-listing-filters .search_jobs .lt-filter-bloc:after {
    content: " ";
    display: table;
}

.lt-listing-filters .search_jobs .lt-filter-bloc:after {
    clear: both;
}

.lt-listing-filters .title {
    margin: 0 0 3px 0;
    font-size: 18px;
    font-weight:bold;
}

.lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list {
    margin: 15px 0 0 0;
    padding: 0;
}

.lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list > li {
    list-style: none;
    width: 33%;
    float: left;
    margin: 0 0 10px 0;
}

@media (max-width: 991.98px) {
    .lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list > li {
        width: 50%;
    }
}

.lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list > li .pretty .state label {
    display: inline-block !important;
    text-indent: 1.8em;
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list > li .pretty .state label {
        font-size: 14px;
    }
}

.lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list > li .pretty .state label:before {
    background: #e9ebed;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: none;
}

.lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list > li .pretty .state .icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: var(--e-global-color-primary);
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
}

.lt-listing-filters .search_jobs .lt-filter-bloc ul.amenities-list > li label input {
    width: auto;
    margin-right: 6px;
}

.lt-listing-filters .search_jobs .search_keywords {
    position: relative;
    z-index: 11;
}

.lt-listing-filters .search_jobs .search_keywords:after {
    top: 20px;
    right: 26px;
}

.lt-listing-filters .search_jobs .search_keywords .keyword_list_autocomplete {
    left: 0;
    right: 0;
}

.lt-listing-filters .search_jobs .lt_search_location {
    position: relative;
    z-index: 11;
}

.lt-listing-filters .search_jobs .lt_search_location:after {
    content: '';
    background: url("../images/preloader.gif") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 26px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 11;
    opacity: 0;
}

.lt-listing-filters .search_jobs .lt_search_location.lt-input-loading:after {
    opacity: 1;
}

.lt-listing-filters .search_jobs .lt_search_location.focus .places_list_autocomplete {
    opacity: 1 !important;
    visibility: visible !important;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner {
    position: relative;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul {
    padding: 0 20px;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    line-height: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li:last-child {
    border-bottom: 0;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a {
    font-size: 13px;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a .icon {
    font-size: 16px;
    margin-right: 8px;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a .information {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 12px;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a .information span.country_code {
    text-transform: uppercase;
}

.lt-listing-filters .search_jobs .lt_search_location .search-location-inner .places_list_autocomplete ul li a:hover {
    color: var(--e-global-color-primary);
}

.lt-listing-filters .search_jobs .lt-filter-by-types:before, .lt-listing-filters .search_jobs .lt-filter-by-types:after {
    content: " ";
    display: table;
}

.lt-listing-filters .search_jobs .lt-filter-by-types:after {
    clear: both;
}

.lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types {
    margin: 0;
    padding: 0;
}

.lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types > li {
    list-style: none;
    width: 33%;
    float: left;
}

.lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types > li label {
    display: block !important;
}

.lt-listing-filters .search_jobs .lt-filter-by-types ul.list_job_types > li label input {
    width: auto;
    margin-right: 6px;
}

.lt-listing-filters .search_jobs .lt-filter-distance-slider .lt-filter-slider {
    height: 5px;
    border: none;
    background: #E8EBEC;
    margin-top: 6px;
}

.lt-listing-filters .search_submit {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin:10px 0 0 0 !important;
}



.lt-listing-filters .search_submit input {
    display: inline-block;
    width: auto;
}

.lt-listing-filters .showing_jobs {
    color: #161c26;
    font-size: 16px;
}

.lt-listing-filters .showing_jobs a {
    color: var(--e-global-color-primary);
    margin-left: 10px;
    display: inline-block;
}

.lt-listing-filters .showing_jobs a:hover {
    text-decoration: underline;
}

.lt-control-search-mobile{
    display:none;
    position: relative;
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 5px 20px;
    z-index: 1;
    display: none;
    white-space: nowrap;
    margin-bottom: 20px;
}

.lt-control-search-mobile i {
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}


.lt-control-search-mobile:hover, .lt-control-search-mobile:focus {
    color: #fff;
}


.lt-control-search-mobile-close {
    display: none;
    background: #f7f7f7;
    color: var(--e-global-color-primary);
    padding: 8px 20px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    line-height: 1;
}

.lt-control-search-mobile-close i {
    font-size: 35px !important;
}


@media (max-width: 1024px) {
    .lt-control-search-mobile {
        display: inline-block;
    }
    .lt-control-search-mobile-close {
         display: block;
     }
}


.job_filters i{font-size: 16px;
    color: var(--e-global-color-0fc15c8);}

@media (max-width: 1024px) {
    .listing-filters-page .job_filters.lt-listing-filters {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 1999;
        width: 350px;
        max-width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding: 0 10px 30px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        overflow-y: auto;
        overflow-x: hidden;
        border: none;
        border-right: 1px solid #E8EBEC;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    .listing-filters-page .job_filters.lt-listing-filters .search_jobs > div {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .listing-filters-page .job_filters.lt-listing-filters .search_jobs .lt-filter-bloc .filter-by-amenities ul li {
        width: 100%;
    }
    .listing-filters-page .job_filters.lt-listing-filters.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


#lt-listing--resulte{

}
#lt-listing--map {
    width: 100%;
    height: 100%;
    max-height:80vh;
}

.lt-page_layout-half_map, .lt-page_layout-half_map_2 {
    background: #fff;
    margin: 0 !important;
}

.lt-page_layout-half_map .main-page-content, .lt-page_layout-half_map_2 .main-page-content {
    background: #fff;
}

.lt-page_layout-half_map .lt-layout-row, .lt-page_layout-half_map_2 .lt-layout-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lt-page_layout-half_map .lt-layout-row .lt--results-content, .lt-page_layout-half_map_2 .lt-layout-row .lt--results-content {

    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    width: 64%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}


.lt-page_layout-half_map .lt-layout-row .lt--map-content, .lt-page_layout-half_map_2 .lt-layout-row .lt--map-content {

    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    width: 36%;
    z-index: 1;
    position: relative;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

@media (max-width: 1024px) {
    .lt-page_layout-half_map .lt-layout-row .lt--results-content, .lt-page_layout-half_map_2 .lt-layout-row .lt--results-content {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .lt-page_layout-half_map .lt-layout-row .lt--map-content, .lt-page_layout-half_map_2 .lt-layout-row .lt--map-content {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.lt-page_layout-half_map .lt-layout-row .lt--map-content .map-full-height, .lt-page_layout-half_map_2 .lt-layout-row .lt--map-content .map-full-height {
    height: 100vh;
}

@media (max-width: 991.8px) {
    .lt-page_layout-half_map .lt-layout-row .lt--map-content .map-full-height, .lt-page_layout-half_map_2 .lt-layout-row .lt--map-content .map-full-height {
        height: 400px;
    }
}

.lt-page_layout-half_map .lt--results-content, .lt-page_layout-half_map_2 .lt--results-content {
    min-height: 110vh;
}

.lt-page_layout-half_map .lt--results-content .lt-content-inner, .lt-page_layout-half_map_2 .lt--results-content .lt-content-inner {
    padding: 50px 50px 80px;
}

@media (max-width: 1600px) {
    .lt-page_layout-half_map .lt--results-content .lt-content-inner, .lt-page_layout-half_map_2 .lt--results-content .lt-content-inner {
        padding: 30px 20px;
    }
}

@media (max-width: 991.98px) {
    .lt-page_layout-half_map .lt--results-content .lt-content-inner, .lt-page_layout-half_map_2 .lt--results-content .lt-content-inner {
        padding: 30px 15px 80px;
    }
}


.lt-page_layout-half_map .lt--results-content .job_listings, .lt-page_layout-half_map_2 .lt--results-content .job_listings {
    position: relative;
    min-height: 100px;
}

.lt-page_layout-half_map .lt--results-content .job_listings:before, .lt-page_layout-half_map_2 .lt--results-content .job_listings:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background: url("../images/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
    display: none;
}

.lt-page_layout-half_map .lt--results-content .job_listings.loading, .lt-page_layout-half_map_2 .lt--results-content .job_listings.loading {
    opacity: 0.6;
}

.lt-page_layout-half_map .lt--results-content .job_listings.loading:before, .lt-page_layout-half_map_2 .lt--results-content .job_listings.loading:before {
    display: block;
}

.lt-page_layout-half_map .lt--results-content .listing-block .listing-excerpt, .lt-page_layout-half_map_2 .lt--results-content .listing-block .listing-excerpt {
    display: none;
}

.lt-page_layout-half_map .lt--results-content .showing_jobs, .lt-page_layout-half_map_2 .lt--results-content .showing_jobs {
    margin: 0 15px;
    background: #FAFBFC;
    padding: 5px 20px;
    border: 1px solid #E8EBEC;
    margin-bottom: 20px;
}

.lt-page_layout-half_map .load_more_jobs, .lt-page_layout-half_map_2 .load_more_jobs {
    margin: 0 auto;
}

.lt-page_layout-half_map_2 .lt-layout-row .lt--results-content {

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

@media (max-width: 1024px) {
    .lt-page_layout-half_map_2 .lt-layout-row .lt--results-content {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.lt-page_layout-half_map_2 .lt-layout-row .lt--map-content {

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    z-index: 1;
    position: relative;
}

@media (max-width: 1024px) {
    .lt-page_layout-half_map_2 .lt-layout-row .lt--map-content {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.lt-page_layout-half_map_2 .lt-layout-row .lt--map-content .map-full-height {
    height: 100vh;
}

@media (max-width: 991.8px) {
    .lt-page_layout-half_map_2 .lt-layout-row .lt--map-content .map-full-height {
        height: 400px;
    }
}

.lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
    min-height: 580px;
    width: 100%;
    top: 0 !important;
    position: relative;
    margin-bottom: 60px;
    position: relative;
    z-index: 11;
}

@media (max-width: 991.98px) {
    .lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
        min-height: 500px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
        min-height: 400px;
    }
}

@media (max-width: 575.98px) {
    .lt-page_layout-filters_left .lt-map-top #lt-listing--map, .lt-page_layout-filters_right .lt-map-top #lt-listing--map {
        min-height: 350px;
    }
}


.lt-sidebar-search, .lt-sidebar-results{position:relative;}



.lt-page_layout-filters_left .lt-sidebar-search > .content-inner, .lt-page_layout-filters_right .lt-sidebar-search > .content-inner {
    position: relative;
    background: #fff;
}

.lt-page_layout-filters_left .lt-listing-filters, .lt-page_layout-filters_right .lt-listing-filters {
    padding: 30px;
    margin: 0;
    border: 1px solid #E8EBEC;
    border-radius: 6px;
}

.lt-page_layout-filters_left .lt-listing-filters .search_jobs > div, .lt-page_layout-filters_right .lt-listing-filters .search_jobs > div {
    width: 100%;
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
}



.lt-page_layout-filters_left .lt-listing-filters .search_jobs .lt-filter-bloc .filter-by-amenities ul.amenities-list > li, .lt-page_layout-filters_right .lt-listing-filters .search_jobs .lt-filter-bloc .filter-by-amenities ul.amenities-list > li {
    width: 100%;
}

.lt-page_layout-filters_left .lt-listing-filters .showing_jobs, .lt-page_layout-filters_right .lt-listing-filters .showing_jobs {
    padding: 0;
    background: none;
    border-top: 0;
    line-height: 26px;
}

.lt-page_layout-filters_left .lt-listing-filters .showing_jobs a, .lt-page_layout-filters_right .lt-listing-filters .showing_jobs a {
    float: none;
    margin-left: 0;
}

.lt-page_layout-filters_left .lt--results-content .job_listings, .lt-page_layout-filters_right .lt--results-content .job_listings {
    position: relative;
    min-height: 100px;
}

.lt-page_layout-filters_left .lt--results-content .job_listings:before, .lt-page_layout-filters_right .lt--results-content .job_listings:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background: url("../images/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
    display: none;
}

.lt-page_layout-filters_left .lt--results-content .job_listings.loading, .lt-page_layout-filters_right .lt--results-content .job_listings.loading {
    opacity: 0.6;
}

.lt-page_layout-filters_left .lt--results-content .job_listings.loading:before, .lt-page_layout-filters_right .lt--results-content .job_listings.loading:before {
    display: block;
}

.lt-main-page-content {
    margin-bottom: 35px;
}


.lt_results-sorting {
    margin:-10px 0 10px 0;
}

.lt_results-sorting:before, .lt_results-sorting:after {
    content: " ";
    display: table;
}

.lt_results-sorting:after {
    clear: both;
}

.lt_results-sorting .results-text {
    float: left;
    padding-top: 8px;
    font-family: "DIN Pro";
    font-weight: 700;
}

.lt_results-sorting .results-sorting {
    float: right; display:flex;
}

.lt_results-sorting .results-sorting a {
    margin-left:10px;
}

.lt--full-map-layout .lt--map-content {
    position: relative;
    height: 100vh;
}

.lt--full-map-layout .lt--map-content #lt-listing--map {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 35px;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}




.lt-listing-search-form.style-1 {
    background: #fff;
    max-width: 1000px;
    padding: 10px 10px 10px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1024px) {
    .lt-listing-search-form.style-1 {
        padding: 10px;
        max-width: 560px;
        margin: 0 auto;
    }
}

.lt-listing-search-form.style-1 .search-form-fields {
    background: #fff;
    border-radius: 4px;
}

.lt-listing-search-form.style-1 .search-form-fields > div {
    float: left;
    padding: 0 10px;
    height: 65px;
}

@media (max-width: 1024px) {
    .lt-listing-search-form.style-1 .search-form-fields > div {
        width: 100% !important;
        padding: 0;
        margin-bottom: 10px;
    }
}

.lt-listing-search-form.style-1 .search-form-fields > div > .content-inner {
    border: 1px solid #E8EBEC;
    border-radius: 8px;
}

.lt-listing-search-form.style-1 .search-form-fields > div > .content-inner .select2-container--default .select2-selection--single {
    background: none !important;
}

.lt-listing-search-form.style-1.align-center {
    margin: 0 auto;
}




.select2-container {
    width: 100% !important;
}

.select2-container .select2-dropdown {
    border: 1px solid #E8EBEC;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
}

.select2-container .select2-dropdown .select2-selection__rendered {
    outline: none !important;
}

.select2-container .select2-dropdown .select2-search--dropdown {
    padding: 15px;
}

.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
    height: 32px;
}

.select2-container .select2-dropdown ul.select2-results__options li {
    padding: 3px 15px;
    font-size: 14px;
}

.select2-container .select2-dropdown ul.select2-results__options li.select2-results__option--highlighted {
    background: #F6F6F6;
    color: var(--e-global-color-primary);
}

.select2-container .select2-dropdown ul.select2-results__options li[aria-selected="true"] {
    background: #F6F6F6;
    color: var(--e-global-color-primary);
}

.select2-container.option-select2-filter .select2-dropdown--above {
    margin-top: -6px;
}

.select2-container.option-select2-filter .select2-dropdown--below {
    margin-top: 6px;
}

.select2-container .select2-selection {
    outline: none;
    height: 51px;
    border: 1px solid #E8EBEC !important;
    background: #fff;
    padding: 0 5px 0 15px;
    line-height: 32px !important;
}

.select2-container .select2-selection.select2-selection--single {
    height: 50px;
}

.select2-container .select2-selection .select2-selection__arrow {
    background-image: url("../images/down-arrow.svg") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    border: none;
    width: 12px !important;
    height: 12px !important;
    top: 50% !important;
    right: 16px !important;
    margin-top: -3px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection .select2-selection__rendered {
    outline: none !important;
    line-height: 50px !important;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #000;
    line-height: 50px;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear {
    font-size: 18px;
    background: var(--e-global-color-primary);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 16px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 11;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__clear:hover {
    background: #161c26;
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

body.logged-in.admin-bar .select2-container .select2-dropdown--below, body.logged-in.admin-bar .select2-container .select2-dropdown--above {
    top: 32px;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    border: 1px solid #E8EBEC;
    background: #E8EBEC;
    color: #161c26;
    margin: 5px;

    padding: 0 5px 0 25px;
    font-weight: 600;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
    background: var(--e-global-color-primary);
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 3px;
    text-align: center;
    margin-right: 6px;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    margin: 0 10px;
    line-height: 50px;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 16px;
    background: var(--e-global-color-primary);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 11;
    margin-right: 8px;
    padding:0;
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear span{
width: 100%;
height: 100%;
display:inline-block;
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
}


/*------------------------------------------------------------------*\
				9 - PAGE STYLE
\*------------------------------------------------------------------*/


.pagination .disabled {
    background: var(--e-global-color-primary);
    color: #fff;
}

.pagination .current {
    background: var(--e-global-color-primary);
    color: #fff;
}

.page.white .wp-content article {
    background: #fff;
    padding: 20px;
}


/*------------------------------------------------------------------*\
				14 - PLUGIN STYLE
\*------------------------------------------------------------------*/
.pretty * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}

.pretty .state label:after, .pretty .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent;
}

.pretty .state label:before {
    border-color: #bdc3c7;
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
    display: none;
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #bdc3c7;
        box-shadow: 0 0 0 0 #bdc3c7;
    }
    100% {
        -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #bdc3c7;
        box-shadow: 0 0 0 0 #bdc3c7;
    }
    100% {
        -webkit-box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}

.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
    border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
    opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
    border-color: #5a656b;
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
    opacity: 1;
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
    opacity: 1;
}

.pretty.p-switch input {
    min-width: 2em;
}

.pretty.p-switch .state {
    position: relative;
}

.pretty.p-switch .state:before {
    content: '';
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;

    transition: all .5s ease;
}

.pretty.p-switch .state label {
    text-indent: 2.5em;
}

.pretty.p-switch .state label:after, .pretty.p-switch .state label:before {

    transition: all .5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked ~ .state:before {
    border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
    opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
    background-color: #5a656b !important;
    left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
    opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
    background-color: #fff !important;
    left: 1em;
}

.pretty.p-switch.p-slim .state:before {
    height: .1em;
    background: #bdc3c7 !important;
    top: calc(50% - .1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
    display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
    display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
    display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
    -webkit-box-shadow: 0 0 3px 0 #bdc3c7;
    box-shadow: 0 0 3px 0 #bdc3c7;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
    display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
    display: block;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
    display: block;
    opacity: 1;
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none;
}

.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
    opacity: 1;
    display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
    opacity: 1;
    display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
    opacity: 0;
    display: none;
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
    content: none;
}

.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pretty.p-round .state label:after, .pretty.p-round .state label:before {
    border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
    border-radius: 20%;
}

.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
    content: '';
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
    -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none;
}

.pretty input[disabled] ~ * {
    opacity: .5;
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
    border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
    background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
    background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
    border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
    background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: var(--e-global-color-primary) !important;
}

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
    border-color: var(--e-global-color-primary);
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
    color: var(--e-global-color-primary);
    stroke: var(--e-global-color-primary);
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
    background-color: var(--e-global-color-primary) !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: var(--e-global-color-primary);
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
    background-color: var(--e-global-color-primary) !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
    background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
    border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
    background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
    background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
    border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
    background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}

.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
    text-indent: 1.7em;
}

@media print {
    .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media (max-width: 767.98px) {
    .tparrows {
        display: none !important;
    }
}

ul.nav-tabs {
    overflow: hidden;
    display: inline-block;
}

ul.nav-tabs > li {
    white-space: nowrap;
    display: inline-block;
}

ul.nav-tabs > li > a {
    margin: 0 6px;
    background: transparent;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

ul.nav-tabs > li > a:hover, ul.nav-tabs > li > a:focus, ul.nav-tabs > li > a:active {
    color: var(--e-global-color-primary);
}

ul.nav-tabs > li.active > a {
    background: var(--e-global-color-primary);
}



.search_annonce-toggle-search{cursor:pointer;}
.search_toggle_more{display:none;}

.reset{font-weight:bold; font-size:14px; font-family:"DIN Pro";margin-bottom:15px; margin-top:-10px;}

#annonce-header{font-family: "DIN Pro";z-index:500 !important; width: 100%;}
#annonce-header.scroll-to-fixed-fixed{}



#annonce-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#annonce-tabs ul li {
    position: relative;
    margin: 0 50px 0 0;
    display: inline-block;
    float: left;
}

#annonce-tabs ul li a {
    display: block;
    background: transparent !important;
    border: none !important;
    position: relative;

    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 300ms ease;
    font-weight:bold;
}
#annonce-tabs ul li a:hover,#annonce-tabs ul li a.active{
    text-decoration: underline;
    color: var(--e-global-color-primary);
}





#annonce-buttons {
    background-color: #F7F7F7;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #0000001A;
    padding: 20px 0;
}
#annonce-buttons > div{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: center;
}

#annonce-bt-left{
    width:50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
#annonce-bt-right{
    width:50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}



#annonce-header.scroll-to-fixed-fixed .annonce-tabs-wrapper ul li a, #annonce-header.scroll-to-fixed-fixed #annonce-buttons{
    padding:10px 0;
}
/* Cercle extérieur */
ul.custom-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    border: 2px solid black; /* le cercle */
    border-radius: 50%;
    background: white; /* ou transparent selon vos besoins */
}

/* Point intérieur */
ul.custom-bullet li::after {
    content: "";
    position: absolute;
    left: 0.45em; /* centrer le point dans le cercle : (1.5em/2) - (0.6em/2) */
    top: 50%;
    transform: translateY(-50%);
    width: 0.6em;
    height: 0.6em;
    background: black;
    border-radius: 50%;
}


.annonce-card{
    margin-bottom: 30px;
    position: relative;
    display: block;
    border-radius: 5px;
    transition: all 500ms ease;
    overflow: hidden;
    font-size:18px;
}

#annonce-right .annonce-card{
    background:#f7f7f7;
    box-shadow: 0 1px 4px rgba(0,0,0,.07);
}


.annonce-card .annonce-content {
    padding:15px;
}
.annonce-card .title {
    font-family:"DIN Pro", Sans-serif;
    background-color: var(--e-global-color-467a819);
    font-weight:bold;
    color:#000;
    font-size:22px;
    padding: 10px 15px 12px 15px;
    margin:0;
}
.annonce-card h2{
    font-size:28px;line-height:1; margin:0 0 25px 0;
}

.annonce-card h3{
    font-size:23px !important;line-height:1; margin:10px 0 10px 0;
}



.annonce-card .post-info {
    position: relative;
    padding: 15px 0;
    margin: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}
.annonce-card .post-info li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000000;
    margin-bottom: 4px;
    font-family:"DIN Pro", Sans-serif;padding-left:25px;
}
.annonce-card .post-info li i{
    position:absolute;top:5px;left:0;
    color: var( --e-global-color-0fc15c8 );
    margin-right:10px;
    width: 16px;
    text-align: center;
}



.annonce-listes{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.annonce-listes li {
    position: relative;
    padding-left: 1.5em;
    width: calc(100% / 3);
    margin-bottom: 10px;
    font-family: "DIN Pro", Sans-serif;
}
.annonce-listes.annonce-listes-vertical li {
    width: 100%;
}


 .annonce-listes li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid var( --e-global-color-0fc15c8 );
    border-radius: 50%;
    background: white;
}

 .annonce-listes li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: var( --e-global-color-0fc15c8 );
    border-radius: 50%;
}


.annonce-card .annonce-carac{
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.annonce-card .annonce-carac:hover{background:#F3F3F3;}
.annonce-card .annonce-carac label{
    margin-bottom:0;
    color:#000;
}
.annonce-card .annonce-carac .value {
    color: #322b80;
    font-weight:bold;
    margin:0 10px;
}





.gallery-grid-block .gallery-grid {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:15px
}
.gallery-grid-block .gallery-grid a {
    padding-bottom:75%;
    overflow:hidden;
    position:relative;
    background: var( --e-global-color-0fc15c8 );
    border-radius:5px
}
.gallery-grid-block .gallery-grid a i {
    width:100%;
    position:absolute;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:35px;
    transition:.2s ease;
    overflow:hidden;
    opacity:0
}
.gallery-grid-block .gallery-grid a:hover i {
    opacity:1
}
.gallery-grid-block .gallery-grid a:hover img {
    opacity:.2;

}
.gallery-grid-block .gallery-grid a img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.2s ease
}

#smallmap_container{
    height: 340px;
    width: 100%;
    margin:20px 0;
}



/* styles de base pour le menu mobile */
.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.mobile-menu-item > a {
    display: block;
    padding: 10px 45px 10px 0;
    font-size:25px;
    text-decoration: none;
    color:#FFF;
}

.submenu-toggle {
    background: none;
    border: none;
    font-size: 25px;
    position: absolute;
    right: 1rem;
    top: 8px;
    cursor: pointer;
}
.submenu-toggle i {
    transition: transform 0.3s ease;
    color:#FFF;
}
.submenu-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.mobile-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}

.mobile-submenu.open {
    display: block;
}

.mobile-submenu a{
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    color:#FFF;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}



@media screen and (max-width: 1023px) {

    #menu-menu-principal {
        display: block;
    }

    .aux-master-menu.aux-narrow .aux-submenu-indicator {
        display: block;
        width: 20px;
        height: 0;
        left: 0; right:auto;
        top: 42%;
        border-width: 15px 8px;
        transform: translateY(-50%);
    }

    #menu-menu-principal .aux-menu-depth-0 > .aux-item-content {
        padding: 0 10px 0 45px;
    }

    #menu-menu-principal .aux-menu-depth-0 > .aux-item-content::before{display:none;}

    #menu-menu-principal > li {
        max-width: none;
        width: 100%;
        padding:10px 10px 10px 10px;
        margin-bottom:10px;
    }


    .aux-master-menu.aux-narrow .aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::after, .aux-plus-symbol::before, .aux-minus-symbol::before, .aux-master-menu.aux-narrow .aux-submenu-indicator::before, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::before, .aux-cross-symbol::after, .aux-cross-symbol::before{
        height:4px;
    }

    .aux-offcanvas-menu .aux-close {
        width: 25px;
        margin: 10px;
    }




    .section-oblique::before{
        /*height: calc(100% + 80px);*/
        height: 125px;
    }


    #header-topbar a{
        white-space: nowrap !important;
    }

    .aux-burger{
        padding: 10px 11px 10px 11px; margin-right:25px; width:55px !important;
    }




    #annonce-buttons {

    }
    #annonce-buttons > div{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap; padding:0 15px;
    }
    #annonce-bt-left{margin-bottom:10px;}
    #annonce-bt-left, #annonce-bt-right{width:100%;     justify-content: flex-start;
        align-items: center;}



    #slider-homepage .swiper-slide-contents{max-width:400px; padding:20px;}
    #slider-homepage .elementor-swiper-button-prev{left: -5px; right: auto;}
    #slider-homepage .elementor-swiper-button-next{left: 440px; right: auto;}

}


@media screen and (max-width:1024px) {
    #map-listing {
        display: none;
        margin-bottom: 50px;
    }

    .lt-control-search-mobile-close {
        display: block;
    }

    .lt-control-search-mobile, #lt-control-map-mobile {
        display: inline-block;
    }

    .listing-filters-page .lt-listing-filters {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 999;
        width: 85% !important;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding: 0 10px;
        transition: all 0.35s;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid #E8EBEC;
        transform: translateX(-100%);
        opacity: 0;
    }

    .listing-filters-page .lt-listing-filters.open {
        transform: translateX(0);
        opacity: 1;
    }

    #lt-listing--map{
        height:60vh;
    }


    .annonce-card .annonce-listes li {
        width: calc(100% / 2);
    }
}

@media screen and (max-width:767px) {


    .section-oblique::before{
        /*height: calc(100% + 50px);*/
        height: 125px;
    }

    body #widget-panier {
        padding: 10px;
    }
    body .OsPanier.api .ospanier.minitoggle .entete::before {
        height: 25px !important;
        width: 25px !important;
    }


    .aux-burger{
        margin-right:0; padding: 10px 0 10px 11px; width:45px !important;
    }

    #slider-homepage .elementor-swiper-button{
        bottom:100px;
    }

    #slider-homepage .swiper-slide-contents{max-width:300px; padding:10px;}
    #slider-homepage .elementor-swiper-button-prev{left: -5px; right: auto;}
    #slider-homepage .elementor-swiper-button-next{left: 330px; right: auto;}


    #annonce-bt-left{display:none;}

}

@media screen and (max-width:600px) {


    .annonce-card .annonce-listes li {
        width: 100%;
    }
    #annonce-buttons > div{
        padding:0px;
    }
    #annonce-bt-left, #annonce-bt-right {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .btn-gray-icon{
        text-align:center;
        display: flex;
        flex-direction:column; gap:5px;
    }
    .btn-gray-icon i{
        margin-right:0;
    }
}