.card-coup-coeur {
    position: relative;
    height: 420px;
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    background-size: cover;
    background-position: center 70%;
}


.footer-nav a {
    opacity: 0.75;
}
.footer-nav {
    border-right: 1px solid rgb(223, 223, 223);
}
.footer {
    background: #F1F1F1;
}
.logo-footer {
    max-width: 200px;
}
.defileParent {
	display: block;
	// margin: 3em auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.defilerBand {
    position: relative;
}
.actu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.defile {
	display:block;
	-webkit-animation:linear marqueelike 20s infinite ;
	-moz-animation:linear marqueelike 20s infinite ;
	-o-animation:linear marqueelike 20s infinite ;
	-ms-animation:linear marqueelike 20s infinite ;
	animation:linear marqueelike 20s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:25px;
}
.defile:hover {
	
	-webkit-animation:linear marqueelike 20s  paused;
	-moz-animation:linear marqueelike 20s paused ;
	-o-animation:linear marqueelike 20s paused ;
	-ms-animation:linear marqueelike 20s paused ;
	animation:linear marqueelike 20s paused ;
	
}


.defile:after {
	content:attr(data-text);
	position:absolute;
	white-space:nowrap;
	padding-left:10px;
}

@-webkit-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes marqueelike {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }

@media only screen and (max-width: 860px) {
.defileParent {
	display: block;
	// margin: 3em auto;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	width: 100%;
}

.defile {
	display:block;
	-webkit-animation:linear marqueelike 10s infinite ;
	-moz-animation:linear marqueelike 10s infinite ;
	-o-animation:linear marqueelike 10s infinite ;
	-ms-animation:linear marqueelike 10s infinite ;
	animation:linear marqueelike 10s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:25px;
}
}

input {
    border-radius: 5px;
}
.input-type {
    border: none;
    border-radius: 5px;
    width: 60%; 
}
.input-num {
    max-width: 120px;
    text-align: right;
}
.circle-point {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: rgba(245, 110, 42, 0.295);
} 
.card-admin:hover {
    box-shadow: 0 0 15px rgba(70, 65, 63, 0.116) !important;
}
#preview-top {
    max-width: 100%;
    max-height: 200px;
}
p,
b,
small,
button,
a {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #252525;
}
a:hover, button:hover {
    cursor: pointer;
}

small {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
    color: #252525;
    margin: 0;
    padding: 0;
}

a.text-primary:hover,
a.text-primary:focus {
    color: rgb(209, 98, 42) !important;
}

a:hover {
    text-transform: none;
    color: #E87338;
    text-decoration: none;
}

.bg-primary {
    background: #E87338 !important;
}

.op-100 {
    opacity: 1;
}

.op-70 {
    opacity: .7;
}

.op-50 {
    opacity: .5;
}

.op-30 {
    opacity: .3;
}

.title {
    font-size: 32px;
}

.display-4 {
    font-size: 2rem !important;
}

.display-5 {
    font-size: 1.5rem !important;
}

.hr-card-product {
    width: 150px;
    max-width: 150px;
    margin-left: 0px;
    margin-right: 0px;
}

.underscore:hover {
    border-bottom: 1px solid #E87338;
    padding-bottom: 2px;
}

.nav-item {
    font-family: 'Montserrat', sans-serif;
}

.badge-price p {
    font-family: 'Montserrat', sans-serif !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #E87338;
}

.text-primary {
    color: #E87338 !important;
}

.btn {
    //border-radius: 100px;
}

.btn-primary {
    background: #E87338;
    border: #E87338;
}

.btn-primary:hover {
    background: rgb(218, 98, 38);
    border: rgb(218, 98, 38);
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #E87338;
    border-color: rgb(230, 103, 39);
    box-shadow: 0 0 0 0.2rem rgba(230, 103, 39, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E87338;
    border-color: rgb(218, 98, 38);
}

.icon {
    height: 30px;
    width: 30px;
}

.radius-10 {
    border-radius: 10px;
}

option {
    color: #252525;
}

.text-shadow {
    text-shadow: -1px 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-outline-primary {
    color: #E87338 !important;
    border-color: #E87338 !important;
}

.btn-outline-primary:hover {
    background: rgba(232, 115, 56, 0.24);
}

.hr-white {
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
}

.icon-photo-cover {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.icon-photo-cover-reverse {
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.actions-cover {
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.actions-cover-reverse {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

[data-toggle="collapse"] .fa:before {
    content: "\f00d";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
}

#accordion .card {
    border: 0;
}

#accordion .card {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #eee;
}

#accordion .card:last-of-type {
    border-bottom: 1px solid #eee;
}

.card.card-promo-accordion {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #eee;
    background: transparent;
}

.card.card-promo-accordion:last-of-type {
    border-bottom: 1px solid #eee;
}

.header-promo-accordion {
    background: none !important;
    border: 0;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

.state_on {
    background: rgb(221, 247, 218);
    color: rgb(10, 77, 43);
    border-radius: 100px;
}

.state_off {
    background: rgb(255, 204, 204);
    color: rgb(100, 15, 15);
    border-radius: 100px;
}

.state_location {
    background: rgb(204, 228, 255);
    color: rgb(16, 26, 114);
    border-radius: 100px;
}

.state_vendu {
    background: rgb(249, 204, 255);
    color: rgb(103, 16, 114);
    border-radius: 100px;
}

.state_byUs {
    background: rgb(221, 221, 221);
    color: rgb(29, 29, 29);
    border-radius: 100px;
}
.state_best {
    background: rgb(255, 192, 192);
    color: rgb(236, 65, 102);
    border-radius: 100px;
}

.partners-logo {
    filter: grayscale(1);
    opacity: .5;
}

.partners-logo:hover {
    transition: filter 1s;
    opacity: 1;
    filter: grayscale(0);
}

.slick-track {
    margin-left: 0 !important;
}
.valid-input {
    padding: 0rem 1.5rem;
    border: 1px solid #fff;
    border-radius: 5rem;
    align-self: flex-end;
    cursor: pointer;
}
.vis-hid {
    visibility: hidden;
    position: absolute;
}
.swal2-styled.swal2-confirm {
    background: #E87338 !important;
    box-shadow: none !important;
    :focus {
        box-shadow: none !important;
    }
}
.info-outline {
    border: 1px solid #E87338;
    padding: .2rem .5rem;
    border-radius: 20px;
}
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.form-simulator .modal-body {
    text-shadow: none !important;
}

.currentSimulator {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 500px;
    margin: auto;
}
#changePreferences {
    border: none;
    background: none;
    color: #252525;
}
#changePreferences:focus {
    outline: none;
}
#changePreferences:hover {
    color: #E87338;
}
.img-gallerie {
    max-width: 170px;
    height: 110px;
    @include md {
        max-width: 100px;
        height: auto;
    }
}

.card-bien {
    position: relative;
    height: 250px;
    width: 90% !important;
    border-radius: 10px;
    background-size: cover;
}

.card-bien-search {
    height: 300px;
}

.img-radius {
    position: relative;
    border-radius: 10px;
}

.img-agence {
    height: 350px;
    background-position: center;
}

.overlay-orange {
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(27, 25, 23, 0) 20%, rgb(26, 23, 20) 100%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.overlay-orange-slider {
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(27, 25, 23, 0) 20%, rgb(36, 34, 32) 100%);
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.badgeVendu {
    position: absolute;
    top: 5%;
    left: 0;
}

.badge-price {
    position: absolute;
    top: 10%;
    right: 5%;
    background: white;
    border-radius: 50px;
}

.badge-price-search {
    width: 30%;
    border-radius: 50px;
}

.card-title {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

.data-coup-coeur {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.badge-see {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background: white;
    border-radius: 100px;
    align-self: baseline;
    transition: box-shadow 1s;
}

.badge-see:hover {
    box-shadow: 0px 10px 15px rgba(15, 15, 15, 0.342);
}

.img-search {
    flex-basis: 100%;
}
.block-reviews {
    border-radius: 10px;
}

.global-rating {
    text-align: center;
    font-size: 26px;
    color: #E87338;
    letter-spacing: 5px;
    width: 200px !important;
}

.user-rating {
    text-align: center;
    font-size: 18px;
    color: #E87338;
}

.logo-reviews {
    max-width: 300px;
}

.comment-reviews {
    max-width: 500px;
}
#regForm {
    padding: 40px;
    width: 70%;
    min-width: 300px;
}


/* Style the input fields */

input,
textarea,
select {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

textarea {
    resize: vertical;
}

p {
    word-wrap: break-word;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
    border-radius: 10px;
    margin-top: 2rem;
    display: none;
    padding: 30px;
    background: #eee;
    min-height: 295px;
}

.tab-content {
    min-height: 275px;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ffffff;
    border: 1px solid #E87338;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.3;
}


/* Mark the active step: */

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #E87338;
}

.dots-form hr {
    margin-top: 40px;
    width: 60%;
    border-top: 1px solid #E87338;
}

.subway-text {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.icon-min {
    height: 20px;
    width: 20px;
}

.overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b62;
}

#regForm [type="checkbox"]:checked,
#regForm [type="checkbox"]:not(:checked),
#regForm [type="radio"]:checked,
#regForm [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
    position: absolute;
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #707070;
}

.checkbox:not(:checked)+label:before {
    content: '\eac1';
    left: 0;
    color: #707070;
    background-color: var(--dark-light);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked+label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked~.section .container .row .col-12 p {
    color: var(--dark-blue);
}

.checkbox-budget:checked+label,
.checkbox-budget:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 0;
    padding: 20px;
    font-size: 20px;
    width: 100%;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #707070;
}

.checkbox-budget:not(:checked)+label {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-budget:checked+label {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #E87338;
}

.checkbox-budget:not(:checked)+label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-budget:checked+label::before,
.checkbox-budget:not(:checked)+label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: -1;
}

.checkbox-budget:checked+label span,
.checkbox-budget:not(:checked)+label span {
    position: relative;
    display: block;
}

.checkbox-budget:checked+label span::before,
.checkbox-budget:not(:checked)+label span::before {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: #E87338;
    text-fill-color: #E87338;
    color: #E87338;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.checkbox-budget:not(:checked)+label span::before {
    max-height: 0;
}

.checkbox-budget:checked+label span::before {
    max-height: 100%;
}

.form-simulator p {
    font-size: 24px;
}
.block-simulator p{
    font-size: 42px;
}
.block-simulator {
    position : absolute !important;
    top: 30%;
}
.result-simulator {
    top: 10%;
}
.close-simulator, .close-panel-agency {
    cursor: pointer;
}
.title-header {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: -1px 3px 3px rgba(0,0,0,0.2);
}
.rand-num{
    font-size: 42px;
    font-weight: normal;
}
.rand {
    min-width: 165px;
    text-align: right;
}
.form-simulator {
    position : absolute !important;
    top: 10%;
    width: 50%;
    height: 70%;
    border-radius:15px;
    text-shadow: -1px 3px 3px rgba(0,0,0,0.4);
}
.form-simulator .form-control,.form-simulator .form-control:focus {
    background:none;
    border:none;
    color: #fff;
    border-bottom: 2px #fff solid;
    max-width: 280px;
    padding-bottom: 0;
    box-shadow: none;
    border-radius:0;
    font-size:22px;
    height: 80%;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-shadow: -1px 3px 3px rgba(0,0,0,0.3);
    
}
.form-first-part input::-webkit-outer-spin-button,.form-first-part 
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
.form-simulator .form-control:focus {
    font-size:22px;
}
.meter-part .form-control, .room-part .form-control {
    width: 100px;
}
.close-simulator, .close-result-simulator {
    cursor: pointer;
    text-shadow: none;
}

.cta-next-form, .cta-form-sub {
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7) !important;
    // border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.cta-next-form:hover, .cta-form-sub:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}


.slider-bien .card-title {
    font-size:24px;
    line-height: 1;
    font-weight: 700;
}
.slick-dots {
    //bottom: -45px;
    
}
// .slick-next:before {
//     content: '\203A';

// }
// .slick-prev:before {
//     content: '\2039';
    
// }
.slick-prev  {
   // left: -40px;
   left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before {
    color : #E87338;
    font-weight: bold;
    
}
.slick-prev, .slick-next {
    top:45%;
}


#top {
    position: relative;
    
}
.logo {
    width: 200px;
}
.top {
    position: relative;
}
.top-agency {
    //height: 400px;
    background: url('/images/site/header-agence.jpg');
    background-position:top ;
    background-size: cover;
}
 .vente {
    background: url('/images/site/header-vente-v2.jpg')
}

 .bien-vendu {
    background: url('/images/site/header-bien-vendu.jpg')
}
 .acheter {
    background: url('/images/site/header-acheter.jpg')
}
 .louer {
    background: url('/images/site/header-louer.jpg')
}
@media (max-width:430px) {
    .vente {
        background-size: cover;
        background-position: 70% 80%;
    }
    .acheter {
        background-position: 57% 50%;
        background-size: cover;
    }
    .louer {
        background-size: cover;
        background-position: 47% 50%;
    }
    .bien-vendu {
        background-size: cover;
        background-position: 5% 50%;
    }
}
// .top-agency .title {
//     margin-top: 2rem !important;
// }
.container-header-agency {
    color: #ecf0f1;
    border-radius: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(196, 196, 196, 0.3);
    backgroud-clip: padding-box;
    backdrop-filter: blur(10px );
}


.map-part {
    position: relative;
}
.adresse-agence {
    border-radius :10px;
    width: 700px;
    position: absolute;
    top: 55%;
}
.img-marker {
    align-self: flex-start;
}
.img-subway {
    align-self: flex-start;
}
.space-adress {
    margin-top:250px;
}


@media screen and (max-width:1025px) {
    .space-adress {
        margin-top:300px;
    }
    .form-simulator p {
        font-size: 14px;
        line-height: 1;
    }
    .form-simulator {
           top: 1%;
           width: 90%;
    }
    .surfaceValue, .roomsValue, .firstnameValue, .lastnameValue, .zipcodeValue, .adresseValue, .cityAdresseValue, .emailValue, .telValue {
        height:30px!important;
    }
    .close-result-simulator {
        font-size:15px;
    }
    .form-simulator .form-control, .form-simulator .form-control:focus {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px;
    }
    .form-control:focus {
        font-size: 14px;
    }
    .close-simulator {
        font-size:10px
    }
    .form-simulator {
        .mt-3 {
            margin-top:0.3rem !important;
        }
    }
    .block-simulator {
        top:10%;
    }
    .sendAgencetexte {
        font-size: 18px;
    }
    .title-header {
        font-size:24px;
    }
    .block-simulator p {
        font-size: 28px;
    }
    .rand-num, .odometer.odometer-auto-theme, .odometer.odometer-theme-default{
        font-size: 28px;
        font-weight: normal;
    }
}
@media screen and (max-width: 768px) {

    
    .navbar-expand-md .navbar-toggler {
        display:unset;
    }
    .block-simulator {
        top:10%;
    }
    .sendAgencetexte {
        font-size: 18px;
    }
    .title-header {
        font-size:24px;
    }
    .block-simulator p {
        font-size: 28px;
    }
    .rand-num, .odometer.odometer-auto-theme, .odometer.odometer-theme-default{
        font-size: 28px;
        font-weight: normal;
    }
    .rand {
        min-width: 110px;
        
    }
    .form-simulator p {
        font-size: 14px;
        line-height: 1;
    }
    .form-simulator {
           top: 1%;
           width: 90%;
    }
    .surfaceValue, .roomsValue, .firstnameValue, .lastnameValue, .zipcodeValue, .adresseValue, .cityAdresseValue, .emailValue, .telValue {
        height:30px!important;
    }
    .close-result-simulator {
        font-size:15px;
    }
    .form-simulator .form-control, .form-simulator .form-control:focus {
        font-size: 14px;
    }
    .form-control {
        font-size: 14px;
    }
    .form-control:focus {
        font-size: 14px;
    }
    .close-simulator {
        font-size:10px
    }
    .form-simulator {
        .mt-3 {
            margin-top:0.3rem !important;
        }
    }
    .circle-point {
        width:80px;
        height: 80px;
    }
    .circle-point > p {
        font-size:14px;
    }
    .space-adress {
        margin-top:350px;
    }
    #regForm {
        max-width: 700px;
        padding : 40px 0px;
        width: 100%;
    }
    
}

@media screen and (max-width: 480px) {
    p, b {
        font-size:14px;
    }
    h5 {
        font-size: 16px;
    }
    .rappel-block-mobile {
        border-bottom: 1px solid #eee;
    }
    .surfaceValue, .roomsValue, .firstnameValue, .lastnameValue, .zipcodeValue, .adresseValue, .cityAdresseValue, .emailValue, .telValue {
        height:42px!important;
    }
    .form-simulator .form-control, .form-simulator .form-control:focus {
        font-size: 18px;
    }
    .circle-point {
        width:100px;
        height: 100px;
    }
    // .modal-dialog {
    //     position: relative;
    //     width: 320px;
    //     margin: 10px;
    //   }
    .form-control {
        font-size: 18px;
    }
    .form-control:focus {
        font-size: 18px;
    }
    .contact-block {
        border-right: none;
    }
    .img-agence {
        height: 250px;
        background-size: cover;
        background-position: center;
    }
    .img-gallerie {
        max-width: 100px;
        height: 80px;
    }
    .title-header {
        font-size: 32px;
        text-align:center;
    }
    .block-simulator p {
        font-size: 28px;
    }
    .form-simulator {
        form {
            p {
                margin-top: 1rem;
                font-size: 16px;
            }
        } 
    }
    .nb-result {
        font-size:18px!important;
    }
    .sendAgencetexte {
        font-size:16px;
    }
    .form-first-part p, .form-second-part p {
        font-size: 14px!important;
    }
    .cta-dl-pdf, .cta-contact-estim {
        font-size: 12px;
        margin-top:1rem;
        margin-bottom:1rem;
    }
    .result-simulator p {
        font-size: 24px;
        
    }
    .result-simulator {
        top: 5%;
    }
    .rand-num, .odometer.odometer-auto-theme, .odometer.odometer-theme-default{
        font-size: 28px;
        font-weight: normal;
    }
    .rand {
        min-width: 110px;
        
    }
    .sticky {
        position: sticky;
        top: 84px;
        z-index: 1000;
        background: #f8fafc;
    }
    .title {
        font-size:26px;
    }
    .card-coup-coeur {
        position:relative;
        height: 250px;
        width: 100%;
        border-radius: 10px;
        max-width: 100%;
        background-size: cover; 
        object-position: 50% 50%;
    }
    .card-title {
        font-size:16px;
    }
    .badge-price {
        right: 5%;
    }
    .badge-see {
        right: 5%;
        bottom: 10%;
    }
    .icon {
        height:25px;
        width:25px;
    }
    .cc_dialog.simple {
        max-width:100% !important;
    }
    .cc_dialog_text {
        position: relative;
        --max-lines: 3;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        max-height:70px !important;
        max-width: 95%;
    }
    .cc_dialog_text::after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 15px;
    }
    .slick-prev, .slick-next {
       display: none !important;
    }
    .aquisition {
       background-position: center;
        background-size: cover; 
    }
    .swipeable {
        padding-left:15px;
        height:170px;
        width:100%;
        overflow-x:scroll;
        overflow-y:hidden;
        white-space: nowrap;
       }
       
       .card-bien {
        display:inline-block;
        height:100%;
        width:200px !important;
       }
       .card-bien-search {
        width: 100% !important;
        height: 200px;
        }
       .badge-price-search {
           width: 50%;
       }
       .form-simulator p {
        font-size: 18px;
        margin-top:1rem;
        line-height: 1;
        }
       .form-simulator {
           top: 1.5%;
           width: 100%;
       }
       .form-control {
        font-size: 22px;
       }
       .form-control:focus {
        font-size: 18px;
       }
       .comment-reviews {
        max-width: 500px;
        }
        .space-adress {
            margin-top:0;
        }
        .adresse-agence {
            border-radius :10px;
            width: 300px;
            position: inherit;
            
        }
        .map-part {
            position: inherit;
        }
        .footer a {
            font-size : 12px;
        }
        .subway-text {
            border-right: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        #regForm {
        //background-color: #ffffff;
        padding: 0;
        width: 100%;
        //min-width: 300px;
        }
        .for-checkbox-budget span {
            font-size: 14px;
        }
        .tab {
            padding: 20px;
            margin-top: 1rem;
        }
        .dots-form {
            margin-top : 2rem;
        }
        .checkbox-budget:checked + label, .checkbox-budget:not(:checked) + label {
            padding: 10px;
        }
        .footer-nav {
            border-right: 0;
        }
  }