/* ============================================================
   PARCOURS · Conjugation — host frame for the embedded Conjugueur
   The trainer itself keeps all its own styles inside the iframe.
   ============================================================ */
.conj-wrap{
  margin:0 -20px;          /* bleed to the shell edges so the desk feels full-width */
}
.conj-frame{
  display:block;width:100%;border:0;background:transparent;
  /* height is set by conjugueur.js to fill the area below the masthead */
}

/* On the conjugation route the iframe owns the vertical space — hide the host footer. */
body.route-conj .footnote{display:none}

@media(max-width:760px){
  .conj-wrap{margin:0 -14px}
}
@media(max-width:540px){
  .conj-wrap{margin:0 -14px}
}
