@media screen and (min-width: 1025px) and (max-width: 1280px) {
  /* Global Styles */
  button a {
    font-size: var(--header1);
  }

  html {
    font-size: 55%;
  }

  /* Menu Navigation */
  nav {
    align-items: baseline;
  }

  #logo {
    flex: 1 1 50rem;
    text-align: center;
    font-size: var(--header3);
    transition: all ease 1s;
  }

  nav ul {
    flex: 1 1 80rem;
  }

  nav ul li a {
    font-size: var(--header1);
  }

  .sub-menu li {
    padding: 1rem 0rem;
  }

  .sub-menu li a {
    font-size: var(--paragraphe);
  }

  /* Section Présentation */
  .presentation-image span {
    font-size: var(--header2);
  }

  .presentation-image img {
    width: 300px;
    max-width: 35%;
  }

  /* Section Collection Home */
  #collection {
    min-height: 80vh;
  }

  .cards {
    width: 90%;
    margin: 1rem auto 0rem;
  }
  .card-icon h4 {
    font-size: var(--header1);
  }

  /* Section Work */
  #work {
    margin-bottom: 2rem;
  }

  .work {
    flex-direction: column;
    align-items: center;
  }

  .work-head h2 {
    width: 80%;
  }

  .work-text {
    flex: 0 0 auto;
  }

  .work-text p {
    margin: 0 auto;
    font-size: var(--paragraphe);
  }

  /* Section Collection */
  .article-head h2 {
    font-size: var(--header4);
  }

  .article-head p {
    font-size: var(--header1);
  }

  .image-head img {
    width: 10%;
  }

  .cartes {
    flex-wrap: nowrap;
    min-height: 20vh;
    margin: 0rem auto 4rem;
  }

  .carte {
    min-height: 10vh;
    margin: 1rem;
  }

  .carte-icon h4 {
    padding: 0.5rem;
    font-size: var(--header2);
  }

  .carte p {
    padding: 1.5rem;
    font-size: var(--header6);
  }

  .carte p:nth-of-type(2) {
    font-size: var(--header1);
  }

  .carte img {
    width: 80%;
  }

  .carte .image__overlay p a {
    font-size: var(--header3);
  }

  /* Section Photos */
  #photo h2 {
  margin: 3rem auto 10rem;
  }
  
  .container {
    justify-content: center;
  }

  .container .image1, .container .image2, .container .image3 {
    max-width: 550px;
    min-width: 450px;
    padding: 3rem;
  }

  /* 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: 85%;
  }

  .history-head {
    margin-top: 5rem;
  }

  .history-head .border {
    top: -2rem;
    left: 32%;
    margin-top: 2rem;
  }

  .history-head h2 {
    width: 100%;
    text-align: center;
    font-size: var(--header3);
  }

  .history {
    flex-direction: column;
  }

  .history p {
    padding: 4rem;
    font-size: var(--paragraphe);
  }

  .btn-visit {
    margin: 5rem auto;
  }

  /* 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 Contact */
  .form-header {
    text-align: center;
  }

  .form-header h2 {
    font-size: var(--header2);
  }

  .form-header p {
    font-size: var(--header1);
  }

  .form-header .siret {
    font-size: var(--header6);
  }

  .form-header a {
    font-size: var(--header1);
  }

  .contact-logo img {
    width: 80%;
    margin: 2rem auto;
  }

  .logo-metier {
    padding: 1rem;
  }

  .logo-metier img {
    display: block;
    width: 30%;
    margin: 5rem;
  }

  /* Section Articles Bouclier */
  #large,
  #small,
  #massif {
    width: 95%;
  }

  .introduction {
    margin: 0;
  }

  .introduction h2 {
    font-size: var(--header3);
  }

  .introduction p {
    font-size: var(--header2);
  }

  .container-image {
    gap: 1rem;
  }

  .tabs .tab-label {
    font-size: var(--header1);
  }

  .tabs .tab-content p {
    font-size: var(--paragraphe);
  }

  .tabs .tab-content span {
    font-size: var(--header6);
  }

  /* About Footer */
  footer h4 {
    flex: 1 1 auto;
    order: 2;
    margin: 2rem auto 0rem;
    text-align: center;
    font-size: var(--header1);
  }

  footer ul {
    flex: 1 1 130rem;
    order: 1;
  }

  footer ul li a {
    font-size: var(--header1);
  }

  footer ul li a i {
    font-size: var(--header1);
  }

  footer ul li a:hover {
    color: #fff;
  }
}
