/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
 * CONTENTS..............You’re reading it!
 * BASE STYLE .............................
*/

/* ------------------------------------ *\
  ==BASE STYLE
\* ------------------------------------ */
.paragraph-iframe {
  text-align: center;
}

.paragraph-iframe iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}

.paragraph-iframe + .paragraph-texte {
  margin-top: -1rem;
}
