@media screen and (max-height: 730px) {
  nav ul li {
    padding: 10px;
  }
}

@media screen and (min-width: 1201px) {
  .navUlDisplay {
    display: flex;
  }

  nav ul li {
    padding: 15px;
  }

  .accroche {
    margin-top: 55px;
  }
}

@media screen and (max-width: 1200px) {
  .btnMenu {
    display: block;
    z-index: 2000;
  }

  .headerNav {
    width: 100%;
    height: fit-content;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    padding: 10px 0 10px 20px;
  }

  section {
    width: 95vw;
  }

  #circle1 {
    left: 50px;
  }

  #circle2 {
    right: 50px;
  }

  .titleForm,
  .formulaire,
  form {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .carousel {
    width: 400px;
    margin: 0 auto 50px;
  }

  .slide img {
    width: 400px;
    height: 250px;
  }
  .carousel button {
    top: 250px;
  }
  #prev {
    width: fit-content;
    left: -20px;
  }

  #next {
    width: fit-content;
    right: -20px;
  }

  .mapLoc iframe {
    width: 400px;
    height: 200px;
  }
  #sect8 p {
    font-size: 1.2rem;
  }

  .titleForm,
  .formulaire,
  form {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  #yakka {
    width: 300px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  #circle1 {
    left: 0;
    top: 130px;
  }

  #circle2 {
    right: 0;
    top: 130px;
  }

  .sectIllus {
    width: 500px;
    height: 330px;
  }
}

@media screen and (max-width: 700px) {
  .titleForm h1 {
    text-align: right;
  }
}

@media screen and (max-width: 650px) {
  .imageAcc {
    width: 100%;
    height: 250px;
  }

  .part {
    width: fit-content;
    font-size: 1rem;
  }

  .part:hover {
    font-size: 1rem;
  }

  .part .imagesPnl {
    width: 120px;
    height: 120px;
  }
  /***********************************/
  .carousel {
    width: 400px;
  }
  .carousel button {
    top: 250px;
  }
  .slide img {
    width: 400px;
    height: 250px;
  }
  .slide p {
    text-align: center;
  }
}

@media screen and (max-width: 620px) {
  .circles {
    width: 120px;
    height: 120px;
  }

  .circles span a {
    font-size: 0.8rem;
  }

  #circle1 {
    top: 150px;
  }
  #circle2 {
    top: 150px;
  }

  #circle3 {
    top: 300px;
  }
}

@media screen and (max-width: 600px) {
  .titleForm h1 {
    font-size: 1.5rem;
  }

  #sub3,
  #sub4,
  #sub7,
  #sub8 {
    text-align: right;
  }

  .sectIllus {
    width: 400px;
    height: 260px;
  }
}

@media screen and (max-width: 570px) {
  .formulaire {
    border-left: none;
  }

  form {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .subtitle h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .headerTop {
    display: block;
  }

  .rightSide,
  .leftSide {
    width: 100%;
    text-align: center;
  }

  .socialLinks a {
    margin: 0px 15px;
  }

  .headerNav {
    top: 134px;
  }

  nav ul li {
    padding-right: 10px;
  }

  .btnMenu {
    right: 20px;
    top: 2px;
    width: 34px;
    height: 34px;
  }

  .btnMenuItem {
    width: 25px;
  }
  .it1 {
    top: 7px;
  }
  .it2 {
    top: 50%;
  }
  .it3 {
    bottom: 5px;
  }

  .rotateRight {
    transform: rotateZ(135deg);
    left: 5px;
    top: 45%;
  }
  .rotateLeft {
    transform: rotateZ(-135deg);
    left: 5px;
    top: 45%;
  }
  .removeIt2 {
    width: 0;
  }

  .accroche {
    padding-top: 50px;
  }

  .imageAcc {
    width: 100%;
    height: 200px;
  }
  .nom {
    font-size: 2rem;
  }

  h1 {
    font-size: 2rem;
  }

  .carousel {
    width: 300px;
  }
  .carousel button {
    top: 200px;
  }
  .slide img {
    width: 300px;
    height: 200px;
  }

  .mapLoc iframe {
    width: 300px;
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .titleForm h1 {
    width: fit-content;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 450px) {
  #yakka {
    width: 180px;
    font-size: 1.7rem;
  }

  .subtitle {
    height: 70px;
  }

  .leaves {
    height: 60px;
    left: 0;
  }

  .subtitle h2 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3,
  h4 {
    font-size: 1.5rem;
  }

  .imageAcc {
    width: 100%;
    height: 200px;
  }

  #circle1 {
    top: 180px;
  }
  #circle2 {
    top: 180px;
  }

  #circle3 {
    top: 400px;
  }

  .part .imagesPnl {
    width: 100px;
    height: 100px;
  }

  .part,
  .part:hover {
    font-size: 0.8rem;
  }

  .carousel {
    width: 250px;
  }
  .carousel button {
    top: 180px;
  }
  #prev {
    width: fit-content;
  }

  #next {
    width: fit-content;
  }
  .slide img {
    width: 250px;
    height: 180px;
  }

  .sectIllus {
    width: 250px;
    height: 165px;
  }
}

@media screen and (max-width: 400px) {
  .part,
  .part:hover {
    margin: 0 5px;
    font-size: 0.6rem;
  }

  .part .imagesPnl {
    width: 80px;
    height: 80px;
  }

  .slide h4 {
    font-size: 1.2rem;
  }

  #prev {
    top: 55%;
    left: 5px;
  }

  #next {
    top: 55%;
    right: 5px;
  }
  .mapLoc iframe {
    width: 230px;
    height: 130px;
  }

  .sectIllus {
    width: 220px;
    height: 145px;
  }
}

@media screen and (max-width: 390px) {
  .leaves {
    height: 50px;
  }

  .subtitle {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .subtitle h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 360px) {
  .leaves {
    height: 40px;
    left: -15px;
  }
}

@media screen and (max-width: 400px) {
  #yakka {
    top: 57%;
    width: 150px;
    font-size: 1.5rem;
  }
}
