.main-content{
    width: 1024px;
    margin: 0 auto;
    display: table;
}

.localfr-link {
    color: inherit;
    text-decoration: none;
}

.localfr-link:hover {
    color: inherit;
    text-decoration: underline;
}

a.block-link:hover,
a.block-link {
    color: inherit;
}

article a,
article a:hover {
    color: inherit;
}

.invert-sepia,
.legal-notes-container {
    padding: 15px;
}

.legal-notes-container {
    background-color: rgb(245, 245, 245);
    border-radius: 3px;
    margin: 10px;
    color: #333;
    font-family: "Noto Sans", Noto Sans;
}

.legal-notes-container h1 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.legal-notes-container h2 {
    margin: 5px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.legal-notes-container h4 {
    margin: 5px 0 0 10px;
    font-size: 13px;
    font-weight: bold;
}

.legal-notes-container p {
    margin-left: 1.3em;
}

.legal-notes-container h4 + p {
    margin-left: 27px;
}

.legal-notes-container a {
    color: #355;
    font-weight: bold;
    font-size: 1.1em;
}

a.inherit-links,
a.inherit-links:visited,
a.inherit-links:hover,
a.inherit-links:focus,
a.inherit-links:active{
    color: inherit;
}

h1, h2, h3, h4 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

h2 {
    font-size: 16px;
}

.section {
    margin-top: 35px;
}

.input-required:after {
    content: " *";
    color: red;
    vertical-align: top;
}

.footer-personnalise{
    clear: both;
    line-height: 20px;
}

.footer-personnalise h3,
.footer-personnalise h4 {
    line-height: 20px;
}

.article-personnalise p {
    text-align: justify;
}

.article-personnalise h2 {
    margin: 20px 0;
}

.footer-personnalise h3,
.article-personnalise h3 {
    font-size: 1.17em;
}
.footer-personnalise h4,
.article-personnalise h4 {
    font-size: 1em;
}
.footer-personnalise h5,
.article-personnalise h5 {
    font-size: 0.83em;
}
.footer-personnalise h6,
.article-personnalise h6 {
    font-size: 0.67em;
}
.footer-personnalise h3,
.footer-personnalise h4,
.footer-personnalise h5,
.footer-personnalise h6,
.article-personnalise h3,
.article-personnalise h4,
.article-personnalise h5,
.article-personnalise h6 {
    font-weight: bold;
    text-align: justify;
    margin: 5px 0;
}

/**
 * https://stackoverflow.com/questions/21476380/background-size-on-ios
 * https://caniuse.com/background-attachment
 * iOS has an issue preventing background-attachment: fixed from being used with background-size: cover
 * Work around to display background-image with fixed value
 * We have to set background-attachment to scroll to do not break the behavior due to zoomed image
 */
@media only screen and (max-width: 768px) and (orientation: portrait),
       only screen and (max-width: 1180px) and (orientation: landscape) {
    .ios-enabled {
        background-position: top !important;
        background-size: auto 100vh !important;
        background-attachment: scroll !important;
    }
}

/*
 * In order to avoid having horizontal scrollbars,
 * caused by large min-width properties set on Webtool 1 sites.
 */
@media (max-width: 1000px) {
    .article-personnalise .full-screen-div {
        margin-left: -5vw !important;
    }
}
@media (max-width: 5in) {
    .article-personnalise > div {
        min-width: 100% !important;
    }
}

@media (max-width: 12in) {
    .titre-personnalise div {
        float: none !important;
    }
    h1.titre-personnalise {
        margin-top: 0 !important;
    }

    .article-personnalise .responsive-div {
        width: 100% !important;
        min-height: auto !important;
    }

    .article-personnalise .responsive-div img {
        margin: 0
    }

    .article-personnalise table img {
        width: 100%;
    }

    .article-personnalise div {
        float: none !important;
        display: table;
    }

    .footer-personnalise {
        padding-top: 10px;
    }

    .footer-personnalise .col-md-3 {
        border-right-style: none !important;
    }

    .btn-agendize-custom {
        float: none !important;
    }
}

@media (max-width: 991px) {
    div[id^="wt-container-instance"].sticky {
        position: relative !important;
        top: initial !important;
    }
}

.article-personnalise img {
    max-width: 100%;
}

.article-personnalise iframe {
    max-width: 100%;
    max-height: 100%;
}

.actuality-full-page > .return-link:hover,
.actuality-full-page > .return-link {
    color: inherit;
}
.actuality-full-page > .return-link span {
    margin-right: 5px;
}
.actuality-full-page > .return-link {
    float: right;
}

.jx-knightlab {
    display: none !important;
}

.local-widget-unavailable {
    color: #900;
    font-weight: bold;
    border: 1px solid #900;
    border-radius: 3px;
    background: #fcc;
    padding: 10px 30px;
    margin: 10px;
    display: inline-block;
}


/* =========================
   CTA "Appelez votre conciergerie"
   ========================= */

a.cta-call {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 18px;
  border-radius: 16px;

  text-decoration: none;
  overflow: hidden;

  /* Look premium */
  background: rgba(17, 17, 17, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 12px 28px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.10);
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

/* petit halo “glow” discret */
a.cta-call::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: radial-gradient(120px 60px at 20% 10%, rgba(255,255,255,0.22), transparent 60%),
              radial-gradient(140px 70px at 80% 100%, rgba(255,255,255,0.12), transparent 55%);
  opacity: .8;
  pointer-events: none;
}

/* reflet qui traverse au hover */
a.cta-call::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 60%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  opacity: 0;
  pointer-events: none;
}

/* contenu */
a.cta-call .cta-call__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #fff;
  text-align: center;
}

a.cta-call .cta-call__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
  line-height: 1.1;
}

a.cta-call .cta-call__sub {
  font-size: 12px;
  opacity: .85;
  line-height: 1.2;
}

/* Hover / focus */
a.cta-call:hover,
a.cta-call:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 16px 36px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.12);
  filter: brightness(1.04);
}

a.cta-call:hover::after,
a.cta-call:focus-visible::after {
  opacity: 1;
  animation: ctaShine .9s ease forwards;
}

@keyframes ctaShine {
  from { left: -60%; }
  to { left: 120%; }
}

/* Pulse discret pour attirer l’œil (sans être agressif) */
a.cta-call {
  animation: ctaPulse 2.6s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.10); }
  50% { box-shadow: 0 14px 34px rgba(0,0,0,0.26), inset 0 1px 0 rgba(255,255,255,0.12); }
}

/* Accessibilité: si l’utilisateur préfère moins d’animations */
@media (prefers-reduced-motion: reduce) {
  a.cta-call { animation: none; }
  a.cta-call::after { animation: none !important; }
}

/* =========================
   MENU – pas de soulignement par défaut
   ========================= */
.menu a,
.menu a:hover,
.menu a:focus,
.menu a:visited {
  text-decoration: none !important;
}
