.cd-horizontal-timeline {
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /*.filling-line {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: #00263E;
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform 0.3s;
  }*/
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .gfd-hide {
  display: none;
}
.cd-horizontal-timeline .timeline {
  display: none;
  position: relative;
  height: 100px;
  width: 100%;
  padding: 231px 50px;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
}
.cd-horizontal-timeline .events-wrapper ol, .cd-horizontal-timeline .events-wrapper ul, .cd-horizontal-timeline .events-wrapper li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.cd-horizontal-timeline .events-wrapper ol, .cd-horizontal-timeline .events-wrapper ul {
  list-style: none;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  /* width will be set using Javascript */
  border-top: 6px dotted transparent;
}
.cd-horizontal-timeline .events::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111   \f111";
  font-size: 7px;
  font-weight: 900;
  line-height: 8px;
  padding: 0;
  margin: 0;
  display: block;
  color: rgb(0, 38, 62);
  letter-spacing: 2px;
  overflow: hidden;
  width: 100%;
  height: 8px;
  margin-top: -13px;
  margin-left: 2px;
}
.cd-horizontal-timeline .events li .event-past {
  position: relative;
  margin-top: -124px;
  width: 91px;
}
.cd-horizontal-timeline .events li .event-past .event-logo {
  position: relative;
  margin-left: -21px;
  margin-bottom: 20px;
  z-index: 10;
}
.cd-horizontal-timeline .events li .event-past .event-logo img {
  width: 91px;
  height: auto;
}
.cd-horizontal-timeline .events li .event-past .event-year {
  position: relative;
  display: inline-block;
  background: rgb(0, 38, 62);
  color: #fff;
  font-family: var(--awb-custom_typography_2-font-family);
  font-size: 13px;
  font-weight: var(--awb-custom_typography_2-font-weight);
  line-height: 22px;
  padding: 0 15px;
  margin: 0;
  border-radius: 50px;
  z-index: 10;
}
.cd-horizontal-timeline .events li .event-past::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: rgb(82, 201, 232);
  bottom: 0;
  left: 26px;
  margin-left: -1px;
  z-index: 1;
}
.cd-horizontal-timeline .events li .event-future {
  position: relative;
  margin-top: -133px;
  left: 94.5%;
}
.cd-horizontal-timeline .events li .event-future .event-logo {
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  z-index: 10;
}
.cd-horizontal-timeline .events li .event-future .event-logo img {
  width: 91px;
  height: auto;
}
.cd-horizontal-timeline .events li .event-future .event-year {
  position: relative;
  display: inline-block;
  background: rgb(0, 38, 62);
  color: #fff;
  font-family: var(--awb-custom_typography_2-font-family);
  font-size: 13px;
  font-weight: var(--awb-custom_typography_2-font-weight);
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0;
  border-radius: 50px;
  z-index: 10;
}
.cd-horizontal-timeline .events li .event-future::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 88px;
  background: rgb(82, 201, 232);
  bottom: 0;
  left: 46px;
  margin-left: -1px;
  z-index: 1;
}
.cd-horizontal-timeline .events li a {
  position: absolute;
  width: 250px;
  bottom: 2px;
  z-index: 2;
  text-align: left;
  text-decoration: none;
  padding-bottom: 92px;
  color: #383838;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  padding: 5px;
  margin-bottom: 20px;
  text-decoration-line: none !important;
  text-decoration-style: none !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-horizontal-timeline .events li a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 87px;
  background: rgb(82, 201, 232);
  bottom: -15px;
  left: 21px;
  margin-left: -1px;
  z-index: 100;
}
.cd-horizontal-timeline .events li a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 21px;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -28px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 6px solid rgb(0, 38, 62);
  background-color: #ffffff;
  -webkit-transition: background -color 0.2s, border-color 0.2s;
  transition: background -color 0.2s, border-color 0.2s;
}
.cd-horizontal-timeline .events li a .event-content {
  margin-top: -100px;
  margin-left: -3px;
}
.cd-horizontal-timeline .events li a .event-content .event-year {
  position: relative;
  width: auto;
  max-width: 184px;
  color: rgb(0, 38, 62);
  font-family: var(--awb-custom_typography_2-font-family);
  font-size: 24px;
  font-weight: var(--awb-custom_typography_2-font-weight);
  background-color: #f3f1ef;
  padding: 3px;
  border: 2px solid rgb(82, 201, 232);
  border-radius: 20px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-horizontal-timeline .events li a .event-content .event-year::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  margin-top: -10px;
  top: 50%;
  left: 7px;
  right: auto;
  bottom: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 6px solid rgb(82, 201, 232);
  background-color: #ffffff;
  -webkit-transition: background -color 0.2s, border-color 0.2s;
  transition: background -color 0.2s, border-color 0.2s;
}
.cd-horizontal-timeline .events li a .event-content .event-keyword {
  position: relative;
  width: auto;
  color: rgb(82, 201, 232);
  font-family: var(--awb-text-font-family);
  font-size: 17px;
  font-weight: var(--awb-text-font-weight);
  text-decoration: none !important;
  margin-top: 10px;
  padding-left: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-horizontal-timeline .events li a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events li a.selected::before {
  background: rgb(0, 38, 62);
}
.cd-horizontal-timeline .events li a.selected .event-content .event-year {
  color: #fff;
  background-color: rgb(0, 38, 62);
  border-color: rgb(0, 38, 62);
}
.cd-horizontal-timeline .events li a.selected .event-content .event-year::after {
  border-color: #fff;
  background-color: rgb(0, 38, 62);
}
.cd-horizontal-timeline .events li a.selected .event-content .event-keyword {
  color: rgb(0, 38, 62);
  font-weight: var(--awb-custom_typography_2-font-weight);
}
.cd-horizontal-timeline .events li a:not(.selected):hover::before {
  background-color: rgb(0, 38, 62);
}
.cd-horizontal-timeline .events li a:not(.selected):hover .event-content .event-year {
  border-color: rgb(0, 38, 62);
  background-color: #fff;
  color: rgb(0, 38, 62);
}
.cd-horizontal-timeline .events li a:not(.selected):hover .event-content .event-year::after {
  border-color: rgb(0, 38, 62);
  background-color: #fff;
}
.cd-horizontal-timeline .events li a:not(.selected):hover .event-keyword {
  color: rgb(0, 38, 62);
}
.cd-horizontal-timeline .events li:nth-child(even) a {
  bottom: auto;
  top: -6px;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.cd-horizontal-timeline .events li:nth-child(even) a::before {
  top: -13px;
  bottom: auto;
  height: 88px;
}
.cd-horizontal-timeline .events li:nth-child(even) a::after {
  bottom: auto;
  top: -26px;
}
.cd-horizontal-timeline .events li:nth-child(even) .event-content {
  margin-left: -3px;
  margin-top: 40px;
}
.cd-horizontal-timeline .events li:nth-child(even) .event-content .event-keyword {
  position: relative;
  width: auto;
  color: rgb(82, 201, 232);
  font-family: var(--awb-text-font-family);
  font-size: 17px;
  font-weight: var(--awb-text-font-weight);
  text-decoration: none !important;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}
.cd-horizontal-timeline .events li:nth-child(2) a {
  left: 10.5%;
}
.cd-horizontal-timeline .events li:nth-child(3) a {
  left: 23%;
}
.cd-horizontal-timeline .events li:nth-child(4) a {
  left: 35.5%;
}
.cd-horizontal-timeline .events li:nth-child(5) a {
  left: 48%;
}
.cd-horizontal-timeline .events li:nth-child(6) a {
  left: 60.5%;
}
.cd-horizontal-timeline .events li:nth-child(7) a {
  left: 73%;
}
.cd-horizontal-timeline .events li:nth-child(8) a {
  left: 85.5%;
}
.cd-horizontal-timeline .events-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1456px;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol,
.cd-horizontal-timeline .events-content ol > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cd-horizontal-timeline .events-content ul,
.cd-horizontal-timeline .events-content ul li {
  list-style-type: disc;
  margin: 0;
}
.cd-horizontal-timeline .events-content ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0;
  padding: 30px 0 0 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content ol > li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cd-horizontal-timeline .events-content ol > li.enter-right, .cd-horizontal-timeline .events-content ol > li.leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content ol > li.enter-left, .cd-horizontal-timeline .events-content ol > li.leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content ol > li.leave-right, .cd-horizontal-timeline .events-content ol > li.leave-left {
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content ol > li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 3em !important;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.5em !important;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #ff3d7F;
  border-color: #ffffff;
}
.no-touch .cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.no-touch .cd-horizontal-timeline .events a.selected::after {
  background-color: #ff3d7f;
  border-color: #ff3d7f;
}
.no-touch .cd-horizontal-timeline .events a.older-event::after {
  border-color: #ff3d7f;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #ff3d7f;
}
.no-touch .cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.no-touch .cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #ff3d7f;
}

.cd-timeline-navigation {
  opacity: 0;
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw%0D%0AOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhl%0D%0AaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUo%0D%0AMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiM3YjlkNmYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYs%0D%0AOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAx%0D%0ANikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0%0D%0ALjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content ol > li {
    padding-top: 40px;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "mobile";
  }
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline .events-content {
    padding-left: 0;
    padding-right: 0;
  }
  .cd-horizontal-timeline .events-content ol > li {
    padding-top: 97px;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
  .cd-horizontal-timeline .timeline {
    display: block;
  }
}
html[lang=fr-FR] .cd-horizontal-timeline .events li:nth-child(4) a .event-content {
  margin-top: 15px;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}/*# sourceMappingURL=gfd-timeline-element.css.map */