/* =========================================
   MOBILE
========================================= */


@media (max-width: 992px) {
  /* Header top */

  .topbar {
    display: none;
  }

    .header-cta {
    display: none;
  }

  .site-logo span {
    font-size: 22px;
  }

  .site-logo img {
    width: 65%;
  }


  /* Header mobile */

  .desktop-header {
    display: none;
  }
  .desktop-header .main-navigation {
    display: none;
  }

  .mobile-navigation {
    display: flex;

    justify-content: flex-end;

    align-items: center;

    flex: 1;

    position: static;
  }

  .mobile-navigation ul {
    position: absolute;

    top: calc(100% + 10px);
    right: 0;

    width: 260px;

    margin: 0;
    padding: 20px;

    background: #fff;

    border-radius: 8px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    z-index: 999;
  }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;

    width: 100%;

    padding: 15px 20px;

    /* position:relative;

        z-index:1000; */
  }

  .mobile-logo {
    flex-shrink: 0;

    display: flex;

    align-items: center;
  }

  .mobile-logo img {
    width: 140px;

    height: auto;

    display: block;
  }

  /* Burger */

  .menu-toggle {

    position: relative;

    top: auto;

    right: auto;

    z-index: 10001;

    margin-left: auto;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 6px;

    width: 44px;

    height: 44px;

    border: none;

    background: none;

    cursor: pointer;
  }

  .menu-toggle span {
    width: 28px;

    height: 2px;

    background: #fff;

    border-radius: 2px;

    transition: 0.3s;
  }

  .menu-toggle .screen-reader-text {
    display: none;
  }

  /* Animation burger */

  .main-navigation.toggled .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .main-navigation.toggled .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .main-navigation.toggled .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Menu */

  .mobile-navigation ul {
    display: none;

    position: fixed;

    inset: 0;

    width: 100vw;
    height: 100vh;

    margin: 0;
    padding: 140px 40px 40px;

    background: rgba(20, 20, 20, 0.96);

    backdrop-filter: blur(12px);

    list-style: none;

    overflow-y: auto;

    z-index: 9999;
  }

  .main-navigation.toggled ul {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    gap: 20px;
  }

  .mobile-navigation li {
    width: 100%;
    max-width: 400px;
  }

  .mobile-navigation li a {
    display: block;

    padding: 18px 0;

    text-align: center;

    color: #fff;

    font-size: 28px;

    font-weight: 700;

    text-decoration: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);

    transition: 0.25s;
  }

  .mobile-navigation li:hover > a {
    color: #d9a489;

    background: none;
  }

  /* Sous-menu */
 .mobile-navigation .sub-menu{

    margin-top:18px;

    padding:15px 0 15px 145px;

    border-left:2px solid rgba(217,164,137,.45);

  }

 .mobile-navigation .sub-menu li{

    margin:0;
  }

.mobile-navigation .sub-menu a{

    display:block;

    padding:12px 0;

    font-size:17px;

    font-weight:500;

    color:#cfcfcf;

    border:none;

    transition:.25s;
  }

.mobile-navigation .sub-menu a:hover{

    color:#D9A489;

    padding-left:10px;
  }

  /* HOME GOOGLE AND MAPS  */

  /* =========================================
   GOOGLE AVIS + MAP
========================================= */


    .home-googleavis-map {
      padding: 60px 20px;
    }

    .googleavis-map-grid {
      display: flex;

      flex-direction: column;

      gap: 30px;
    }

    .google-avis,
    .google-map {
      width: 100%;

      padding: 20px;

      border-radius: 20px;
    }

    .google-avis h2,
    .google-map h2 {
      font-size: 28px;

      text-align: center;

      margin-bottom: 20px;
    }

    .google-widget {
      min-height: auto;

      overflow: hidden;
    }

    .map-wrapper {
      border-radius: 15px;

      overflow: hidden;
    }

    .map-wrapper iframe {
      width: 100%;

      height: 280px;

      display: block;
    }


  /* HOME SLIDER OWL ARROWS */

  .section-header {
    flex-direction: column;

    align-items: center;

    gap: 20px;

    margin-bottom: 35px;
  }

  /* HOME LOGOS MARQUEE*/

  .logo-item {
    width: 120px;

    padding: 0 20px;
  }

  .logo-item img {
    max-width: 90px;
  }

  /*  HOME PARTENAIRES */

  .partenaire-logo img {
    max-width: 350px;
    width: 320px !important;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
  }

  /* HOME HERO */

  .hero-home {
    min-height: 700px;
  }

  .hero-content {
    min-height: 80vh;
    padding: 220px 20px 60px;
  }

  .hero-content h1 {
    font-size: 42px;
    text-align: center;
  }

  /*  TITLE HERO  */ 


.hero-title .line1{
    font-size:75px;
}

.hero-title .line2{

    font-size:85px;

}

  /* POSTS */

 .home-posts{

        padding:70px 0;

        background:#f8f8f8;
    }

    .home-posts h2{

        text-align:center;

        font-size:34px;

        margin-bottom:40px;
    }

    /* Container */

    .posts-grid{

        width:100%;

        display:flex;

        flex-direction:column;

        gap:35px;

        padding:0 20px;

        background:none;

        box-shadow:none;

        border-radius:0;
    }

    /* Article principal */

    .left-post{

        width:100%;

        height:300px;

        border-radius:18px;

        overflow:hidden;
    }

    .featured-post{

        border-radius:18px;

        overflow:hidden;
    }

    .post-content{

        left:25px;

        right:25px;

        bottom:25px;
    }

    .post-content h2{

        font-size:32px;

        line-height:1.15;

        max-width:100%;
    }

    /* Liste des articles */

    .right-posts{

        display:flex;

        flex-direction:column;

        gap:25px;
    }

    .small-post{

        padding-bottom:25px;

        border-bottom:1px solid #e7e7e7;
    }

    .small-post:last-child{

        border-bottom:none;

        padding-bottom:0;
    }

    .small-post a{

        display:flex;

        flex-direction:row;

        align-items:center;

        gap:18px;
    }

    /* Miniatures */

    .small-post-image{

        width:120px;

        height:90px;

        border-radius:12px;

        overflow:hidden;

        flex-shrink:0;
    }

    .small-post-image img{

        width:100%;

        height:100%;

        object-fit:cover;
    }

    /* Texte */

    .small-post-content{

        flex:1;
    }

    .small-post-content h3{

        font-size:20px;

        line-height:1.3;

        margin:0 0 10px;
    }

    .small-post-content .post-category{

        margin:0;

        font-size:10px;
    }


  /* SINGLE */

  .single-hero {
    min-height: 500px;
  }

  .single-hero h1 {
    font-size: 46px;
  }

  .single-content-container {
    padding: 40px 25px;
  }

  .single-content-container p {
    font-size: 18px;
  }

  /* FAQ */

  .faq-intro h2 {
    font-size: 42px;
  }

  .faq-question {
    font-size: 20px;

    padding: 24px;
  }

  /* IMAGE BLOCK */

  .image-side img {
    height: 350px;
  }

  .text-side h2 {
    font-size: 42px;
  }

  .text-side p {
    font-size: 18px;
  }

  /* FOOTER */

  .footer-container{
      display:grid;
      grid-template-columns:1fr !important;
      gap:40px;
      text-align:center;
  }

  .footer-brand{
      margin-right:0;
  }

  .footer-links{
      text-align:center;
  }

  .footer-bottom-container{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:15px;
      text-align:center;
  }

}
