body {
    font-family: Montserrat;
    font-size: 16px;
    overflow-x: hidden;
}

body > * {
    overflow-x: hidden;
}

body#page-3 {

    background: url("../images/bg-after.png");
    background-position: bottom right;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

a, a:hover {
    color: currentcolor;
    text-decoration: none;
    transition-duration: 300ms;
}

.container {
    max-width: 1400px;
    position: relative;
    margin: auto;
    padding: 0;
}

/********HEADER TOP*********/
.header-top {
    background: #2e2e2c;
}

.header-top .container {
    max-width: 1330px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
}

.header-top .container p {
    margin: 0;
    color: #fff;
    flex: 1;
    font-weight: 500;
    font-size: 0.81em;
    letter-spacing: 0.01em;
}

.header-top .container p a {
    font-weight: 800;
    color: #ffcc00;
    font-size: 1.30em;
}

.header-top .container > a {
    color: #fff;
    padding: 0 1em;
    font-weight: 500;
    font-size: 0.81em;
    display: inline-flex;
    align-items: center;
    padding-inline: 0.9em 0;
}

a.msg-icon:before {
    content: url("../images/msg-icon.png");
    margin: 0 0.5em;
}

a.faq-icon:before {
    content: url("../images/faq-icon.png");
    margin: 0 0.5em;
}

.header-top .container > a:hover {
    color: #ffcc00;
}

/***********NAV*************/
nav {
    max-width: 1330px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 15px;
    padding-block: 25px 32px;
}

nav ul {
    display: flex;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    list-style: none;
}

nav ul li a:hover {
    background: #ffcc00;
    color: #fff;
    padding: 0.3em 0.9em;

}

nav ul li:not(:last-of-type):after {
    content: "|";
    color: #ffcc00;
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 0.85em;
    font-weight: 500;
}

/************INTRO**************/
header {
    display: flex;
    justify-content: space-between;
}

header > * {
    max-width: 690px;
    max-height: 690px;
    width: 100%;
}

header > div {
    background: linear-gradient(-45deg, transparent 35%, #f4f4f4 35%, #f4f4f4 65%, transparent 65%);
    display: flex;
    flex-direction: column;
    padding-left: 55px;
    align-items: start;
}

header > div h1 {
    font-weight: 800;
    font-size: 4.375em;
    line-height: 1;
    font-family: 'Prompt', sans-serif;
    max-width: 90%;
    margin-top: 1.35em;
}

header > div p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.625em;
    max-width: 82%;
    margin-top: 0.6em;
}

header img {
    padding: 20px;
    background: black;
    background: conic-gradient(#ffcc00 90deg, transparent 0 180deg, #ffcc00 0 270deg, transparent 0 270deg);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*******TABS INTRO*******/
div.tabs {
    max-width: 1290px;
    height: 150px;
    width: 100vw;
    background: rgba(255, 255, 255, 0.93);
    z-index: 999;
    display: flex;
    margin-top: 1em;
}

div.tabs .tab-choices {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 295px;
    width: 100%;
    margin-right: 35px;
}

div.tabs .tab-choices span {
    background: #cccccc;
    color: black;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.35em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2em 0.5em;
    cursor: pointer;
    transition-duration: 300ms;
    position: relative;
    height: 50px;
}

div.tabs .tab-choices span.active, div.tabs .tab-choices span:hover {
    background: #ffcc00;
    color: #fff;
}

div.tabs .tab-choices span:after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    transform: rotate(45deg);
    transition-duration: 500ms;
}

div.tabs .tab-choices span.active:after {
    right: calc(-35px / 2);
    background: #ffcc00;
}

div.tabs .tab-item {
    flex: 1;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

}

a.big {
    font-weight: bold;
    font-size: 1.8125em;
    line-height: 1.24em;
    max-width: calc(100% / 2);
    border: 3px solid #ffcc00;
    padding: 0.2em 0.5em;
    color: black;
    position: relative;
    display: flex;
    align-items: center;
}

a.big.yellow {
    color: #fff;
    background: #ffcc00;
}

a.big.grey {
    background: #eaeaea;
    border-color: #eaeaea;
}

a.big:after, .yellow-cta a:after, .cta a:after {
    content: url('../images/arrow.svg');

    position: absolute;
    right: 0.4em;
    bottom: 0;
    transform: translateY(-10%);

}a.big span, .yellow-cta a span, .cta a span{
    padding-right: 1em;
 }

a.big:after {
    fill: #ffcc00;
}

a.big.yellow:after {
    fill: #fff;
}

a.big.grey:after {
    fill: black;
}

a.arrow {
    font-weight: 500;
    color: #cccccc;
    padding-bottom: 5px;
    font-size: 1.12em;
    text-align: center;
    margin-top: 9%;
    margin-inline: 24%;
    border-bottom: 1px solid #ccc;
}

a.arrow:after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #ccc;
    -webkit-mask: url('../images/arrow.svg') no-repeat;
    mask: url('../images/arrow.svg') no-repeat;
    display: inline-block;
    mask-size: cover;
    -webkit-mask-size: cover;
    margin-left: 0.5em;
}

div.tabs .tab-item:not(.active) {
    display: none;
}

/********REASSURANCE*******/

.reassurance {
    background: #2e2e2c;
    color: #fff;
    text-align: center;
    padding: 27px;
    margin-block: 7em 1.5em;
}

section.reassurance h2 {
    display: inline;
    font-size: 2.27em;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 2.2;
}

section.reassurance h2:not(:last-of-type):after {
    content: '/';
    color: #ffcc00;
    font-size: 1em;
    font-weight: 400;
    font-family: Prompt;
}

section.reassurance p {
    max-width: 1040px;
    margin: auto;
    font-size: 1.25em;
    line-height: 1.5em;
}

section.reassurance ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 2.2em;
    padding-inline: 0;
    font-family: "Prompt", sans-serif;
}

section.reassurance ul li {
    font-size: 2.06em;
    line-height: 1;
    font-weight: 400;
    padding: 0.5em;
    position: relative;
}

section.reassurance ul li span {
    font-size: 2em;
    line-height: 0.9;
    font-weight: 800;
    color: #ffcc00;
    display: block;
}

section.reassurance ul li:not(:last-of-type, :first-of-type) {
    flex: 0.62;
    border-inline: 1px solid #fff;
}


/*************ANNONCES***************/
.annonces h2 {
    text-align: center;
    display: table;
    margin: 1.6em auto;
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    padding: 0.5em 1em;
    position: relative;
    letter-spacing: 5.5px;
    line-height: 2.2;
    padding-top: 0;
    margin-bottom: 2.6em;
}

.annonces h2::before, .annonces h2::after {
    content: "";
    background: url("../images/angle.svg");
    width: 31px;
    height: 31px;
    position: absolute;
}

.annonces h2::after {
    transform: rotate(180deg);
    left: 0;
    bottom: 0;
}

.annonces h2::before {
    right: 0;
    top: 0;
}

.annonces h2 span {
    display: block;
    font-weight: 800;
    text-transform: initial;
    font-size: 1.75em;
    letter-spacing: 0;
    line-height: 0;
    padding-bottom: 0.45em;
}

.annonces .items {
    display: flex;
    gap: 63px 23px;
    justify-content: center;
    flex-wrap: wrap;
    margin-block: 4.5em 5em;
}

.annonces .items .item {
    max-width: 420px;
    cursor: pointer;
    width: 100%;
    padding: 15px;
}

.annonces .items .item .illustration {
    position: relative;
    transition-duration: 200ms;
}

.annonces .items .item .illustration img {
    height: 335px;
    width: 100%;
    object-fit: cover;
}

.annonces .items .item .illustration label:first-of-type {
    position: absolute;
    max-width: 266px;
    max-height: 130px;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 52% 100%, 0% 100%);
    top: 0;
    left: 0;
    background: #3c3c3c;
    color: #fff;
    font-weight: 800;
    font-size: 1.375em;
    padding: 0.5em 1em;
    line-height: 1.01em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.annonces .items .item .illustration label:first-of-type span {
    display: block;
    font-weight: 500;
    font-size: 0.68em;
    text-transform: uppercase;
    /*max-width: 55%;*/
}

.annonces .items .item .illustration label:last-of-type {
    /*max-width: 280px;*/
    max-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    color: black;
    /*display: flex;*/
    padding-left: 0.9em;
    font-weight: 800;
    font-size: 0.9375em;
    /*align-items: center;*/
}

.illustration .flag{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 15px;
    background: #ffcc00;
    font-weight: bold;
    color: black;
}

.annonces .items .item p {
    margin: 0;
    font-weight: 500;
}

.annonces .items .item p.ref {
    color: #cccccc;
    font-size: 0.75em;
    line-height: 3em;
}

.annonces .items .item p.occupant {
    color: #ffcc00;
    font-size: 1.125em;
    line-height: 1.61em;
}

.annonces .items .item p.price {
    font-size: 1.375em;
    line-height: 1.4;

}

.annonces .items .item p.price span {
    font-weight: 800;
}

.annonces .items .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    position: relative;
    border-top: 2px dotted;
    padding-top: 1em;
    margin-top: 0.9em;
}

.annonces .items .item ul li {
    width: 50%;
    font-weight: 500;
    font-size: 0.9275em;
    color: #999;
}

.annonces .items .item ul li:nth-child(even) {
    padding-left: 0.8em;
}

.annonces .items .item ul li.heart {
    position: absolute;
    top: -2.8em;
    right: 0.5em;
    width: auto;
    display: none;
}

.annonces:not(.details) .items .item:hover .illustration {
    outline: 5px solid #ffcc00;
}

/**HEART**/
.annonces .items .item.active ul li.heart {
    color: #ffcc00;
    display: block;
}

.annonces .items .item.active .illustration label:first-of-type {
    background: #ffcc00;
}

/*******Small*******/
.annonces.annonces-small .items {
    gap: 63px 27px;
}

.annonces.annonces-small .items .item {
    max-width: 304px;
}

.annonces.annonces-small .items .item p.occupant {
    margin-top: 0.5em;
}

.annonces.annonces-small .items .item .illustration img {
    max-height: 240px;
}

.annonces.annonces-small .items .item .illustration label:last-of-type {
    font-size: 0.75em;
}

.annonces.annonces-small .items .item p.price {
    font-size: 1.25em;
    margin-top: 0.2em;
}

.annonces.annonces-small .items .item .illustration label:first-of-type {
    font-size: 1.125em;
    padding-right: 1.5em;
    max-width: 196px;
    max-height: 63px;
}

/********MAP*******/
.map {
    position: relative;
    margin-top: 3em;
}

.map #map, .map #map iframe {
    width: 100%;
    height: 710px;
    max-width: 1430px;
}

.map label {
    position: absolute;
    max-width: 1210px;
    max-height: 65px;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background: #3c3c3c;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: Prompt;
    font-weight: 300;
    color: #fff;
    font-size: 2.1875em;
    padding-left: 0.75em;
    letter-spacing: -1px;
    z-index: 1;
}

.cta-right {
    margin-block: 2.5em;
    text-align: right;
}

.cta-right a, .cta-left a {
    margin: 0;
}

.cta-left {
    margin-block: 4.5em;
    text-align: left;
    max-width: 1083px;
    width: 100%;
}

/**********Yellow CTA***********/
.yellow-cta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    clip-path: polygon(100% 0, 100% 82%, 92% 100%, 0 100%, 0 0);
    background: #ffce19;
    height: 570px;
    color: #fff;

}

.yellow-cta div {
    max-width: 600px;
    position: absolute;
    left: 51%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.yellow-cta h2 {
    font-weight: 800;
    font-size: 3.87em;
    line-height: 1;
    font-family: "Prompt", sans-serif;
    margin-top: 0.9em;
}

.yellow-cta img {
    height: 100%;
}

.yellow-cta p {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5625em;
    line-height: 1.64em;
    font-weight: bold;
    margin-top: 0.4em;
    margin-bottom: 1.4em;
}

.yellow-cta a, .cta a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.5625em;
    color: #3c3c3c;
    width: auto;
    border: 2px solid #fff;
    padding: 0.25em 1em;
    padding-right: 2.4em;
    position: relative;
}

.yellow-cta a::after {
    right: 0;
    top: 0;
    bottom: inherit;
    transform: translate(-0.8em, 25%);
}


.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 5.5em 1.5em;
}

.reviews .review {
    display: flex;
    align-items: start;
    padding-block: 1.5em 0.5em;
    border-bottom: 2px dotted #ccc;
    max-width: 1083px;
    width: 100%;

}

.reviews .review > div:before {
    content: '“';
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 5.42em;
    color: #ffcc00;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-0.6em, -30%);
}

.reviews .review > div {
    position: relative;
    margin-left: 2.5em;
}

.reviews .review div .stars {
    font-size: 1.6em;
    letter-spacing: 7px;
    color: #ffcc00;
}

.review ul {
    display: flex;
    gap: 20px;
    list-style: none;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 1.5625em;
    padding: 0;
    margin: 0;
}

.review ul li {
    position: relative
}

.review ul li:not(:last-of-type):after {
    content: ".";
    color: #fc0;
    position: absolute;
    font-weight: 500;
    right: -0.5em;
    font-size: 1.5em;
    line-height: 0.5;
}

.review img {
    max-width: 110px;
    max-height: 110px;
    border-radius: 100%;
}

.review p {
    font-family: Montserrat;
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.66em;
    margin-top: 0.1em;
}

/*******CTA WHITE******/

.cta {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
    margin-block: 7em 9em;
    padding-block: 2.5em 1.5em;
    position: relative;
}

.cta:after, .cta:before {
    content: url("../images/diagonal.png");
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -1;
}

.cta:before {
    right: inherit;
    top: inherit;
    bottom: -15px;
    left: -15px;
    z-index: -1;

}

.cta h2 {
    font-weight: 900;
    font-family: "Prompt", sans-serif;
    font-size: 2.85em;
    line-height: 1.15em;
    max-width: 700px;
    margin: auto;
}

.cta p {
    max-width: 1045px;
    margin: 1em auto;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5;
}

.cta a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.5625em;
    color: #3c3c3c;
    width: auto;
    border: 2px solid #fff;
    position: relative;
    background: #ffcc00;
    padding: 0.45em;
    display: table;
    margin: 1.2em auto;
    padding-inline: 1.2em 3em;
}

.cta a:after {
    top: 0;
    bottom: inherit;
    transform: translate(100%, 42%);
    right: inherit;
}

/*******FOOTER*******/

footer.container {
    max-width: 1330px;
    padding-inline: 15px;
}

footer .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.9em;
    gap: 30px;
}

footer .footer-top {
    display: flex;
    position: relative;
    padding-bottom: 3em;
}

footer .footer-top div img {
    display: block;
    margin-bottom: 3em;
}

footer .footer-top div a.big {
    max-width: 308px;
    display: inline-block;
    padding-right: 3em;
    padding-left: 0.8em;
}

footer .footer-top div a.big:not(:last-of-type) {
    margin-right: 0.65em;
}

footer .footer-top ul {
    list-style: none;
    max-width: 250px;
    margin-top: 4em;
    margin-left: 6em;
    margin-right: 1em;
    padding: 0;
}

footer .footer-top ~ ul {
    list-style: none;
    display: flex;
    width: 100%;
    max-width: inherit;
    border-top: 2px solid #fc0;
    padding: 1.1em 0.1em;
    margin-top: 1em;
}

footer .footer-top ~ ul li {
    padding-right: 1em;
    margin-right: 1em;
}

footer .footer-top ~ ul li {
    padding-right: 1em;
    margin-right: 1em;
}

footer .footer-top ~ ul li:not(:last-of-type):after {
    content: "|";
    color: #ffcc00;
    display: inline-block;
    padding-left: 1.35em;
    margin-left: 0.35em;
    font-weight: 500;
}


footer ul li.title {
    font-family: "Prompt", sans-serif;
    font-weight: bold;
    color: #fc0;
    font-size: 1.125em;
    line-height: 1.16em;
    max-width: 208px;
    margin-bottom: 1em;
}

footer ul li:not(.title) {
    font-size: 0.625em;
    font-weight: 500;
    line-height: 1.5;
    transition-duration: 300ms;

}

footer ul li:not(.title) a:hover {
    text-decoration: underline;
    font-weight: 700;
}

h1.title-style {
    font-family: Prompt, sans-serif;
    font-weight: bold;
    font-size: 2.5em;
    padding: 0.5em 0.9em;
    border: 3px solid #ffcc00;
    margin: 1em auto;
    display: table;
    position: relative;
    background: #fff;

}

h1.title-style:after, h1.title-style:before {
    content: "";
    width: 80px;
    height: 80px;
    background: #ffcc00;
    position: absolute;
    z-index: -1;
}

h1.title-style:after {
    top: -10px;
    right: -10px;
}

h1.title-style:before {
    bottom: -10px;
    left: -10px;
}

/****************************/
.select-group {
    display: flex;
    justify-content: space-evenly;
    margin: 3em 0;
}

select .customSelectInner {
    all: unset !important;
}

select {
    background: #fff;
    border: 2px solid #fc0;
    font-size: 20px;
    padding: 0.5em 1.5em;
    padding-right: 3.5em;
    max-width: 290px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="range"]::-moz-range-thumb, input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 8px;
    width: 8px;
    background: transparent !important;
    border-radius: 0;
    border: 3px solid #ffcc00;
    margin-top: -7px;
    cursor: pointer;
}

.select-arrow {
    position: relative;
}

.select-arrow:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 18px solid #ffcc00;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-65%, 87%);
}

.square:after, .square:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #1a1a1a;
    display: inline-block;
}

.square {
    display: flex;
    align-items: center;
}

input[type="range"]::-moz-range-progress, input[type="range"]::-moz-range-track, input[type="range"]::-webkit-slider-runnable-track {
    background-color: #1a1a1a;
    height: 5px;
}

input[type="range"] {
    max-width: 500px;
    width: 500px;
    background: transparent;

}

.range_group {
    display: flex;
    justify-content: space-evenly;
}

.range_group .range-element {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price_card {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    position: relative;
    background: #fff;
    width: 230px;
    margin-block: 0.5em 1.5em;
    padding: 0.5em 2em;
    box-shadow: 0 0 5px 0 #0003;
    text-align: center;
}

.price_card:before, .price_card:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffcc00;
    position: absolute;
    z-index: -1;
}

.price_card:after {
    top: -5px;
    right: -5px;
}

.price_card:before {
    bottom: -5px;
    left: -5px;
}

.range-element label {
    font-weight: 600;
    font-size: 1.4em;
}

.order-small {
    justify-content: end;
    max-width: 1340px;
}

.order-small .select-arrow {
    transform: scale(0.6);
}

.order-small .select-arrow select {
    border-width: 3px;
}

#acheter-en-viager {
    background: url("../images/bg-after.png");
    background-size: 100%;
    background-position: top 0 right -50vw;
    background-repeat: no-repeat;
}

/**********Détail annonce************/
.annonces.details .items .item .illustration > img {
    padding: 20px;
    background: conic-gradient(#ffcc00 90deg, transparent 0 180deg, #ffcc00 0 270deg, transparent 0 270deg);
    max-height: 550px;
    width: 100%;
    object-fit: cover;
}

.annonces.details .items .item {
    max-width: inherit;
    width: 100%;
}

.annonces.details .wrapper p {
    font-weight: 500;
    font-size: 1.1em;
    margin-top: 2em;
}

.annonces.details .items .item .illustration label:first-of-type {
    left: 20px;
    top: 20px;
    height: auto;
    max-width: 500px;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    flex-direction: row;
    align-items: center;
    justify-content: start;
    color: #ffcc00;
}

.annonces.details .items .item .illustration label:last-of-type {
    left: 20px;
    bottom: 20px;
    max-width: 410px;
    font-size: 1.2em;
}

.annonces.details .items .item .illustration label:first-of-type img {
    display: inline;
    width: 40px;
    height: 40px;
    margin-right: 1em;
    object-fit: contain;
}

.annonces.details .illustration .flag{
    bottom: 20px;
    right: 20px;
}

.previews {
    height: 150px;
    display: flex;
    gap: 40px;
    justify-content: center;
    position: relative;
    padding-inline: 40px;
}
.previews{
    flex-wrap: wrap;
    height: auto;
    gap: 15px;
}
.previews img {
    width: calc(100% / 9.5);
    margin-top: -20px;
    margin-bottom: 20px;
    cursor: pointer;
    object-fit: cover;
    max-height: 155px;
    width: 100%;
}

.previews img.active {
    border: 5px solid #ffcc00;
}

.previews:before {
    content: "";
    clip-path: polygon(5% 0, 100% 0, 100% 68%, 96% 100%, 0 100%, 0 43%);
    background: #ffcc00;
    inset: 0;
    z-index: -1;
    display: block;
    position: absolute;
}

.annonces.details .wrapper {
    display: flex;
    gap: 30px;
}

.annonces.details .wrapper .left {
    background: url('../images/diagonal-grey.png');
    background-size: 82% 100%;
    background-repeat: no-repeat;
    padding-bottom: 15em;
    margin-bottom: -10em;
}

.annonces.details .wrapper .left, .annonces.details .wrapper .right {
    width: 50%;
    padding-top: 4em;

}

.annonces.details .wrapper .left {
    background: url('../images/diagonal-grey.png');
}

.annonces.details blocquote {
    clip-path: polygon(5% 0, 100% 0, 100% 68%, 96% 100%, 0 100%, 0 43%);
    max-width: 95%;
    background: #ffcc00;
    padding: 0.6em 2em;
    color: #fff;
    font-weight: 600;
    margin: 1em 0;
    line-height: 4;
}

.annonces.details h3 {
    font-family: Prompt;
    font-weight: 900;
    font-size: 1.65em;
    line-height: 0.7;
}

/******annonces******/
.annonces.details div.tabs {
    margin: auto;
    min-height: 250px;
    height: auto;
    background: transparent;
}

.annonces.details div.tabs span {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
}

.alert {
    max-width: 900px;
}

.annonces.details div.tabs .tab-item.active {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
    font-weight: 500;
    line-height: 1.7;

}

.wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper p b {
    color: #fc0;
    font-weight: 500;
}

form h2.title-style {
    margin: 2em 0;
}

.annonces h2 span {
    line-height: 0.8;
    margin-block: -0.35em;
}

form input:not([type="checkbox"], [type="submit"], [type="range"]), form textarea, #page-17 form select {
    display: block;
    resize: none;
    padding: 0.5em 1em;
    max-width: 600px;
    width: 100%;
    border: 2px solid #ffcc00;
    margin-block: 2em;
}
#page-17 form select{
    margin: 0;
}
#page-17 form select{
    padding: 0.3em 0.5em;
    font-size: 1.1em;
    color: #6c757d;
    width: 100%;
}
#page-17 form fieldset input{
}
form input[type="submit"] {
    border: 0;
    padding: 0.5em 3em;
    font-weight: 800;
    color: #fff;
    background: #fc0;
    margin-top: 0.5em;
}
#page-17 form.container{
    display: flex;
    flex-wrap: wrap;
}
#page-17 form fieldset label{
    display: none;
}
form {
    position: relative;
}

form textarea {
    margin-top: 4em;
}

form textarea {
    max-width: 800px;
    height: 200px;
}

form .checkbox-group {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 20px;
    color: #ffcc00;
    font-weight: 700;
    margin: 1em 2em;
}

form:after {
    content: "";

    background: linear-gradient(45deg, transparent 35%, #f4f4f4 35%, #f4f4f4 75%, transparent 75%);
    width: 75%;
    display: block;
    height: 156%;
    position: absolute;
    top: 175px;
    right: -280px;
    z-index: -1;
}

.annonces.details form:before {
    content: "";
    background: url("../images/cles.png");
    max-width: 477px;
    max-height: 530px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-40%, 30%) rotate(25deg);
    background-size: contain;
    background-repeat: no-repeat;
}

.annonces.details input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

.annonces.details input[type=checkbox]:before {
    font-family: "FontAwesome";
    content: "✓";
    font-size: 15px;
    color: transparent !important;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 1;
    font-weight: 900;
    margin-right: 7px;
}

.annonces.details input[type=checkbox]:checked:before {
    color: black !important;
}

.annonces.details input[type="checkbox"] {
    box-shadow: 0px 0px 0px 3px #ffcc00;
    width: 10px;
    height: 10px;
    cursor: pointer
}

pre {
    overflow: visible;
    width: 100%;
    clip-path: polygon(5% 0, 100% 0, 100% 68%, 96% 100%, 0 100%, 0 55%);
    background: #ffcc00;
    padding: 2em 3em;
    margin: 3em auto;
    font-size: 1.2em;
    word-break: inherit;
    white-space: pre-wrap;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    position: relative;
}

pre:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(/themes/assets/images/home.png);
    position: absolute;
    top: 0;
    left: 0;
    filter: invert(1);
    opacity: 0.4;
    background-size: 140px;
    background-position: center;
    background-repeat: no-repeat;
}

.text-content {
    font-family: Prompt, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    padding: 0 15px;
}

.text-content h2 {
    font-family: Prompt;
    font-weight: 800;
    position: relative;
    display: flex;
    align-items: center;
}

.text-content h2::before {
    content: url(../images/icon.png);
    margin-right: 0.5em;
}

.text-content img {
    max-height: 500px;
    object-fit: contain;
    padding: 15px;
    width: auto;
    margin: auto;
    max-width: 100%;
    background: conic-gradient(#ffcc00 90deg, transparent 0 180deg, #ffcc00 0 270deg, transparent 0 270deg);
}

blockquote {
    background-color: #2e2e2c;
    padding: 1.5em 3em;
    max-width: 1000px;
    margin: auto;
    color: #fff;
    position: relative;
}

blockquote:after {
    content: "";
    display: block;
    background-image: url(../images/cles.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(35deg);
}

blockquote a {
    display: table;
    margin: auto;
    padding: 0.5em 2em;
    background: #fc0;
    font-weight: 700;
    margin-top: 1em;

}

.text-content h3 {
    font-size: 1.4em;
    font-weight: 800;
    position: relative;
    display: table;
}

.text-content h3::before {
    content: '';
    background: url('../images/icon.png');
    width: 54px;
    height: 54px;
    position: absolute;
    right: -20px;
    top: 0;
    transform: translateY(-25%);
    opacity: 0.4;
    z-index: -1;
}

.banniere {
    background: url("../images/banniere.jpeg");
    padding: 2em;
    background-size: cover;
    background-position: center;
    margin-bottom: 5em;
}

form .annonces {
    max-width: 510px;
}

#page-7 form > div {
    max-width: calc(100% - 510px);
}

#page-7 form {
    display: flex;
    justify-content: space-between;
}

#page-7 form::after {
    top: 30px;
}

.annonces.details.faq .tabs span {
    font-size: 1.2em;
}

/***********HOVER BTN BIG**************/
.big span:before {
    content: "";
    left: -4px;
    top: -4px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    transition-duration: 300ms
}

.big:hover span:before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
}

.big span:after {
    content: "";
    right: -4px;
    bottom: -4px;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition-duration: 300ms
}

.big:hover span:after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

blockquote:after {
    content: "";
    display: block;
    background-image: url(/themes/assets/images/cles.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(35deg);
}

a.big:hover span:after, a.big:hover span:before {
    border-color: #ffff99;
}

a.big.grey:hover span:after, a.big.grey:hover span:before {
    border-color: #212529;
}

.gm-style {
    all: unset !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-style .gm-style-iw-c p {
    padding-left: 0.5em !important;
}

.yellow-cta a:hover {
    background: #fff;
}

section.cta a:hover {
    color: #fff;
}

.big.yellow.filter {
    max-width: 90% !important;
    display: block;
    width: 100%;
    margin: auto;
    position: absolute;
    transform: translate(-200%);
    transition-duration: 300ms;
}

a.big.filter::after {
    top: 0;
    transform: translate(-50%, 15%);
}

form.filters {
    transition-duration: 300ms;
}

.annonces.details {
    padding: 0 15px;
}


.consent-cookie {
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 200%);
    background: rgb(255, 255, 255);
    z-index: 999;
    padding: 1em 5em;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.18);
    transition-duration: 800ms;
    opacity: 0;
    max-width: 900px;
    width: 100%;
    color: black;
}

.consent-cookie p {
    color: black;
}

.consent-cookie.active {
    transform: translateX(-50%);
    opacity: 1;
}

.gm-style-iw-d{
    overflow: auto!important;
}
section.consent-cookie h2 {
    letter-spacing: 1px;
    text-transform: initial;
    margin: 0;
    font-size: 1.49em;
}
.consent-cookie button {
    float: right;
    margin: 0 1em;
    padding: 0.2em 2em;
    border: 0;
    background: #ffcc00;
    color: #fff;
    cursor: pointer;
}

.consent-cookie button.refus {
    background: rgba(255, 204, 0, 0.65);
}


/*******Responsive******/
@media (max-width: 1399.98px) {
    header div.tabs .tab-item {
        font-size: 0.8em;
        justify-content: start;
    }

    header .tab-item a.big {
        max-width: 230px;
    }

    .yellow-cta div {
        right: 1%;
        left: inherit;
    }

    section.yellow-cta, section.reassurance, section.map, section.cta, section.reviews {
        margin-inline: 15px !important;
        width: calc(100% - 30px) !important;
    }
}

@media (max-width: 1199.98px) {
    .annonces.details form:before {
        transform: translate(0%, 30%) rotate(25deg);
    }

    header > * {
        max-width: 50%;
        max-height: inherit;
    }

    div.tabs {
        height: inherit;
        width: 100%;
    }

    header > div h1 {
        font-size: 3.4em;
        max-width: 100%;
    }

    div.tabs .tab-item {
        padding-inline: 0;
        flex-wrap: wrap;
    }

    header div a.arrow {
        margin-bottom: 3em;
    }

    .reassurance {
        margin-block: 1em;
    }

    .map label {
        font-size: 1.6em;
    }

    .map #map, .map #map iframe {
        height: 500px;
    }

    .cta-right, .cta-left {
        padding-inline: 15px;
    }

    .yellow-cta div {
        max-width: inherit;
        left: inherit;
        padding: 0 3em;
        text-shadow: 1px 1px 20px #0000003d;
    }

    input[type="range"] {
        max-width: 450px;
        width: 450px;
    }

    .annonces.details div.tabs .tab-item {
        padding: 1em;
    }
    .previews {
        height: 100px;
        gap: 5px;
    }
    #page-7 form{
        gap: 20px;
        padding: 15px;
    }
}

@media (max-width: 991.98px) {
    nav {
        flex-direction: column;
        gap: 30px;
    }

    header img {
        width: 100%;
        height: 280px;
        object-position: 0 -150px;
    }

    header > * {
        max-width: 90%;
        margin: auto;
    }

    header {
        display: flex;
        flex-direction: column-reverse;
    }

    section.reassurance ul {
        flex-wrap: wrap;
    }

    section.reassurance ul li:not(:last-of-type, :first-of-type) {
        border: 0;
    }

    .annonces .items .item {
        /*max-width: 320px;*/
    }

    .annonces .items .item ul li {
        font-size: 0.83em;
    }

    .map label {
        font-size: 1.35em;
    }

    footer .footer-top {
        flex-wrap: wrap;
    }

    footer .footer-top ul {
        margin-top: 2em;
        margin-left: 0;
        max-width: 250px;
    }

    div.tabs .tab-choices span {
        line-height: 2.35em;
    }

    div.tabs .tab-choices {
        max-width: 260px;
    }

    /**********FILTERS************/
    form.filters {
        position: absolute;
        transform: translate(-200%);
        max-height: 0;
        overflow: hidden;
    }

    form.filters .select-group {
        flex-wrap: wrap;
        gap: 20px;
    }

    form.filters.active {
        transform: none;
        position: relative;
        max-height: 100vh;
        overflow: visible;
    }

    .big.yellow.filter {
        transform: none;
        position: relative;
    }

    input[type="range"] {
        max-width: 320px;
        width: 320px;
    }



    .annonces.details h3 {
        line-height: 1.2;
    }
    .annonces.details div.tabs .tab-choices {
        max-width: 220px;
        font-size: 0.8em;
    }
    .annonces.details div.tabs .tab-choices span {
        line-height: 1.35em;
    }
    #page-7 form{
        flex-direction: column;
    }
    #page-7 form > div{
        max-width: 100%;
    }
    #page-7 form .annonces{
        margin: 2em auto;
    }
}

@media (max-width: 767.98px) {
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    header > div {
        padding-left: 0;
    }

    .annonces .items {
        gap: 15px 15px;
        margin-block: 3.5em 4em;
    }

    .annonces .items .item {
        max-width: 480px;
    }

    .map label {
        font-size: 1.5em;
        max-height: 80px;
    }

    .yellow-cta h2 {
        font-size: 3em;
    }

    .annonces.annonces-small .items {
        gap: 35px 5px;
    }

    .annonces.annonces-small .items .item {
        max-width: 260px;
    }

    .annonces.annonces-small .items .item p.price {
        font-size: 1.09em;
    }

    footer .footer-top div a.big {
        max-width: 260px;
        padding-right: 1em;
        padding-left: 0.5em;
    }

    .range_group {
        flex-direction: column;
    }
    .previews img {
        width: 145px;
        margin-top: -45px;
        margin-bottom: 45px;
        height: 90px;
    }
    .annonces.details .wrapper .left, .annonces.details .wrapper .right{
        padding: 4em 1em;
        padding-bottom: 0;
        margin: 0;
        width: 100%;
    }
    .annonces.details .wrapper .right{
        padding-top: 0;
        padding-bottom: 4em;
    }
    .annonces.details .wrapper{
        flex-direction: column;
    }
    .annonces.details div.tabs .tab-item{
        font-size: 0.75em;
    }
}

@media (max-width: 575.98px) {
    .header-top .container {
        flex-wrap: wrap;
        height: auto;
        padding: 0.5em;
        justify-content: space-evenly;
    }

    .header-top .container p {
        flex: inherit;
        width: 100%;
        margin-bottom: 0.5em;
    }

    header img {
        width: 100%;
        height: 440px;
        object-position: center -75px;
        object-fit: none;
    }

    header > div h1 {
        font-size: 3em;
    }

    header > div p {
        max-width: 99%;
    }

    div.tabs {
        flex-direction: column;
    }

    div.tabs .tab-choices {
        margin: 0;
        max-width: 100%;
    }

    div.tabs .tab-choices span.active::after {
        content: none;
    }

    header div.tabs .tab-item {
        justify-content: center;
        background: #fff;
        box-shadow: 0 0 10px 1px #1a1a1a1a;
    }

    header div a.arrow {
        margin-inline: auto;
    }

    section.reassurance h1 {
        line-height: 1.1em;
    }

    section.reassurance h1:not(:last-of-type)::after {
        content: none;
    }

    section.reassurance h1 {
        border-bottom: 2px solid #fc0;
    }

    section.reassurance ul li {
        padding: 0.5em 0;
    }

    h1,  .annonces h1 {
        font-size: 1.55em;
        display: block;
        margin-inline: auto;
    }

    .annonces .items .item {
        max-width: 480px;
        padding: 0 10px;
        font-size: 0.919em;
    }

    .map label {
        font-size: 1.2em;
    }

    .yellow-cta div {
        padding: 0;
        padding-left: 2em;
    }

    .yellow-cta h2 {
        font-size: 2em;
    }

    .yellow-cta p {
        font-size: 1.16em;
    }

    nav ul li:not(:last-of-type)::after {
        content: none;
    }

    .reviews .review {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reviews .review div .stars {
        font-size: 1.9em;
        text-align: center;
    }

    .reviews .review > div:after {
        content: none;
    }

    .reviews .review > div {
        margin: 0;
    }

    .annonces .items .item .illustration label:first-of-type {
        font-size: 1.2em;
        max-height: 74px;
        max-width: 100%;
        clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    }

    .review ul {
        gap: 10px;
        font-size: 1.3625em;
        justify-content: center;
    }

    .review ul li:not(:last-of-type)::after {
        right: -9px;
    }

    .review p {
        padding: 1em;
        text-align: center;
    }

    .reviews .review > div::before {
        font-size: 10.42em;
        left: 50%;
        transform: translate(-50%, -30%);
        z-index: -1;
        font-style: italic;
    }

    .annonces h1 span {
        font-size: 1.65em;
    }

    section.cta {
        font-size: 0.75em;
        padding: 1.5em 0;
    }

    footer .footer-top div a.big {
        margin-top: 1em;
    }

    footer .footer-top ~ ul {
        flex-wrap: wrap;
    }

    input[type="range"] {
        max-width: 290px;
        width: 290px;
    }

    .order-small .select-arrow {
        transform: none;
    }

    h2.title-style {
        font-size: 1.5em;
    }

    h2.title-style {
        margin-block: 2em;
    }

    h2.title-style::before {
        bottom: -5px;
        left: -5px;
        width: 50px;
        height: 50px;
    }

    form.filters select {
        width: 100%;
    }

    form.filters .select-group {
        gap: 10px;
        flex-direction: column;
        align-items: start;
        padding: 0 1em;
    }

    h2.title-style::after {
        top: -5px;
        right: -5px;
        width: 50px;
        height: 50px;
    }
    .annonces.details {
        padding: 0 1px;
    }
    .annonces.details .items .item .illustration > img {
        padding: 5px;
    }
    .annonces.details .items .item .illustration label:last-of-type{
        left: 5px;
        top: 5px;
    }
    .annonces.details .items .item .illustration label:first-of-type{
        right: 5px;
        bottom: 5px;
    }
    .previews {
        height: auto;
        padding: 0;
    }
    .previews img {
        width: 150px;
    }
    .previews::before {
        height: 70%;
    }
    .annonces.details blocquote {
        max-width: 100%;
        padding: 0.6em .8em;
        display: block;
        line-height: 1;
    }
    .annonces.details div.tabs .tab-choices{
        max-width: 100%;
    }
    form input:not([type="checkbox"], [type="submit"], [type="range"]), form textarea{
        margin-block: 1em;
    }
    form input:not([type="checkbox"], [type="submit"], [type="range"]){
        max-width: 295px;
    }
    .checkbox-group label{
        font-size: 0.8em;
    }
    pre{
        padding: 0.5em 2em;
        line-height: 1.5;
        font-size: 0.9em;
    }
    #page-7 form{
        padding: 5px;
    }
    form .annonces{
        max-width: 100%;
    }

}

.annonces .swiper .swiper-button-prev,
.annonces .swiper .swiper-button-next {
    color: #2e2e2c;
    font-size: 20px;
    background: #ffcc00;
    padding: 10px;
    --swiper-navigation-size: 40px;
    --swiper-navigation-top-offset: 40%;
    width: calc((var(--swiper-navigation-size) - 10px) * 1.5);
    height: calc((var(--swiper-navigation-size) - 10px) * 2.25);
}

.annonces .swiper .swiper-scrollbar-drag {
    --swiper-scrollbar-drag-bg-color: #ffcc00;
}

/**
body {
    background: url(../images/home.jpg);
    background-size: calc(3200px / 2);
    background-position: top center;
    background-repeat: no-repeat;

}

body *:not(#MagiCSS-bookmarklet ,#MagiCSS-bookmarklet *) {
    opacity: 0.8;
}
**/

