@charset "UTF-8";
.search-results {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  z-index: 20;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  margin: 34px 4px 0px; }
  .search-results:hover {
    z-index: 2000; }
  .search-results .list-group {
    max-height: 64px;
    overflow: scroll;
    transition: max-height .25s ease-out; }
  .search-results:hover .list-group {
    max-height: 600px; }
  .search-results .head.ng-binding {
    margin: 10px;
    padding: 4px;
    border-bottom: 1px solid lightgray; }
  .search-results .search-result {
    text-decoration: none;
    color: black;
    display: flex;
    padding: 4px 2px;
    background: none;
    border: none;
    border-bottom: 1px solid lightgray; }
    .search-results .search-result em {
      background: #3eaafb;
      padding: 0 2px;
      margin: 0 -2px;
      color: white; }
    .search-results .search-result .text:not(:first-child)::before {
      content: "[…] ";
      color: #757474;
      font-size: 10px; }
    .search-results .search-result .description {
      text-align: left; }
    .search-results .search-result .icon {
      margin-right: 6px;
      color: #3eaafb; }
  .search-results .icon:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
    text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5); }
  .search-results .icon.basic:after {
    content: "\f0eb"; }
  .search-results .icon.complement:after {
    content: "\f055"; }
  .search-results .icon.advice:after {
    content: "\f277"; }
  .search-results .icon.def:after {
    content: "\f084"; }
  .search-results .icon.example:after {
    content: "\f0a4"; }
  .search-results .icon.remark:after {
    content: "\f002"; }
  .search-results .icon.warning:after {
    content: "\f071"; }
  .search-results:after, .search-results:before {
    top: -19px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .search-results:after {
    border-color: rgba(240, 240, 240, 0);
    border-bottom-color: rgba(255, 255, 255, 0.95);
    border-width: 10px;
    margin-left: -10px; }
  .search-results:before {
    border-color: rgba(168, 168, 168, 0);
    border-bottom-color: #a8a8a8;
    border-width: 11px;
    margin-left: -11px;
    margin-top: -3px; }

.search-resume {
  color: white;
  font-weight: 200;
  text-shadow: 0 -1px 0px black;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }

/* ----------------------------------------------
 * Generated by Animista on 2018-8-15 15:17:29
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1; } }

section.header {
  text-align: center; }
  section.header .container {
    width: 100%; }
  section.header .back-button {
    position: absolute;
    color: white;
    display: flex;
    align-items: baseline;
    font-size: 18px;
    padding: 20px;
    font-weight: 100;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    max-width: 95px;
    white-space: nowrap;
    overflow: hidden;
    transition: max-width .1s ease-out; }
    section.header .back-button .plus {
      opacity: 0;
      padding-left: 4px;
      transition: opacity .05s ease-out; }
    section.header .back-button:hover {
      max-width: 275px; }
      section.header .back-button:hover .plus {
        opacity: 1; }

section.header .page-title, section.header .page-title-sub {
  color: white;
  font-weight: 100; }

section.header .page-title {
  margin-top: 40px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5); }

section.header .page-title-sub {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5); }

section.header .search-bar input {
  width: 320px;
  display: inline-block;
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 0 20px; }

section.header .search-bar i {
  display: inline-block;
  position: absolute;
  font-size: 22px;
  line-height: 40px;
  margin-left: -34px;
  color: #656565;
  animation: shake ease-out 4s infinite; }

@keyframes shake {
  0% {
    transform: rotate(0deg); }
  5% {
    transform: rotate(10deg); }
  15% {
    transform: rotate(-10deg); }
  20% {
    transform: rotate(5deg); }
  25% {
    transform: rotate(0deg); } }

.resources {
  margin-top: 60px;
  margin-bottom: -70px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center; }

a.resource {
  text-decoration: none;
  color: #4c4c4c; }

.resource-wrapper {
  position: relative;
  z-index: 2; }

.resource {
  display: flex;
  align-items: flex-end;
  width: 220px;
  height: 280px;
  background-size: cover;
  background-position: 50%;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.33);
  margin-top: 30px;
  margin-bottom: -30px;
  vertical-align: top; }

.resource-content {
  background: rgba(255, 255, 255, 0.85);
  vertical-align: bottom;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 10px;
  min-height: 36%;
  /* bottom: 0px; */ }

.resource-content .resource-title {
  font-size: 18px;
  font-weight: 300;
  margin: 4px 0px; }

.resource-content .resource-subtitle {
  font-size: 22px;
  font-weight: 400;
  margin: 4px 0px; }

#resource1 {
  background-image: url(/img/module_1.jpg); }

#resource2 {
  background-image: url(/img/module_2.jpg); }

#resource3 {
  background-image: url(/img/module_3.jpg); }

#resource4 {
  background-image: url(/img/module_4.jpg);
  margin: 0 auto;
  display: block; }

/* Section 2 */
section.sub-header {
  background: url(/img/doodles_transparent.png);
  padding-top: 100px;
  padding-bottom: 80px; }

.illustration {
  display: inline-block;
  position: absolute;
  width: 50%;
  opacity: 0.3; }
  .illustration img {
    max-height: 350px; }
  .illustration.illustration-left {
    margin-top: 28px;
    left: 0px; }
  .illustration.illustration-right {
    float: right;
    right: 0px; }

/* Section 3 */
section.value {
  background: linear-gradient(-45deg, #188d15, #1fa90e);
  text-align: center;
  padding: 40px 0px; }
  section.value p {
    font-size: 20px;
    color: white;
    font-weight: 300; }
    section.value p.bolder {
      font-weight: 400; }

section.darkgray {
  border-top: 8px solid #f1f1f1;
  border-bottom: 8px solid #f1f1f1;
  background: #eaeaea;
  text-align: center;
  padding: 40px 0px; }
  section.darkgray p {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 300; }
    section.darkgray p.bolder {
      font-weight: 400; }
  section.darkgray iframe {
    max-width: 100%;
    margin-top: 20px; }

/* Section 4 */
section.story {
  margin-top: 20px; }
  section.story .feature-image img {
    max-width: 300px; }

section.autres-ressources {
  border-top: 1px solid #d4d4d4;
  border-radius: 0px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f9f9f9; }

.feature-divider {
  margin: 60px 0;
  /* <hr> between each */ }

.feature {
  padding-top: 0px;
  overflow: hidden;
  /* Clear floats */ }

.feature-image {
  margin-top: −120px;
  /* Vertically center image with the text */ }

.feature-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left !important;
  margin-bottom: 12px; }

.feature-image.pull-left {
  margin-right: 40px; }

.feature-image.pull-right {
  margin-left: 40px; }

@media (max-width: 979px) {
  .feature {
    height: auto;
    padding: 0; }
  .feature-image.pull-left,
  .feature-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px; } }

@media (max-width: 767px) {
  .feature-heading {
    font-size: 30px; }
  .feature p {
    font-size: 18px;
    line-height: 1.5; }
  .feature-divider {
    margin: 30px 0; }
  section.header .back-button {
    padding: 8px 14px;
    max-width: 25px; } }
