@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Global Styles */
  button a {
    font-size: var(--header1);
  }

  html {
    font-size: 55%;
  }

  /* Menu Navigation */
  nav {
    align-items: baseline;
  }

  #logo {
    flex: 1 1 30rem;
    margin: 1rem auto;
    text-align: center;
    font-size: var(--header4);
    transition: all ease 1s;
  }

  nav ul {
    flex: 1 1 80rem;
  }

  nav ul li a {
    font-size: var(--header1);
  }

  nav ul > li:hover .sub-menu {
    display: none;
  }

  /* .sub-menu {
    margin-top: 0.6rem;
  }

  .sub-menu li {
    padding: 0.5rem 0rem;
  }

  .sub-menu li a {
    font-size: var(--paragraphe);
  } */

  /* Section Présentation */
  #presentation {
    min-height: 10vh;
  }
  .presentation-image span {
    font-size: var(--header2);
  }

  .presentation-image img {
    width: 300px;
    max-width: 30%;
  }

  #presentation h3 {
    font-size: var(--header4);
  }

  /* Section Collection Home */
  #collection {
    min-height: 80vh;
  }

  .collection-head h2 {
    font-size: var(--header2);
  }

  #owl-demo .item {
    margin: 0rem auto;
    padding: 0rem 0.5rem;
  }

  /* Carousel Home */
  #owl-demo .item img {
    width: max-content;
    margin: 0 auto;
  }

  /* Carousel Atelier */
  #owl-demo .item .element {
    width: 100%;
  }

  #owl-demo .item img:hover {
    pointer-events: none;
  }

  .cards {
    min-height: 0vh;
    width: 95%;
    margin: 0rem auto;
  }

  .card {
    min-height: 30vh;
  }

  .card-icon h4 {
    font-size: var(--header3);
  }

  .collection-image img {
    width: 20%;
    height: 20%;
    max-width: 30%;
  }

  .collection-image img:nth-of-type(2) {
    width: 28%;
  }

  /* Section Work */
  #work {
    margin: 0 auto 3rem;
  }
  .work {
    flex-direction: column;
  }

  .work-head h2 {
    font-size: var(--header3);
  }

  .work-text {
    flex: 0 0 auto;
  }

  .work-text p {
    margin: 0 auto;
    padding: 2rem;
    font-size: var(--paragraphe);
  }

  .work-image {
    margin: 1rem auto;
  }

  .work-image img {
    width: 100%;
    height: 100%;
    border-radius: 20%;
  }

  .btn-visit {
    margin: 5rem auto 2rem;
  }

  /* Section Collection */
  .article-head h2 {
    font-size: var(--header5);
  }

  .article-head p {
    font-size: var(--header1);
  }

  .image-head img {
    width: 100%;
    max-width: 15%;
  }

  .cartes {
    flex-wrap: nowrap;
    min-height: 20vh;
    margin: 0rem auto 4rem;
  }

  .carte {
    margin: 1rem;
  }

  .carte h4 {
    padding: 0.5rem;
    font-size: var(--header1);
  }

  .carte p:nth-of-type(1) {
    font-size: var(--paragraphe);
  }

  .carte p {
    font-size: var(--header1);
  }

  .carte img {
    width: 89%;
  }

  .carte .image__overlay p a {
    font-size: var(--header3);
  }

  /* Section Photos */
  #photo h2 {
  margin: 3rem auto 5rem;
  }

  .container {
    justify-content: center;
  }

  .container .image1, .container .image2, .container .image3 {
    max-width: 550px;
    min-width: 450px;
    padding: 4rem;
  }

  .container .image3 {
    transform: rotate(-5deg);
  }

  /* Section Map */
  #map {
    margin-bottom: 5rem;
  }

  #map .iframe iframe {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 700px;
  }

  iframe {
    background-color: #fff;
  }

  /* Section Slider */
  #slider::before {
    top: 55%;
  }

  #owl-demo {
    width: 90%;
  }

  #prez {
    margin: 5rem auto;
  }

  .history-head h2 {
    width: 100%;
    text-align: center;
    font-size: var(--header4);
  }

  .history {
    flex-direction: column;
  }

  .history .article img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .history p {
    margin-top: 5rem;
    padding: 2rem 0rem 0rem;
    text-align: center;
    font-size: var(--header1);
  }

  /* Section CGU */
  #cgu {
    width: 90%;
    margin: 2rem auto 6rem;
  }

  #cgu h2 {
    margin: 3rem;
  }

  #cgu h2 img {
    display: none;
  }

  #cgu .paragraphe .title {
    text-align: center;
    font-size: var(--header1);
  }

  #cgu .paragraphe h2,
  #cgu .paragraphe h6 {
    text-align: center;
    font-size: var(--header1);
  }

  #cgu .paragraphe p,
  #cgu .paragraphe blockquote {
    font-size: var(--button);
  }

  /* Section Articles Bouclier */
  .block {
    width: 95%;
  }

  .introduction {
    margin: 0;
  }

  .introduction h2 {
    font-size: var(--header3);
  }

  .introduction p {
    font-size: var(--header2);
  }

  .container-image {
    gap: 1rem;
  }

  .container-image .definition {
    font-size: var(--header1);
  }

  .tabs .tab-label {
    font-size: var(--header1);
  }

  .tabs .tab-content p {
    font-size: var(--paragraphe);
  }

  .tabs .tab-content .danger {
    font-size: var(--paragraphe);
  }

  .tabs .tab-content span {
    font-size: var(--header6);
  }

  .tabs .tab-content table {
    font-size: var(--header6);
  }

  .tabs .tab-content caption {
    font-size: var(--paragraphe);
  }


  /* Section Contact */
  #contact {
    min-height: 65vh;
  }
  
  .form-header {
    text-align: center;
  }

  .form-header h2 {
    font-size: var(--header4);
  }

  .form-header p {
    font-size: var(--header2);
  }

  .form-header p i {
    font-size: var(--header1);
  }

  .form-header a {
    font-size: var(--header2);
  }

  .contact-logo img {
    width: 70%;
    margin: 2rem auto;
  }

  .logo-metier {
    padding: 1rem;
  }

  .logo-metier img {
    display: block;
    margin: 4rem auto;
  }

  /* About Footer */
  footer h4 {
    flex: 1 1 auto;
    order: 2;
    margin: 1rem auto;
    text-align: center;
    font-size: var(--header1);
  }

  footer ul {
    flex: 1 1 75rem;
    flex-direction: column;
    align-items: center;
    order: 1;
    margin: 2rem auto 3rem;
  }

  footer ul li a {
    font-size: var(--header1);
  }

  footer ul li a i {
    font-size: var(--header2);
  }

  footer ul li a:hover {
    color: #fff;
  }
}
