.elementor-4059 .elementor-element.elementor-element-3b802437 > .elementor-container{max-width:880px;}.elementor-4059 .elementor-element.elementor-element-3b802437{margin-top:50px;margin-bottom:18px;}.elementor-4059 .elementor-element.elementor-element-186a1680 > .elementor-widget-container{margin:-70px 0px 0px 0px;}body.rtl .elementor-4059 .elementor-element.elementor-element-186a1680.elementor-author-box--layout-image-left .elementor-author-box__avatar,
					 body:not(.rtl) .elementor-4059 .elementor-element.elementor-element-186a1680:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-right:0px;margin-left:0;}body:not(.rtl) .elementor-4059 .elementor-element.elementor-element-186a1680.elementor-author-box--layout-image-right .elementor-author-box__avatar,
					 body.rtl .elementor-4059 .elementor-element.elementor-element-186a1680:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-left:0px;margin-right:0;}.elementor-4059 .elementor-element.elementor-element-186a1680.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin-bottom:0px;}.elementor-4059 .elementor-element.elementor-element-186a1680 .elementor-author-box__avatar img{border-style:solid;border-color:#ffffff;border-width:8px;}.elementor-4059 .elementor-element.elementor-element-186a1680 .elementor-author-box__name{color:#828282;font-size:16px;text-transform:uppercase;letter-spacing:2.9px;}.elementor-4059 .elementor-element.elementor-element-e7a636a > .elementor-widget-container{margin:15px 0px 15px 0px;}.elementor-4059 .elementor-element.elementor-element-e7a636a{text-align:center;}.elementor-4059 .elementor-element.elementor-element-e7a636a .elementor-heading-title{font-family:"Hero", Hero, Sans-serif;font-weight:600;color:var( --e-global-color-primary );}.elementor-4059 .elementor-element.elementor-element-26a8c145{width:var( --container-widget-width, 101.512% );max-width:101.512%;--container-widget-width:101.512%;--container-widget-flex-grow:0;line-height:2.1em;}.elementor-4059 .elementor-element.elementor-element-4f01ea1 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-4059 .elementor-element.elementor-element-95fb973 .elementor-heading-title{font-family:"Hero", Hero, Sans-serif;font-size:20px;font-weight:600;color:var( --e-global-color-primary );}.elementor-4059 .elementor-element.elementor-element-ebff65e{--grid-columns:3;}.elementor-4059 .elementor-element.elementor-element-3d32a4e > .elementor-widget-container{margin:0px 0px 40px 0px;}@media(max-width:1135px){.elementor-4059 .elementor-element.elementor-element-ebff65e{--grid-columns:2;}}@media(max-width:767px){.elementor-4059 .elementor-element.elementor-element-ebff65e{--grid-columns:1;}}/* Start custom CSS for theme-post-title, class: .elementor-element-e7a636a *//* Style du titre principal des articles */
.article-main-title {
  font-family: "Cormorant Garamond", serif; /* ou ta police Elementor si différente */
  font-size: clamp(2.4rem, 3.2vw, 3rem);
  font-weight: 600;
  color: #102C54; /* bleu nuit */
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 0.8rem;
}

/* Petite barre décorative */
.article-main-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #C9A166; /* doré */
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3b802437 */.article-content {
    font-family: "Inter", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #102C54;
    max-width: 760px;
    margin: auto;
}

.article-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.9rem;
    font-weight: 600;
    color: #102C54;
    margin-top: 2.4rem;
    margin-bottom: 0.8rem;
    position: relative;
}

.article-content h2::after {
    content: "";
    width: 55px;
    height: 3px;
    background-color: #C9A166;
    border-radius: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.article-content a {
    color: #C9A166;
    text-decoration: underline;
    font-weight: 600;
}

.article-content strong {
    color: #102C54;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f01ea1 *//* Conteneur commun pour harmoniser les deux cartes */
.owners-section,
.social-follow {
    max-width: 980px;         /* même largeur pour les deux */
    margin: 3rem auto 0 auto; /* centrage + même marge */
    background: #F8F6F2;
    border-radius: 18px;
    padding: 2.5rem 2.5rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

/* Bloc Katerina & Yann */
.owners-section {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.owners-photo img {
    display: block;
    max-width: 260px;
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

.owners-content {
    flex: 1;
    position: relative;
}

.owners-divider {
    width: 3px;
    height: 70px;
    background: #C9A166;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.owners-title {
    margin: 0 0 0.75rem 1.2rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 600;
    color: #102C54;
}

.owners-content p {
    margin: 0.3rem 0 0.3rem 1.2rem;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #333333;
}

/* Bloc Suivez-nous */
.social-follow {
    text-align: center;
    margin-top: 2rem;       /* un peu moins d’espace entre les deux */
}

.social-follow h2 {
    margin-top: 0;
    margin-bottom: 1.4rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    color: #102C54;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
}

.social-icons a {
    font-size: 1.35rem;
    color: #C84A5E;
    text-decoration: none;
    transition: transform 0.15s ease, color 0.15s ease;
}

.social-icons a:hover {
    transform: translateY(-2px) scale(1.05);
    color: #A33546;
}

/* Mobile */
@media (max-width: 768px) {
    .owners-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 1.5rem;
    }

    .owners-divider {
        position: static;
        width: 50px;
        height: 3px;
        margin-bottom: 0.6rem;
    }

    .owners-title,
    .owners-content p {
        margin-left: 0;
    }

    .social-follow {
        padding: 2rem 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d32a4e */.social-follow {
    margin-top: 3rem;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 12px;
}

.social-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 600;
    color: #102C54;
    margin-bottom: 1.5rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 2.2rem;
}

.social-icons .icon {
    font-size: 32px; /* taille icône */
    color: #C9A166; /* OR premium */
    transition: all 0.25s ease;
}

.social-icons .icon:hover {
    color: #A88341; /* OR foncé hover */
    transform: scale(1.18);
}/* End custom CSS */
/* Start custom CSS *//* ------- Conteneur principal ------- */
.article-content {
    font-family: "Inter", sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #102C54;
    max-width: 760px;
    margin: auto;
    padding: 0 15px;  /* pour éviter que ça colle sur mobile */
}

/* ------- Titres H2 ------- */
.article-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.9rem;
    font-weight: 600;
    color: #102C54;
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
    position: relative;
}

/* Petite barre dorée sous chaque H2 */
.article-content h2::after {
    content: "";
    width: 55px;
    height: 3px;
    background-color: #C9A166;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
/* ------- Titres H3 ------- */
.article-content h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #102C54;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 18px;
    margin-left: 25px; /* ← décale tout le bloc vers la droite */
}

.article-content h3::before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #C9A166;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}
/* ------- Liens ------- */
.article-content a {
    color: #C9A166;
    text-decoration: underline;
    font-weight: 600;
}

/* ------- Texte en gras ------- */
.article-content strong {
    color: #102C54;
    font-weight: 700;
}

/* ------- Images ------- */
.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 25px 0;
    display: block;
}

/* ------- Listes ------- */
.article-content ul,
.article-content ol {
    margin-left: 20px;
    margin-bottom: 1.2rem;
}

.article-content li {
    margin-bottom: 6px;
}

/* ------- Petites corrections globales ------- */
.article-content p {
    margin-bottom: 1.2rem;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Hero';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ledomainedailleurs.fr/wp-content/uploads/2022/04/Hero-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Hero';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://ledomainedailleurs.fr/wp-content/uploads/2022/04/Hero-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Hero';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ledomainedailleurs.fr/wp-content/uploads/2022/04/Hero-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */