@charset "UTF-8";

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

:root {
    --grey: #6D686A;
    --grey-1: #d6cdd2;
    --grey-2: #53483f;
    --grey-3: #eae5e0;
    --brown: #AE8E55;
    --pink: #c2577e;
    --white: #ffffff;
    --cream: #f5f5f4;
}

*,
html,
body,
section,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

html {
    -webkit-text-size-adjust: none;
}

header {
    z-index: 100;
}

main {
    background: var(--cream);
    min-height: 100vh;
    padding: 0 0 4em;
    margin-top: 70px;
}

section {
    margin: 0 auto;
    padding: 2em 0;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}


.btn-container {
    display: grid;
    place-items: center;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 0;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--pink);
    width: 100%;
    padding: 40px 20px 30px;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    text-align: center;
    color: #f9f6f2;
}

footer a {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    font-weight: inherit;
    color: #f9f6f2;
}

footer a:hover {
    color: #282B2C;
}

.footer-logo {
    height: 100px;
    margin: 1em 0 0;
    pointer-events: none;
}

/********************************/
/*          TYPOS             */
/********************************/
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 45px;
    color: var(--grey);
    text-align: center;
    margin: 1em 0 .5em;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.7em;
    }
}

h1 sup {
    top: -.8em !important;
    font-size: 20px;
}

@media (max-width: 768px) {
    h1 sup {
        top: -.5em !important;
        font-size: 18px;
    }
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.4em;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
    color: var(--brown);
    margin: 0 auto 1em;
}

@media (max-width: 768px) {
    h2 {
        font-size: 2em;
    }
}

h2 sup {
    font-size: 20px;
}

@media (max-width: 768px) {
    h2 sup {
        font-size: 15px;
    }
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    color: #6D686A;
    margin-bottom: 1em;
    width: 90%;
    margin: auto;
}

@media (max-width: 668px) {
    h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #6D686A;
    }
}

h3 sup {
    font-size: 17px;
}

@media (max-width: 768px) {
    h3 sup {
        font-size: 15px;
    }
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: var(--grey-2);
    letter-spacing: 1px;
}

h4 sup {
    top: -.4em !important;
    font-size: 10px;
    font-weight: 600;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 25px;
    color: #AE8E55;
    letter-spacing: 1px;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    color: var(--grey);
    margin-bottom: 2em;
}

@media (max-width: 668px) {
    h6 {
        font-size: 1.15em;
    }
}

h6 sup {
    top: -.4em !important;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.65;
    text-align: justify;
    color: #6D686A;
}

p sup {
    font-family: 'Open Sans', sans-serif;
    top: -.5em !important;
    font-size: 12px;
    line-height: 30px;
}

@media (max-width: 768px) {
    p sup {
        font-family: 'Open Sans', sans-serif;
        top: -.5em !important;
        font-size: 12px;
        line-height: 25px;
    }
}

strong {
    font-weight: 600;
}

.alert1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #AE8E55;
}

.alert2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #AE8E55;
}

.alert3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #AE8E55;
}

figcaption h5 {
    font-size: 2.2em;
    text-align: center;
}

figcaption h3 sup {
    top: -.5em !important;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}

/* Custom Phone Number */
a[href^="tel"] {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
}

a:hover[href^="tel"] {
    font-family: 'Open Sans', sans-serif;
    color: #242121;
    font-size: 14px;
    text-decoration: none;
    line-height: 15px;
}

.t .text-justify {
    text-align: justify;
}

/*  ancre décalage */
.anchor {
    display: block;
    height: 65px;
    margin-top: -65px;
    visibility: hidden;
}

hr.style1 {
    width: 100%;
    background-color: var(--grey-1);
    border: 0 none;
    height: 1px;
    margin-bottom: 1em;
}


/* - - - - 2025 - - - - - */
#videos {
    display: grid;
    grid-template-columns: 1fr);
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 50px auto;
}

@media screen and (max-width: 968px) {
    #videos {
        grid-template-columns: 1fr;
        gap: 2em;
        padding: 0 0;
    }
}

#videos h2 {
    margin: 0;
    padding: 0;
}

#videos h3 {
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    color: var(--red);
    margin: 0;
    padding: 0;
}

.wrapper_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f0e9e8;
}

.video-responsive {
    overflow: hidden;
    width: 100%;
    padding-bottom: 66.25%;
    position: relative;
    height: 0;
    margin-top: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* - - - - 2021 - - - - - */
.carousel-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.carousel-text-container {
    position: absolute;
    z-index: 1;
}

.carousel-text-container h2 {
    font-family: 'Dancing Script', sans-serif;
    font-size: 6vw;
    text-align: center;
    color: var(--white);
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.65);
    margin: 0 0 .5em;
}

@media screen and (max-width: 768px) {
    .carousel-text-container h2 {
        font-size: 8.5vw;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
        margin: 0;
    }
}

@media screen and (max-width: 668px) {
    .carousel-text-container h2 {
        font-size: 9vw;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
        margin: 0;
    }
}

.carousel-text-container h3 {
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    color: var(--white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 768px) {
    .carousel-text-container h3 {
        font-size: 4vw;
    }
}

@media screen and (max-width: 668px) {
    .carousel-text-container h3 {
        font-size: 4.5vw;
    }
}

.responsive {
    max-width: 100%;
    height: auto;
}

.bloc-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    justify-items: center;
}

@media screen and (max-width: 1100px) {
    .bloc-4col {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 868px) {
    .bloc-4col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 668px) {
    .bloc-4col {
        grid-template-columns: 1fr;
    }
}

/* - - */
.bloc-4col-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    justify-items: center;
}

@media screen and (max-width: 868px) {
    .bloc-4col-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

#gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#gallery h3 {
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;
}

#gallery p {
    text-align: center;
}

/* - - */
.bloc-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    justify-items: center;
}

@media screen and (max-width: 568px) {
    .bloc-2col {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

.bloc-3col-press {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em;
    justify-items: center;
}

@media screen and (max-width: 668px) {
  .bloc-3col-press {
      display: grid;
      grid-template-columns: 1fr;
      gap: 3em;
      justify-items: center;
  }
}

.bloc-2col-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    justify-items: center;
}

.properties h4 {
    font-size: 1.1em;
    text-align: center;
    font-weight: 300;
    color: var(--grey-2);
    margin: 0 auto 1em;
}

.properties h4 sup {
    color: var(--grey-2);
    font-weight: 300;
}

.blog-icone {
    height: 110px;
}

.blog {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.blog h3 {
    font-size: 1.7em;
    text-align: center;
    font-weight: 300;
    margin: 1em auto;
}

.blog p {
    text-align: center;
}

.paris-map-container {
    display: flex;
    justify-content: center;
    margin: 2em auto 0;
}

.paris-map {
    height: 300px;
}

/* - - - - FIN 2021 - - - - - */
#return-to-top {
    position: fixed;
    bottom: 0;
    right: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    #return-to-top {
        right: 15px;
        width: 40px;
        height: 40px;
    }
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 10px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
    #return-to-top:hover {
        background-color: #222;
        opacity: .4;
    }
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.btn-kustom {
    padding: 10px 20px;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #FFF;
    background-color: #B29716;
    transition: .3s;
    margin: 25px 0 0;
    font-size: 1em;
    cursor: pointer;
}

.btn-kustom:hover {
    background-color: #5F504D;
    color: #FFF;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.property-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--grey-3);
}

.properties-btn {
    background: var(--brown);
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #FFF;
    margin: 1px auto 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.properties-btn:hover {
    background-color: #5F504D;
}

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

.photos-btn {
    background: #5F504D;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #FFF;
    margin: 15px auto 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.photos-btn:hover {
    background-color: var(--brown);
}

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

.descriptif {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--grey-3);
    padding: 5px 0 5px;
    border-radius: 10px;
    max-width: 450px;
    margin: 2em auto 0;
}

.descriptif p {
    text-align: center;
    line-height: 2;
}

.properties-info {
    margin: 1em 0 0;
}

.properties-info p {
    text-align: left;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 668px) {
    .properties-info p {
        text-align: left;
    }
}

.properties-info h2 {
    font-size: 1.3em;
    font-weight: 500;
    text-align: left;
    color: var(--brown);
    margin: 0;
}

.properties-info p:last-child {
    margin: 0;
}

.properties-info ul {
    margin-top: 0;
}

.properties-info ul li {
    color: #6D686A;
    text-transform: none;
    line-height: 2;
    margin-left: 20px;
}

.properties-info ul > li::before {
    content: "\f054";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.7em;
    width: 1.7em;
    color: var(--brown);
    font-size: .5em;
}

.properties-info hr.style1 {
    margin: 1em auto;
}

/********************************/
/*  HOVER PROPERTIES PHOTOS */
/********************************/
.snip1584 {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
}

.snip1584 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.snip1584:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 100%;
    content: '';
    background-color: rgba(0, 0, 16, 0.4);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.snip1584 img {
    vertical-align: top;
    max-width: 100%;
}

.snip1584 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.snip1584 h3,
.snip1584 h5 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
}

.snip1584 h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    margin-bottom: 5px;
}

.snip1584 h5 {
    padding: 3px 10px;
    font-size: 18px;
    color: #ffffff;
}

.snip1584 h5 sup {
    top: -.4em !important;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
}

.snip1584 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1584:hover:before,
.snip1584.hover:before {
    top: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.snip1584:hover h3,
.snip1584.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1584:hover h5,
.snip1584.hover h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*  Image zoom hover */
#zoomin {
    display: block;
    overflow: hidden;
}

#zoomin img {
    display: block;
    transition: transform .35s;
    /* smoother zoom */
}

#zoomin:hover img {
    transform: scale(1.035);
    transform-origin: 50% 50%;
}

#anchor-photos {
    position: absolute;
    padding-top: 100px;
    margin-top: -100px;
}

@media screen and (max-width: 668px) {
    #anchor-photos {
        position: absolute;
        padding-top: 70px;
        margin-top: -70px;
    }
}

/********************************/
/*  PRESS */
/********************************/
.press {
  display: grid;
  grid-template-rows: auto; /* une rangée par élément */
  gap: 3rem; /* espacement vertical */

}

.press p{
text-align: center;
}
.press strong{
font-size: 18px;
color: var(--brown);
}
