@font-face {
  font-family: "flamabasic";
  src: url("../fonts/flama-basic-webfont.eot");
  src: url("../fonts/flama-basic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama-basic-webfont.woff2") format("woff2"), url("../fonts/flama-basic-webfont.woff") format("woff"), url("../fonts/flama-basic-webfont.ttf") format("truetype"), url("../fonts/flama-basic-webfont.svg#flamabasic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flamabook";
  src: url("../fonts/flama-book-webfont.eot");
  src: url("../fonts/flama-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama-book-webfont.woff2") format("woff2"), url("../fonts/flama-book-webfont.woff") format("woff"), url("../fonts/flama-book-webfont.ttf") format("truetype"), url("../fonts/flama-book-webfont.svg#flamabook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flamalight";
  src: url("../fonts/flama-light-webfont.eot");
  src: url("../fonts/flama-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama-light-webfont.woff2") format("woff2"), url("../fonts/flama-light-webfont.woff") format("woff"), url("../fonts/flama-light-webfont.ttf") format("truetype"), url("../fonts/flama-light-webfont.svg#flamalight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "flamamedium";
  src: url("../fonts/flama-medium-webfont.eot");
  src: url("../fonts/flama-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama-medium-webfont.woff2") format("woff2"), url("../fonts/flama-medium-webfont.woff") format("woff"), url("../fonts/flama-medium-webfont.ttf") format("truetype"), url("../fonts/flama-medium-webfont.svg#flamamedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontAwesome";
  src: url("../fonts/flama-medium-webfont.eot");
  src: url("../fonts/flama-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama-medium-webfont.woff2") format("woff2"), url("../fonts/flama-medium-webfont.woff") format("woff"), url("../fonts/flama-medium-webfont.ttf") format("truetype"), url("../fonts/flama-medium-webfont.svg#flamamedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  font-size: 0.625em;
  -ms-text-size-adjust: 62.5%;
  -webkit-text-size-adjust: 62.5%;
  line-height: 1.5;
}

body {
  font-family: "flamabook";
  color: #131313;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
}

h1 {
  display: block;
  font-family: "flamabook";
  font-size: 4rem;
  line-height: 1.25;
  color: #cccccc;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

h2 {
  font-family: "flamabasic";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.25;
  margin: 1.5rem 0 1rem 0;
  color: #131313;
}

h3 {
  font-family: "flamabasic";
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
  margin: 1.5rem 0 1rem 0;
  color: #131313;
}

h4 {
  font-family: "flamabasic";
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: normal;
  margin: 1.5rem 0 1rem 0;
  color: #131313;
}

p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
}

p {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #131313;
}

p a {
  text-decoration: underline;
}

p:first-child {
  margin-top: 0;
}

strong {
  font-family: "flamamedium";
  font-weight: 100;
}

blockquote {
  font-style: italic;
  margin: 1rem 0 1rem 4rem;
  position: relative;
}

blockquote::before {
  content: "";
  position: absolute;
  background: #131313;
  top: 1rem;
  left: -4rem;
  height: 0.5rem;
  width: 3.5rem;
}

ul,
ol {
  margin: 0 0 0 2rem;
  padding: 0;
}

li {
  list-style: none;
}

ul li {
  list-style: inside square;
  font-size: 1.4rem;
}

ol li {
  list-style: inside decimal;
  font-size: 1.4rem;
}

html {
  background: #131313;
  height: 100%;
}

body {
  background: #131313;
  margin: 0;
  height: 100%;
}

.container {
  max-width: 1216px;
  margin: 0 auto;
}

.main {
  margin: 0;
  position: relative;
}

.header {
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  top: 0;
  position: sticky;
  background: linear-gradient(to top, transparent, #131313);
}

.header__logo {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.header__logo img {
  width: 20rem;
}

.header__menu {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: 3rem;
  background-color: #cccccc;
  color: #131313;
  justify-self: right;
  border: 1px solid #cccccc;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.25s;
}
.header__menu .bar {
  height: 4px;
  width: 40px;
  display: block;
  margin: 10px auto;
  position: relative;
  background-color: #131313;
  border-radius: 0;
  transition: 0.25s;
}
.header__menu:hover {
  background-color: #131313;
  transition: 0.25s;
}
.header__menu:hover .bar {
  background-color: #cccccc;
  transition: 0.25s;
}
.header__menu.active .bar:nth-of-type(1) {
  transform: translateY(15px) rotate(45deg);
}
.header__menu.active .bar:nth-of-type(2) {
  opacity: 0;
}
.header__menu.active .bar:nth-of-type(3) {
  transform: translateY(-15px) rotate(-45deg);
}
.header__menu .bar:nth-of-type(1) {
  animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.header__menu .bar:nth-of-type(2) {
  animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}
.header__menu .bar:nth-of-type(3) {
  animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.header__menu.hide {
  display: none;
}

.homepage .header__menu.unactive {
  display: none;
}

.header__info,
.header__info a {
  font-size: 3rem;
  color: #515151;
  justify-self: right;
  cursor: pointer;
  transition: all 0.25s;
}

.homepage .navigation {
  margin: 0 auto;
}

.homepage .navigation.active {
  position: relative;
  margin-top: 0;
  height: auto;
  width: 100%;
  z-index: 10;
}

.homepage .navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  justify-content: center;
  border: 0;
  top: 0;
  position: relative;
  max-width: 100%;
}

.homepage .navigation ul li {
  width: 25%;
  height: 22rem;
}

.homepage .navigation ul li a {
  padding: 0 2rem;
  font-size: 3rem;
}

.navigation {
  margin: 4rem 0;
  display: none;
}

.navigation.active {
  position: fixed;
  background: #131313;
  right: 0;
  top: 0;
  width: calc(50% - 2rem);
  height: 100%;
  margin: 2rem 2rem 2rem 0;
  display: block;
  z-index: 11;
}

.navigation ul {
  position: relative;
  top: 180px;
  bottom: 0;
  padding: 25px 0;
  margin: 0;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 25px;
  justify-content: center;
  width: 100%;
  max-width: 606px;
  overflow-y: scroll;
  align-content: flex-start;
}

.navigation ul li {
  background: #cccccc;
  width: calc(50% - 37px);
  position: relative;
  height: 15rem;
  list-style: none;
}

.navigation ul li::marker {
  display: none;
}

.navigation ul li a {
  background: #cccccc;
  border: 1px solid #131313;
  font-size: 2rem;
  padding: 0 2rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.navigation ul li a:hover {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
  transition: all 0.25s;
}

.article_homepage {
  background: #cccccc;
  color: #131313;
  padding: 4rem;
}

.article_homepage.unactive {
  display: none;
}

.article_homepage h1 {
  background: none;
  font-size: 2rem;
  color: #131313;
  text-align: center;
  margin: 0 0 2rem 0;
}

.article_homepage p {
  font-size: 1.6rem;
  color: #131313;
  text-align: justify;
}

.content {
  margin: 4rem 0 0 0;
}

.content.unactive {
  display: none;
}

.homepage .content.unactive {
  display: block;
}

.article {
  color: #cccccc;
}

.article_agenda,
.article_formation,
.article_residence,
.article_rdv,
.article_excla,
.article_campagne {
  display: grid;
  grid-template-columns: 50% 50% !important;
  grid-gap: 0 !important;
}

.timeline {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20rem 2rem 4rem 0;
  margin-top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: -13rem;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1.1rem);
  background: #cccccc;
  width: 0.25rem;
  height: 100%;
}
.timeline .timeline__item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 5rem 1fr;
  grid-template-rows: auto;
  align-items: start;
  margin-bottom: 3rem;
  cursor: pointer;
}
.timeline .timeline__item .timeline__item__left {
  width: auto;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: end;
  padding: 5px 10px;
  text-align: right;
  justify-self: end;
  align-self: start;
}
.timeline .timeline__item .timeline__item__left .date,
.timeline .timeline__item .timeline__item__left .date p {
  font-size: 1.8rem;
  color: #cccccc;
  line-height: 1.25;
  margin: 0;
}
.timeline .timeline__item .timeline__item__left .type,
.timeline .timeline__item .timeline__item__left .date__duration {
  font-size: 1.4rem;
  color: #cccccc;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
}
.timeline .timeline__item .timeline__item__right {
  width: auto;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: start;
  align-self: start;
  padding: 5px 10px;
  transition: all 0.25s;
}
.timeline .timeline__item .timeline__item__right a {
  transition: all 0.25s;
  display: block;
}
.timeline .timeline__item .timeline__item__right a:hover {
  transition: all 0.25s;
}
.timeline .timeline__item .timeline__item__right a:hover h2,
.timeline .timeline__item .timeline__item__right a:hover .subtitle {
  color: #cccccc;
}
.timeline .timeline__item .timeline__item__right h2.title {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #cccccc;
  line-height: 1.25;
  margin: 0;
}
.timeline .timeline__item .timeline__item__right h2.title a {
  font-size: 1.8rem;
  color: #cccccc;
  line-height: 1.25;
  margin: 0;
}
.timeline .timeline__item .timeline__item__right .subtitle {
  font-size: 1.4rem;
  color: #cccccc;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
}
.timeline .timeline__item .timeline__item__dot {
  z-index: 10;
  background: #131313;
  border: 0.25rem solid #cccccc;
  width: 1.5rem;
  height: 1.5rem;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: center;
  margin-top: 7.5px;
  border-radius: 100%;
}
.timeline .timeline__item.nearest .timeline__item__dot {
  background: #cccccc;
  width: 3rem;
  height: 3rem;
}
.timeline .timeline__item:hover .timeline__item__right,
.timeline .timeline__item:hover .timeline__item__left, .timeline .timeline__item.hover .timeline__item__right,
.timeline .timeline__item.hover .timeline__item__left {
  background: #cccccc;
  color: #131313;
  transition: all 0.25s;
}
.timeline .timeline__item:hover .timeline__item__right a,
.timeline .timeline__item:hover .timeline__item__right .date,
.timeline .timeline__item:hover .timeline__item__right .type,
.timeline .timeline__item:hover .timeline__item__left a,
.timeline .timeline__item:hover .timeline__item__left .date,
.timeline .timeline__item:hover .timeline__item__left .type, .timeline .timeline__item.hover .timeline__item__right a,
.timeline .timeline__item.hover .timeline__item__right .date,
.timeline .timeline__item.hover .timeline__item__right .type,
.timeline .timeline__item.hover .timeline__item__left a,
.timeline .timeline__item.hover .timeline__item__left .date,
.timeline .timeline__item.hover .timeline__item__left .type {
  color: #131313;
}
.timeline .timeline__item:hover .timeline__item__right a h2.title,
.timeline .timeline__item:hover .timeline__item__right a .subtitle,
.timeline .timeline__item:hover .timeline__item__right a p,
.timeline .timeline__item:hover .timeline__item__right .date h2.title,
.timeline .timeline__item:hover .timeline__item__right .date .subtitle,
.timeline .timeline__item:hover .timeline__item__right .date p,
.timeline .timeline__item:hover .timeline__item__right .type h2.title,
.timeline .timeline__item:hover .timeline__item__right .type .subtitle,
.timeline .timeline__item:hover .timeline__item__right .type p,
.timeline .timeline__item:hover .timeline__item__left a h2.title,
.timeline .timeline__item:hover .timeline__item__left a .subtitle,
.timeline .timeline__item:hover .timeline__item__left a p,
.timeline .timeline__item:hover .timeline__item__left .date h2.title,
.timeline .timeline__item:hover .timeline__item__left .date .subtitle,
.timeline .timeline__item:hover .timeline__item__left .date p,
.timeline .timeline__item:hover .timeline__item__left .type h2.title,
.timeline .timeline__item:hover .timeline__item__left .type .subtitle,
.timeline .timeline__item:hover .timeline__item__left .type p, .timeline .timeline__item.hover .timeline__item__right a h2.title,
.timeline .timeline__item.hover .timeline__item__right a .subtitle,
.timeline .timeline__item.hover .timeline__item__right a p,
.timeline .timeline__item.hover .timeline__item__right .date h2.title,
.timeline .timeline__item.hover .timeline__item__right .date .subtitle,
.timeline .timeline__item.hover .timeline__item__right .date p,
.timeline .timeline__item.hover .timeline__item__right .type h2.title,
.timeline .timeline__item.hover .timeline__item__right .type .subtitle,
.timeline .timeline__item.hover .timeline__item__right .type p,
.timeline .timeline__item.hover .timeline__item__left a h2.title,
.timeline .timeline__item.hover .timeline__item__left a .subtitle,
.timeline .timeline__item.hover .timeline__item__left a p,
.timeline .timeline__item.hover .timeline__item__left .date h2.title,
.timeline .timeline__item.hover .timeline__item__left .date .subtitle,
.timeline .timeline__item.hover .timeline__item__left .date p,
.timeline .timeline__item.hover .timeline__item__left .type h2.title,
.timeline .timeline__item.hover .timeline__item__left .type .subtitle,
.timeline .timeline__item.hover .timeline__item__left .type p {
  color: #131313;
}
.timeline .timeline__item:hover .timeline__item__dot, .timeline .timeline__item.hover .timeline__item__dot {
  background: #cccccc;
}

.listing {
  height: -moz-min-content;
  height: min-content;
  margin-bottom: 4rem;
}
.listing h1 {
  margin: 0 0 2rem 0;
}
.listing h1 a {
  color: #cccccc;
}
.listing h1 a i {
  color: #cccccc;
}
.listing .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.listing .list header {
  grid-column-start: 1;
  grid-column-end: 3;
}
.listing .list header .taxonomy__content {
  background: #cccccc;
  padding: 2rem;
  color: #131313;
}
.listing .list .list__item {
  width: calc(50% - 53px);
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
  padding: 2rem;
  transition: all 0.25s;
}
.listing .list .list__item:hover, .listing .list .list__item.hover {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
  transition: all 0.25s;
}
.listing .list .sublist {
  display: none;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  margin: 0;
}
.listing .list .sublist h2 {
  font-size: 1.8rem;
  color: #cccccc;
}
.listing .list .sublist li {
  list-style: none;
  display: inline;
}
.listing .list .sublist li::after {
  content: " / ";
  padding: 0 1rem;
}
.listing .list .sublist li a {
  text-transform: uppercase;
  color: #cccccc;
}
.listing .list .sublist li a:hover {
  background: #cccccc;
  color: #131313;
}
.listing .list .sublist li.hover a {
  background: #cccccc;
  color: #131313;
}
.listing .list .sublist.opened {
  display: block;
}

/* .article_residence,
.article_rdv {
  display: flex;
  height: 100vh;

  .timeline,
  .listing {
    width: 50%;
    height: 100%;
    overflow: auto;
    position: inherit;
    scrollbar-width: none;
    -ms-overflow-style: none;

    ::-webkit-scrollbar {
      display: none;
    }
  }

  .timeline {
    flex-wrap: nowrap;
    position: relative;
    top: 0;
  }
} */
.article_campagne .info__bloc {
  margin: 2rem 0;
}

.article_formation .resume,
.article_rdv .resume,
.article_residence .resume,
.article_excla .resume {
  background: #cccccc;
  border: 1px solid #131313;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #131313;
}
.article_formation .resume p,
.article_rdv .resume p,
.article_residence .resume p,
.article_excla .resume p {
  margin: 0;
}
.article_formation .list__title,
.article_rdv .list__title,
.article_residence .list__title,
.article_excla .list__title {
  margin: 2rem 0;
}
.article_formation .list__subtitle,
.article_rdv .list__subtitle,
.article_residence .list__subtitle,
.article_excla .list__subtitle {
  width: 100%;
  margin: 0 0 0 0;
}
.article_formation .list,
.article_rdv .list,
.article_residence .list,
.article_excla .list {
  margin: 0;
}
.article_formation .list.opened,
.article_rdv .list.opened,
.article_residence .list.opened,
.article_excla .list.opened {
  display: grid;
  margin-bottom: 2rem;
}
.article_formation .sublist,
.article_rdv .sublist,
.article_residence .sublist,
.article_excla .sublist {
  display: none;
}
.article_formation .sublist.opened,
.article_rdv .sublist.opened,
.article_residence .sublist.opened,
.article_excla .sublist.opened {
  display: grid;
}

.list__item:hover h2,
.list__item:hover a,
.list__item.hover h2,
.list__item.hover a {
  color: #cccccc;
}

.list__item h2 {
  color: #131313;
  position: relative;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}

.list__item .type {
  display: inline-block;
  font-size: 1.25rem;
  text-transform: uppercase;
  background: #131313;
  color: #cccccc;
  padding: 0 0.5rem;
  margin: 0 1rem 0 0;
}

.list__item:hover .type,
.list__item.hover .type {
  background: #cccccc;
  color: #131313;
}

.list__item h3 {
  color: #131313;
  position: relative;
  margin: 0.5rem 0 0 0;
}

.list__item:hover h3,
.list__item.hover h3 {
  color: #cccccc;
}

.list__item a {
  color: #131313;
}

.list__item__teaser {
  margin-top: 1rem;
}

.list__item__teaser p,
.list__item__teaser a {
  font-size: 1.4rem;
  margin: 0;
}

.list__item__teaser time:nth-child(odd) {
  display: inline-block;
}

.list__item__teaser .lieu {
  margin-top: 1rem;
}

.list__title {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 2.5rem;
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
  padding: 0.25rem 2rem;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s;
}

.list__title.active,
.list__title:hover {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
  transition: all 0.25s;
}

.list__subtitle {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 1.8rem;
  background: #131313;
  color: #cccccc;
  padding: 0.25rem 2rem;
  margin: 3rem 0 0 0;
  border: 1px dashed #cccccc;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

.list__subtitle.active,
.list__subtitle:hover {
  background: #cccccc;
  color: #131313;
  border: 1px dashed #131313;
  transition: all 0.25s;
}

.list__inline {
  grid-column-start: 1;
  grid-column-end: 4;
  margin: 1rem 0;
  color: #cccccc;
}

.list__inline a {
  transition: all 0.25s;
  padding: 0.25rem;
  color: #cccccc;
  font-size: 1.4rem;
  line-height: 2;
}

.list__inline a::after {
  content: " / ";
}

.list__inline a:last-child::after {
  content: "";
}

.list__inline a:hover {
  transition: all 0.25s;
  background: #cccccc;
  color: #131313;
}

.article_item {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  margin-bottom: 8rem;
  grid-gap: 2rem;
  grid-auto-flow: dense;
}

.article_item h1 {
  grid-column-start: 13;
  grid-column-end: 25;
  grid-row-start: 1;
  grid-row-end: 2;
}

.article_item h1 a i {
  color: #cccccc;
  font-size: 4rem;
}

.article_item .info {
  grid-column-start: 13;
  grid-column-end: 25;
  grid-row-start: 2;
  grid-row-end: 3;
}

.article_item .info img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

.info {
  background: #cccccc;
  padding: 2rem;
  color: #131313;
  height: -moz-min-content;
  height: min-content;
  position: relative;
}

.article_item .info::before {
  content: "";
  position: absolute;
  background: #131313;
  top: 2rem;
  left: 2rem;
  height: 0.5rem;
  width: 7rem;
}

.info .subtitle {
  margin: 2rem 0 0;
  font-size: 2rem;
  font-family: "flamamedium";
}

.info__type {
  font-size: 1.25rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
}

.info__type a,
.info__type span {
  display: inline-block;
  background: #131313;
  color: #cccccc;
  padding: 0.25rem 0.5rem;
}

.info__date {
  display: block;
  color: #131313;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 2rem;
}

.info__booking {
  display: inline-block;
  background: #515151;
  padding: 0.25rem 0.5rem;
}
.info__booking a {
  font-size: 1.6rem;
  color: #cccccc;
}

.info__date::after {
  content: "";
  position: absolute;
  background: #131313;
  bottom: -1rem;
  left: 0;
  height: 0.1rem;
  width: 7rem;
}

.info__resume {
  font-family: "flamamedium";
  margin-bottom: 2rem;
}

.info__body {
  text-align: justify;
  margin-top: 2rem;
}

.info__body a.doc {
  display: block;
  margin: 1rem 0;
}

.info__body input {
  display: block;
  width: calc(100% - 2rem);
  border: 1px solid #131313;
  background: #cccccc;
  padding: 1rem;
  margin-bottom: 1rem;
}

.info__body input[type=submit] {
  background: #131313;
  color: #cccccc;
  width: auto;
}

.minimise {
  font-size: 1rem;
}

.warning {
  background: #131313;
  color: #cccccc;
}

p.small {
  font-size: 1.25rem;
}

.article_item .media {
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-start: 2;
  grid-row-end: 3;
  justify-self: right;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 12rem;
}

.article_item .pratique {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 3;
  height: -moz-fit-content;
  height: fit-content;
  height: -moz-max-content;
  position: sticky;
  top: 12rem;
}
.article_item .pratique .pratique__block {
  padding: 2rem;
  background: #cccccc;
  margin-bottom: 2rem;
}
.article_item .pratique .pratique__block p {
  text-align: justify;
}
.article_item .pratique .info__date p {
  font-size: 1.6rem;
}

.article_item .pratique,
.article_item .pratique p {
  font-size: 1.4rem;
  color: #131313;
}

.article_item .pratique .info__date p {
  color: #131313;
}

.article_item .pratique .info__date p {
  margin-top: 0;
  color: #131313;
}

.media__picture img,
.media__video img {
  max-width: 100%;
  height: auto;
}

.media__picture {
  background: #cccccc;
  padding: 2rem 0;
  position: relative;
}

.media__video {
  background: #cccccc;
  padding: 2rem 0;
  margin-top: 2rem;
  position: relative;
}

.media__video i {
  color: #cccccc;
  position: absolute;
  top: calc(50% - 3rem);
  left: calc(50% - 1rem);
  font-size: 5rem;
}

.media__picture .copyright {
  display: block;
  padding: 0.5rem 1rem 0 1rem;
  color: #131313;
}

.media__picture .more {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: calc(50% - 4rem);
  left: calc(50% - 2rem);
  color: #cccccc;
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.media__dates {
  background: #cccccc;
  padding: 2rem;
  margin: 2rem 0;
  color: #131313;
}

.media__dates .date {
  font-size: 1.4rem;
}

.media__pdf {
  background: #cccccc;
  padding: 2rem 1rem;
  margin: 2rem 0;
  color: #131313;
}
.media__pdf .file {
  padding: 0;
  display: block;
  font-size: 1.4rem;
}
.media__pdf a {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.5;
}

.article_info {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-gap: 2rem;
  margin-bottom: 4rem;
}

.article_info h1 {
  grid-column-start: 11;
  grid-column-end: 25;
}

.article_info .info__text {
  grid-column-start: 11;
  grid-column-end: 25;
  background: #cccccc;
  color: #131313;
  padding: 2rem;
}

.article_info .info__bloc {
  grid-column-start: 11;
  grid-column-end: 25;
}
.article_info .info__bloc .info__bloc__titre,
.article_info .info__bloc .info__bloc__texte {
  background: #cccccc;
  color: #131313;
  padding: 2rem;
}
.article_info .info__bloc .info__bloc__titre {
  font-size: 2.5rem;
  border: 1px solid #131313;
  text-transform: uppercase;
  padding: 0.25rem 2rem;
  cursor: pointer;
  transition: all 0.25s;
}
.article_info .info__bloc .info__bloc__titre.active, .article_info .info__bloc .info__bloc__titre:hover {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
  transition: all 0.25s;
}
.article_info .info__bloc .info__bloc__texte {
  display: none;
  margin-top: 2rem;
}
.article_info .info__bloc .info__bloc__texte.opened {
  display: block;
}

.article__box {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-gap: 2rem;
  text-align: center;
}

.article__box h1 {
  grid-column-start: 3;
  grid-column-end: 23;
}

.article__box .info__text {
  grid-column-start: 3;
  grid-column-end: 23;
  font-size: 1.4rem;
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
  padding: 2rem;
}

#modal {
  display: none;
  position: fixed;
  background: #131313;
  right: 0;
  top: 0;
  width: calc(50% - 2rem);
  height: 100%;
  margin: 2rem 2rem 2rem 0;
  z-index: 10;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal::-webkit-scrollbar {
  display: none;
}
#modal.active {
  display: block;
}

#aside {
  background: #131313;
  height: 100%;
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
  max-width: 608px;
}
#aside .aside__block {
  margin-bottom: 20px;
}
#aside .aside__block h2 {
  background: #cccccc;
  color: #131313;
  border: 1px solid #cccccc;
  display: block;
  padding: 2rem;
  margin: 0 0 1rem 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  padding: 0.25rem 2rem;
  cursor: pointer;
  transition: all 0.25s;
}
#aside .aside__block h2.active {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
}
#aside .aside__block .aside__block__content {
  display: none;
  padding: 2rem;
  background: #cccccc;
  border: 1px solid #cccccc;
  color: #131313;
}
#aside .aside__block .aside__block__content.opened {
  display: block;
}

.footer {
  height: 8rem;
}

.footer__menu {
  font-size: 1.6rem;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  left: calc(50% - 7rem);
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
  cursor: pointer;
  z-index: 11;
  width: auto;
  text-align: center;
}
.footer__menu #open-modal {
  display: block;
  padding: 0.5rem 1rem;
}
.footer__menu #open-modal.active::before {
  content: "X";
  padding-right: 10px;
}

.footer__menu.hide {
  display: none;
}

.footer__menu:hover,
.footer__menu.active {
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
}

.footer__content {
  display: none;
  position: fixed;
  background: #131313;
  right: 0;
  top: 0;
  width: calc(50% - 2rem);
  height: 100%;
  margin: 2rem 2rem 2rem 0;
  z-index: 10;
}

.footer__content.active {
  display: block;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  top: 10rem;
  bottom: 0;
  padding: 2rem;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 566px;
  overflow-y: scroll;
}

.footer__info .info__title {
  font-size: 2.5rem;
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
  text-transform: uppercase;
  padding: 0.25rem 2rem;
  cursor: pointer;
  transition: all 0.25s;
}

.footer__info .info__title.active,
.footer__info .info__title:hover {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
}

.footer__info .info {
  display: none;
}

.footer__info .info.opened {
  display: block;
}

#backtotop {
  display: none;
  font-size: 5rem;
  color: #cccccc;
  cursor: pointer;
  position: fixed;
  right: calc(50% - 2.5rem);
  bottom: 2rem;
  padding: 1rem;
  text-align: right;
}

.user-login-form label {
  display: block;
}

.user-login-form input {
  width: 30rem;
}

.user-login-form input[type=submit] {
  background: #131313;
  color: #cccccc;
  border: 0;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  width: 30rem;
}

.user-login-form .description {
  font-size: 1rem;
}

.maintenance-page .main {
  margin: 2rem 0;
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 992px;
  }
  .navigation ul li a {
    font-size: 2.4rem;
  }
  .article_item,
  .article_info {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .info {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .media {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 2.5rem;
  }
  .article_item h1 a i {
    font-size: 2.5rem;
  }
  .main {
    margin: 0;
  }
  .header {
    padding: 0 1rem;
    grid-template-columns: 1fr 1fr;
    justify-items: flex-start;
  }
  .header .header__logo {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .header .header__logo img {
    width: 14rem;
  }
  .header .header__menu {
    font-size: 4rem;
    padding: 0rem;
    border: none;
  }
  .navigation ul {
    grid-template-columns: 1fr;
    width: 100%;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
    gap: 2rem;
  }
  .navigation.active {
    margin-top: 0;
  }
  .homepage .navigation ul {
    top: 2rem;
  }
  .navigation ul li,
  .homepage .navigation ul li {
    height: auto;
    width: 40%;
  }
  .navigation ul li a,
  .homepage .navigation ul li a {
    font-size: 2rem;
    padding: 2rem;
    height: 12rem;
  }
  .homepage .content {
    padding: 0;
  }
  .content {
    margin: 0;
    padding: 1rem;
  }
  .content p {
    text-align: justify;
  }
  .article_homepage h1 {
    text-align: center;
  }
  .article_item,
  .article_info,
  .article_agenda,
  .article_formation,
  .article_residence,
  .article_rdv,
  .article_excla {
    grid-template-columns: 1fr;
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .article_item .listing,
  .article_info .listing,
  .article_agenda .listing,
  .article_formation .listing,
  .article_residence .listing,
  .article_rdv .listing,
  .article_excla .listing {
    width: 100%;
    height: auto;
    z-index: 10;
    position: relative;
    margin-bottom: 1rem;
  }
  .article_item .listing h1,
  .article_info .listing h1,
  .article_agenda .listing h1,
  .article_formation .listing h1,
  .article_residence .listing h1,
  .article_rdv .listing h1,
  .article_excla .listing h1 {
    margin: 0;
    text-align: center;
    font-size: 3rem;
  }
  .article_item .listing h1 a,
  .article_info .listing h1 a,
  .article_agenda .listing h1 a,
  .article_formation .listing h1 a,
  .article_residence .listing h1 a,
  .article_rdv .listing h1 a,
  .article_excla .listing h1 a {
    color: #cccccc;
  }
  .article_item .listing h1 a i,
  .article_info .listing h1 a i,
  .article_agenda .listing h1 a i,
  .article_formation .listing h1 a i,
  .article_residence .listing h1 a i,
  .article_rdv .listing h1 a i,
  .article_excla .listing h1 a i {
    color: #cccccc;
  }
  .article_item .listing .list,
  .article_info .listing .list,
  .article_agenda .listing .list,
  .article_formation .listing .list,
  .article_residence .listing .list,
  .article_rdv .listing .list,
  .article_excla .listing .list {
    display: none;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .article_item .listing .list__title,
  .article_info .listing .list__title,
  .article_agenda .listing .list__title,
  .article_formation .listing .list__title,
  .article_residence .listing .list__title,
  .article_rdv .listing .list__title,
  .article_excla .listing .list__title {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .article_item .listing .list__item,
  .article_info .listing .list__item,
  .article_agenda .listing .list__item,
  .article_formation .listing .list__item,
  .article_residence .listing .list__item,
  .article_rdv .listing .list__item,
  .article_excla .listing .list__item {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .article_item .timeline,
  .article_info .timeline,
  .article_agenda .timeline,
  .article_formation .timeline,
  .article_residence .timeline,
  .article_rdv .timeline,
  .article_excla .timeline {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
    padding: 0;
    margin: 0;
    top: 0;
  }
  .article_item .timeline .timeline__item .timeline__item__left,
  .article_info .timeline .timeline__item .timeline__item__left,
  .article_agenda .timeline .timeline__item .timeline__item__left,
  .article_formation .timeline .timeline__item .timeline__item__left,
  .article_residence .timeline .timeline__item .timeline__item__left,
  .article_rdv .timeline .timeline__item .timeline__item__left,
  .article_excla .timeline .timeline__item .timeline__item__left {
    padding: 5px 0;
  }
  .article_item .timeline .timeline__item .timeline__item__left .date,
  .article_info .timeline .timeline__item .timeline__item__left .date,
  .article_agenda .timeline .timeline__item .timeline__item__left .date,
  .article_formation .timeline .timeline__item .timeline__item__left .date,
  .article_residence .timeline .timeline__item .timeline__item__left .date,
  .article_rdv .timeline .timeline__item .timeline__item__left .date,
  .article_excla .timeline .timeline__item .timeline__item__left .date {
    font-size: 1.5rem;
  }
  .article_item .timeline .timeline__item .timeline__item__right,
  .article_info .timeline .timeline__item .timeline__item__right,
  .article_agenda .timeline .timeline__item .timeline__item__right,
  .article_formation .timeline .timeline__item .timeline__item__right,
  .article_residence .timeline .timeline__item .timeline__item__right,
  .article_rdv .timeline .timeline__item .timeline__item__right,
  .article_excla .timeline .timeline__item .timeline__item__right {
    padding: 5px 0;
  }
  .article_item .timeline .timeline__item .timeline__item__right h2.title,
  .article_item .timeline .timeline__item .timeline__item__right .subtitle,
  .article_info .timeline .timeline__item .timeline__item__right h2.title,
  .article_info .timeline .timeline__item .timeline__item__right .subtitle,
  .article_agenda .timeline .timeline__item .timeline__item__right h2.title,
  .article_agenda .timeline .timeline__item .timeline__item__right .subtitle,
  .article_formation .timeline .timeline__item .timeline__item__right h2.title,
  .article_formation .timeline .timeline__item .timeline__item__right .subtitle,
  .article_residence .timeline .timeline__item .timeline__item__right h2.title,
  .article_residence .timeline .timeline__item .timeline__item__right .subtitle,
  .article_rdv .timeline .timeline__item .timeline__item__right h2.title,
  .article_rdv .timeline .timeline__item .timeline__item__right .subtitle,
  .article_excla .timeline .timeline__item .timeline__item__right h2.title,
  .article_excla .timeline .timeline__item .timeline__item__right .subtitle {
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .article_item .timeline::before,
  .article_info .timeline::before,
  .article_agenda .timeline::before,
  .article_formation .timeline::before,
  .article_residence .timeline::before,
  .article_rdv .timeline::before,
  .article_excla .timeline::before {
    left: calc(50% - 0.1rem);
  }
  .info {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
  }
  .media {
    position: relative;
    top: inherit;
    height: auto;
  }
  .article_info .info {
    grid-row-start: auto;
  }
  .footer__menu {
    padding: 0.5rem 1rem;
  }
  .footer__content {
    width: auto;
    left: 0;
    height: 100%;
    bottom: 2rem;
  }
  .footer__content.active {
    margin: 0 1rem;
  }
  .navigation.active {
    width: 100%;
    left: 0;
    height: 100%;
    bottom: 0;
  }
  .footer__info {
    padding: 1rem;
    width: calc(100% - 2.2rem);
  }
  .footer__info .info__title {
    font-size: 2rem;
  }
  .navigation ul {
    border: none;
    padding: 0;
  }
  .navigation ul li a {
    font-size: 2rem;
    height: 12rem;
  }
  .article_homepage {
    padding: 2rem;
  }
  .article_info h1,
  .article_info .info__text,
  .article_info .info__title {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .article_item h1,
  .article_item .media,
  .article_item .info,
  .article_item .pratique {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .article_item h1,
  .article_info h1 {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .article_item .media {
    display: none;
  }
  .article_item .pratique {
    position: relative;
    top: inherit;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .article_info .info {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}/*# sourceMappingURL=styles.css.map */