/* TITRES */
.frame + .frame {
  margin-top: 20px;
}

h1 {
  border-top: 5px solid var(--color-semences);
  padding-top: 20px;
  font-weight: 300;
  font-size: 36px;
  display: inline-block;
}

.frame h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 10px 0;
}
.frame h3 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  color: #414141 !important;
  margin: 20px 0 10px 0;
}
.frame h4 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
  color: #414141 !important;
}

/* TEXTES */
.ce-bodytext p {
  line-height: 1.8em;
  margin-bottom: 20px;
}
.ce-bodytext *:last-child {
  margin-bottom: 0;
}
.ce-bodytext .align-center {
  text-align: center;
}
.ce-bodytext .important {
  text-transform: uppercase;
}
.ce-bodytext a {
  color: #003399;
}
.ce-bodytext b,
.ce-bodytext strong {
  font-weight: 700;
}
.ce-bodytext p + ul {
  margin: -20px 0 20px 0;
}

/* IMAGES */
.frame-type-textmedia figure.image img {
  max-width: 100%;
  height: auto;
}
.frame-type-textmedia figcaption {
  text-align: center;
}
.frame-type-textmedia iframe + figcaption {
  background: #323232;
  color: #ffffff;
  padding: 10px;
  margin-top: -5px;
}

/* LISTES */
.frame ul li {
  list-style: disc outside none;
  margin-left: 15px;
}
.frame ol li {
  list-style: decimal inside none;
}

/* TEXTES IMAGES */
.ce-textpic.ce-center .ce-column {
  text-align: center;
}

/* SITEMAP */
.frame-type-menu_sitemap_pages ul li {
  text-transform: uppercase;
  list-style: none outside none !important;
}
.frame-type-menu_sitemap_pages ul li ul li {
  text-indent: 20px;
}
.frame-type-menu_sitemap_pages ul li ul li ul li {
  text-indent: 40px;
  margin-top: 5px;
  margin-bottom: 0;
}
.frame-type-menu_sitemap_pages ul li ul li ul li ul li {
  text-indent: 60px;
}
.frame-type-menu_sitemap_pages ul li ul li a {
  text-transform: initial;
}
