/* FONTS */
.blood {
  color: #C00000; }

.no-padding {
  padding: 0 !important; }

header {
  margin: 10px 0;
  position: fixed;
  z-index: 99;
  background: #ffffff;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); }
  header #svg-switch {
    transform: scale(1.8, 1.8); }
    header #svg-switch .ham {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      transition: transform 400ms;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    header #svg-switch .hamRotate.active {
      transform: rotate(45deg) scale(1); }
    header #svg-switch .hamRotate180.active {
      transform: rotate(180deg); }
    header #svg-switch .line {
      fill: none;
      transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      stroke: #C00000;
      stroke-width: 8px;
      stroke-linecap: round; }
    header #svg-switch .ham1 .top {
      stroke-dasharray: 40 139; }
    header #svg-switch .ham1 .bottom {
      stroke-dasharray: 40 180; }
    header #svg-switch .ham1.active .top {
      stroke-dashoffset: -98px; }
    header #svg-switch .ham1.active .bottom {
      stroke-dashoffset: -138px; }

footer {
  background: #EDEDED; }

.header-text {
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  color: #3C3C3C;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }

.header-extra {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #3C3C3C;
  font-family: "Oswald", sans-serif; }
  .header-extra .blood {
    font-weight: 400; }

.title-container {
  display: flex;
  flex-direction: row-reverse; }
  .title-container .video-title {
    width: 100%; }
  .title-container .title-deco {
    border-right: 4px solid #C00000;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 572px) {
      .title-container .title-deco {
        display: none; } }
    .title-container .title-deco img {
      width: 30px;
      display: block;
      height: auto;
      margin: 0 15px 0 0;
      line-height: 0; }

.video-title {
  color: #3C3C3C;
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase; }

.video-text, .text {
  color: #3C3C3C;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px; }
  @media screen and (max-width: 768px) {
    .video-text, .text {
      font-size: 16px; } }

.section-head-title {
  color: #FFFFFF;
  font-family: "Nunito", sans-serif;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 69px;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.75);
  text-transform: uppercase; }

.dyn-title, .subtitle {
  color: #C00000;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase; }

.dyn-title {
  font-size: 33px;
  line-height: 33px; }

.dyn-text {
  color: #3C3C3C;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px; }
  @media screen and (max-width: 768px) {
    .dyn-text {
      font-size: 15px; } }

.vactive .video-cta {
  display: none !important; }

.source-trigger {
  color: #C00000;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px; }

.source-item {
  color: #3C3C3C;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px; }

/*Custom style from TinyMCE*/
.rte {
  color: #3C3C3C;
  font-family: "Oswald", sans-serif;
  line-height: 23px;
  font-size: 18px; }
  .rte p {
    margin-bottom: 24px; }
    .rte p:last-child {
      margin-bottom: 60px; }
  .rte ul {
    margin-bottom: 36px; }
    .rte ul li {
      margin-bottom: 24px; }
      .rte ul li:last-child {
        margin-bottom: 0; }
  .rte .rte-title.under-separator {
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    color: #3C3C3C;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block; }
    .rte .rte-title.under-separator::after {
      border-bottom: 1px solid #000000;
      content: "";
      width: 75px;
      height: 48px;
      position: absolute;
      left: 15px; }
  .rte .rte-emphasis {
    font-weight: 600; }
  .rte ul {
    position: relative;
    display: block; }
    .rte ul li {
      position: relative;
      display: block; }
      .rte ul li .rte-dotted-li {
        padding-left: 24px;
        display: block; }
        .rte ul li .rte-dotted-li::before {
          position: absolute;
          left: 0;
          width: 10px;
          height: 10px;
          background: #C00000;
          border-radius: 100%;
          content: "";
          top: 5px; }
      .rte ul li .rte-checked-li {
        padding-left: 24px;
        display: block; }
        .rte ul li .rte-checked-li::before {
          position: absolute;
          left: 0;
          width: 15px;
          height: 15px;
          background: url("../images/checklist-icon.png");
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 100%;
          content: "";
          top: 2px; }
  .rte a {
    text-decoration: underline; }
    .rte a:hover {
      text-decoration: none; }
  .rte sup {
    font-size: 10px;
    font-weight: 400; }

header nav ul, footer nav ul {
  text-align: right;
  margin: 0;
  padding: 0; }
  header nav ul li, footer nav ul li {
    display: inline-block;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    position: relative; }
    @media screen and (max-width: 768px) {
      header nav ul li, footer nav ul li {
        margin: 0;
        padding: 0; } }
    header nav ul li a, footer nav ul li a {
      color: #3C3C3C;
      transition: all 0.35s ease-in;
      font-family: "Nunito", sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 16px;
      padding: 18px 0;
      display: block; }
      header nav ul li a:hover, footer nav ul li a:hover {
        color: #C00000;
        text-decoration: none;
        transition: all 0.15s ease-in; }
    header nav ul li:after, footer nav ul li:after {
      content: "";
      display: block;
      width: 1px;
      height: 8px;
      background: #3C3C3C;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        header nav ul li:after, footer nav ul li:after {
          display: none; } }
    header nav ul li:first-child, footer nav ul li:first-child {
      margin: 0;
      padding: 0;
      border-left: none; }
      header nav ul li:first-child:after, footer nav ul li:first-child:after {
        display: none; }

footer nav ul {
  text-align: center; }

footer #footer-content {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    footer #footer-content ul li {
      width: 100%; } }
  @media screen and (max-width: 572px) {
    footer #footer-content {
      flex-direction: column; } }

footer #project-number {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 18px;
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px; }
  @media screen and (max-width: 572px) {
    footer #project-number {
      position: relative;
      right: unset;
      text-align: right;
      margin-top: 15px; } }

#desktop-menu {
  display: block; }
  @media screen and (max-width: 992px) {
    #desktop-menu {
      display: none; } }

#mobile-menu {
  display: none;
  position: relative; }
  @media screen and (max-width: 992px) {
    #mobile-menu {
      display: block; } }
  #mobile-menu #top-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    #mobile-menu #top-panel img {
      max-width: 50%; }
    #mobile-menu #top-panel p {
      margin: 0; }
  #mobile-menu #slide-panel {
    display: none;
    background: #EDEDED;
    padding: 50px 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 100vw;
    height: 100%;
    margin-top: 10px; }
    #mobile-menu #slide-panel nav ul li {
      text-align: center;
      margin: 0;
      display: block;
      padding: 0; }
      #mobile-menu #slide-panel nav ul li:after {
        content: "";
        display: block;
        width: 8px;
        height: 1px;
        background: #3C3C3C;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%); }
      #mobile-menu #slide-panel nav ul li:last-child:after {
        display: none; }
  #mobile-menu #slide-panel.menu-opened {
    display: block; }

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000; }
  .videoWrapper43 {
    padding-top: 75%; }
  .videoWrapper169 {
    padding-top: 56%; }

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s; }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms; }

.video-cta {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #C00000;
  padding: 12px 16px;
  border-radius: 15px;
  color: #fff;
  pointer-events: none;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif; }

.videoWrapper {
  position: relative; }
  .videoWrapper:hover .video-cta {
    background: #d40202;
    transition: all 0.15s ease-in; }
  .videoWrapper .videostill {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer; }
  .videoWrapper .video-cta {
    transition: all 0.35s ease-out;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    display: flex; }
    @media screen and (max-width: 992px) {
      .videoWrapper .video-cta p {
        display: none; } }
    .videoWrapper .video-cta .arrow {
      width: 26px;
      height: 26px;
      display: inline-block;
      margin-left: 10px; }
      @media screen and (max-width: 992px) {
        .videoWrapper .video-cta .arrow {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        .videoWrapper .video-cta .arrow {
          width: 32px;
          height: 32px; } }

.img-responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 0;
  display: inline-block; }

.section-resources .section-head {
  background-position: center 75% !important; }

/*big img with title*/
.section-head {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 300px;
  position: relative;
  background-size: cover !important; }
  @media screen and (min-width: 2000px) {
    .section-head {
      height: 400px; } }
  @media screen and (max-width: 992px) {
    .section-head {
      height: auto; } }
  .section-head .section-head-title.left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px; }
  .section-head .section-head-title.right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }
  @media screen and (max-width: 992px) {
    .section-head .section-head-title {
      padding: 60px 0 !important;
      position: relative !important;
      top: unset !important;
      transform: unset !important;
      right: unset !important; } }

.multiply-img {
  mix-blend-mode: multiply; }

.dyn-container {
  box-shadow: 0 9px 50px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: block; }

.dyn-row {
  display: block;
  background: #ffffff;
  margin-top: 30px; }
  .dyn-row .content {
    padding: 60px 15px; }
    .dyn-row .content .dyn-title.under-separator::after {
      border-bottom: 1px solid #000000;
      content: "";
      width: 75px;
      height: 48px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .dyn-row .content .dyn-text {
      margin-top: 34px; }
    .dyn-row .content img {
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%); }

sup {
  font-size: 11px; }

.sources-row {
  display: block;
  margin-bottom: 80px; }
  .sources-row .source-trigger {
    border-top: 1px solid rgba(167, 167, 167, 0.4);
    display: block;
    padding-top: 20px; }
    .sources-row .source-trigger:hover {
      text-decoration: underline; }
  .sources-row .sources {
    display: none; }
  .sources-row .sources.active {
    display: block;
    padding-top: 14px; }

.dyn-ressources-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  /*negative margin pour compenser le padding du li*/
  margin-right: -10px;
  flex-direction: row; }
  @media screen and (max-width: 992px) {
    .dyn-ressources-container {
      flex-direction: column; } }
  @media screen and (max-width: 992px) {
    .dyn-ressources-container .dyn-ressources-img {
      margin-bottom: 30px; } }

.listing.links {
  list-style: none;
  overflow: hidden;
  width: calc(100% - 165px); }
  @media screen and (max-width: 768px) {
    .listing.links {
      width: 100%;
      padding: 0 20px; } }
  .listing.links li {
    color: #3C3C3C;
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 10px 10px 0;
    position: relative;
    text-decoration: underline;
    text-align: left;
    float: left;
    width: 50%;
    box-sizing: border-box; }
    @media screen and (max-width: 992px) {
      .listing.links li {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .listing.links li {
        width: 100%; } }
    .listing.links li:hover {
      opacity: 0.75; }
    .listing.links li:last-child {
      padding-bottom: 0; }

.listing.dotted li {
  color: #3C3C3C;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  padding-bottom: 10px;
  padding-left: 40px;
  position: relative; }
  .listing.dotted li:last-child {
    padding-bottom: 0; }
  .listing.dotted li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #C00000;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 5px; }

.section-blood {
  overflow: hidden;
  position: relative;
  background: #fceeee;
  padding-top: 70px; }
  .section-blood .header-bgimg {
    display: block; }
    @media screen and (min-width: 769px) {
      .section-blood .header-bgimg {
        display: none; } }
  @media screen and (max-width: 768px) {
    .section-blood .bgimgs-container {
      display: none; } }
  .section-blood .bgimgs-container img {
    height: 100%;
    position: absolute; }
  .section-blood .bgimgs-container .left {
    left: 0; }
    @media screen and (max-width: 1100px) {
      .section-blood .bgimgs-container .left {
        left: -30%;
        transform: translateX(50%); } }
    @media screen and (max-width: 992px) {
      .section-blood .bgimgs-container .left {
        left: -55%;
        transform: translateX(50%); } }
    @media screen and (max-width: 850px) {
      .section-blood .bgimgs-container .left {
        left: -60%;
        transform: translateX(50%); } }
  .section-blood .bgimgs-container .right {
    right: 0;
    -moz-transform: scaleX(-1) translateY(-50%);
    -o-transform: scaleX(-1) translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
    @media screen and (max-width: 1100px) {
      .section-blood .bgimgs-container .right {
        right: -30%;
        transform: scaleX(-1) translateX(50%); } }
    @media screen and (max-width: 992px) {
      .section-blood .bgimgs-container .right {
        right: -10%;
        transform: scaleX(-1) translateX(-50%); } }
    @media screen and (max-width: 850px) {
      .section-blood .bgimgs-container .right {
        right: -12%;
        transform: scaleX(-1) translateX(-50%); } }
  .section-blood .content {
    padding: 80px 0; }
    .section-blood .content .h-separator {
      height: 1px;
      max-width: 155px;
      width: 100%;
      background: #3C3C3C;
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-top: 20px; }
    .section-blood .content .header-text {
      padding: 20px 40px 0 40px; }
      @media screen and (max-width: 768px) {
        .section-blood .content .header-text {
          padding: 20px 0 0 0; } }
    @media screen and (max-width: 768px) {
      .section-blood .content {
        padding: 0 0 60px 0; } }

#header-extra {
  margin: 45px 0; }

.video-text-container {
  padding-right: 30px;
  display: block;
  position: relative; }
  @media screen and (max-width: 992px) {
    .video-text-container {
      padding: 30px 0 0 0; } }
  .video-text-container .video-title.under-separator::after {
    border-bottom: 1px solid #000000;
    content: "";
    width: 75px;
    height: 48px;
    position: absolute;
    left: 0; }
  .video-text-container .video-text {
    margin-top: 34px; }

.section-clues {
  padding: 45px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.04) 100%); }

.section-answers {
  padding: 45px 0;
  background: #ffffff; }

.section-bigpicture {
  background: #ffffff; }
  .section-bigpicture .text-row {
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    padding: 60px 0 0 0; }
  .section-bigpicture .video-row {
    padding: 60px 0;
    display: block;
    background: #ffffff; }
  .section-bigpicture .multiply-img {
    position: absolute;
    bottom: 0;
    right: 20px; }

.section-closerlook {
  background: #ffffff;
  margin: 115px 0;
  display: block; }
  .section-closerlook .text-row {
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.04) 100%);
    padding: 60px 0 0 0; }
  .section-closerlook .video-row {
    padding: 60px 0;
    display: block;
    background: #ffffff; }
  .section-closerlook .multiply-img {
    position: absolute;
    bottom: 0;
    left: 20px; }

.section-signs .text-row {
  width: 100%;
  padding: 60px 0;
  background: #ffffff; }

.section-signs .top-listing {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-signs .bottom-listing {
  padding-top: 30px; }

.section-resources {
  padding: 0 0 60px 0; }
  .section-resources .top-listing {
    padding: 60px 0 30px 0; }
  .section-resources .bottom-listing {
    padding-top: 60px;
    font-size: 10px;
    line-height: 12px; }

.dyn-ressources {
  margin: 0 0 40px 0; }
  .dyn-ressources .dyn-container {
    margin: 50px 0 80px 0; }

.section-support .row.gray {
  background: #7F7F7F; }
  .section-support .row.gray p {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif; }

.section-support .collab-row, .section-support .supp-row {
  padding: 30px 0 10px 0; }

.section-support .footer-logos {
  padding: 0 20px;
  display: inline-block; }
  @media screen and (max-width: 992px) {
    .section-support .footer-logos {
      padding: 20px 0 20px 0; } }
  .section-support .footer-logos img {
    display: inline-block;
    padding: 15px 0 20px 0; }


@media(max-width: 991px){
	header nav ul li a{
		font-size: 18px;
	}
}