@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 27px;
    line-height: 32px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 30px;
  }

  .hidden {
    display: block
  }

  .line {
    display: none;
  }

  .md_hidden {
    display: none
  }

  .flex-direction {
    flex-direction: row-reverse;
  }

  .section-3 {
    flex-direction: row;
  }

  .w-35 {
    width: 35%;
  }

  .w-65 {
    width: 65%;
  }

  .w-50 {
    width: 50%;
  }

  .w-60 {
    width: 60%;
  }

  .w-40 {
    width: 40%;
  }

  .w-33 {
    width: 33%;
  }

  .story-section {
    padding: 30px 0 30px 30px;
  }

  #story-text {
    padding: 30px 30px 0 0;
    text-align: end;
  }

  .px-20px {
    padding: 30px 0;
  }

  .p-20px {
    padding: 30px;
  }

  .container {
    padding: 0px 30px 50px 30px;
  }

  .desc-image {
    flex: 1;
    height: auto;
    background-image: url("../assets/img-tableau-femme-1204w.png");
    /* The image used */
    background-position: center;
    /* Center the image */
  }

  .bg-conceptstore {
    height: 330px;
    margin: 0;
  }

  .bg-contact {
    height: 600px;
    margin: 80px 0 0 0;
    background-image: url("../assets/contact-arianereynaud.png");
    /* The image used */
    background-position: center;
    /* Center the image */
  }

  #p-conceptText {
    padding: 0 30px 30px 30px;
  }

  .py-20px {
    padding: 0 30px;
  }

  .m-20px {
    margin: 30px;
  }

  .shadow-white {
    box-shadow: 150px 0px 0px white;
  }

  input.button {
    padding: 10px 40px 10px 40px;
    font-size: 16px;
  }

  ::placeholder {
    font-size: 14px;
  }

  .imput50 {
    width: 100%;
    display: inline-block;
  }

  .imput-flex {
    display: flex;
    justify-content: space-between;
  }

  .imput50 {
    width: 49%;
    display: inline-block;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(32, 60vw);
  }

  .gallery img {
    height: 450px;
  }

  .bg-footer {
    background-image: url("../assets/footer.png");
    height: 200px;
  }

}

@media (min-width: 1000px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 55px;
    line-height: 65px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  p {
    font-size: 18px;
    line-height: 30px;
  }

  button {
    font-size: 18px;
    line-height: 30px;
  }

  .line {
    display: none;
  }

  .story-section {
    padding: 40px 0 40px 40px;
  }

  #story-text {
    padding: 40px 40px 0 0;
  }

  .px-20px {
    padding: 50px 0;
  }

  .p-20px {
    padding: 40px;
  }

  .container {
    padding: 0px 60px 100px 60px;
  }

  .bg-conceptstore {
    height: 1000px;
    margin: 0;
  }

  .bg-contact {
    height: 650px;
  }

  #p-conceptText {
    padding: 0 40px 40px 40px;
  }

  .py-20px {
    padding: 0 40px;
  }

  .m-20px {
    margin: 40px;
  }

  input.button {
    padding: 10px 60px 10px 60px;
    font-size: 18px;
  }

  .imput50 {
    width: 49%;
    display: inline-block;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(32, 40%);
  }

  .gallery img {
    height: 500px;
  }

  .bg-footer {
    background-image: url("../assets/footer-desktop.png");
    height: 300px;
  }

  .logo {
    margin: 0;
  }

  .ml-20px {
    margin-left: 50px;
  }
  .menu-hidden {
    display: block;
}
}