@media screen and (min-width: 769px) {
  .contentBarrer h2.titleBarrier,
  .inputName {
    font-size: 2vw;
  }
  .content h2 {
    font-size: 4vw;
  }
  .content p {
    font-size: 24px;
  }
  .content-button {
    font-size: 2vw;
    width: 400px;
    height: 4vw;
  }
  .content-button:hover {
    width: 16.5vw;
  }
  .contentSkills h2 {
    font-size: 3vw;
  }
  .response {
    height: 600px;
  }
  .contentSkills .response .content-button {
    width: 18vw;
  }
  .contentSkills .response .content-button:hover {
    width: 20vw;
  }
  .contentBarrer {
    max-height: 45vw;
  }
  div.selectBarrier p:hover {
    background-color: #00eaff5f;
    box-shadow: 9px 13px 20px 4px rgba(0, 0, 0, 0.743);
    transform: scale(1.05);
  }
  #loading p,
  div.purposeTexte h2.purposeMainTitle {
    font-size: 48px;
  }
  .contentSolution .letsGoButton:hover {
    width: 450px;
  }
  .video-background .nameContent .giftButton {
    width: 600px;
  }
  .video-background .nameContent .giftButton:hover {
    width: 650px;
  }
  .inputName {
    width: 500px;
    height: 50px;
  }
  div.purposeTexte h2.middleTitle {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 48px;
  }
  div.purposeTexte h2.middleTitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 105%;
    height: 80%;
    background-color: #ff4242;
    transform: skewY(-2deg);
    z-index: -1;
  }
  .purposeSection .purposeDescription {
    font-size: 18px;
  }
  .btn-barrier {
    margin-bottom: 3rem;
  }
  .modal-content {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .content h2 {
    font-size: 32px;
  }
  .content p {
    font-size: 16px;
  }
  .content-button {
    font-size: 18px;
    width: 50vw;
    height: 10vw;
  }
  .content-button:hover {
    width: 50vw;
  }
  .contentSkills h2 {
    font-size: 24px;
  }
  .response {
    height: 400px;
  }
  .contentBarrer {
    max-height: 100vh;
    width: 95%;
  }
  .contentBarrer h2.titleBarrier {
    font-size: 20px;
  }
  .contentSolution {
    width: 90%;
  }
  #loading p,
  div.purposeTexte h2.purposeMainTitle {
    font-size: 28px;
  }
  #loading {
    display: flex;
    align-items: center;
    height: 80%;
  }
  .contentSolution .letsGoButton:hover {
    width: 250px;
  }
  .video-background .nameContent .inputName {
    width: 300px;
    height: 20px;
    font-size: 24px;
  }
  .video-background .nameContent .giftButton {
    width: 300px;
  }
  div.purposeTexte h2.middleTitle {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 24px;
  }
  div.purposeTexte h2.middleTitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30%;
    width: 100%;
    height: 90%;
    background-color: #ff4242;
    transform: skewY(-2deg);
    z-index: -1;
  }
  .btn-barrier,
  .letsGoButton {
    margin-bottom: 12rem;
  }
  .purposeCalendly,
  .purposeSection {
    margin-bottom: 30rem;
  }
  .img-bg-orate {
    background-size: cover;
    background-position: center center;
  }
  .modal-center {
    display: flex;
  }
  .contentStart,
  .contentSkills,
  .nameContent {
    width: 95%;
  }
  .calendly-button {
    margin-bottom: 25rem;
  }
  .modal-content {
    width: 300px;
  }
}
