@font-face {
  font-family: 'maif';
  src: url("../fonts/maif_regular.woff2") format("woff2"), url("../fonts/maif_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  color: #221F20;
  font-family: 'maif', sans-serif;
}
@media (min-width: 992px) {
  body {
    padding-bottom: 1rem;
  }
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #d8d9da;
}
body::-webkit-scrollbar-thumb {
  background: #221F20;
}
body a {
  color: #221F20;
}
body a:hover {
  color: #FC0D1A;
}
body:not(.index) header {
  animation: none;
}
body:not(.index) header:before {
  animation: none;
}

header {
  background: url("../images/edr_header-banner_background.png?2") repeat-x;
  height: 206px;
  animation: headerBackground 120s infinite linear;
}
header .container {
  margin-top: -109px;
  justify-content: center;
  align-items: flex-end;
}
header:before {
  content: '';
  height: 206px;
  display: block;
  background: url("../images/edr_header-banner_foreground.png") repeat-x;
  animation: header 60s infinite linear;
}
header .back-home {
  margin-bottom: 17px;
}
header .back-home img {
  transition: all 0.5s;
  margin-top: -3px;
  height: 122px;
}
header .back-home img:hover {
  transform: scale(1.05) translateY(-3px);
}
header .present {
  display: block;
  font-weight: bold;
}
header .logo-rde {
  display: flex;
  border: 1px solid #0f6ab3;
  margin-bottom: 14px;
}
header .logo-rde img {
  height: 26px;
}
header .logo-maif {
  margin-right: .25rem;
}
header .logo-maif img {
  height: 60px;
}

.footer-logos {
  text-align: center;
}
.footer-logos .logo-rde {
  display: inline-block;
  border: 1px solid #0f6ab3;
  margin-bottom: 14px;
}
.footer-logos .logo-rde img {
  height: 26px;
}
.footer-logos .logo-maif {
  margin-right: .25rem;
}
.footer-logos .logo-maif img {
  height: 60px;
}

.hasBckgrndImage {
  text-indent: -1000em;
}

#mainWrapper {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  #mainWrapper {
    margin-top: 75px;
  }
}

.container {
  max-width: 1140px !important;
}

@keyframes header {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 1920px;
  }
}
@keyframes headerBackground {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1920px;
  }
}
.block {
  background: #fff;
  /* border-bottom: 5px solid #A22C29; */
  border-radius: 2px;
}

a:hover {
  text-decoration: none;
}

footer {
  background: #221F20;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  footer {
    margin: 0;
  }
}
footer a {
  color: #fff;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
footer .external:hover {
  color: #FC0D1A;
}
footer .external:after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.65rem;
  vertical-align: super;
  margin-left: 2px;
  color: #FC0D1A;
}

.notice-cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 100;
  border-top: 1px solid #58595B;
  color: #221F20;
  font-size: 14px;
}
.notice-cookie .notice-text {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.notice-cookie .btn {
  margin-left: 25px;
}

.required:after {
  content: '*';
  color: #FC0D1A;
  padding-left: 2px;
  font-size: 0.8rem;
  vertical-align: top;
}

.overflow-hidden {
  overflow: hidden;
}

.e404 img {
  width: 200px;
}

.index #mainBlock {
  text-align: center;
}
.index #mainBlock hr {
  margin-bottom: 2rem;
}
.index #mainBlock a img {
  height: 250px;
  max-width: 100%;
  transition: all .15s;
}
.index #mainBlock a:hover img {
  backface-visibility: hidden;
  filter: saturate(135%) brightness(110%);
  transform: translateZ(0) scale(1.048);
}
.index #mainBlock .index-block {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f5f5f5;
  padding: 10px;
  font-size: 2rem;
  color: #000;
}
.index h1 {
  color: #FC0D1A;
}

.sticky-top, .menu {
  padding-top: 1rem;
  margin-top: -1rem;
}
.sticky-top ::-webkit-scrollbar, .menu ::-webkit-scrollbar {
  width: 4px;
  margin-right: 2px;
}
.sticky-top ::-webkit-scrollbar-track-piece, .menu ::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}
.sticky-top ::-webkit-scrollbar-thumb, .menu ::-webkit-scrollbar-thumb {
  background-color: #58595B;
  outline: 2px solid #FFF;
  outline-offset: -2px;
  border: 0.1px solid #58595B;
}
.sticky-top ::-webkit-scrollbar-thumb:hover, .menu ::-webkit-scrollbar-thumb:hover {
  background-color: #8b8c8e;
}
.sticky-top ul, .menu ul {
  list-style: none;
}
.sticky-top .block, .menu .block {
  padding: 1rem;
  max-height: calc(100vh - 25px);
  overflow: auto;
}
.sticky-top .block > ul, .menu .block > ul {
  padding-left: 0;
  font-size: 1.5rem;
  margin: 0;
}
.sticky-top .block > ul > ul, .menu .block > ul > ul {
  padding-left: 1rem;
  font-size: 1.25rem;
  margin: .5rem 0;
}
.sticky-top .block > ul > ul > ul, .menu .block > ul > ul > ul {
  padding-left: 1rem;
  font-size: 1rem;
}
.sticky-top .block > ul > ul > ul > ul, .menu .block > ul > ul > ul > ul {
  padding-left: 1rem;
}
.sticky-top .theme, .menu .theme {
  border-bottom: 1px dotted #000;
}
.sticky-top .active, .menu .active {
  color: #FC0D1A;
}
.sticky-top .active a, .menu .active a {
  color: #FC0D1A;
}
.sticky-top a, .menu a {
  display: block;
}
.sticky-top .new-website, .menu .new-website {
  font-size: 1rem;
  margin-top: 1rem;
}
.sticky-top .new-website img, .menu .new-website img {
  height: 25px;
}
.sticky-top li[section-id], .menu li[section-id] {
  padding: .5rem;
}
.sticky-top li[section-id] a, .menu li[section-id] a {
  color: #fff;
}
.sticky-top li[section-id].active a, .menu li[section-id].active a {
  color: #58595B;
}
.sticky-top li[section-id=CYC1], .menu li[section-id=CYC1] {
  background: #f9a353;
}
.sticky-top li[section-id=CYC1] + ul .fas, .menu li[section-id=CYC1] + ul .fas {
  color: #f9a353;
}
.sticky-top li[section-id=CYC2], .menu li[section-id=CYC2] {
  background: #92c958;
}
.sticky-top li[section-id=CYC2] + ul .fas, .menu li[section-id=CYC2] + ul .fas {
  color: #92c958;
}
.sticky-top li[section-id=CYC3], .menu li[section-id=CYC3] {
  background: #f15c4d;
}
.sticky-top li[section-id=CYC3] + ul .fas, .menu li[section-id=CYC3] + ul .fas {
  color: #f15c4d;
}
.sticky-top li[section-id=ecole-inclusive], .menu li[section-id=ecole-inclusive] {
  background: #C45AB3;
}
.sticky-top li[section-id=ecole-inclusive] + ul .fas, .menu li[section-id=ecole-inclusive] + ul .fas {
  color: #C45AB3;
}
.sticky-top #ecole-inclusive-collapse + li[section-id=CYC1], .menu #ecole-inclusive-collapse + li[section-id=CYC1] {
  margin-top: 10px;
}

.section {
  padding: 0 2rem 2rem;
}
.section .title {
  color: #FC0D1A;
}
.section h2.title {
  margin-top: 1.5rem;
}
.section a {
  color: #58595B;
}
.section[resource-id^=CYC1] .fas {
  color: #f9a353;
}
.section[resource-id^=CYC1] .theme:before {
  background: #f9a353;
}
.section[resource-id^=CYC2] .fas {
  color: #92c958;
}
.section[resource-id^=CYC2] .theme:before {
  background: #92c958;
}
.section[resource-id^=CYC3] .fas {
  color: #f15c4d;
}
.section[resource-id^=CYC3] .theme:before {
  background: #f15c4d;
}
.section ul.subSections {
  list-style: none;
}
.section ul.subSections .description {
  color: #000;
  font-size: 0.9em;
}
.section ul.subSections li {
  position: relative;
}
.section ul.subSections li.separator {
  height: 1px;
  background: #58595B;
  opacity: 0.2;
  margin: 1rem 0;
}
.section ul.subSections li.theme {
  font-weight: bold;
  position: relative;
  padding: 1rem;
  background-position: center !important;
  background-size: cover !important;
  margin-left: -40px;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
}
.section ul.subSections li.theme:not(first-of-type) {
  margin-top: 2rem;
}
.section ul.subSections li.theme:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
}
.section ul.subSections li.theme h2 {
  position: relative;
  font-size: 1.5rem;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.button-responsive {
  margin-left: 10px;
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 203;
}
.button-responsive .fa-stream {
  background: #58595B;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.button-responsive .fa-search {
  color: #fff;
}
.button-responsive .search-link form {
  position: relative;
}
.button-responsive .search-link form.shown input {
  width: 250px;
}
.button-responsive .search-link form.shown input::placeholder {
  color: #fdfdfd;
}
.button-responsive .search-link form input {
  background: #58595B;
  border: none;
  height: 36px;
  border-radius: 25px;
  outline: none;
  width: 36px;
  transition: width 1s;
  color: #fff;
  padding-left: 10px;
  padding-right: 26px;
}
.button-responsive .search-link form input::placeholder {
  color: transparent;
}
.button-responsive .search-link form a {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.menu {
  position: fixed;
  height: 100%;
  z-index: 201;
  left: 10px;
  top: 10px;
  min-width: 200px;
}

.overlay {
  width: 100%;
  height: 100vh;
  background: #000c;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
}

.research-container {
  position: relative;
}
.research-container a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #58595B;
}
.research-container input {
  border: 2px solid #58595B;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  border-radius: 25px;
  width: 100%;
  color: #000;
}
.research-container input::placeholder {
  color: #58595B;
}
.research-container input:focus {
  border: 2px solid #FC0D1A;
  box-shadow: 0 0 11px #a78e8e;
}

.imcdoc h4, .imcdoc h5 {
  color: #FC0D1A;
}
.imcdoc .idocBlockOut {
  background: #ececec;
  border-left: 5px solid #58595B;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.imcdoc ul {
  margin: 0;
}
.imcdoc a[data-toggle="popover"] {
  vertical-align: super;
  font-size: 0.75rem;
}
.imcdoc .idocImgLand table {
  margin: auto;
}
.imcdoc .idocImgLand caption {
  font-size: 0.75rem;
  text-align: center;
  padding-top: 0;
}
.imcdoc .idocBlock {
  overflow: hidden;
}
.imcdoc .idocNoteCall {
  display: none;
}

.search .search-highlight {
  color: #FC0D1A;
}
.search ul {
  list-style: none;
}
.search li {
  border-bottom: 1px solid #cacaca47;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.search a {
  color: #221F20;
}
.search .highlight, .search .path {
  font-size: 0.8rem;
}
.search .title {
  font-size: 1.1em;
}
.search .path {
  color: #58595B;
}

#animation-fullscreen h1 {
  font-size: 2rem;
  text-align: center;
}

#animation {
  margin-bottom: 3rem;
  position: relative;
}
#animation .frame {
  flex-direction: column;
  transition: all 1s;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  display: flex;
  opacity: 0;
  width: 100%;
}
#animation .frame .frame-label {
  font-weight: bold;
}
#animation .frame .text {
  max-width: 600px;
  margin-top: 1rem;
}
#animation .frame .replay {
  z-index: 500;
}
#animation .frame span[class^='line_'], #animation .frame span[class*=' line_'],
#animation .frame p[class^='frame_'], #animation .frame p[class*=' frame_'] {
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
#animation .frame.frame_end {
  position: relative;
}
#animation .frame.frame_end img {
  filter: blur(8px) brightness(40%);
}
#animation .frame.frame_end .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25%;
  color: white;
  font-weight: bold;
  text-align: center;
}
#animation .frame.frame_end .content .theend {
  font-weight: bold;
  font-size: 1.5rem;
}
#animation .frame.frame_end .content a {
  color: white;
}
#animation #controls {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
#animation #controls a {
  color: #5189c2;
  font-size: 2.5rem;
}
#animation #controls a:hover {
  color: rgba(81, 137, 194, 0.75);
}
#animation #controls .play-pause {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
#animation #controls .fullscreen {
  margin-left: 1.5rem;
}
#animation #controls .auto {
  color: rgba(81, 137, 194, 0.4);
  font-size: 1rem;
  text-decoration: none;
}
#animation #controls .auto.activated {
  color: initial;
  font-weight: bold;
}
#animation #controls .auto.activated:after, #animation #controls .auto.activated:before {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0;
}
#animation #controls .auto.activated:before {
  margin-right: .25rem;
}
#animation #controls .auto.activated.paused:after, #animation #controls .auto.activated.paused:before {
  animation: none;
}

#animation-fullscreen {
  background: white;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}

.ken-burns {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 300px;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
}

.ken-burns img {
  width: 100%;
  position: absolute;
  animation: move 40s ease;
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -moz-animation: move 40s ease;
  animation-play-state: paused;
}
.ken-burns img.animate {
  animation-play-state: running;
}
.ken-burns img.no-animate {
  animation: none;
}

@keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
  150% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
  150% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@keyframes ellipsis {
  to {
    width: 20px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 20px;
  }
}

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