.elementor-47935 .elementor-element.elementor-element-0775e8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47935 .elementor-element.elementor-element-0775e8f:not(.elementor-motion-effects-element-type-background), .elementor-47935 .elementor-element.elementor-element-0775e8f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f46f4a8 );}.elementor-47935 .elementor-element.elementor-element-560e911b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47935 .elementor-element.elementor-element-560e911b:not(.elementor-motion-effects-element-type-background), .elementor-47935 .elementor-element.elementor-element-560e911b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-f46f4a8 ) 0%, var( --e-global-color-f46f4a8 ) 100%);}.elementor-47935 .elementor-element.elementor-element-c410ec4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47935 .elementor-element.elementor-element-c410ec4:not(.elementor-motion-effects-element-type-background), .elementor-47935 .elementor-element.elementor-element-c410ec4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-f46f4a8 ) 0%, var( --e-global-color-a983356 ) 100%);}.elementor-47935 .elementor-element.elementor-element-dc54793{--display:flex;--min-height:86px;}.elementor-47935 .elementor-element.elementor-element-7c121dfc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47935 .elementor-element.elementor-element-dd571d1{--display:flex;--min-height:0vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-47935 .elementor-element.elementor-element-dd571d1:not(.elementor-motion-effects-element-type-background), .elementor-47935 .elementor-element.elementor-element-dd571d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-cd1e84d );}.elementor-47935 .elementor-element.elementor-element-e0d1c2f{--display:flex;--min-height:0vh;--overflow:hidden;--border-radius:24px 24px 24px 24px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-47935 .elementor-element.elementor-element-dc54793{--min-height:15px;}}/* Start custom CSS for html, class: .elementor-element-6dba879a *//* Section localisation */
  .contact-location-section {
    padding: 80px 0;
    background: transparent;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
  }

  .section-header p {
    font-size: 18px;
    color: #666;
  }

  /* Grille responsive */
  .location-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
  }

  @media screen and (max-width: 968px) {
    .location-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }

  /* Informations de contact */
  .location-info {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .location-info h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
  }

  .info-block {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
  }

  .info-block:last-of-type {
    border-bottom: none;
    margin-bottom: 30px;
  }

  .info-block .icon {
    flex-shrink: 0;
    color: #0066cc;
    margin-top: 2px;
  }

  .info-block strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0066cc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }

  .info-block p {
    margin: 0;
    color: #333;
    line-height: 1.6;
  }

  .info-block a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
  }

  .info-block a:hover {
    text-decoration: underline;
  }

  .text-muted {
    color: #999 !important;
    font-size: 14px;
  }

  /* Bouton itinéraire */
  /* Bouton itinéraire */
  .btn-directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #0066cc;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
  }

  .btn-directions:hover {
    background: #0052a3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.4);
  }

  .btn-directions svg {
    flex-shrink: 0;
  }

  /* Conteneur carte */
  .location-map {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 500px;
  }

  .maps-responsive-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
  }

  .maps-responsive-container iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    border: 0;
  }

  /* Responsive mobile */
  @media screen and (max-width: 968px) {
    .contact-location-section {
      padding: 60px 0;
    }

    .section-header h2 {
      font-size: 28px;
    }

    .location-info {
      padding: 30px 20px;
    }

    .location-map,
    .maps-responsive-container,
    .maps-responsive-container iframe {
      min-height: 400px;
    }
  }

  @media screen and (max-width: 480px) {
    .section-header h2 {
      font-size: 24px;
    }

    .location-info h3 {
      font-size: 22px;
    }

    .btn-directions {
      width: 100%;
      justify-content: center;
    }

    .location-map,
    .maps-responsive-container,
    .maps-responsive-container iframe {
      min-height: 350px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-984d39f *//* Section localisation */
  .contact-location-section {
    padding: 80px 0;
    background: transparent;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
  }

  .section-header p {
    font-size: 18px;
    color: #666;
  }

  /* Grille responsive */
  .location-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
  }

  @media screen and (max-width: 968px) {
    .location-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }

  /* Informations de contact */
  .location-info {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .location-info h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
  }

  .info-block {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
  }

  .info-block:last-of-type {
    border-bottom: none;
    margin-bottom: 30px;
  }

  .info-block .icon {
    flex-shrink: 0;
    color: #0066cc;
    margin-top: 2px;
  }

  .info-block strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0066cc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }

  .info-block p {
    margin: 0;
    color: #333;
    line-height: 1.6;
  }

  .info-block a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
  }

  .info-block a:hover {
    text-decoration: underline;
  }

  .text-muted {
    color: #999 !important;
    font-size: 14px;
  }

  /* Bouton itinéraire */
  /* Bouton itinéraire */
  .btn-directions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #0066cc;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
  }

  .btn-directions:hover {
    background: #0052a3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.4);
  }

  .btn-directions svg {
    flex-shrink: 0;
  }

  /* Conteneur carte */
  .location-map {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 500px;
  }

  .maps-responsive-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
  }

  .maps-responsive-container iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    border: 0;
  }

  /* Responsive mobile */
  @media screen and (max-width: 968px) {
    .contact-location-section {
      padding: 60px 0;
    }

    .section-header h2 {
      font-size: 28px;
    }

    .location-info {
      padding: 30px 20px;
    }

    .location-map,
    .maps-responsive-container,
    .maps-responsive-container iframe {
      min-height: 400px;
    }
  }

  @media screen and (max-width: 480px) {
    .section-header h2 {
      font-size: 24px;
    }

    .location-info h3 {
      font-size: 22px;
    }

    .btn-directions {
      width: 100%;
      justify-content: center;
    }

    .location-map,
    .maps-responsive-container,
    .maps-responsive-container iframe {
      min-height: 350px;
    }
  }/* End custom CSS */