@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

:root {
    --primary: #027580;
    --secondary: #F9C66E;
    --tertiary: #EE7563;
    --btn-link: #81BAC0;
}

*,
::before,
::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

button,
input {
    font-family: 'montserrat';
    border: none;
    outline: none;
}

body {
    font-family: 'montserrat';
    background: #fff;
        font-size: 0.92em;

    overflow-x: hidden;
}
#MainBody {
    display: flex;
    flex-direction: column;
}

/* TOP HEADER */
#navDesktop {
    display: block;
}

#navMobile {
    display: none;
}

nav {
    background: #fff;
    padding: 1.2em 3em;
    box-shadow: 0px 2px 4px 0px #00000026;
    z-index: 9999;
}

nav section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4em;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-inline: 0.3em;

}

nav section article:nth-child(1) img {
    width: 96.71px;
    height: 61.47px;
    object-fit: cover;
    cursor: pointer;
}

nav section article:nth-child(2) {
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: center;
    /* background: red; */
    height: 3.5em;
    /* margin-left: 10em; */
}
.header_newplace_icon{
    height: 100%;
}
.btn-ctp {
    background: var(--primary);
    color: #fff;
    border-radius: 1em;
    padding: 1.35em 2em;
    font-weight: 700;
    cursor: pointer;
    text-wrap: nowrap;
    height: 100%;
    flex-direction: row;
    display: flex
;
    align-items: center;
    justify-content: center;    
    gap: 0.5em;
    height: 100%;
    border: 1px solid var(--primary);

}

.btn-ctp:hover{
    opacity: 0.9;
}

.bg2 {
    background: none;
    border: 1px solid var(--primary);
    padding: 1.35em 2.5em !important;
    font-weight: 800;
    cursor: pointer;
    color: var(--primary);
    border-radius: 1em;
}

.bg2:hover{
    opacity: 0.9;
}

nav section article:nth-child(2) picture form {
    border: 1px solid #A6A3A3;
    padding: 0.4em;
    border-radius: 0.9em;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap !important;
    height: 100%;
    min-width: 25vw;

}

nav section article:nth-child(2) picture input {
    padding: 0.8em;
    /* min-width: 30vw; */
    height: 100%;
    width: 100%;
    text-overflow: ellipsis;
}
#pop-show div p:last-child{
    /* background: red; */
    display: none;
    }
/* nav section article:nth-child(2) picture i {
    background: var(--primary);
    color: #fff;
    border-radius: 0.7em;
    padding: 0.7em 0.8em;
    cursor: pointer;
} */
nav section article:nth-child(2) picture i:hover {
    opacity: 0.9 !important;
}

#search-icon:hover{
    background: var(--primary) !important;
}
nav section article:nth-child(3) i {
    /* background: #f5f5f5; */
    /* font-size: 1.5em; */
    /* padding: 0.5em 0.7em; */
    border-radius: 0.5em;
    cursor: pointer;
}

#headerMobile {
    display: none;
}

/* HEADER */
header {
    /* background: #f5f5f5; */
    background: #fff;
    /* padding: 0 3em; */
}

header section {
    display: flex;
    flex-direction: row;
    justify-content: left !important;
    gap: 2em;
    background: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    padding: 2em 0.5em;
    overflow-x: hidden;
}

header section article {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 2em;
    text-align: center;
}

header section article p {
    cursor: pointer;
    text-wrap: nowrap;
}

header section article i {
    font-size: 0.5em;
    color: #767575;
}


#i-search {
    display: none;
}

.login{
    text-decoration: none;
    color: var(--primary);
} 
.loginmobile{
    text-decoration: none;
    color: white;
}
.post-ads{
    text-decoration: none;
    color: white;
}
.form-mobile{
    display: inherit;
}

/* pop dropdown */


.header_newplace_icon {
    display: flex;
    gap: 1.2em;
    align-items: center;
    height: 3.5em;
    /* background: red; */
}

/* .header_newplace_icon input {
    padding: 0.8em;
    min-width: 30vw;
    background: none;
} */

.header_newplace_icon i {
    /* padding: 0.9em;
    padding-bottom: 0.6em;
    padding-inline: 0.9em;
    background: #f3f3f3; */
    border-radius: 0.8em;
    cursor: pointer;
    transition: 0.1s;
    font-style: normal;
    height: 100%;
    flex-direction: row;
    display: flex
;
    transition: 0.1s;
    position: relative !important;
    align-items: center;
    justify-content: center;
}

.flex_new_icon_svg_tojo{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.8em;
}

.flex_new_icon_svg_tojo i a{
    color:inherit !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex_new_icon_svg_tojo i a:hover{
    color:var(--primary) !important;
}
.relative_favoris{
    position: relative !important;
}

.header_newplace_icon i span {
    position: absolute;
    /* top: 0; */
    right: 0;
    /* background: #EE7563; */
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2.1em;
    margin-left: 2em;
    margin-right: -0.5em;
    font-size: 0.6em;
    font-weight: 600;
    font-family: 'montserrat';
    border-radius: 50%;
    color: #fff;
}

/* .header_newplace_icon i:hover {
    background: #e9e9e9;
} */

.header_newplace_icon i svg {
    text-align: center;
    padding: 0.1em;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999999999999999999999999999999999999999999999; 
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
    top: 0;
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 90% !important; 
    }
}


.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#Profile img {
    width: 3.2em;
    height: 3.2em;
    /* object-fit: contain; */
    cursor: pointer;
    border-radius: 50%;
    transition: 0.1s;
    outline: 1.5px solid #e0e0e0;

}
#Profile img:hover {
  opacity: 0.9;
}

#toggle {
    display: none;
}

#pop-show {
    position: absolute;
    background: #fff;
    border-radius: 1em;
    margin-left: -11em;
    margin-top: 1em;
    overflow: hidden;
    border-top-right-radius: 0.5em;
    outline: 1px solid #d9d9d9;
    z-index: 999999999;
    display: none;
}

#pop-show div {
    display: flex;
    flex-direction: column;
    gap: 0;
}

#pop-show p {
    padding: 1.3em;
    cursor: pointer;
    width: 15em;
    transition: 0.1s;
    display: flex;
    flex-direction: row;
    gap: 0.8em;
    align-items: center;
    font-weight: 500!important;

}

#pop-show p i {
    padding: 0;
    background: none;
}

#pop-show p:hover {
    background: #e9e9e9;


}


/* POPMOB */
@media only screen and (max-width:930px) {
    .btn_post_ads_mobile{
        display: block !important;
    }

#pop-mobile-connecter p {
    padding: 1.3em;
    cursor: pointer;
    width: 20em !important;
    transition: 0.1s;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    font-weight: 500!important;

}

#pop-mobile-connecter div p:last-child{
    /* background: red; */
    display: none !important;
    }


#pop-mobile-connecter p a {
    display: flex;
    flex-direction: row;
    gap: 0.8em !important;
}

#pop-mobile-connecter p:hover {
    background: #e9e9e9 !important;
}


#pop-mobile-connecter p i {
    padding: 0;
    background: none;
}
}

/* carousel */

/* .img-pag1{
    width: 100% ;
    height: 17em !important ;
    object-fit: cover;
    max-width: 50% ;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important; 
    }
    .img-pag2{
    width: 100% ;
    height: 17em !important;
    object-fit: cover ;
    max-width: 50% ;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    }
    .image-container{
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    }
    .lalaina {
     display: none !important;
    }
    .carousel-wrapper {
position: relative;
width: 100%;
overflow: hidden; 
} */


/* new solution listing similar */

.galleryListingSolution {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    max-width: 100%;
    gap: 1em;
    row-gap: 3em;
}

.parentListingSolution {
    /* background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}


/* .parentListingSolution:hover .row {
            opacity: 0.8;
        } */
.parentListingSolution:hover .rowListingSolution .image-wrapper {
    opacity: 0.95;
}

.rowListingSolution {
    display: flex;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    width: 100%;
    border-radius: 1.8em;
    position: relative;
}

.image-wrapper {
    flex: 1;
    overflow: hidden;
    transition: 0.1s;
}



.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.parentListingSolution h4,
.parentListingSolution p {
    /* padding: 10px 15px; */
    margin: 0;
}

.parentListingSolution p {
    font-weight: 500;
}





@media (min-width: 480px) {
    .galleryListingSolution {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .galleryListingSolution {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .galleryListingSolution {
        grid-template-columns: repeat(4, 1fr);
    }

    .responsive-div {
        width: 85.5% !important;
        margin: 0 auto;
    }
}

.col-listing-tj {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-top: 1em;
}

.row-prf {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    margin-bottom: 0.5em;
}

.img-prf {
    width: 3em !important;
    height: 3em !important;
    border-radius: 50%;
    object-fit: cover;
}

#heart {
    margin: 0.8em;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: 0.1s;
}

#heart:hover {
    scale: 1.05;
}

.spanDelai {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7em;
    /* font-weight: 600; */
}

.responsive-div {
    width: 95.5%;
    margin: 0 auto;
}


.nav-btn {
    color: #fff;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 0.5em;
    background: none;
}

.nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    visibility: hidden;
}

.row-profil-tojo-listed{
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#prevBtn {
            margin-right: -2em;
            z-index: 9999999999;
        }

        #nextBtn {
          
            margin-left: -2em;
            z-index: 99999999999;
        } 

/* end */