.fa-xmark {
  color: rgb(207, 96, 40);
  font-size: 9.5vw;

  display: none;
}

@media screen and (max-width: 800px) {
  /*Moins que 800px (mobile)*/
  .split-de-4 {
    position: relative;
    top: 0%;
    display: flex;
    background-color: #14202e;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;

    width: 100%;
    max-height: 100px;
  }
  .split-de-4 li {
    justify-content: space-evenly;
  }

  .nav-bar {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 30;
  }

  .logo-li {
    list-style: none;
  }
  .logo-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    list-style: none;
    left: -12.5%;
  }
  .logo-img {
    max-height: 13vw;
  }

  .rect-logo {
    position: relative;
    height: 8vw;
    width: 0.5vw;
    border-radius: 0.5vw;
    list-style: none;
    background-color: rgb(207, 96, 40);
    left: -25%;
  }

  .burger-menu {
    position: relative;

    height: 50%;
    width: 100%;

    background-color: white;

    display: none;
  }

  .burger {
    position: relative;
    padding: 5%;
    padding-left: 10%;
    padding-right: 100%;
    border-radius: 15%;

    left: 1%;
    margin-right: -10%;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border: 1px solid transparent;
  }
  .burger:active {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  @media screen and (orientation: landscape) {
    .button-text {
      padding-left: 5vw;

      vertical-align: middle;
      text-align: center;

      color: #14202e;
      text-decoration: none;

      font-size: 4.2vh;
      font-weight: 700;
      font-family: "Open sans", sans-serif;
    }
    .button-div {
      list-style: none;

      width: 60%;
      height: auto;

      list-style: none;
      align-items: center;

      justify-content: space-between;
    }

    .button-div ul {
      width: 100vw;
      display: flex;

      vertical-align: middle;
      padding-left: 5%;
      padding-top: 4.1vh;
      padding-bottom: 4.1vh;
      border-bottom: 0.5vw solid #14202e;
    }
    .button-ul {
      display: flex;

      list-style: none;
      justify-content: space-between;
      text-align: center;
    }
  }
  @media screen and (orientation: portrait) {
    .button-text {
      padding-left: 5vw;

      vertical-align: middle;
      text-align: center;

      color: #14202e;
      text-decoration: none;

      font-size: 4.2vw;
      font-weight: 700;
      font-family: "Open sans", sans-serif;
    }
    .button-div {
      list-style: none;

      width: 60%;
      height: auto;

      list-style: none;
      align-items: center;

      justify-content: space-between;
    }

    .button-div ul {
      width: 100vw;
      display: flex;

      vertical-align: middle;
      padding-left: 5%;
      padding-top: 3%;
      padding-bottom: 3%;
      border-bottom: 0.5vw solid #14202e;
    }
    .button-ul {
      display: flex;

      list-style: none;
      justify-content: space-between;
      text-align: center;
      margin-top: 30px;
    }
  }
  .rect-links {
    width: 6vw;
    height: 0.6vw;

    border-radius: 1vw;

    vertical-align: middle;
    text-align: center;

    background-color: rgb(207, 96, 40);
  }
  #triangle {
    position: absolute;
    left: 4.85%;
    transform: rotate(90deg); 
    width: 0;
    height: 0;
    border: 1.6vw solid transparent;
    border-top: 0;
    border-bottom: 7vw solid rgb(207, 96, 40);
  }
  .fa-bars {
    color: rgb(207, 96, 40);
    font-size: 7vw;

    display: block;
  }
  #fa-xmark {
    color: rgb(207, 96, 40);
    font-size: 9.5vw;

    display: none;
  }

  .button-div-800 {
    display: none;
  }

  .button-sub-li {
    vertical-align: middle;
    text-align: center;
  }
  .button-sub-sub-line {
    display: flex;
    flex-direction: row;
    align-items: center;

    padding: 0px;
  }

  .info-li {
    list-style: none;
  }

  .info-li li {
    list-style: none;
  }
  .info-div {
    text-decoration: none;
    margin-left: -37.5%;
    display: flex;

    height: 100%;

    list-style: none;
  }
  .info-div-800 {
    display: none;
  }
  .info-div a {
    text-decoration: none;
    vertical-align: middle;
    text-align: center;

    font-size: 3.25vw;
    padding-left: 6%;
    color: rgb(255, 255, 255);
    font-weight: 900;

    flex-direction: row;
    white-space: nowrap;
    font-family: "Open sans", sans-serif;
  }
  .info-div ul {
    list-style: none;
  }
  .info-ul {
    display: none;
    list-style: none;
  }

  .info-sub-li {
    display: none;
    list-style: none;
  }

  .info-text-ul {
    vertical-align: middle;
    text-align: center;

    font-size: 20px;
    padding-left: 6%;
    color: rgb(255, 255, 255);
    font-weight: 900;

    flex-direction: row;
    white-space: nowrap;
    font-family: "Open sans", sans-serif;
  }
  .info-text-ul a {
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  .info-phone-ul {
    margin-right: 7.5%;
    display: flex;
  }

  #nav {
    padding-top: 23%;
    font-size: 3.25vw;
    color: rgb(207, 96, 40);
  }

  .info-email-ul {
    display: flex;
  }

  .language-ul {
    z-index: 10;
    list-style: none;

    vertical-align: middle;
    text-align: center;
    list-style: none;

    vertical-align: middle;
    text-align: center;
    margin-right: -12.5%;
    margin-left: -7.5%;
  }
  .language-ul-800 {
    display: none;
  }
  .language-ul-text {
    z-index: 11;
    vertical-align: middle;
    text-align: center;

    font-size: 3.25vw;

    color: rgb(255, 255, 255);
    font-weight: 900;
    font-family: "Open sans", sans-serif;
    white-space: nowrap;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
  }

  /*






















































*/
  @media screen and (max-width: 1000px) and (min-width: 800px) {
    /*Entre 800px et 1000px*/
    .button-text {
      vertical-align: middle;
      text-align: center;

      color: #ffff;
      text-decoration: none;

      font-size: 2.15vw;
      font-weight: 700;
      font-family: "Open sans", sans-serif;
    }
    .rect-links {
      margin-top: 10px;
      width: 7vw;
      height: 3px;

      display: table-cell;
      vertical-align: middle;
      text-align: center;

      background-color: rgb(207, 96, 40);
    }
    .logo-img {
      height: 9vw;
    }
    .rect-logo {
      display: none;
    }
    .info-text-ul {
      display: flex;
      flex-direction: column;
      justify-content: center;

      font-size: 2vw;
      padding-left: 6%;
      color: rgb(255, 255, 255);
      font-weight: 900;

      font-family: "Open sans", sans-serif;
    }
    .language-ul-text {
      display: inline;
      vertical-align: middle;
      text-align: center;

      font-size: 2.5vw;

      color: rgb(255, 255, 255);
      font-weight: 900;
      font-family: "Open sans", sans-serif;
      white-space: nowrap;
      background-color: transparent;
      border-style: none;
      cursor: pointer;
    }
    #nav {
      font-size: 2.6vw;
      color: rgb(207, 96, 40);
    }
    .info-text-ul li {
      margin: 1vw 0;
    }
  }
}

@media screen and (min-width: 800px) {
  /*Au dessus de 800px (version web)*/
  .split-de-4 {
    display: flex;
    background-color: #14202e;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;

    width: 100%;
    max-height: 100px;
    font-size: 1vw;
  }
  .split-de-4 li {
    justify-content: space-evenly;
  }

  .nav-bar {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 30;
  }

  .logo-li {
    list-style: none;
  }
  .logo-div {
    display: flex;
    justify-content: center;
    align-items: center;

    list-style: none;
  }
  .logo-img {
    max-height: 90px;
  }

  .rect-logo {
    height: 55px;
    width: 3px;
    border-radius: 1vw;
    list-style: none;
    background-color: rgb(207, 96, 40);

    margin-left: -2%;
  }
  .burger-menu {
    display: none;
  }

  .burger-menu .button-div {
    display: none;
  }
  .burger {
    display: none;
  }
  .button-div-800 {
    width: 60%;
    height: 100px;

    display: flex;
    list-style: none;
    align-items: center;

    justify-content: space-between;
  }

  .button-div-800 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .button-text {
    vertical-align: middle;
    text-align: center;

    color: #ffff;
    text-decoration: none;

    font-size: 21px;
    font-weight: 700;
    font-family: "Open sans", sans-serif;
  }
  .button-sub-li {
    vertical-align: middle;
    text-align: center;
  }
  .button-sub-sub-line {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .rect-links {
    margin-top: 10px;
    width: 60px;
    height: 3px;
    border-radius: 1vw;

    display: table-cell;
    vertical-align: middle;
    text-align: center;

    background-color: rgb(207, 96, 40);
  }
  #triangle {
    position: absolute;
    top: 69px;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top: 0;
    border-bottom: 14px solid rgb(207, 96, 40);
  }
  .button-div-800 ul:hover .rect-links {
    width: 10px;
    height: 3px;

    display: table-cell;
    vertical-align: middle;
    text-align: center;

    background-color: rgb(207, 96, 40);
    transition: 1s ease-in-out;
  }
  .button-div-800 ul:hover #triangle {
    width: 10px;
    height: 3px;
    border: 0px solid transparent;
    border-top: 0;
    border-bottom: 0px solid rgb(207, 96, 40);
    display: table-cell;
    vertical-align: middle;
    text-align: center;

    transition: 1s ease-in-out;
  }
  .button-ul {
    display: flex;

    list-style: none;
    justify-content: space-between;
    text-align: center;
    margin-top: 30px;
  }

  .info-li {
    list-style: none;
  }

  .info-li li {
    list-style: none;
  }
  .info-div {
    display: none;
  }
  .info-div-800 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;

    height: 100%;

    list-style: none;
  }

  .info-div-800 li {
    list-style: none;
  }
  .info-ul {
    display: flex;
    list-style: none;
  }

  .info-sub-li {
    display: flex;
    list-style: none;
  }

  .info-text-ul {
    vertical-align: middle;
    text-align: center;

    font-size: 20px;
    padding-left: 6%;
    color: rgb(255, 255, 255);
    font-weight: 900;

    flex-direction: row;
    white-space: nowrap;
    font-family: "Open sans", sans-serif;
  }
  .info-text-ul a {
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  .info-text-ul li {
    margin: 10px 0;
  }
  #nav {
    font-size: 26px;
    color: rgb(207, 96, 40);
  }

  .info-icon-ul li {
    margin: 10px 0;
  }
  .language-ul {
    display: none;
  }
  .language-ul-800 {
    display: inline;
    list-style: none;

    vertical-align: middle;
    text-align: center;
    list-style: none;

    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
  }

  .language-ul-text {
    display: inline;
    vertical-align: middle;
    text-align: center;

    font-size: 25px;

    color: rgb(255, 255, 255);
    font-weight: 900;
    font-family: "Open sans", sans-serif;
    white-space: nowrap;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
  }

  @media screen and (max-width: 1000px) {
    .button-text {
      vertical-align: middle;
      text-align: center;

      color: #ffff;
      text-decoration: none;

      font-size: 2.15vw;
      font-weight: 700;
      font-family: "Open sans", sans-serif;
    }
    .rect-links {
      margin-top: 10px;
      width: 7vw;
      height: 3px;

      display: table-cell;
      vertical-align: middle;
      text-align: center;

      background-color: rgb(207, 96, 40);
    }
    #triangle {
      position: absolute;
      top: 68px;
      transform: rotate(180deg);
      width: 0;
      height: 0;
      border: 1.2vw solid transparent;
      border-top: 0;
      border-bottom: 1.2vw solid rgb(207, 96, 40);
    }
    .logo-img {
      height: 9vw;
    }
    .rect-logo {
      display: none;
    }
    .info-text-ul {
      display: flex;
      flex-direction: column;
      justify-content: center;

      font-size: 2vw;
      padding-left: 6%;
      color: rgb(255, 255, 255);
      font-weight: 900;

      font-family: "Open sans", sans-serif;
    }
    .language-ul-text {
      display: inline;
      vertical-align: middle;
      text-align: center;

      font-size: 2.5vw;

      color: rgb(255, 255, 255);
      font-weight: 900;
      font-family: "Open sans", sans-serif;
      white-space: nowrap;
      background-color: transparent;
      border-style: none;
      cursor: pointer;
    }
    #nav {
      font-size: 2.6vw;
      color: rgb(207, 96, 40);
    }
    .info-text-ul li {
      margin: 1vw 0;
    }
  }
}
