@font-face {
  font-family: 'Manrope';
  src: url('https://amikanin.fr/wp-content/uploads/fonts/Manrope-ExtraLight.woff2') format('woff2');
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://amikanin.fr/wp-content/uploads/fonts/Manrope-Light.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://amikanin.fr/wp-content/uploads/fonts/Manrope-Regular.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://amikanin.fr/wp-content/uploads/fonts/Manrope-Medium.woff2') format('woff2');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://amikanin.fr/wp-content/uploads/fonts/Manrope-SemiBold.woff2') format('woff2');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://amikanin.fr/wp-content/uploads/fonts/Manrope-Bold.woff2') format('woff2');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Manrope';
  src: url('https://amikanin.fr/wp-content/uploads/fonts/Manrope-ExtraBold.woff2') format('woff2');
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
/* Champs de formulaire : hauteur tactile confortable sur mobile */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 16px;
}
/* ---- STRUCTURE DE L'EN-TÊTE ----
   Ces règles DOIVENT être dans le <head>. Déclarées dans le widget,
   elles s'appliquent après le premier rendu et décalent toute la page. */
body { padding-top: 80px; }

.am-site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.am-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.am-logo-img { height: 50px; width: 120px; object-fit: contain; }