@font-face {
  font-display:swap;
  font-family: "Poppins ExtraBold";
  src: url("/_assets/fonts/Poppins-ExtraBold.woff2"); }
@font-face {
  font-display:swap;
  font-family: "Poppins Bold";
  src: url("/_assets/fonts/Poppins-Bold.woff2"); }
@font-face {
  font-display:swap;
  font-family: "Poppins SemiBold";
  src: url("/_assets/fonts/Poppins-SemiBold.woff2"); }
@font-face {
  font-display:swap;
  font-family: "Poppins Regular";
  src: url("/_assets/fonts/Poppins-Regular.woff2"); }
@font-face {
  font-display:swap;
  font-family: "Poppins Italic";
  src: url("/_assets/fonts/Poppins-Italic.woff2"); }
@font-face {
  font-display:swap;
  font-family: "Poppins Light";
  src: url("/_assets/fonts/Poppins-Light.woff2"); }
@font-face {
  font-display:swap;
  font-family: "Poppins Medium";
  src: url("/_assets/fonts/Poppins-Medium.woff2"); }
body {
  margin: 0; }

.tunnel-1__top {
  width: 1027px;
  margin: auto;
  text-align: center;
  padding-top: 25px; }
  @media only screen and (max-width: 992px), (min-device-width: 768px) and (max-device-width: 1024px), (min-device-height: 1024px) and (max-device-width: 1366px) {
    .tunnel-1__top {
      width: 80%; } }
  @media only screen and (max-width: 576px), (min-device-width: 360px) and (max-device-width: 640px), (min-device-width: 375px) and (max-device-width: 667px), (min-device-width: 414px) and (max-device-width: 736px), (min-device-width: 320) and (max-device-width: 568), (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .tunnel-1__top {
      width: 90%; } }

.tunnel-1__top__title h1 {
  text-transform: uppercase;
  font-family: 'Poppins Bold';
  font-size: 36px;
  margin:0px;
  padding:0px; }
  @media only screen and (max-width: 992px), (min-device-width: 768px) and (max-device-width: 1024px), (min-device-height: 1024px) and (max-device-width: 1366px) {
    .tunnel-1__top__title h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 576px), (min-device-width: 360px) and (max-device-width: 640px), (min-device-width: 375px) and (max-device-width: 667px), (min-device-width: 414px) and (max-device-width: 736px), (min-device-width: 320) and (max-device-width: 568), (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .tunnel-1__top__title h1 {
      font-size: 16px; } }
  .tunnel-1__top__title h1 span:first-child {
    color: #313131; }
  .tunnel-1__top__title h1 span:nth-child(2) {
    color: #2D71AE; }

.tunnel-1__top__subtitle {
  color: #646464;
  font-family: 'Poppins SemiBold';
  font-size: 16px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 15px; }
  @media only screen and (max-width: 992px), (min-device-width: 768px) and (max-device-width: 1024px), (min-device-height: 1024px) and (max-device-width: 1366px) {
    .tunnel-1__top__subtitle {
      font-size: 14px;
      width: 104%; } }
  @media only screen and (max-width: 576px), (min-device-width: 360px) and (max-device-width: 640px), (min-device-width: 375px) and (max-device-width: 667px), (min-device-width: 414px) and (max-device-width: 736px), (min-device-width: 320) and (max-device-width: 568), (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .tunnel-1__top__subtitle {
      font-size: 12px; } }

      .row-liste {
        padding-top: 0;
        text-align: center;
        text-align: center; }
        @media (max-width: 992px), (min-device-width: 768px) and (max-device-width: 1024px), (min-device-height: 1024px) and (max-device-width: 1366px) {
          .row-liste {
            padding-right: 0px;
            padding-left: 0px; } }
        @media (max-width: 576px), (min-device-width: 375px) and (max-device-width: 667px), (min-device-width: 414px) and (max-device-width: 736px), (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
          .row-liste {
            padding-right: 0px;
            padding-left: 0px; } }
        .row-liste .first-row{
          width: 1027px;
          margin: auto;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .row-liste .first-row a{
            font-family: 'Nunito Regular';
            font-size: 16px;
            color: #2D71AE;
            text-decoration: none;
        }
        .row-liste .first-row {
          padding-top: 0;
          padding-bottom: 40px; }
          .row-liste .first-row ul {
            list-style-type: none;
            display:flex;
            justify-content: space-around;
            flex-wrap: wrap;
          }
          .row-liste .first-row ul li {
            width:25%;
          }
          @media (max-width: 992px), (min-device-width: 768px) and (max-device-width: 1024px), (min-device-height: 1024px) and (max-device-width: 1366px) {
            .row-liste .first-row {
              display: flex;
              flex-wrap: wrap;
              width: 90%;
              text-align: center;
              justify-content: space-between;
              padding-bottom: 20px; } 
              .row-liste .first-row a{
                font-size: 14px;
            }
            .row-liste .first-row ul li {
              width:33%;
            }}
          @media (max-width: 576px), (min-device-width: 375px) and (max-device-width: 667px), (min-device-width: 414px) and (max-device-width: 736px), (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
            .row-liste .first-row {
              padding-bottom: 15px;
              margin-left:1em;
              margin-right:1em;
              justify-content: space-around; }
              .row-liste .first-row a{
                font-size: 12px;
            }
            .row-liste .first-row ul li {
              width:50%;
            }}

