/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1f1f1f;
    line-height: normal;
}

.mobile-device {
    display: none;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

div.alert .alert-heading:last-child {
    margin-bottom: 0;
}

.clear {
    clear: both;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.center-v {
    align-items: center;
}

.rounded-lg {
    border-radius: 1rem !important;
}

.text-orange {
    color: #ff5a00;
}

.text-bleu {
    color: #00a5bd;
}

.bg-bleu {
    background-color: #00a5bd;
    color: #ffffff;
}

.bg-orange {
    background-color: #ff5a00;
    color: #ffffff;
}

.title-section {
    color: #00a5bd;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

h1.title-section {
    font-size: 25px;
    font-weight: 600;
}

h2.title-section strong, h1.title-section strong {
    color: #ff5a00;
    font-weight: 900;
}

.left-align {
    text-align: left;
}

/* Navbar */

.navbar {
    padding: 0;
    box-shadow: none;
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.navbar-nav .nav-item {
    padding: 18px 30px;
    border-left: 1px solid #d6d6d6;
}

.navbar-nav .nav-item a {
    padding: 0;
}

.nav-item.dropdown {
    float: right;
    border: 1px solid #d6d6d6;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}

.nav-item .dropdown-toggle {
    background: url(../images/icon-menu.svg) no-repeat !important;
    width: 24px;
    height: 19px;
    margin: 19px 16px;
    padding: 0;
}

.dropdown-toggle::after {
    border-top: 0;
}

@media only screen and (min-width: 992px) {
    .CustomDrop {
        display: none !important;
    }
}

.dropdown-menu {
    left: inherit;
    right: 0;
}

.navbar-brand {
    height: 40px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #1f1f1f;
}

.navbarContainer {
    box-shadow: 0 0 10px 10px #e1e5e6;
    position: relative;
    z-index: 2;
}

.nav-item .nav-link::before,
.dropdown-menu a:not(.opt)::before {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 2px 7px -3px 0;
    content: "";
}

#prix-immobiliers h6.price {
    font-size: 16px;
    font-weight: 900;
    margin-top: 3px;
    margin-bottom: 0;
}

#prix-immobiliers strong.price {
    font-size: 16px;
    font-weight: 900;
}

.navPrixImmobilier::before {
    background: url(../images/euro-sign-solid.svg) no-repeat;
    border-bottom: 0;
}

.navMonCompte::before {
    background: url(../images/icon-mon-compte.svg) no-repeat;
}

.navAnnonce::before {
    background: url(../images/icon-mes-annonces.svg) no-repeat;
}

.navDeconnexion::before {
    background: url(../images/icon-deconnexion.svg) no-repeat;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    width: 100%;
    min-width: 204px;
}

.dropdown-item {
    color: #1f1f1f;
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 25px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-divider {
    border-top: 2px solid #cfcfcf;
    margin: 0;
}

/*Search*/
.custom-select,
.inputStyle {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #1f1f1f;
    height: 56px;
    border: none;
    padding: 0 15px 0 0;
    background: #fff url(../images/icon-arrowBottom.svg) no-repeat right 20px center/16px 16px;
    border-radius: 10px;
    outline: none;
}

.custom-select button {
    background: none !important;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: 100%;
}

.inputStyle {
    background: #fff;
}

.input-group-text {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 18px;
}

.input-group-text img {
    width: 16px;
    height: 16px;
}

.BlueButton,
.OrangeButton,
.LightButton {
    background: #00a5bd;
    height: 44px;
    color: #fff !important;
    font-weight: 700;
    padding: 0 30px;
    border: none;
    border-radius: 10px;
    transition-duration: 0.4s;
    display: inline-block;
    line-height: 44px;
    text-decoration: none !important;
    cursor: pointer;
}

.BlueButton:hover {
    box-shadow: 0 5px 14px 4px #76d0dd
}

.OrangeButton {
    background: #ff5a00;
}

.OrangeButton:hover {
    box-shadow: 0 5px 14px 4px #ff945a
}

.LightButton {
    background: #f8f9fa;
    color: #212529 !important;
}

.LightButton:hover {
    background: #eaebec !important;
    box-shadow: 0 5px 14px 4px #eaebec
}

.SearchAction .PlusCriteres,
.SaveSearch {
    float: left;
    margin-left: 30px;
    position: relative;
}

#notif-save-search {
    position: absolute;
    width: max-content;
    z-index: 1;
    border: 1px solid #e8e8e8;
    top: 30px;
}

#notif-save-search span {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.SearchAction .OrangeButton {
    float: right;
}

.SaveSearch {
    font-weight: 700;
    margin-top: 12px;
}

button:focus {
    outline: none;
}

.footer-top {
    background: #00a5bd;
    color: #fff;
    padding: 20px 0;
    font-size: 13px;
}

.footer-top h3 {
    font-size: 13px !important;
}

.footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top ul.navigation li {
    display: inline-block;
}

.footer-top ul.navigation li:after {
    content: '-';
    display: inline-block;
    margin: 0 5px;
}

.footer-top ul.navigation li:last-child:after {
    display: none;
}

.footer-top ul li a {
    color: #fff;
}

.footer-top .NousSuivre a {
    text-decoration: none;
}

.copyright {
    padding: 20px 0;
    font-size: 14px;
    color: #818181;
}

/* Product-list */

#tri-content {
    padding: 50px 0 0;
    margin-bottom: 20px;
}

#tri-content .row.center-v:after {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    margin: 10px auto;
    background: #cfcfcf;
}

.list-result {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.allselect {
    border: 1px solid #cfcfcf;
    height: 45px;
    border-radius: 5px;
}

.allselect button {
    padding-left: 15px;
}

#product-list-cont {
    margin-bottom: 40px;
}

.filter-option-inner-inner {
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #00a5bd;
}

.product-list-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 20%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: url("../images/icon-arrowBottom.svg");
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 14px;
    transform: rotate(-90deg);
}

.carousel-control-prev-icon {
    transform: rotate(90deg);
}

.image-count {
    background: url("../images/icon-photo.svg") no-repeat;
    position: absolute;
    bottom: 10px;
    left: 25px;
    padding: 5px 10px 5px 28px;
    background-position: 10px 7px;
    background-color: #fff;
    border-radius: 10px;
    background-size: 14px;
    font-size: 12px;
}

#product-list-cont .infos-cont .title {
    margin-bottom: 5px;
}

#product-list-cont .description {
    margin-bottom: 0;
    padding: 0 5px 0px 0;
    line-height: 1.7;
}

#product-list-cont .infos-cont .title a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
    text-decoration: none;
}

#product-list-cont .infos-cont .title a:hover {
    color: #00a5bd;
}

#product-list-cont .price-cont {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    max-width: calc(100% - 20px);
}

#product-list-cont .price-cont .price {
    font-size: 16px;
    font-weight: 800;
    color: #ff5a00;
}

#product-list-cont .price-cont .ref {
    color: #00a5bd;
}

#product-list-cont .favoris {
    background: url("../images/icon-like.png") no-repeat;
    width: 19px !important;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 30px;
    background-size: contain;
    border: none;
    z-index: 0;
}

#product-list-cont .favoris:hover,
#product-list-cont .favoris.active {
    background: url("../images/icon-like-a.png") no-repeat;
    background-size: contain;
}

#product-list-cont .favoris.inactive {
    background: url("../images/icon-like.png") no-repeat;
    background-size: contain;
}

.product-pagination {
    margin-bottom: 30px;
}

.pagination {
    text-align: right;
    justify-content: flex-end;
}

.pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
}

.pagination ul li {
    margin: 0;
    margin-bottom: 30px;
}

.pagination ul li a,
.pagination ul li span {
    padding: 10px 15px;
    margin-left: -1px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    /*border-right: none;*/
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background: #ff5a00;
    color: #fff;
}

.pagination ul li span {
    color: #9c9c9c;
}

.pagination ul li.first span,
.pagination ul li.first a {
    padding: 10px 25px;
    border-radius: 10px 0 0 10px;
}

.pagination ul li.last span,
.pagination ul li.last a {
    padding: 10px 25px;
    border-right: 1px solid #cfcfcf;
    border-radius: 0 10px 10px 0;
}

/* breadcrumb */

.breadcrumb {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #E7E7E7;
    display: none;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumb ul li {
    font-size: 12px;
}

.breadcrumb ul .home {
    background: url("../images/icon-home.svg") no-repeat;
    width: 17px;
    height: 17px;
    display: block;
}

.breadcrumb ul .separate {
    background: url("../images/separate.png") no-repeat;
    width: 20px;
    height: 34px;
    display: block;
    margin-right: 15px;
}

.breadcrumb ul a {
    color: #919394;
}

/*Inscription*/

#inscription {
    min-height: calc(100vh - 235px);
}

#inscription .container {
    height: 100%;
    display: block;
    margin: 30px auto;
}

#inscription-inner {
    width: 570px;
    box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 40px;
    margin: auto;
}

.inscription-head {
    text-align: center;
}

.inscription-head h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 40px;
    margin-top: 10px;
    color: #ff5a00;
}

.accout-form .form-item {
    width: 100%;
    margin-bottom: 20px;
}

.accout-form .form-item label {
    display: block;
    font-weight: 800;
    margin-bottom: 5px;
}

.accout-form .form-item input, .accout-form .form-item select {
    width: 100%;
    height: 54px;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0 15px 0 50px;
}

.accout-form .form-item .checkbox input {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 2px;
    box-shadow: none;
    vertical-align: middle;
    padding: 0;
}

.accout-form .form-item .checkbox label {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
}

.submit-item button,
.submit-item .OrangeButton {
    text-align: center;
    width: 100%;
}

.accout-form .form-item #user {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: 20px 15px;
}

.accout-form .form-item #mail {
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position: 20px 19px;
    background-size: 20px;
}

.accout-form .form-item #password {
    background-image: url(../images/pass.png);
    background-repeat: no-repeat;
    background-position: 20px 15px;
}

/*Authentification*/

#auth-image {
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

#auth-image img {
    max-width: 100%;
}

#authentification {
    width: 100%;
}

#authentification > div {
    padding: 0;
}

#authentification #inscription-inner {
    height: 100%;
    width: 100%;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#authentification .form-item a {
    display: inline;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.create-account {
    text-align: center;
    margin-top: 30px;
}

.create-account a {
    background: #fff;
    height: 44px;
    color: #00a5bd !important;
    width: 100%;
    font-weight: 700;
    padding: 0 30px;
    border: none;
    border-radius: 10px;
    transition-duration: 0.4s;
    display: inline-block;
    line-height: 44px;
    text-decoration: none !important;
    border: 2px solid #00a5bd;
    margin-top: 15px;
}

.create-account a:hover {
    box-shadow: 0 5px 14px 4px #76d0dd;
}

/*mon compte*/

#mon-compte {
    margin-top: 30px;
    margin-bottom: 50px;
}

.CompteSection {
    border-left: 5px solid #00a5bd;
    border-right: 5px solid #00a5bd;
    border-bottom: 5px solid #00a5bd;
}

.CompteSection h2, .CompteSection h1 {
    background: #00a5bd;
    color: #fff;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 800;
}

.inner-CompteSection {
    padding: 40px;
}

#InformationPersonnelles {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.inner-CompteSection .form-item {
    margin-bottom: 30px;
}

.inner-CompteSection .form-item label {
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.inner-CompteSection .form-item input, .inner-CompteSection .form-item select {
    height: 54px;
    border: none;
    outline: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 10px;
    padding-left: 15px;
    z-index: 1;
    position: relative;
}

.inner-CompteSection .form-item textarea {
    /*height: 222px;*/
    border: none;
    outline: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}

.custom-radio-button, .custom-checkbox-button {
    margin-bottom: 10px;
}

.custom-radio-button > span, .custom-checkbox-button > span {
    font-size: 14px;
    font-weight: 700;
}

.custom-radio-button div {
    display: inline-block;
    margin-right: 15px;
}

.custom-radio-button input[type="radio"],
.custom-checkbox-button input[type="checkbox"] {
    display: none;
}

.custom-radio-button input[type="radio"] + label,
.custom-checkbox-button input[type="checkbox"] + label {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.custom-radio-button input[type="radio"] + label span,
.custom-checkbox-button input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #1f1f1f;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 20px;
}

.custom-checkbox-button input[type="checkbox"] + label span {
    border-radius: 0 !important;
}

.custom-radio-button input[type="radio"]:checked + label span,
.custom-checkbox-button input[type="checkbox"]:checked + label span {
    opacity: 1;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.custom-radio-button input[type="radio"]:checked + label span:before,
.custom-checkbox-button input[type="checkbox"]:checked + label span:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff5a00;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 3px;
}

.custom-checkbox-button input[type="checkbox"]:checked + label span:before {
    border-radius: 0 !important;
}

i.view {
    background: url(../images/view.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

i.edit {
    background: url(../images/edit.png) no-repeat;
    display: inline-block;
    width: 21px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

i.delete {
    background: url(../images/delete.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.btn-cont-right a.delete {
    color: #f50000;
}

hr.separate {
    margin-bottom: 40px;
}

/**********/
.dropdown-large {
    /*position: static !important;*/
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 11px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large {
    /*max-height: 600px;*/
    max-height: none;
    overflow: auto;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

.categorie-dropdown .dropdown-menu.show {
    display: flex;
    margin: 0 0 0 -50px !important;
    padding: 10px 0 15px 0 !important;
    top: calc(100% + 2px) !important;
    border-radius: .25rem;
    /*test*/
    width: max-content;
    /*width: auto;*/
    background: rgb(255, 255, 255);
    position: absolute;
    transform: none !important;
    top: 0px;
    left: 0px;
    will-change: transform;
    background: #fff;
}

#div-search {
    height: auto;
    padding: 17px 0;
    /*border-left: 1px solid #ccc!important;*/
    border: none;
    position: initial;
}

li.first a,
.categorie-dropdown .dropdown-menu li a.opt {
    padding-left: 1.8rem;
}

li.first a {
    color: #ff5a00;
}

.sec-icon {
    display: block;
    width: 25px;
    height: auto;
    margin-left: -15px;
    margin-right: 10px;
    float: left;
    vertical-align: middle;
}

.sec-icon-c {
    display: block;
    float: left;
    width: 20px;
    height: auto;
    margin: -2px -25px 0 0;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu-large > li {
        margin-bottom: 25px;
    }

    .dropdown-menu-large > li:first-child, .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}

#criteres .selectPrix {
    box-shadow: none !important;
}

.danger {
    color: red;
}

.full {
    width: 100%;
}

.badge-count {
    position: absolute;
    top: -8px;
    right: -8px;
}

.infos-cont {
    position: relative;
    padding: 10px 0;
}

#cookieChoiceInfo {
    padding: 20px !important;
    background: rgba(255, 90, 0, 1) !important;
    color: #fff !important;
}

#cookieChoiceInfo span {
    display: block;
    margin-bottom: 15px;
}

#cookieChoiceInfo a {
    color: #fff !important;
    font-weight: 600;
}

#cookieChoiceInfo a#cookieChoiceDismiss {
    color: #fff !important;
    font-weight: 600;
    margin-top: 15px;
    border: 1px solid #fff;
    width: fit-content;
    padding: 2px 7px;
    background: #00a5bd;
}

.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

#sample-page p {
    text-align: justify;
}

#sample-page h1 {
    font-size: 1.7rem;
}

#sample-page h2 {
    font-size: 1.5rem;
}

#sample-page h3 {
    font-size: 1.3rem;
}

.jsx-685567707 > .jsx-685567707 {
    display: none !important;
}
