/* Colors
  ========================================================================== */
/* Typography
  ========================================================================== */
html {
  font-size: 16px; }

body {
  overflow-x: hidden;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  background: #121619; }
  body.body--fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    body.body--fixed .site-header {
      background: #000;
      padding: 1.25rem 0;
      -webkit-transition: background-color 0.1s 0.8s linear;
      transition: background-color 0.1s 0.8s linear; }

.toolbar a {
  margin-bottom: 0; }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

h1.title,
.path-frontpage h2.section__title,
#block-presentationdossierpedagogique h2,
#block-views-block-event-bck-focused h2 {
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-size: 2.0625rem;
  font-weight: 900;
  color: #121619;
  text-shadow: -13.5px -9.5px rgba(255, 255, 255, 0.09), -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

h2 {
  margin-bottom: 37px;
  font-size: 36px;
  font-weight: 900; }

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em; }

h4 {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem; }

a {
  font-weight: 700;
  text-decoration: none;
  color: #ffffff; }
  a:hover {
    text-decoration: none;
    color: #ffffff; }

a:not([class]) {
  position: relative; }
  a:not([class]):hover {
    border-bottom: 2px solid #fff; }

a.download-link {
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  a.download-link::before {
    content: '\f33d';
    margin-right: .6875rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; }
  a.download-link:after {
    position: absolute;
    bottom: 0;
    left: 23px;
    display: block;
    width: calc(100% - 23px);
    height: 2px;
    content: '';
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: white; }
  a.download-link:hover {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    a.download-link:hover:after {
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }

ul.dash-list {
  padding: 0;
  list-style: none; }
  ul.dash-list li {
    margin-bottom: 0.875rem;
    padding-left: 1.4em; }
    ul.dash-list li::before {
      display: inline-block;
      width: 15px;
      height: 5px;
      margin-right: 0.5rem;
      margin-left: -1.4em;
      content: '';
      background: #ffffff; }

.row--white {
  background: #fff;
  color: #000;
  padding: 44px 8.5% 12px;
  margin: 0;
  margin-top: 2.5rem; }
  .row--white h4 {
    font-weight: 900; }
  .row--white a {
    color: #000; }
  .row--white a:not([class]):hover {
    border-color: #000000; }
  .row--white .col-lg-4 {
    margin-bottom: 2rem; }

.content img {
  max-width: 100%;
  height: auto; }

.preload * {
  -webkit-transition: none !important;
  transition: none !important; }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0; }

body .site-header {
  position: absolute;
  z-index: 13;
  width: 100%;
  padding: 1.25rem 0;
  -webkit-transition: background-color 0s linear;
  transition: background-color 0s linear;
  background: #000000; }

#main-wrapper {
  padding-top: 164px; }

.brand {
  margin-bottom: 1rem; }
  .brand img {
    height: 50px; }

.btn__search {
  margin: 0;
  padding: 0 11px;
  font-size: 19px;
  line-height: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent; }
  .btn__search:hover svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .btn__search:focus {
    outline: none; }
  .btn__search svg {
    width: 26.95px;
    height: 23.23px;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    fill: #ffffff; }

.header--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header--right .btn__main, .header--right .webform-submission-contact-form #edit-actions, .webform-submission-contact-form .header--right #edit-actions {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }

.btn__nav {
  position: relative;
  width: 28px;
  height: 21px;
  cursor: pointer; }
  .btn__nav span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 22px;
    height: 3px;
    content: '';
    -webkit-transition: all 300ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 300ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transform-origin: left 50%;
            transform-origin: left 50%;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .btn__nav span.btn__nav__line--1 {
      margin-top: -9px; }
    .btn__nav span.btn__nav__line--2 {
      -webkit-transform: translateX(-6px);
              transform: translateX(-6px); }
    .btn__nav span.btn__nav__line--3 {
      margin-top: 9px; }
  .btn__nav:hover span {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
    .btn__nav:hover span.btn__nav__line--2 {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .btn__nav.active span.btn__nav__line--1 {
    -webkit-transform: rotate(45deg) translate(0, -6px);
            transform: rotate(45deg) translate(0, -6px);
    margin-top: -4px; }
  .btn__nav.active span.btn__nav__line--3 {
    -webkit-transform: rotate(-45deg) translate(0, 6px);
            transform: rotate(-45deg) translate(0, 6px);
    margin-top: 4px; }
  .btn__nav.active span.btn__nav__line--2 {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.btn__white {
  background: #fff;
  color: #000;
  padding: 1rem;
  display: block;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-size: 18px;
  -webkit-transition: -webkit-transform ease-in-out 250ms;
  transition: -webkit-transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .btn__white:hover {
    color: #000;
    -webkit-transition: -webkit-transform ease-in-out 250ms;
    transition: -webkit-transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }

.search-wrapper,
.nav-wrapper {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(100vh);
          transform: translateX(100vh);
  background-color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .search-wrapper--active,
  .nav-wrapper--active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .search-wrapper .container,
  .nav-wrapper .container {
    padding-top: 160px;
    height: 100%; }
  .search-wrapper::-webkit-scrollbar,
  .nav-wrapper::-webkit-scrollbar {
    width: 0 !important; }

.nav__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  overflow-y: auto;

  -webkit-overflow-scrolling: touch;*/ }
  .nav__inner .menu--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 80%; }

.nav__item {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4; }
  .nav__item div,
  .nav__item sup {
    display: inline-block; }
  .nav__item .nav__item__label {
    -webkit-transition: color 0.2s, -webkit-transform 0.5s ease;
    transition: color 0.2s, -webkit-transform 0.5s ease;
    transition: color 0.2s, transform 0.5s ease;
    transition: color 0.2s, transform 0.5s ease, -webkit-transform 0.5s ease;
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
  .nav__item sup {
    top: 0;
    font-size: 14px;
    vertical-align: text-top;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    color: #646464; }
  .nav__item.nav__item--active, .nav__item:hover {
    text-decoration: none;
    opacity: 1; }
    .nav__item.nav__item--active sup, .nav__item:hover sup {
      -webkit-transform: translateX(25px);
              transform: translateX(25px); }
    .nav__item.nav__item--active .nav__item__label, .nav__item:hover .nav__item__label {
      -webkit-transform: translateX(15px);
              transform: translateX(15px);
      color: #ffffff;
      text-shadow: none; }

.search-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.search-wrapper .row,
.search-wrapper .container-inline,
.search-wrapper .form-group {
  width: 100%; }
.search-wrapper .form-group {
  position: initial;
  margin: 0; }
.search-wrapper .block-search-form-block {
  margin-top: 250px; }

.site-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-footer-logos .footer-logo {
    margin-bottom: 1rem; }

.footer-logos {
  display: block; }

.site-footer {
  padding-top: 3rem; }
  .site-footer a {
    font-size: 0.875rem;
    margin-bottom: 0.5rem; }
  .site-footer .logos {
    margin-top: 2rem; }
    .site-footer .logos a {
      margin-bottom: 1rem; }
    .site-footer .logos .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .site-footer .footer-link {
    display: block;
    text-align: center; }

.btn__main, .webform-submission-contact-form #edit-actions {
  position: relative;
  display: inline-block;
  overflow: initial;
  padding: 7px 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ffffff;
  border: 3px solid #ffffff;
  background: transparent;
  margin-bottom: 6px;
  margin-right: 6px; }
  .btn__main::before, .webform-submission-contact-form #edit-actions::before, .btn__main::after, .webform-submission-contact-form #edit-actions::after {
    position: absolute;
    top: -3px;
    right: -3px;
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(6px) translateY(6px);
            transform: translateX(6px) translateY(6px);
    border: 3px solid #ffffff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .btn__main::before, .webform-submission-contact-form #edit-actions::before {
    -webkit-clip-path: inset(0px 0px 0px calc(100% - (6px + 3px)));
            clip-path: inset(0px 0px 0px calc(100% - (6px + 3px))); }
  .btn__main::after, .webform-submission-contact-form #edit-actions::after {
    z-index: 0;
    left: initial;
    background: transparent;
    -webkit-clip-path: inset(calc(100% - (6px + 3px)) 0px 0px 0px);
            clip-path: inset(calc(100% - (6px + 3px)) 0px 0px 0px); }
  .btn__main:hover, .webform-submission-contact-form #edit-actions:hover {
    text-decoration: none;
    color: #ffffff; }
    .btn__main:hover::before, .webform-submission-contact-form #edit-actions:hover::before {
      -webkit-clip-path: inset(0 0px 0px 100%);
              clip-path: inset(0 0px 0px 100%); }
    .btn__main:hover::after, .webform-submission-contact-form #edit-actions:hover::after {
      -webkit-clip-path: inset(100% 0px 0px 0px);
              clip-path: inset(100% 0px 0px 0px); }
    .btn__main:hover::before, .webform-submission-contact-form #edit-actions:hover::before, .btn__main:hover::after, .webform-submission-contact-form #edit-actions:hover::after {
      -webkit-transform: translateX(0px) translateY(0px);
              transform: translateX(0px) translateY(0px); }
  .btn__main:active, .webform-submission-contact-form #edit-actions:active {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0.7; }
  .btn__main--black {
    border-color: #000;
    color: #000;
    text-transform: initial; }
    .btn__main--black::before, .btn__main--black::after {
      border-color: #000; }
    .btn__main--black:hover {
      color: #000; }

.webform-submission-contact-form #edit-actions {
  margin: 0;
  margin-left: 15px; }
  .webform-submission-contact-form #edit-actions input {
    padding: 0;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 0;
    background: transparent; }
    .webform-submission-contact-form #edit-actions input:focus {
      color: #ffffff;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

.readmore-link {
  position: relative;
  padding: 0 0.75rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 0.775rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .readmore-link::before, .readmore-link::after {
    position: absolute;
    top: calc(50% - 1px);
    display: block;
    width: 5px;
    height: 2px;
    content: '';
    -webkit-transition: width 250ms ease-in-out;
    transition: width 250ms ease-in-out;
    pointer-events: none;
    background: #ffffff; }
  .readmore-link::before {
    left: 0; }
  .readmore-link::after {
    right: 0; }
  .readmore-link:hover {
    text-decoration: none;
    color: #ffffff;
    -webkit-transform: translateY(-3.5px);
            transform: translateY(-3.5px); }

.back__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 1rem; }
  .back__link span {
    margin-right: 1rem; }
  .back__link:hover {
    text-decoration: none;
    color: #ffffff; }
  .back__link::after {
    display: none; }

.btn__filter {
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  -webkit-appearance: none; }
  .btn__filter:hover, .btn__filter--active {
    text-decoration: none;
    color: #000000;
    background: #ffffff; }
  .btn__filter:focus {
    outline-color: #ffffff; }
  .btn__filter i {
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
  .btn__filter.active {
    color: #000000;
    background: #ffffff; }
    .btn__filter.active i {
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.collapse {
  min-height: 200px;
  padding: 6.3125rem 0;
  color: #000000; }

.col-event {
  margin-bottom: 3.5rem; }

.date {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2.375rem;
  font-weight: 900; }

.event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: center;
  background: #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px rgba(255, 255, 255, 0.2) solid; }
  .event > .row {
    width: 100%; }
  .event__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 2.1875rem 0 1.75rem 0;
    font-size: 14px; }
    .event__date > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 1rem;
      min-width: 100px; }
      .event__date > div.last::before {
        content: ">";
        display: block;
        position: absolute;
        font-size: 20px;
        left: calc(50% - 5px); }
    .event__date-day {
      font-size: 2.875rem;
      font-weight: 900;
      line-height: 3.625rem; }
    .event__date-month {
      line-height: 1.125rem;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
  .event__title {
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 900;
    padding: 0 1.5rem;
    letter-spacing: 0.1em; }
  .event__center {
    position: relative;
    display: block;
    padding: 1.5rem 1.5rem 1.875rem;
    font-weight: 300; }
    .event__center::before {
      position: absolute;
      top: 0.725rem;
      right: 0;
      left: 0;
      display: block;
      width: 1.125rem;
      height: 3px;
      margin: 0 auto;
      content: '';
      background: #ffffff; }
  .event img {
    width: 100%;
    -webkit-transition: opacity 300ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: opacity 300ms cubic-bezier(0.16, 0.01, 0.77, 1); }
  .event__cover {
    margin-bottom: 2rem; }
  .event:hover img {
    opacity: 0.65; }
  .event:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .event--focus {
    margin-bottom: 3.125rem;
    text-align: left;
    color: #000000;
    background: #ffffff; }
    .event--focus .col-lg-5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
    .event--focus .event__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 1.25rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .event--focus .event__date {
      display: block;
      margin-bottom: 1.125rem;
      padding: 0;
      font-size: 1.125rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      .event--focus .event__date::after {
        display: block;
        width: 1.125rem;
        margin-top: 1rem;
        content: '';
        border: 2px solid #000000; }
    .event--focus .event__center {
      margin-bottom: 1rem;
      padding: 0; }
      .event--focus .event__center::before {
        display: none; }
    .event--focus .event__title {
      margin-bottom: 1rem;
      font-size: 1.5rem;
      font-weight: 700;
      letter-spacing: 0.01em; }

.form-control {
  display: inline-block;
  padding: 15px 40px;
  color: #ffffff !important;
  border: 2px solid #969696;
  border-color: #ffffff;
  border-radius: 0;
  background: none; }
  .form-control:focus {
    border-color: #ffffff;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

#search-block-form,
#search-form {
  position: relative; }
  #search-block-form input[type='search'],
  #search-form input[type='search'] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.83 24.45'%3E%3Cpath fill='%23fff' d='M27.83,22l-6.44-4.68A11.37,11.37,0,0,0,23,11.5a11.52,11.52,0,1,0-3.46,8.21l6.53,4.74ZM11.5,20A8.5,8.5,0,1,1,20,11.5,8.51,8.51,0,0,1,11.5,20Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 23px 27px;
    padding: 1.5rem 1rem; }
  #search-block-form #edit-submit,
  #search-form #edit-submit {
    position: absolute;
    font-size: 0;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    width: 38px;
    height: 38px; }
    #search-block-form #edit-submit:hover,
    #search-form #edit-submit:hover {
      background: none; }

input[type='email'],
input[type='search'],
input[type='text'],
textarea {
  width: 100%;
  padding: 1rem;
  color: #ffffff;
  border: none;
  border-bottom: solid 3px #ffffff;
  outline: none;
  background: transparent; }

textarea.form-control {
  position: relative;
  padding: 1rem;
  resize: none !important;
  border: solid 3px #ffffff; }

.form-textarea-wrapper {
  position: relative; }
  .form-textarea-wrapper::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    pointer-events: none;
    border: solid 3px #ffffff;
    border-top: none; }

.form-group {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px; }

::-webkit-input-placeholder {
  color: #ffffff !important; }

::-moz-placeholder {
  color: #ffffff !important; }

:-ms-input-placeholder {
  color: #ffffff !important; }

:-moz-placeholder {
  color: #ffffff !important; }

.news {
  position: relative;
  margin-bottom: 8rem; }
  .news__content {
    position: absolute;
    top: 100%;
    right: 0;
    width: 75%;
    padding: 1.875rem 4.1875rem 1.875rem 1.875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #000000; }
  .news__title {
    font-size: 1.125rem;
    font-weight: 900; }
  .news__date {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    font-weight: 200; }
  .news__link {
    position: absolute;
    right: 0;
    bottom: 0; }

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pager {
  margin: 2rem 0; }

.pager__item--prev .page-link {
  margin-right: 1rem;
  border-radius: 0 !important; }

.pager__item--next .page-link {
  margin-left: 0.8rem;
  border-radius: 0 !important; }

.page-item.active .page-link {
  background-color: transparent; }
  .page-item.active .page-link::after {
    width: 80%; }

.page-link {
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #ffffff;
  border: none;
  background-color: transparent; }
  .page-link:hover {
    color: #ffffff;
    background-color: transparent; }

.page-item:not(:first-child):not(:last-child):not(.active) .page-link:hover::after {
  width: 80%;
  margin: auto;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out; }
.page-item:not(:first-child):not(:last-child):not(.active) .page-link::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  content: '';
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
  background: #ffffff; }
.page-item.active .page-link::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  margin: auto;
  content: '';
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
  background: #ffffff;
  width: 80%; }

.arrow__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 3px solid #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem; }
  .arrow__link::before, .arrow__link::after {
    top: -3px;
    right: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    -webkit-transform: translateX(4px) translateY(4px) translateZ(0);
            transform: translateX(4px) translateY(4px) translateZ(0);
    border: 3px solid #ffffff; }
  .arrow__link::before {
    -webkit-clip-path: inset(0px 0px 0px calc(100% - (3px + 3px)));
            clip-path: inset(0px 0px 0px calc(100% - (3px + 3px))); }
  .arrow__link::after {
    -webkit-clip-path: inset(calc(100% - (3px + 3px)) 0px 0px 0px);
            clip-path: inset(calc(100% - (3px + 3px)) 0px 0px 0px); }
  .arrow__link--black {
    position: relative;
    z-index: 5;
    color: #000000;
    border: 2px solid #000000;
    background: #ffffff; }
    .arrow__link--black::before, .arrow__link--black::after {
      border-color: #000000; }
    .arrow__link--black:hover {
      color: #000000; }

.field--type-image {
  margin-bottom: 1rem; }

.event__title a,
.news__title a {
  border-bottom: 0; }

.center-certified {
  margin-bottom: 2rem; }
  .center-certified__name {
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 24px; }
    .center-certified__name::before {
      display: inline-block;
      width: 15px;
      height: 5px;
      margin-right: 0.5rem;
      margin-left: -1.4em;
      content: '';
      background: #ffffff; }

@media (min-width: 576px) {
  .row-spaced {
    padding: 0.5rem 0; }

  .row-spaced-bottom {
    padding-bottom: 0.25rem; } }
@media (min-width: 768px) {
  .row-spaced {
    padding: 2.5rem 0; }

  .row-spaced-bottom {
    padding-bottom: 1.25rem; }

  .header--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header--right > * + * {
      margin-left: 2.3125rem; } }
@media (min-width: 768px) {
  .site-footer-logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .site-footer-logos .footer-logo {
      margin-bottom: 1rem; }
      .site-footer-logos .footer-logo + .footer-logo {
        margin-left: 1.75rem; }

  .site-footer .logos .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }
@media (min-width: 768px) and (min-width: 992px) {
  h1.title,
  .path-frontpage h2.section__title,
  #block-presentationdossierpedagogique h2,
  #block-views-block-event-bck-focused h2 {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    font-size: 2.0625rem;
    font-weight: 900;
    text-shadow: -10px -9px rgba(255, 255, 255, 0.09), -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

  .no-padding {
    padding: 0; }

  .row-spaced {
    padding: 3rem 0; }

  .row-spaced-bottom {
    padding-bottom: 1.5rem; }

  .img--left {
    -webkit-transform: translateX(calc(960px / 12 * -1));
            transform: translateX(calc(960px / 12 * -1)); }

  .img--right {
    -webkit-transform: translateX(calc(960px / 12));
            transform: translateX(calc(960px / 12)); }

  .btn__filter {
    padding: 0.8625rem; }

  .brand {
    margin-bottom: 0; }
    .brand img {
      height: 73px; }

  .search-wrapper,
  .nav-wrapper {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    overflow-y: auto; }
    .search-wrapper .container,
    .nav-wrapper .container {
      padding-top: 123px; }
    .search-wrapper--active,
    .nav-wrapper--active {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

  .nav__item {
    margin-bottom: 0.5rem;
    font-size: 3.1875rem;
    font-size: calc((100vh - 165px) / 20); }
    .nav__item sup {
      top: 19px;
      font-size: 1rem;
      vertical-align: text-top;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .nav__item.nav__item--active sup, .nav__item:hover sup {
      -webkit-transform: translateX(25px);
              transform: translateX(25px); }
    .nav__item.nav__item--active .nav__item__label, .nav__item:hover .nav__item__label {
      -webkit-transform: translateX(15px);
              transform: translateX(15px); }

  a {
    margin-bottom: 1.5rem; }

  .logos {
    z-index: 10;
    bottom: 0;
    width: 100%;
    margin-top: 2rem;
    background: #000000; }
    .logos .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 70px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .logos a {
      margin: 0; }
      .logos a img {
        width: 80%; }

  .footer-link {
    display: inline;
    margin-right: 1rem;
    font-size: 0.875rem; } }
@media (min-width: 1548px) {
  body .site-header {
    padding: 1.3125rem 0; }

  .search-wrapper .container,
  .nav-wrapper .container {
    padding-top: 165px; }

  h1.title,
  .path-frontpage h2.section__title,
  #block-presentationdossierpedagogique h2,
  #block-views-block-event-bck-focused h2 {
    font-size: 4.0625rem;
    padding-left: 1.6875rem;
    text-shadow: -27px -19px rgba(255, 255, 255, 0.09), -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

  .readmore-link {
    font-size: 0.875rem; }

  .event--focus .event__content {
    padding: 0 6.25rem; }

  .row-spaced {
    padding: 5rem 0; }

  .row-spaced-bottom {
    padding-bottom: 3rem; }

  .img--left {
    -webkit-transform: translateX(calc(1518px / 12 * -1));
            transform: translateX(calc(1518px / 12 * -1)); }

  .img--right {
    -webkit-transform: translateX(calc(1518px / 12));
            transform: translateX(calc(1518px / 12)); }

  .btn__filter {
    padding: 1.0625rem; }

  .site-footer .logos .container {
    height: 140px; }
  .site-footer .logos a img {
    width: 100%; } }
.block-white {
  background: #fff;
  color: #000;
  padding: 2rem;
  margin: 0;
  margin-bottom: 2rem; }
  .block-white strong {
    font-size: 18px;
    font-weight: 900;
    margin-right: 0.5rem;
    margin-bottom: 1rem; }
    .block-white strong:last-of-type {
      margin-bottom: 0; }

.node--type-dossier .col-xl-2 img {
  width: 100%; }

.highlighted {
  padding-top: 164px; }

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 15px; }
  .alert h2 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem; }
  .alert hr {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem; }
  .alert svg {
    width: 25px;
    height: 25px; }
