@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: calc(1em * 0.625);
  line-height: 1.5;
}

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

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: 0 0 1rem 0;
  color: #131313;
}

h3 {
  font-family: 'flamabasic';
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
  margin: 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.55rem;
}

a {
  text-decoration: none;
  font-size: 1.55rem;
  color: #131313;
}

p a {
  text-decoration: underline;
}

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

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #131313;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.header__logo img {
  width: 25rem;
}

.header__menu {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
  font-size: 3rem;
  color: #cccccc;
  -ms-grid-column-align: right;
      justify-self: right;
  border: 1px solid #cccccc;
  width: 4rem;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.header__menu.hide {
  display: none;
}

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

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

.header__menu:hover,
.header__info:hover a {
  background: #cccccc;
  color: #131313;
  -webkit-transition: all 0.25s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: absolute;
  top: 10rem;
  bottom: 0;
  padding: 2rem;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 566px;
  overflow-y: scroll;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.navigation ul li {
  background: #cccccc;
  width: 40%;
  position: relative;
  height: 15rem;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.navigation ul li a:hover {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.25s;
  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.75rem;
  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 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4rem 2rem 4rem 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1.25rem);
  background: #cccccc;
  width: 0.5rem;
  height: 100vh;
}

.timeline__item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: 1fr 1.5rem 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 4rem;
}

.timeline__item__left {
  width: auto;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
      justify-self: end;
  padding: 0.25rem 2rem 0.25rem 0;
  text-align: right;
}

.timeline__item__left .date,
.timeline__item__right h2.title {
  font-size: 1.8rem;
  color: #cccccc;
  line-height: 1.25;
  margin: 0;
}

.timeline__item__left .type,
.timeline__item__right .subtitle {
  font-size: 1.55rem;
  color: #cccccc;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
}

.timeline__item__dot {
  z-index: 10;
  background: #131313;
  border: 0.25rem solid #cccccc;
  width: 1.5rem;
  height: 0.5rem;
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 0.75rem;
}

.timeline__item__right {
  width: auto;
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
      justify-self: start;
  padding-left: 2rem;
}

.timeline__item__right a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  border: 1px solid #131313;
  padding: 0.25rem 0.5rem;
}

.timeline__item__right a:hover {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 1px solid #cccccc;
}

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

.listing {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-bottom: 4rem;
}

.listing h1 {
  margin: 0 0 2rem 0;
}

.list__text {
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
  padding: 2rem;
  margin-bottom: 2rem;
}

.list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}

.article_formation .list {
  display: none;
}

.article_formation .list.opened {
  display: -ms-grid;
  display: grid;
  margin-bottom: 2rem;
}

.sublist {
  display: none;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}

.article_formation .sublist.opened {
  display: -ms-grid;
  display: grid;
}

.list__item {
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
  padding: 2rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.list__item:hover {
  background: #131313;
  color: #cccccc;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.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;
}

.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 {
  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__title {
  -ms-grid-column: 1;
      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;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

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

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

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

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

.list__inline a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0.25rem;
  color: #cccccc;
}

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

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

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

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

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

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

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

.info {
  background: #cccccc;
  padding: 2rem;
  color: #131313;
  height: -webkit-min-content;
  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;
  font-size: 2rem;
  font-family: 'flamamedium';
}

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

.info__type a {
  color: #cccccc;
}

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

.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;
}

.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;
}

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

.article_item .pratique {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 8;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
  -ms-grid-column-align: right;
      justify-self: right;
  padding: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: -moz-max-content;
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  background: #cccccc;
}

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

.media__picture img {
  max-width: 100%;
}

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

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

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

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

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

.media__pdf a {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.5;
}

.article_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[24];
      grid-template-columns: repeat(24, 1fr);
  grid-gap: 2rem;
}

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

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

.article_info .info__title {
  -ms-grid-column: 11;
      grid-column-start: 11;
  grid-column-end: 25;
  font-size: 2.5rem;
  background: #cccccc;
  color: #131313;
  border: 1px solid #131313;
  text-transform: uppercase;
  padding: 0.25rem 2rem;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

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

.article_info .info {
  display: none;
  -ms-grid-column: 11;
      grid-column-start: 11;
  grid-column-end: 25;
}

.article_info .info.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;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 11;
  width: 12rem;
  text-align: center;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transition: all 0.25s;
  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;
}

.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 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
  }
  .info {
    -ms-grid-column: 2;
        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;
  }
  .header__logo img {
    width: 15rem;
  }
  .header__menu {
    font-size: 3.5rem;
    padding: 0rem 1rem;
  }
  .navigation ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 100%;
    -webkit-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;
    font-size: 1.65rem;
  }
  .article_homepage h1 {
    text-align: center;
  }
  .article_item,
  .article_info,
  .article_agenda,
  .article_formation,
  .article_residence {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
  }
  .info {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .media {
    position: relative;
    top: inherit;
    height: auto;
  }
  .article_info .info {
    -ms-grid-row: auto;
        grid-row-start: auto;
  }
  .listing {
    display: none;
    z-index: 10;
    position: relative;
  }
  .timeline {
    position: relative;
    height: 100%;
    z-index: 0;
    padding: 2rem 0;
    top: 2rem;
  }
  .timeline::before {
    left: calc(50% - 0.2rem);
  }
  .list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .list__title {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
  }
  .list__item {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
  }
  .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 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
  }
  .article_item h1,
  .article_item .media,
  .article_item .info,
  .article_item .pratique {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
  .article_item h1,
  .article_info h1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
  }
  .article_item .media {
    display: none;
  }
  .article_item .pratique {
    position: relative;
    top: inherit;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 4;
  }
  .article_info .info {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
  }
}
/*# sourceMappingURL=styles.css.map */