.theme-toggle {
  display: none;
}

.theme-toggle:checked ~ .wrapper {
  background-color: #303030;
}
.theme-toggle:checked ~ .wrapper main .section1 h2 {
  color: #5ca7a4;
}
.theme-toggle:checked ~ .wrapper main .section1 p {
  color: rgb(255, 255, 255);
}
.theme-toggle:checked ~ .wrapper main .section1 .color-h2 h2 {
  color: white;
  background-color: #5ca7a4;
}
.theme-toggle:checked ~ .wrapper main .section2 h2 {
  color: #5ca7a4;
}
.theme-toggle:checked ~ .wrapper main .section2 .article1 h3 {
  color: #5ca7a4;
}
.theme-toggle:checked ~ .wrapper main .section2 .article1 .img1 {
  filter: brightness(0.5);
}
.theme-toggle:checked ~ .wrapper main .section2 div.section-couleur article {
  background-color: #303030;
  border: 0.1px solid rgb(255, 255, 255);
}
.theme-toggle:checked ~ .wrapper main .section2 div.section-couleur article h3 {
  color: #5ca7a4;
}
.theme-toggle:checked ~ .wrapper main .section3 div.grid {
  margin-bottom: 5%;
}
.theme-toggle:checked ~ .wrapper main .section3 div.grid article {
  border: 0.5px solid rgb(255, 255, 255);
  border-radius: 20px;
}
.theme-toggle:checked ~ .wrapper main .section3 div.grid article .pvideo {
  background-color: #303030;
  border: none;
}
.theme-toggle:checked ~ .wrapper main .section3 div.grid article h4 {
  color: #5ca7a4;
}
.theme-toggle:checked ~ .wrapper main .section3 div.grid article p {
  color: rgb(255, 255, 255);
}
.theme-toggle:checked ~ .wrapper main .section3 h3 {
  color: #5ca7a4;
}
.theme-toggle:checked ~ .wrapper main .section3 div h2 {
  background-color: #5ca7a4;
  color: rgb(255, 255, 255);
}
.theme-toggle:checked ~ .wrapper footer {
  border-top: 1px solid rgb(255, 255, 255);
  background-color: #303030;
}
.theme-toggle:checked ~ .wrapper footer p {
  color: rgb(255, 255, 255);
}

.theme-toggle:checked ~ .wrapper header {
  background-color: #303030;
  border-bottom: 1px solid white;
}
.theme-toggle:checked ~ .wrapper header .icons {
  display: flex;
  gap: 0.5em;
}
.theme-toggle:checked ~ .wrapper header .icons i {
  font-size: 28px;
  color: white;
}

@media screen and (min-width: 1024px) {
  .theme-toggle:checked ~ .wrapper header .icons {
    display: flex;
    gap: 0.5em;
  }
  .theme-toggle:checked ~ .wrapper header .icons i {
    font-size: 40px;
    color: #5ca7a4;
  }
  .theme-toggle:checked ~ .wrapper header nav ul li a {
    color: rgb(255, 255, 255);
  }
}

.container .section6 article {
  margin-top: 1EM;
  PADDING: 10PX 15PX;
  background-color: green;
}
.container .section6 article h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  PADDING: 1px;
  color: white;
  font-size: 23px;
  text-align: center;
}
.container .section6 article P {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 19px;
}
.container .section5 {
  margin-top: 1EM;
  PADDING: 10PX 15PX;
  background-color: black;
}
.container .section5 h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  PADDING: 2px;
  color: white;
  font-size: 22px;
  text-align: center;
}
.container .section5 article P {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 17px;
}
.container .section11 article {
  margin-top: 1EM;
  PADDING: 10PX 15PX;
  background-color: wheat;
}
.container .section11 article h2 {
  font-family: "Rubik", sans-serif;
  color: white;
  font-size: 28px;
  text-align: center;
}
.container .section11 article P {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 17px;
}
.container .section222 h2 {
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  color: #154968;
  text-align: center;
}
.container .section222 p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #154968;
}
.container .section222 .flex1 {
  gap: 1em;
  display: GRID;
  GRID-TEMPLATE-COLUMNS: auto;
}
.container .section222 .flex1 .article1 {
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
  color: #154968;
  border-radius: 20px;
}
.container .section222 .flex1 .article1 h3 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
}
.container .section222 .flex1 .article11 {
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
  color: #154968;
  border-radius: 20px;
}
.container .section222 .flex1 .article11 h3 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
}
.container .section222 .flex1 .article11 ul li {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.container .section4 {
  margin-bottom: 1em;
}
.container .section4 h3 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #154968;
}
.container .section4 article p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #154968;
  text-align: center;
}
.container .section4 .flex2 {
  gap: 1em;
  display: grid;
}
.container .section4 .flex2 .article2 {
  background-color: white;
  border-radius: 20px;
}
.container .section4 .flex2 .article2 .pos {
  padding: 0 10PX;
}
.container .section4 .flex2 .article2 h3 {
  font-family: "Rubik", sans-serif;
  text-align: start;
  font-size: 20px;
  color: #154968;
}
.container .section4 .flex2 .article2 img {
  width: 100%;
  HEIGHT: 78%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (min-width: 768px) {
  .container .section222 .flex1 {
    gap: 1em;
    GRID-TEMPLATE-COLUMNS: 1fr 1fr;
  }
  .container .section4 div.flex2 {
    gap: 1em;
    GRID-TEMPLATE-COLUMNS: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .container .section11 article {
    background-color: wheat;
  }
  .container .section11 article h1 {
    font-size: 22px;
  }
  .container .section11 article P {
    text-align: justify;
    font-size: 18px;
  }
  .container .section222 {
    display: flex;
    flex-direction: column;
  }
  .container .section222 h2 {
    font-size: 26px;
  }
  .container .section222 p {
    font-size: 21px;
  }
  .container .section222 .flex1 {
    display: flex;
    flex-direction: column;
  }
  .container .flex3 {
    display: flex;
    gap: 1em;
    align-items: flex-start;
    justify-content: center;
  }
  .container .section4 h2 {
    font-size: 24px;
  }
  .container .section4 h3 {
    font-size: 24px;
  }
  .container .section4 article p {
    text-align: justify;
    font-size: 21px;
  }
}
.theme-toggle:checked ~ .wrapper .section111 p {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section111 h2 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section22 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section22 h2 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section22 img {
  filter: brightness(0.6);
}
.theme-toggle:checked ~ .wrapper .section22 article {
  border: 1px solid white;
  background-color: #9E9E9E;
}
.theme-toggle:checked ~ .wrapper .section22 article p {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section22 article h3 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section11 article {
  background-color: #998b6b;
}
.theme-toggle:checked ~ .wrapper .section11 p {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section11 h2 {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section4 h3 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section4 p {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section4 .article2 {
  border: 1px solid white;
  background-color: #9E9E9E;
}
.theme-toggle:checked ~ .wrapper .section4 .article2 h3 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section4 img {
  filter: brightness(0.6);
}
.theme-toggle:checked ~ .wrapper .section5 h2 {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section5 p {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section6 article {
  background-color: #092509;
}
.theme-toggle:checked ~ .wrapper .section6 h2 {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section6 p {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section222 h3 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section222 p {
  color: white;
}
.theme-toggle:checked ~ .wrapper .section222 h2 {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section222 ul li {
  color: #154968;
}
.theme-toggle:checked ~ .wrapper .section222 .flex1 .article1 {
  border: 1px solid white;
  background-color: #9E9E9E;
}
.theme-toggle:checked ~ .wrapper .section222 .flex1 article.article11 {
  border: 1px solid white;
  background-color: #9E9E9E;
}
.theme-toggle:checked ~ .wrapper footer p {
  color: #154968;
}

.container .section111 h2 {
  font-family: "Rubik", sans-serif;
  text-align: center;
  font-size: 24px;
  color: #154968;
}
.container .section111 article {
  margin: 10px 0;
  text-align: justify;
}
.container .section111 article p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #154968;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.container .section22 {
  margin-top: 1em;
}
.container .section22 h2 {
  font-family: "Rubik", sans-serif;
  color: #154968;
}
.container .section22 .flex4 {
  gap: 1em;
  display: grid;
  margin-bottom: 5%;
}
.container .section22 .flex4 article {
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.container .section22 .flex4 article h3 {
  font-family: "Rubik", sans-serif;
  color: #154968;
  font-size: 18px;
}
.container .section22 .flex4 article img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 1em;
}
.container .section22 .flex4 article div.pos {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .container .section22 .flex4 {
    gap: 1em;
    GRID-TEMPLATE-COLUMNS: 1fr 1fr;
    GRID-TEMPLATE-ROWS: auto;
  }
}
@media screen and (min-width: 1024px) {
  .container .section111 h1 {
    font-size: 24px;
  }
  .container .section111 p {
    font-size: 18px;
  }
  .container .section22 .flex4 {
    gap: 1em;
    GRID-TEMPLATE-COLUMNS: 1fr 1fr 1fr;
    GRID-TEMPLATE-ROWS: auto;
  }
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #9E9E9E;
}

.rubik-light {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.logo {
  width: 100px;
}

header {
  position: sticky;
  top: 0;
  background-color: white;
  display: flex;
  gap: 9em;
  align-items: center;
  padding: 0 20px;
  z-index: 100;
  width: 100%;
}
header .icons {
  display: flex;
  gap: 0.5em;
}
header .icons i {
  font-size: 28px;
  color: #154968;
}
header .icons .fa-moon {
  display: inline;
}
header .logo {
  width: 100px;
}
header #menu-toggle {
  display: none;
}
header .burger-icon {
  font-size: 25px;
  color: black;
  display: flex;
  align-items: center;
}
header .burger-icon .fa-times {
  display: none;
}
header #menu-toggle:checked + .burger-icon .fa-bars {
  display: none;
}
header #menu-toggle:checked + .burger-icon .fa-times {
  display: block;
}
header #menu-toggle:checked ~ nav ul {
  display: flex;
}
header nav ul {
  list-style-type: none;
  display: none;
  flex-direction: column;
  background-color: #154968;
  position: absolute;
  top: 100%;
  right: 0;
  width: 150px;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
}
header nav ul li {
  text-align: center;
  padding: 10px 0;
}
header nav ul li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
}
header nav ul li a:hover {
  color: black;
}

main {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
main .flex5 {
  margin-top: 0.2em;
  display: flex;
  gap: 1em;
}
main .pink {
  background-color: #e5d0ff;
  color: #9370db;
}
main .green {
  background-color: #a8e3ea;
  color: #1c74a3;
}
main .date {
  background-color: #3d3d3d;
  color: #cccccc;
}
main .orange {
  background-color: #ffd995;
  color: #f25223;
}
main .section1 h2 {
  text-align: center;
  color: #154968;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
}
main .section1 .color-h2 {
  padding: 0 4em;
  text-align: center;
  background-color: #154968;
  font-size: 17px;
  color: white;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
}
main .section1 p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #154968;
  text-align: justify;
}
main .section2 .flex {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
main .section2 h2 {
  font-family: "Rubik", sans-serif;
  color: #154968;
  text-align: center;
  font-size: 24px;
  margin-top: 1em;
}
main .section2 .article1 {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
main .section2 .article1 h3 {
  font-family: "Rubik", sans-serif;
  color: black;
}
main .section2 .article1 .img1 {
  width: 100%;
}
main .section2 .article1 .gras {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-align: justify;
  font-size: 20px;
  color: black;
}
main .section2 .article1 span {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-top: 1em;
  font-size: 12px;
}
main .section2 .article1 .pos {
  padding: 0 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.78);
  position: absolute;
  bottom: 0;
  left: 0;
}
main .section2 .section-couleur {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
main .section2 .section-couleur article {
  display: flex;
  gap: 1em;
  background-color: white;
  border-radius: 20px;
  border: none;
}
main .section2 .section-couleur h3 {
  color: #154968;
  MARGIN-TOP: auto;
  MARGIN-BOTTOM: auto;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}
main .section2 .section-couleur img {
  width: 30%;
  height: 70px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
main .section3 h3 {
  font-family: "Rubik", sans-serif;
  color: #154968;
  text-align: center;
  font-size: 24px;
  margin-top: 1em;
}
main .section3 .bg {
  margin-top: 1em;
  padding: 0 3em;
}
main .section3 .bg .lien {
  text-decoration: none;
}
main .section3 .bg h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  background-color: #154968;
  font-size: 24px;
  text-align: center;
}
main .section3 .grid {
  gap: 1em;
  display: grid;
  grid-template-columns: 1fr;
}
main .section3 .grid article {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main .section3 .grid article .iframe {
  border: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
main .section3 .grid article h4 {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  color: #154968;
}
main .section3 .grid article .pvideo {
  border: 1px solid white;
  background-color: white;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
main .section3 .grid article .pvideo p {
  color: #154968;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
}
main .section3 h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-top: 1.5em;
  color: white;
  font-size: 16px;
  text-align: center;
  background: #154968;
}

footer {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background-color: white;
}
footer p {
  font-size: 13px;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #154968;
}

@media screen and (min-width: 768px) {
  header {
    gap: 38em;
  }
  header .icons i {
    font-size: 38px;
  }
  .container .section1 article div.color-h2 {
    padding: 0 15em;
  }
  .container .section2 div.flex {
    justify-content: center;
    flex-direction: row;
    display: flex;
    gap: 1em;
  }
  .container .section2 div.flex article.article1 {
    width: 60%;
  }
  .container .section2 div.flex .section-couleur {
    width: 40%;
    margin-top: 12%;
  }
  .container .section3 div.grid {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  .container .section3 div.grid article iframe.iframe {
    object-fit: cover;
  }
  .container .section3 div.grid article .pvideo {
    flex: 1;
  }
  footer {
    padding: 17px 0;
  }
  footer p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 95%;
    margin: 0 auto;
  }
  header {
    gap: 0;
  }
  header .icons {
    margin-left: 65%;
    margin-right: 35%;
  }
  header .icons i {
    font-size: 40px;
  }
  header .burger-icon {
    display: none;
  }
  header nav ul {
    margin-block: 0;
    margin-top: -4%;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    padding: 0;
    gap: 20px;
    justify-content: end;
    margin-right: 1EM;
  }
  header nav ul li {
    display: flex;
    padding: 0 2PX;
  }
  header nav ul li a {
    font-size: 22px;
    font-weight: normal;
  }
  .container .section1 h2 {
    font-size: 28px;
  }
  .container .section1 article p {
    text-align: justify;
    font-size: 22px;
  }
  .container .section1 article div.color-h2 {
    padding: 0 20em;
  }
  .container .section1 article div.color-h2 h2.h2 {
    font-size: 24px;
  }
  .container .section2 h2 {
    font-size: 30px;
  }
  .container .section2 div.flex {
    justify-content: center;
    flex-direction: row;
    display: flex;
    gap: 5em;
  }
  .container .section2 div.flex article.article1 {
    width: 70%;
  }
  .container .section2 div.flex article.article1 h3 {
    font-size: 26px;
  }
  .container .section2 div.flex article.article1 span {
    font-size: 18px;
  }
  .container .section2 div.flex article.article1 .img1 {
    height: 425px;
  }
  .container .section2 div.flex article.article1 div.pos {
    top: 22em;
  }
  .container .section2 div.flex article.article1 div.pos p {
    text-align: justify;
    font-size: 19px;
  }
  .container .section2 div.flex .section-couleur {
    width: 35%;
  }
  .container .section2 div.flex .section-couleur h3 {
    font-size: 19px;
  }
  .container .section2 div.flex .section-couleur img {
    height: 112px;
  }
  .container .section3 h3 {
    font-size: 32px;
  }
  .container .section3 div.bg h2 {
    font-size: 24px;
  }
  .container .section3 div.grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
  }
  .container .section3 div.grid article {
    width: 100%;
    height: 460PX;
  }
  .container .section3 div.grid article iframe.iframe {
    height: 70%;
    object-fit: cover;
  }
  .container .section3 div.grid article .pvideo {
    height: 50%;
    background-color: white;
    padding: 10px;
  }
  .container .section3 div.grid article .pvideo p {
    TEXT-ALIGN: JUSTIFY;
    font-size: 17px;
  }
  .container .section3 h2 {
    font-size: 24px;
  }
  footer {
    padding: 23px 0;
  }
  footer p {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
