/* === ROBOTO NORMALS === */
@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* === ROBOTO ITALIC === */
@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/Polices/Roboto/static/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}


@font-face {
  font-family: 'Titre';
  src: url('/Polices/Titre/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

:root {
  --grisClair: #F6F6F6;
  --grisNuance2: #DBD9D9;
  --grisNuance3: #757575;
  --grisFonce: #3C3C3C;
  --blanc: white;
  --noir: black;
  --vert: #145814;
  --vert-Fonce: #093109;
  --rougeRupture: #e61515;
  --couleurMiel: #E4A60A;
  --couleurMiel-Fonce: rgb(66, 57, 26);
  --ombre1: rgba(45, 49, 49, 0.15) 0px 2px 8px 0px;
  --ombre2: rgba(45, 49, 49, 0.1) 0px 4px 12px 0px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.corpsArticle {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--grisClair);
  width: 100%;
  max-width: 900px;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  padding-top: 50px;
}

.corpsArticle h1 {
  color: var(--vert);
  text-align: center;
  font-size: 2.4rem;
}

.corpsArticle h2 {
  color: var(--couleurMiel);
  font-size: 2.0rem;
}

.Paragraphe-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}

.inverse {
  flex-direction: row-reverse;
}

.Paragraphe-image img {
  width: 300px;
}

.Paragraphe-image .Paragraphe-texte {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}

.Paragraphe-texte a {
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  color: var(--couleurMiel);
  font-weight: 300;
  cursor: pointer;
  transition: color 0.3s ease;
}

.Paragraphe-texte a:hover {
  color: var(--couleurMiel-Fonce);
}

header:not(.Monthead) {
  transition: all 0.3s ease;
  top: 0;
}

.Monthead {
  transition: all 0.3s ease;
  top: -70px;
}

.corpsArticle p.DateModif {
  font-size: 0.9rem;
  color: var(--grisNuance3);
  text-align: center;
  margin-top: 20px;
}

.corpsArticle iframe {
  width: 100%;
  height: 2350px;
  border: none;
  margin-top: 20px;
}

.corpsArticle ul{
  margin-left: 50px;
  margin-top: 10px;
  gap: 10px;
  list-style-type: none;
}

.corpsArticle ul li{
  font-size: 1.2rem;
  color: var(--noir);
  font-family: 'Roboto';
  margin-bottom: 10px;
  font-weight: 500;
}

.corpsArticle ul li strong{
  color: var(--vert);
  font-weight: 500;
}

@media (max-width: 720px) {
  .corpsArticle {
    padding: 10px;
    padding-top: 30px;
    max-width: 100%;
  }

  .corpsArticle h1 {
    font-size: 1.7rem;
  }

  .corpsArticle h2 {
    font-size: 1.3rem;
  }

  .Paragraphe-image {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }

  .Paragraphe-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .Paragraphe-image .Paragraphe-texte {
    font-size: 1rem;
  }

  .Paragraphe-texte a {
    font-size: 1rem;
  }
}

.cache {
    display: none;
}