/*** size ***/
/*** fix ***/
section, div, p, h1, h2, h3, h4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*** sinpets ***/
/**hamMenu**/
label.ham {
  display: flex;
  flex-direction: column;
  width: 20px;
  cursor: pointer; }
  label.ham span {
    background-color: #008FB3;
    border-radius: 0px;
    height: 2px;
    margin: 2px 0;
    -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
  label.ham span:nth-of-type(1) {
    width: 100%; }
  label.ham span:nth-of-type(2) {
    width: 100%; }
  label.ham span:nth-of-type(3) {
    width: 100%; }
  label.ham input[type="checkbox"] {
    display: none; }
  label.ham input[type="checkbox"]:checked ~ span {
    background-color: #FFCB00; }
  label.ham input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotatez(45deg) translate(4px, 4px);
            transform: rotatez(45deg) translate(4px, 4px); }
  label.ham input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotatez(-45deg);
            transform: rotatez(-45deg); }
  label.ham input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0px, -3px) rotatez(45deg);
            transform: translate(0px, -3px) rotatez(45deg);
    opacity: 0; }

/****/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  overflow-x: hidden;
  font-family: 'Urbanist', sans-serif; }

p {
  margin: 0;
  padding: 0; }

h2 {
  font-size: 30px; }

a.button {
  padding: 14px 34px 14px 18px;
  border-radius: 28px;
  background-color: #FFCB00;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  position: relative; }
  a.button::after {
    content: "";
    color: white;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 18px;
    width: 7px;
    height: 11px;
    background-image: url("../images/mini-arrow-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s; }
  a.button:hover::after {
    right: 14px; }

a.link {
  color: #FFCB00;
  text-decoration: underline;
  position: relative; }
  a.link.file {
    padding-left: 60px;
    padding-top: 10px; }
    a.link.file::before {
      position: absolute;
      left: 0px;
      top: 0px;
      content: "";
      width: 42px;
      height: 36px;
      background-size: contain;
      background-position: center;
      background-image: url("../images/bidon.png");
      background-repeat: no-repeat; }
  a.link.video {
    padding-left: 60px;
    padding-top: 10px; }
    a.link.video::before {
      position: absolute;
      left: 0px;
      top: 0px;
      content: "";
      width: 42px;
      height: 36px;
      background-size: contain;
      background-position: center;
      background-image: url("../images/tv.png");
      background-repeat: no-repeat; }

div.content {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  line-height: 1.63; }
  div.content p {
    line-height: 1.63; }

header.head {
  background-color: #FFCB00;
  background-image: url("../images/mosaic-blue-spray.png");
  background-repeat: repeat;
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  max-height: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  header.head:after {
    content: " ";
    position: absolute;
    z-index: 0;
    background-image: url("../images/head-deco.png");
    background-repeat: no-repeat;
    background-position: top left;
    max-width: 955px;
    max-height: 728px;
    width: 100vw;
    height: 100vw;
    background-size: contain;
    top: -90px;
    left: 0px; }
    @media only screen and (max-width: 960px) {
      header.head:after {
        max-width: 680px;
        max-height: 680px; } }
    @media only screen and (max-width: 540px) {
      header.head:after {
        max-width: 420px;
        max-height: 420px;
        top: -40px; } }
  header.head .bigNav {
    position: absolute;
    width: 100%;
    top: 0px;
    left: -100vw;
    background-color: #008FB3;
    background-image: url("../images/mosaic-blue-spray.png");
    background-repeat: repeat;
    background-position: top left;
    z-index: 2;
    padding-top: 220px;
    padding-bottom: 160px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    opacity: 1; }
    header.head .bigNav.displayed {
      height: auto;
      opacity: 1;
      left: 0px; }
    header.head .bigNav ul {
      max-width: 980px;
      margin-right: auto;
      margin-left: auto;
      padding: 0px 0px 0px 0px;
      list-style: none; }
      header.head .bigNav ul li {
        color: white;
        font-size: 46px;
        margin-bottom: 10px;
        font-weight: 100;
        font-family: 'Lexend Peta', sans-serif;
        margin-left: 8vw; }
        header.head .bigNav ul li a {
          color: white;
          text-decoration: none; }
    @media only screen and (max-width: 960px) {
      header.head .bigNav ul li {
        font-size: 32px;
        margin-left: 6vw; } }
    @media only screen and (max-width: 540px) {
      header.head .bigNav ul li {
        font-size: 24px;
        margin-left: 5vw; } }
  header.head .inside {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1; }
    header.head .inside.topheader {
      z-index: 3; }
  header.head nav {
    z-index: 99;
    position: absolute;
    right: 0px;
    display: flex;
    align-items: flex-end; }
    header.head nav div, header.head nav a {
      width: 35px;
      background-image: url("../images/menu-item-bg.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    header.head nav div.hamContainer {
      padding: 8px 9px 8px 7px; }
    header.head nav a {
      display: block;
      height: 35px;
      padding: 8px 0 0 0;
      text-align: center;
      text-decoration: none;
      font-size: .7em;
      font-family: 'Lexend Peta', sans-serif; }
  header.head h1 {
    margin: 0px;
    margin-left: 8vw;
    padding: 0px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3; }
    header.head h1 img {
      max-width: 238px; }
  header.head h2 {
    font-size: 92px;
    margin: 0px;
    color: white;
    line-height: 0.9em;
    font-weight: 600;
    font-family: 'Lexend Peta', sans-serif;
    margin-left: 1vw; }
  header.head.mini {
    background-color: #008FB3;
    background-image: none;
    padding-bottom: 20px; }
    header.head.mini:after {
      display: none; }
    header.head.mini h1 {
      padding-bottom: 40px; }
      header.head.mini h1 img {
        width: 200px; }
  @media only screen and (max-width: 960px) {
    header.head {
      padding-top: 40px;
      padding-bottom: 60px; }
      header.head h1 {
        padding-bottom: 40px; }
        header.head h1 img {
          width: 200px; }
      header.head h2 {
        font-size: 4.4rem; } }
  @media only screen and (max-width: 540px) {
    header.head {
      padding-top: 16px;
      padding-bottom: 4px; }
      header.head h1 {
        padding-bottom: 20px;
        margin-left: 10vw; }
        header.head h1 img {
          width: 136px; }
      header.head h2 {
        margin-left: 10vw;
        font-size: 2.6rem; } }
/**PAGE**/
main {
  overflow-x: hidden; }

section {
  width: 100%;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
  position: relative; }
  section h2.subtitle {
    text-transform: uppercase;
    margin-top: 0px;
    color: white;
    font-size: 90px;
    font-weight: 600;
    text-shadow: 8px 0px 0px #2649D4;
    text-transform: uppercase;
    max-width: 600px;
    line-height: 110px;
    font-family: 'Lexend Peta', sans-serif;
    margin-bottom: 60px; }
  section img.title-picture {
    margin-bottom: 40px;
    width: 100%; }
  section .inside {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 960px) {
      section .inside {
        width: 100% !important;
        min-width: 320px;
        padding: 0 15vw; } }
    @media only screen and (max-width: 540px) {
      section .inside {
        padding: 0 10vw; } }
    section .inside p {
      margin-bottom: 18px; }

/**HP**/
section.contexte {
  background-color: #00B379;
  background-image: url("../images/mosaic-blue-spray.png");
  background-repeat: repeat;
  background-position: top left;
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%; }
  section.contexte::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/context-path.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
    top: 0;
    left: 0; }
  section.contexte h2 {
    color: #FFCB00;
    text-shadow: 0px 20px 0px rgba(20, 20, 20, 0.5);
    -webkit-transform: rotateY(30deg) skewY(-12deg);
            transform: rotateY(30deg) skewY(-12deg);
    max-width: 900px;
    margin-bottom: 90px; }
  section.contexte img.title-picture {
    margin-left: -2vw;
    max-width: 968px; }
  section.contexte .content {
    color: white;
    padding-left: 240px;
    padding-right: 1vw;
    margin-top: -40px; }
  @media only screen and (max-width: 960px) {
    section.contexte h2 {
      font-size: 60px;
      line-height: 70px;
      padding-top: 20px; }
    section.contexte img.title-picture {
      margin: 0; }
    section.contexte .content {
      margin-top: 0px;
      padding: 0; } }
  @media only screen and (max-width: 540px) {
    section.contexte h2 {
      font-size: 40px;
      line-height: 50px;
      margin-left: -20px;
      margin-bottom: 60px;
      -webkit-transform: rotateY(20deg) skewY(-9deg);
              transform: rotateY(20deg) skewY(-9deg); }
    section.contexte .content {
      padding: 0; } }
section.objectifs {
  background-color: #DB7F7C;
  color: white; }
  section.objectifs::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/objectifs-path.png");
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
    top: -70px;
    padding-top: 70px;
    right: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  section.objectifs img.title-picture {
    max-width: 680px; }
  section.objectifs h2 {
    color: #2649D4;
    text-shadow: 0px 10px 0px #C25F5C, 0px 14px 0px #2649D4, 0px 24px 0px #C25F5C, 0px 28px 0px #2649D4, 0px 38px 0px #C25F5C, 0px 42px 0px #2649D4;
    font-size: 120px;
    line-height: 140px; }
  section.objectifs .intro {
    margin-left: 55%;
    margin-top: -100px;
    font-size: 38px;
    max-width: 380px; }
  section.objectifs .content {
    padding-top: 120px;
    margin-top: 50px; }
    section.objectifs .content ol, section.objectifs .content ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0;
      padding: 0; }
      section.objectifs .content ol li, section.objectifs .content ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        max-width: 280px;
        font-size: 22px;
        position: relative; }
        section.objectifs .content ol li::before, section.objectifs .content ul li::before {
          content: "";
          width: 106px;
          height: 98px;
          background-image: url("../images/list-bg.png");
          position: absolute;
          top: -110px;
          left: 0px;
          color: #2649D4;
          font-size: 60px;
          text-align: center;
          padding-top: 14px;
          padding-right: 5px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        section.objectifs .content ol li:nth-child(1)::before, section.objectifs .content ul li:nth-child(1)::before {
          content: "1"; }
        section.objectifs .content ol li:nth-child(2)::before, section.objectifs .content ul li:nth-child(2)::before {
          content: "2"; }
        section.objectifs .content ol li:nth-child(3)::before, section.objectifs .content ul li:nth-child(3)::before {
          content: "3"; }
  section.objectifs .group {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;
    background-image: url("../images/group-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    margin-top: 70px; }
    @media only screen and (max-width: 960px) {
      section.objectifs .group {
        width: 100% !important;
        min-width: 320px;
        padding: 0 15vw; } }
    @media only screen and (max-width: 540px) {
      section.objectifs .group {
        padding: 0 10vw; } }
    section.objectifs .group .group-intro {
      max-width: 980px;
      margin-right: auto;
      margin-left: auto;
      padding: 0px 0px 0px 0px;
      margin-top: 40px;
      font-size: 38px;
      position: relative; }
    section.objectifs .group .group-items {
      height: 50vw;
      min-height: 500px;
      max-height: 750px;
      position: relative; }
      section.objectifs .group .group-items div {
        color: white;
        font-size: 24px;
        position: absolute;
        width: 260px;
        text-align: center; }
      section.objectifs .group .group-items .g-item-1 {
        bottom: 5%;
        left: 10%; }
      section.objectifs .group .group-items .g-item-2 {
        top: 20%;
        left: 50%;
        margin-left: -120px; }
      section.objectifs .group .group-items .g-item-3 {
        right: 10%;
        bottom: 5%; }
  @media only screen and (max-width: 960px) {
    section.objectifs h2 {
      font-size: 80px;
      line-height: 90px;
      text-shadow: 0px 8px 0px #C25F5C, 0px 12px 0px #2649D4, 0px 20px 0px #C25F5C, 0px 24px 0px #2649D4, 0px 32px 0px #C25F5C, 0px 36px 0px #2649D4; }
    section.objectifs .intro {
      text-align: center;
      margin: 0 auto;
      font-size: 36px; }
    section.objectifs .content ol {
      flex-direction: column; }
      section.objectifs .content ol li {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 150px; }
        section.objectifs .content ol li::before {
          left: 87px; }
      section.objectifs .content ol li:last-child {
        margin-bottom: 0px; }
    section.objectifs .group {
      margin-top: 40px;
      background-position: center bottom; }
      section.objectifs .group .group-intro {
        text-align: center;
        margin-bottom: 20px;
        font-size: 36px; }
      section.objectifs .group .group-items {
        min-height: 400px; }
        section.objectifs .group .group-items div {
          position: relative;
          top: 0px !important;
          left: auto !important;
          right: auto !important;
          margin: 15px auto !important;
          width: 60%;
          text-align: center;
          font-size: 20px; } }
  @media only screen and (max-width: 540px) {
    section.objectifs h2 {
      font-size: 55px;
      line-height: 80px;
      text-shadow: 0px 8px 0px #C25F5C, 0px 12px 0px #2649D4, 0px 20px 0px #C25F5C, 0px 24px 0px #2649D4, 0px 32px 0px #C25F5C, 0px 36px 0px #2649D4; }
    section.objectifs .intro {
      font-size: 30px;
      margin-bottom: 0px; }
    section.objectifs .content {
      padding-top: 40px; }
      section.objectifs .content ol li {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 80px; }
        section.objectifs .content ol li::before {
          left: 113px;
          top: -55px;
          content: "";
          width: 53px;
          height: 49px;
          background-image: url("../images/list-bg.png");
          background-size: cover;
          position: absolute;
          color: #2649D4;
          font-size: 30px;
          text-align: center;
          padding-top: 7px;
          padding-right: 3px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
    section.objectifs .group {
      margin-top: 20px; }
      section.objectifs .group .group-intro {
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px; } }
section.etapes {
  background-color: #008FB3;
  background-image: url("../images/mosaic-blue-spray.png");
  background-repeat: repeat;
  background-position: top left; }
  section.etapes::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/etapes-path.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
    top: -120px;
    padding-top: 120px;
    left: 0; }
  section.etapes h2.subtitle {
    color: white;
    font-size: 100px;
    font-weight: 600;
    text-shadow: 8px 0px 0px #2649D4;
    text-transform: uppercase;
    max-width: 600px;
    line-height: 110px;
    font-family: 'Lexend Peta', sans-serif;
    margin-bottom: 60px; }
  section.etapes .intro {
    font-size: 26px;
    line-height: 34px;
    color: #FFCB00;
    font-weight: bold;
    padding-right: 240px;
    padding-left: 4vw;
    margin-top: 20px; }
  section.etapes .etapes-detail {
    margin-top: 140px; }
    section.etapes .etapes-detail .ed1 {
      max-width: 400px;
      margin-left: 10vw;
      margin-bottom: 280px; }
      section.etapes .etapes-detail .ed1 img {
        display: block;
        margin-bottom: 20px; }
      section.etapes .etapes-detail .ed1::after {
        width: 418px;
        height: 424px;
        background-image: url("../images/picto-step-1.png");
        top: -60px;
        right: -420px; }
    section.etapes .etapes-detail .ed2 {
      max-width: 520px;
      margin-left: 380px;
      margin-bottom: 200px; }
      section.etapes .etapes-detail .ed2::after {
        width: 459px;
        height: 425px;
        background-image: url("../images/picto-step-2.png");
        top: -100px;
        left: -500px; }
    section.etapes .etapes-detail .ed3 {
      max-width: 520px;
      margin-left: 6vw;
      margin-bottom: 80px; }
      section.etapes .etapes-detail .ed3::after {
        width: 418px;
        height: 424px;
        background-image: url("../images/picto-step-3.png");
        top: -100px;
        right: -440px; }
    section.etapes .etapes-detail div {
      font-size: 18px;
      line-height: 28px;
      color: white;
      position: relative; }
      section.etapes .etapes-detail div .content {
        margin-bottom: 30px; }
      section.etapes .etapes-detail div h3 {
        font-family: 'Lexend Peta', sans-serif;
        font-size: 32px;
        color: white;
        padding: 8px 16px 8px 24px;
        background-color: #2649D4;
        -webkit-box-shadow: 4px 4px 0px #FFCB00;
                box-shadow: 4px 4px 0px #FFCB00;
        display: inline-block;
        font-weight: 100;
        position: relative; }
        section.etapes .etapes-detail div h3::after {
          content: "";
          background-image: url("../images/arrow.svg");
          width: 30px;
          height: 16px;
          background-size: contain;
          position: absolute;
          top: 20px;
          left: -15px; }
      section.etapes .etapes-detail div::after {
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute; }
      @media only screen and (max-width: 960px) and (min-width: 540px) {
        section.etapes .etapes-detail div {
          margin-left: auto !important;
          margin-right: auto !important;
          margin-top: 280px;
          margin-bottom: 0 !important; }
          section.etapes .etapes-detail div h3 {
            font-size: 28px;
            padding: 6px 14px 6px 18px; }
            section.etapes .etapes-detail div h3::after {
              top: 16px; }
          section.etapes .etapes-detail div::after {
            content: "";
            top: -260px !important;
            left: 50% !important;
            width: 240px !important;
            height: 240px !important;
            margin-left: -120px; } }
      @media only screen and (max-width: 540px) {
        section.etapes .etapes-detail div {
          margin-left: 0 !important;
          margin-right: 0 !important;
          margin-top: 240px; }
          section.etapes .etapes-detail div h3 {
            font-size: 24px;
            padding: 6px 12px 6px 16px; }
            section.etapes .etapes-detail div h3::after {
              top: 14px; }
          section.etapes .etapes-detail div::after {
            content: "";
            top: -220px !important;
            left: 50% !important;
            width: 200px !important;
            height: 200px !important;
            margin-left: -100px; } }
  @media only screen and (max-width: 960px) {
    section.etapes h2.subtitle {
      font-size: 50px;
      line-height: 48px;
      margin-bottom: 40px; }
    section.etapes .intro {
      font-size: 20px;
      font-weight: 400;
      padding: 0;
      margin: 0; }
    section.etapes .etapes-detail {
      margin-top: 60px; } }
  @media only screen and (max-width: 540px) {
    section.etapes h2.subtitle {
      font-size: 30px;
      line-height: 42px;
      margin-bottom: 30px; }
    section.etapes .content {
      padding: 0; } }
/**PAGES**/
section.contact {
  background-color: #444679; }
  section.contact::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/contact-path.png");
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
    top: -100px;
    padding-top: 100px;
    left: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  section.contact h2.subtitle {
    color: #DB7F7C;
    font-size: 100px;
    font-weight: 600;
    text-shadow: 8px 0px 0px #303266;
    text-transform: uppercase;
    max-width: 600px;
    line-height: 80px;
    font-family: 'Lexend Peta', sans-serif;
    margin-bottom: 60px; }
  section.contact .social {
    display: flex;
    flex-direction: row;
    justify-content: start; }
    section.contact .social a {
      width: 108px;
      height: 108px;
      display: block;
      margin-right: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      section.contact .social a.fb {
        background-image: url("../images/FB.png"); }
      section.contact .social a.insta {
        background-image: url("../images/Insta.png"); }
      section.contact .social a.yt {
        background-image: url("../images/yt.png"); }
  @media only screen and (max-width: 960px) {
    section.contact h2.subtitle {
      font-size: 60px;
      line-height: 50px;
      margin-bottom: 50px; }
    section.contact .social a {
      width: 60px;
      height: 60px;
      margin-right: 20px; } }
  @media only screen and (max-width: 540px) {
    section.contact h2.subtitle {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 40px; }
    section.contact .social a {
      width: 40px;
      height: 40px;
      margin-right: 12px; } }
section.page {
  background-color: #008FB3;
  color: white;
  padding-top: 1px; }
  section.page .page-nav a {
    color: #FFCB00;
    text-decoration: none;
    display: inline-block;
    padding-left: 50px;
    font-size: 1.1em;
    position: relative; }
    section.page .page-nav a::before {
      content: "";
      background-image: url("../images/arrow.svg");
      width: 30px;
      height: 16px;
      background-size: contain;
      position: absolute;
      top: 3px;
      left: 0px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  section.page .intro {
    margin-bottom: 40px; }
    section.page .intro h2 {
      font-family: 'Lexend Peta', sans-serif;
      color: #FFCB00;
      font-size: 50px;
      padding-left: 220px;
      padding-top: 40px;
      padding-bottom: 0px;
      position: relative;
      max-width: 480px;
      line-height: 1em; }
      section.page .intro h2:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 200px;
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    section.page .intro h3 {
      text-align: center;
      color: #FFCB00; }
    section.page .intro div {
      padding-left: 230px;
      margin-top: -20px; }
  section.page .content {
    margin-bottom: 20px;
    line-height: 1.2em; }
    section.page .content h4 {
      font-size: 22px;
      color: #FFCB00;
      font-weight: normal;
      margin-bottom: 0; }
  section.page .items {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url("../images/bg-step-1.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: center; }
    section.page .items .item {
      width: 280px;
      margin-bottom: 40px; }
      section.page .items .item .title {
        font-weight: 600;
        font-size: 1.1em;
        margin-bottom: 10px; }
      section.page .items .item a.link {
        display: block;
        padding-top: 5px;
        color: #FFCB00; }
  section.page .videos {
    display: flex;
    padding-bottom: 40px;
    flex-wrap: wrap;
    flex-direction: column; }
    section.page .videos .item {
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap; }
      section.page .videos .item h4 {
        font-family: 'Urbanist', sans-serif;
        font-size: 26px;
        line-height: 1em;
        width: 310px;
        height: 175px;
        padding: 44px 0px 0 135px;
        background-image: url("../images/webtv-bg-04.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 8px;
        -webkit-box-shadow: 0 1px 3px 1px rgba(33, 33, 33, 0.3);
                box-shadow: 0 1px 3px 1px rgba(33, 33, 33, 0.3);
        margin-top: 0px; }
      section.page .videos .item .item-content {
        text-align: left;
        color: white;
        padding-left: 20px;
        min-width: 240px;
        max-width: 600px; }
        section.page .videos .item .item-content a.link {
          text-align: left;
          text-decoration: underline;
          display: block;
          color: white; }
      section.page .videos .item:nth-child(2n) h4 {
        background-image: url("../images/webtv-bg-01.png"); }
      section.page .videos .item:nth-child(3n) h4 {
        background-image: url("../images/webtv-bg-02.png"); }
      section.page .videos .item:nth-child(4n) h4 {
        background-image: url("../images/webtv-bg-05.png"); }
      section.page .videos .item:nth-child(5n) h4 {
        background-image: url("../images/webtv-bg-03.png"); }
  section.page .files {
    display: flex;
    flex-direction: column; }
    section.page .files .item {
      margin-bottom: 12px; }
      section.page .files .item a.link {
        color: #FFCB00;
        position: relative;
        display: inline-block;
        padding-right: 60px;
        font-size: 18px;
        text-decoration: none; }
        section.page .files .item a.link::after {
          width: 24px;
          height: 20px;
          content: "";
          background-image: url("../images/download-picto.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          right: 0px;
          top: 0px; }
  section#community.page .intro h2::before {
    background-image: url("../images/picto-step-1.png"); }
  section#community.page .intro h3 {
    text-align: center;
    color: #FFCB00; }
  section#tools.page .intro h2::before {
    background-image: url("../images/picto-step-3.png"); }
  section#tools.page .toolscontrol {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    justify-content: left; }
    section#tools.page .toolscontrol li {
      display: block;
      list-style: none;
      cursor: pointer;
      display: block;
      padding: 5px 8px;
      border: 1px solid white;
      font-weight: bold;
      margin: 10px 20px;
      border-radius: 20px; }
      section#tools.page .toolscontrol li.reveal {
        background-color: #FFCB00;
        border-color: #FFCB00; }
  section#tools.page .toolslist {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap; }
    section#tools.page .toolslist .item {
      width: 280px;
      margin: 8px 5px 20px 5px;
      padding: 14px;
      border: 1px solid rgba(255, 255, 255, 0);
      display: none; }
      section#tools.page .toolslist .item.reveal {
        border: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0 0 2px rgba(20, 20, 20, 0.5);
                box-shadow: 0 0 2px rgba(20, 20, 20, 0.5);
        border-radius: 8px;
        display: block; }
        section#tools.page .toolslist .item.reveal h5 {
          opacity: 1; }
        section#tools.page .toolslist .item.reveal.ext {
          background-color: rgba(219, 127, 124, 0.7); }
      section#tools.page .toolslist .item h5 {
        font-family: 'Lexend Peta', sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0 0 18px 0;
        line-height: 0.95em;
        opacity: 0.5; }
      section#tools.page .toolslist .item .content p {
        line-height: 1.4em; }
      section#tools.page .toolslist .item a.link {
        display: block;
        margin-bottom: 26px;
        font-size: 14px;
        font-weight: bold; }
  section#webtv.page .intro h2 {
    max-width: 320px; }
    section#webtv.page .intro h2::before {
      background-image: url("../images/picto-step-2.png"); }
  @media only screen and (max-width: 960px) {
    section.page .intro h2 {
      font-size: 40px;
      padding: 140px 0px 30px 0px;
      position: relative;
      max-width: 320px;
      margin: 0 auto;
      text-align: center; }
      section.page .intro h2:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        width: 140px;
        height: 140px;
        margin-left: -70px; }
    section.page .intro div {
      margin-top: -20px;
      text-align: center;
      padding: 0 40px; }
    section.page .items {
      justify-content: space-around; } }
  @media only screen and (max-width: 540px) {
    section.page .intro h2 {
      font-size: 30px;
      padding: 90px 0px 30px 0px;
      position: relative;
      max-width: 280px; }
      section.page .intro h2:before {
        content: "";
        position: absolute;
        top: 0px;
        width: 100px;
        height: 100px;
        margin-left: -50px; }
    section.page .intro div {
      padding: 0 20px; } }
footer {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px; }
  footer .inside {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 960px) {
      footer .inside {
        width: 100% !important;
        min-width: 320px;
        padding: 0 15vw; } }
    @media only screen and (max-width: 540px) {
      footer .inside {
        padding: 0 10vw; } }
    footer .inside .copyright {
      color: #303266;
      font-size: 18px;
      font-family: 'Lexend Peta', sans-serif;
      font-weight: 200;
      padding-right: 20px; }
    footer .inside .erasmus {
      max-width: 300px;
      color: #303266;
      font-size: 11px;
      font-family: 'Lexend Peta', sans-serif;
      font-weight: 200;
      position: relative;
      padding-top: 67px; }
      footer .inside .erasmus::before {
        content: "";
        width: 195px;
        height: 67px;
        background-image: url("../images/erasmus.png");
        position: absolute;
        top: 0px; }
    @media only screen and (max-width: 540px) {
      footer .inside .copyright {
        color: #303266;
        font-size: 12px; }
      footer .inside .erasmus {
        max-width: 200px;
        color: #303266;
        font-size: 11px;
        font-family: 'Lexend Peta', sans-serif;
        font-weight: 200;
        position: relative;
        padding-top: 60px; }
        footer .inside .erasmus::before {
          content: "";
          width: 200px;
          height: 60px;
          background-image: url("../images/erasmus.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: 0px; } }
