  body {
    margin:0px;
  }

  @font-face {
    font-family: TitreFont;
    src: url(../VertigoFLF-Bold.ttf);
    font-weight: bold;
  }

  .logo {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
  }

  .navbar {
    background-color: #231F20;
    height: 115px;
    width: 100%;
    position: fixed;
    z-index: 50;
    border-bottom: 1px solid white;
  }
  
  li.active a span {
    border-bottom: 2px solid white;
    padding-bottom: 2px;
  }

  li a {
    position:relative;
  }

  li a:hover {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  li a::after {
      content: '';
      display: block;
      width: 0;
      position:absolute;
      left:50%;
      height: 2px;
      background: white;
      transition: cubic-bezier(.77,0,.18,1) 0.5s;
  }
  
  li a:hover::after {
      width: 80%;
      left: 10%;
  }
  
  li {
    transition: cubic-bezier(.77,0,.18,1) 1s;
  }

  .navbar .icon {
    display: none;
  }

  .navbar .icon2 {
    display: none;
  }

  @media screen and (max-width: 900px) {
    .logo {
      margin-top: 8px;
      width: 70%;
    }

    .navbar .icon {
      align-self: flex-end;
      display: initial;
      position: absolute;
      cursor: pointer;
      left: 5%;
      top: 45%;
      color: #f2f2f2;
      font-size: 28px;
      height: auto;
    }

    .navbar .icon2 {
      display: flex;
      position: absolute;
      right: 3%;
      top: 45%;
      color: #f2f2f2;
      font-size: 30px;
      transform: translateX(-50%);
    }

    .navbar .left {
      display: none;
    }

    .navbar .right {
      display: none;
    }
  }

  @media screen and (max-width: 768px) {
    .logo {
      margin-top: 8px;
      width: 70%;
    }

    .navbar .icon {
      display: flex;
      position: absolute;
      left: 5%;
      top: 40%;
      color: #f2f2f2;
      font-size: 28px;
    }

    .navbar .left {
      display: none;
    }

    .navbar .right {
      display: none;
    }
  }

  @media screen and (max-width: 560px) {
    .logo {
      margin-top: 8px;
      width: 70%;
      left: 50.5%;
    }

    .navbar .icon {
      display: flex;
      position: absolute;
      left: 5%;
      top: 67%;
      color: #f2f2f2;
      font-size: 28px;
      transform: translateX(-50%);
    }

    .navbar .icon2 {
      display: flex;
      position: absolute;
      right: 0%;
      top: 63%;
      color: #f2f2f2;
      font-size: 30px;
      transform: translateX(-50%);
    }

    .navbar .left {
      display: none;
    }

    .navbar .right {
      display: none;
    }
  }

  @media screen and (max-width: 460px) {
    .logo {
      margin-top: 8px;
      width: 100%;
      left: 50.5%;
    }

    .navbar .icon {
      display: flex;
      position: absolute;
      left: 6%;
      top: 68%;
      color: #f2f2f2;
      font-size: 30px;
      transform: translateX(-50%);
    }

    .navbar .icon2 {
      display: flex;
      position: absolute;
      right: 0%;
      top: 65%;
      color: #f2f2f2;
      font-size: 30px;
      transform: translateX(-50%);
    }

    .navbar .icon3 {
      width: 7px;
      height: 8px;
      line-height: 8px;
      border-radius: 50%;
      font-size: 16px;
      color: white;
      text-align: center;
      position: absolute;
      padding: 6px;
      top: 57%;
      right: 12%;
      font-family: fantasy;
    }

    .navbar .left {
      display: none;
    }

    .navbar .right {
      display: none;
    }
  }

  @media screen and (max-width: 370px) {
    .logo {
      margin-top: 8px;
      width: 100%;
      left: 50.5%;
    }

    .navbar .icon {
      display: flex;
      position: absolute;
      height: 85151px;
      left: 7%;
      top: 65%;
      color: #f2f2f2;
      font-size: 30px;
      transform: translateX(-50%);
    }

    .navbar .icon2 {
      display: flex;
      position: absolute;
      right: 0%;
      top: 65%;
      color: #f2f2f2;
      font-size: 30px;
      transform: translateX(-50%);
    }

    .navbar .left {
      display: none;
    }

    .navbar .right {
      display: none;
    }
  }

  .left {
    padding-top: 35px;
    display: flex;
    float: left;
    text-align: left;
    font-family: TitreFont;
    list-style-type: none;
  }

  .right {
    padding-top: 35px;
    display: flex;
    float: right;
    text-align: right;
    font-family: TitreFont;
    list-style-type: none;
  }

  .plateaux {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: clamp(20px, 40vw, 40px);
  }

  .coupe {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: clamp(20px, 40vw, 40px);
  }

  .boxes {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: clamp(20px, 40vw, 40px);
  }

  .inscription {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: clamp(20px, 40vw, 40px);
    cursor: pointer;
  }

  .connexion {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: clamp(20px, 40vw, 40px);
    cursor: pointer;
  }

  /* CSS Modal inscription */

  .insModal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
  }

  .insModal-content {
    width: 400px;
    height: fit-content;
    padding: 1rem 3rem;
    background-color: white;
    margin: 5% auto;
    font-family: TitreFont;
    font-size: clamp(13px, 9vw, 25px);
    border: #231F20 solid 2px;
  }

  .insPos label {
    text-align: left;
  }

  @media screen and (max-width: 500px) {
    .insModal-content {
      width: fit-content;
      height: fit-content;
    }
  }

  .civilite {
    border-radius: 5px;
    box-sizing: border-box;    
  }

  form.insForm input {
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px;
    float: right;
  }

  form.insForm select {
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px;
    float: right;
  }

  form.insForm input.date {
    font-size: 90px;
  }

  form.insForm button {
    margin-top: 10px;
    border: 1px solid black;
    background-color: #ffffff;
    font-size: clamp(13px, 9vw, 25px);
    font-family: TitreFont;
    padding: 10px 10px;
    cursor: pointer;
  }

  .insClose {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
  }
  
  .insClose:hover,
  .insClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

    /* CSS Modal connexion */

  .coModal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
  }

  .coModal-content {
    width: 400px;
    height: fit-content;
    padding: 1rem 3rem;
    background-color: white;
    margin: 5% auto;
    font-family: TitreFont;
    font-size: clamp(13px, 9vw, 25px);
    border: #231F20 solid 2px;
  }

  @media screen and (max-width: 500px) {
    .coModal-content {
      width: fit-content;
      height: fit-content;
    }

    form.coForm input {
      width: 50%;
    }
  }

  form.coForm label {
    text-align: left;
  }

  form.coForm input {
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px;
    float: right;
  }

  form.coForm input.date {
    font-size: 90px;
  }

  form.coForm button {
    margin-top: 10px;
    border: 1px solid black;
    background-color: #ffffff;
    font-size: clamp(13px, 9vw, 25px);
    font-family: TitreFont;
    padding: 10px 10px;
    cursor: pointer;
  }

  .coClose {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
  }
  
  .coClose:hover,
  .coClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .navbar.responsive .container .nav-collapse .left {
    background-color: #231F20;
    margin-top: 90px;
    display: block;
    text-align: left;
    width: 100%;
  }

  .navbar.responsive .container .nav-collapse .right {
    background-color: #231F20;
    margin-bottom: 150px;
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid white;
  }

  .CategoriePC {
    background-color:#231F20;
    font-family:TitreFont;
    position: fixed;
    display: flex;
    margin-top: 115px;
    list-style-type: none;
    justify-content:space-around;
    text-decoration:none;
    border-top:1px solid white;
    padding-top: 10px;
    padding-bottom:10px;
    margin-bottom: 15px;
    border-bottom: 1px solid white;
    width: 100%;
    z-index: 21;
  }

  .Cate {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: clamp(20px, 30vw, 30px);
  }

  @media screen and (max-width: 1000px) {
    .CategoriePC {
      display: none;
    }

    .CategorieMobile {
      background-color:#231F20;
      font-family:TitreFont;
      position: fixed;
      display: flex;
      margin-top: 115px;
      padding-top: 15px;
      list-style-type: none;
      justify-content:space-around;
      text-decoration:none;
      border-top:1px solid white;
      padding-bottom:15px;
      margin-bottom: 15px;
      border-bottom: 1px solid white;
      color: white;
      width: 100%;
      z-index: 21;
    }

    .CateChoose {
      background-color: transparent;
      color: white;
      border: none;
      font-size: clamp(15px, 20vw, 20px);
    }
  }

  .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
  }
  
  .switch input {
    display:none;
  }
  
  .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 19px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 19px;
  }
  
  input:checked + .slider {
    background-color: #66bb6a;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
    padding: 13px;
    margin-top: 15px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }