/** Shopify CDN: Minification failed

Line 50:22 Unexpected "0l"

**/
/* PAGES : CSS des pages générales  */
.center,
.main-page-title {
    text-align: center;
}
.shopify-policy__title {
    margin-bottom: 3rem;
}
.shopify-policy__title h1 {
    font-family: var(--header-font);
    font-size: 42px;
    font-style: normal;
    font-weight: 250;
    line-height: 116%; /* 48.72px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body th {
    margin-bottom: 20px;
    font-family: var(--body-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%; /* 12px */
    letter-spacing: 0.58px;
    text-transform: uppercase;
}
.shopify-policy__body p,
.shopify-policy__body li,
.shopify-policy__body td {
    margin-bottom: 12px !important;
    font-family: var(--header-font);
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 13.75px */
    letter-spacing: 0.3px;
}
.shopify-policy__body li {
    list-style: circle; 
}
.shopify-policy__body ul,
.shopify-policy__body 0l {
    padding: 0;
}
.shopify-policy__container {
    max-width: 70%;
}
#ContactForm {
    max-width: 500px;
    margin: auto;
}
.template-404 a {
    text-align: center;
    margin-inline: auto;
}
.g-recaptcha {
    margin-block: 2rem;
}
.shopify-challenge__container {
    max-width: 500px;
    margin: 150px auto;
}
#ContactForm .form-status-list {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
#ContactForm .form-status-list li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#ContactForm .form-status,
#ContactForm .contact__field-error .form__message {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#ContactForm .form-status svg,
#ContactForm .contact__field-error .form__message svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
}