/** Shopify CDN: Minification failed

Line 19:2 Unexpected "{"
Line 19:3 Expected identifier but found "%"
Line 25:6 Unexpected "{"
Line 25:7 Expected identifier but found "%"
Line 57:2 Unexpected "{"
Line 57:3 Expected identifier but found "%"
Line 146:4 Unexpected "{"
Line 146:5 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.shopify-section.index-section:nth-child(odd) > *{
  background-color:#eaebea80;
}
  {% if page.url == '/pages/contact-1' %}
    .content-contact{
      display:flex;
      flex-wrap:wrap;
    }

      {% if page.url == '/pages/prendre-rendez-vous' %}
        table {
          tr {
            td:nth-child(2) {
              width: 150px;
            }
            td {
              button {
                display: inline-block;
                padding: 8px 16px;
                margin: 0;
                font-size: 0.94118em;
                font-family: "Source Sans Pro", sans-serif;
                font-weight: 700;
                font-style: normal;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                line-height: 1.8;
                text-decoration: none;
                text-align: center;
                vertical-align: middle;
                min-height: 44px;
                white-space: nowrap;
                cursor: pointer;
                border: 1px solid transparent;
                border-radius: 2px;
                background-color: black;
                color: white;
              }
            }
          }
        }
  {% endif %}
  .form-new {
        width:60%;
        margin: 0 auto;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      }
    
      .form-new label {
        display: block;
        margin: 15px 0 5px;
        font-weight: bold;
        color: #333;
      }
    
      .form-new input,
      .form-new textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
        color: #555;
        margin-bottom: 15px;
      }
    
      .form-new input::placeholder,
      .form-new textarea::placeholder {
        color: #aaa;
      }
    
      .form-new input[type="submit"] {
        background-color: #333;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 18px;
        padding: 10px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
      }
    
      .form-new input[type="submit"]:hover {
        background-color: #000;
      }
    .contact-info {
        width:30%;
        margin-top: 30px;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      }

  .contact-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
  }

  .contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .contact-info li {
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
  }

  .contact-info li i {
    font-size: 20px;
    margin-right: 10px;
    color: #ff5c5c;
  }

  .contact-info a {
    color: #007bff;
    text-decoration: none;
  }

  .contact-info a:hover {
    text-decoration: underline;
  }
    {% endif %}
  @media (max-width: 768px) {
    .content-contact > div {
      width:90%;
      margin:0 auto 30px auto;
    }
  }