/** Shopify CDN: Minification failed

Line 1130:0 Unexpected "}"

**/
@font-face {
    font-family: "CourierNew";
    src: url("Courier New.ttf");
    font-weight: 400;
    font-display: swap;
}
.page-title {
    margin: 0;
    text-align: center;
    font-size: 52px;
    line-height: normal;
    font-family: var(--font-header);
    font-weight: normal;
}
.text__body,
.text__body p {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--font-header);
    letter-spacing: normal;
    color: var(--color-text);
}
.text__heading {
    font-size: 24px;
    font-family: var(--font-body);
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text);
}
.text__title {
    font-size: 24px;
    font-family: var(--font-header);
    line-height: normal;
    letter-spacing: normal;
    color: var(--color-text);
    font-weight: normal;
}
.text__link {
    font-size: 18px;
    color: #989898 !important;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .page-title {
        margin: 0;
        font-size: 24px;
    }
    .text__body,
    .text__body p {
        font-size: 20px;
        line-height: 26px;
    }
    .text__heading {
        font-size: 18px;
        line-height: 26px;
    }
    .text__link {
        font-size: 12px;
        line-height: 14px;
    }
}

/* ***Footer*** */
.footer {
    background-color: #f9f9f9;
    padding-top: 48px;
    padding-bottom: 60px;
}
.footer__cols {
    display: flex;
    text-align: center;
    justify-content: center;
    column-gap: 140px;
}
.footer__col-title {
    font-family: var(--font-body);
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    color: var(--color-text);
    margin-bottom: 20px;
    letter-spacing: normal;
}
.footer__col-list,
.footer__col-text {
    max-width: 324px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer__col-list .list-item a,
.footer__col-text p,
.footer__copyright p {
    font-family: var(--font-header);
    color: var(--color-text);
    text-align: center;
    font-size: 30px;
    line-height: 1.191;
    margin: 0;
}
.footer__bottom {
    margin-top: 20px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: unset;
}
.footer .disclosure .input {
    color: var(--color-text);
    background-color: transparent;
}
.footer .disclosure .input:focus {
    background-color: transparent;
    font-size: 16px;
}
.disclosure-list__option {
    font-size: 16px;
}
.footer__social-icons svg {
    fill: var(--color-text);
    width: 20px;
    height: 20px;
}
.footer__social-icons {
    margin-top: 15px;
}
.footer__copyright {
    margin-top: 38px;
}
.show__mobile {
    display: none;
}
.errors {
    margin: 24px 0 60px;
}

@media screen and (min-width: 1440px) {
    .footer__col-list,
    .footer__col-text {
        width: 324px;
    }
}


@media screen and (max-width: 1120px) {
   .footer__cols {
        flex-direction: column;
        grid-row-gap: unset;
     	align-items: center;
    }
  
    .footer__col-list,
    .footer__col-text {
        padding-bottom: 42px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .show__mobile {
        display: block;
    }
    .hide__mobile {
        display: none;
    }
}
@media screen and (max-width: 767px) {
   
    .footer__bottom {
        align-items: center;
    }
    .footer__col-title {
        font-size: 18px;
        line-height: 22px;
    }
    .footer__col-list .list-item a,
    .footer__col-text p,
    .footer__copyright p {
        font-size: 24px;
    }
    .footer {
        background-color: #f9f9f9;
        padding-top: 36px;
        padding-bottom: 96px;
    }
    .footer__copyright {
        margin-top: -15px;
    }
}
@media screen and (max-width: 38em) {
    .footer__col-list {
        order: unset;
        padding-right: 0;
    }
}

/* ***Actualites*** */
.section-actualites {
    background-color: #f87950;
}
.section-actualites .page-title {
    padding: 98px 0 83.5px;
}
.section-actualites .page-content {
    columns: 3 200px;
    column-gap: 48px;
    width: 100%;
    margin: 0 auto;
    padding: 0 76px 153px;
}
.section-actualites .block__item {
    border-top: 1px solid var(--color-text);
    display: inline-block;
    width: 100%;
    margin-bottom: 43.5px;
}
.section-actualites .block__item:last-child {
    margin-bottom: 0;
}
.section-actualites .text__content {
    margin: 15.5px 0 24px;
}
.section-actualites .text__content p {
    margin: 0;
    font-family: var(--font-header);
}
.section-actualites .text__content p.p-br {
    margin-bottom: 40px;
}
.section-actualites .text__content a {
    /* border-bottom: 1px solid var(--color-text); */
    text-decoration: underline var(--color-text) 1.5px;
    /* pointer-events: none; */
}
.section-actualites .block__image {
    position: relative;
    width: 100%;
    padding-bottom: 70.5%;
}

@media screen and (max-width: 1440px) {
    .section-actualites .block__item {
        max-width: 397px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-actualites .page-title {
        padding: 126px 0 85.5px;
    }
}

@media screen and (max-width: 1024px) {
    .section-actualites .page-content {
        columns: 2 200px;
    }
}

@media screen and (max-width: 767px) {
    .section-actualites .page-content {
        columns: 1 200px;
        padding: 0 20px 96px;
    }
    .section-actualites .block__item {
        max-width: unset;
    }
    .section-actualites .page-title {
        padding: 36px 0 47.5px;
    }
    .section-actualites .text__content {
        margin: 11.5px 0 24px;
    }
}

/* *** Points de vente *** */
.section-points-de-vente .page-title {
    padding: 96px 0 77px;
}
.according__wrap {
    padding: 0 78px 427px 77px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.according__wrap .block {
    width: 33.33%;
    margin-right: 48px;
}
.according__wrap .block:last-child {
    margin-right: 0px;
}
.according__item {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.according__item:last-child {
    border-bottom: none;
}
.according__heading {
    padding: 19.5px 0;
}
.according__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.according__content p {
    margin: 0;
}
.according__content {
    padding-bottom: 19.5px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-points-de-vente .page-title {
        padding: 126px 0 76.5px;
    }
}

@media screen and (min-width: 1025px) {
    .according__desktop {
        display: flex;
    }
    .according__tablet,
    .according__mobile {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .according__tablet {
        display: flex;
    }
    .according__desktop,
    .according__mobile {
        display: none;
    }
    .according__wrap .block {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .according__mobile {
        display: block;
    }
    .according__desktop,
    .according__tablet {
        display: none;
    }
    .according__wrap .block {
        width: 100%;
        margin-right: unset;
    }
    .section-points-de-vente .page-title {
        padding: 36px 0 32px;
    }
    .according__wrap {
        padding: 0 20px 96px;
    }
    .according__heading {
        padding: 18.5px 0 16.5px;
    }
    .according__content {
        padding-bottom: 16.5px;
    }
    .according__content p {
        font-size: 24px;
        line-height: 34px;
    }
}

/* html, body {
    overflow-x: hidden;
} */

/* *** Cookies banner *** */
#shopify-privacy-banner {
    background-color: #f9f47f !important;
    padding: 24px 36px !important;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    /*max-width: 100vw;*/
}
#shopify-privacy-banner-body-div p,
#shopify-privacy-banner-accept-button,
#shopify-privacy-banner-decline-button {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
}
#shopify-privacy-banner-body-div p {
    margin: 4px 118px 4px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
}
#shopify-privacy-banner-inner-div {
    display: flex;
    justify-content: space-between;
}
#shopify-privacy-banner-button-div {
    float: unset !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    grid-gap: 16px;
}
#shopify-privacy-banner-div button.accept,
#shopify-privacy-banner-div button.decline {
    padding: 16px 35.6px 16px 36.3px !important;
    border: solid 1px #333 !important;
    border-radius: 0;
    margin: 0;
    width: 180px;
    max-height: 52px;
    font-size: 18px;
}
#shopify-privacy-banner-div button.decline {
    background-color: transparent !important;
    order: 1;
}
#shopify-privacy-banner-div button.decline:hover {
    color: #f9f47f !important;
    background-color: #1f1f1f !important;
}
#shopify-privacy-banner-div button.accept {
    color: #f9f47f !important;
    background-color: #333 !important;
    order: 2;
}
#shopify-privacy-banner-div button.accept:hover {
    background-color: #1f1f1f !important;
}
#shopify-privacy-banner-inner-div:after {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    #shopify-privacy-banner-body-div p {
        margin-right: 60px;
    }
}
@media screen and (max-width: 768px) {
    #shopify-privacy-banner {
        flex-direction: column;
        padding: 24px 12px 16px !important;
    }
    #shopify-privacy-banner-body-div {
        padding-bottom: 24px !important;
    }
    #shopify-privacy-banner-button-div {
        justify-content: center;
    }
    #shopify-privacy-banner-body-div p {
        margin-right: 0px;
    }
    #shopify-privacy-banner-div button.accept, #shopify-privacy-banner-div button.decline {
        width: 144px;
    }
}

/* *** Newsletter popup *** */
.exit-intent__message {
    font-size: 24px;
    font-family: var(--font-header);
    margin: 23px 0 24px;
    line-height: normal;
    text-align: left;
    font-weight: 400;
}
.exit-intent__inner {
    padding: 20px;
}
form label.label--above {
    color: #fff !important;
    left: 0;
    padding-left: 0;
}
.exit-intent__button {
    opacity: 0;
}

.exit-intent__form input:-internal-autofill-selected {
    background-color: #7fb7dc !important;
    color: #fff !important;
}

.exit-intent__form .input:focus {
    border: 1px solid #fff;
}

.exit-intent__form .input::-moz-placeholder {
    color: #fff !important;
}

.exit-intent__form .input:-ms-input-placeholder {
    color: #fff !important;
}

.exit-intent__form .input::-ms-input-placeholder {
    color: #fff !important;
}

.exit-intent__form .input::placeholder {
    color: #fff !important;
}
@media screen and (min-width: 38em) {
    .exit-intent__content {
        min-width: 376px;
    }
}
@media screen and (max-width: 607px) {
    .exit-intent {
        margin: 0 12px;
    }
    .exit-intent__inner {
        padding: 12px;
    }
    .exit-intent__content {
        position: absolute;
        top: calc(50% - 44px);
        transform: translateY(-50%);
    }
}

/* *** Account management pages *** */
.account {
    box-sizing: border-box;
    padding-bottom: 150px;
}
.account .input {
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 12px;
    color: #333333;
    transition: none;
    font-size: 18px;
}
.account .input:hover,
.box-fake-pass:hover [type="text"] {
    background-color: #ececec;
}
.account .input:focus,
.account .input:focus-visible {
    border: 1px solid #7fb7dc;
    outline: none;
}
.account .input::placeholder {
    color: #989898;
}
.account form {
    max-width: 438px;
    margin: 0 auto;
}
.account .btn-login {
    padding: 16px 77px 14px 77px;
    font-size: 18px;
    color: #fff;
    background-color: #7fb7dc;
    width: fit-content;
    font-weight: normal;
    margin: 0 auto;
    max-width: 219px;
}
.account .btn-login:hover {
    background-color: #72a5c6;
}
.box-fake-pass {
    position: relative;
}
.box-fake-pass [type="password"] {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 2;
    position: absolute;
    opacity: 0;
}
.box-fake-pass input[type="password"]:focus + input[type="text"]::-webkit-input-placeholder {
    opacity: 0;
}
.box-fake-pass input[type="password"]:focus + input[type="text"] {
    border: 1px solid #7fb7dc;
}
.box-fake-pass #fakePassword:not(:placeholder-shown) {
    padding: 20px 14px 11px;
}
.account .justify-around a:hover {
    opacity: unset;
}
.account select {
    appearance: unset;
    -webkit-appearance: unset;
}

@media screen and (max-width: 768px) {
    .section.account {
        padding: 32px 20px 126px;
        height: unset;
    }
    .account form {
        max-width: unset;
    }
}
@media screen and (max-width: 500px) {
    .account .btn-login {
        max-width: unset;
        width: 100%;
    }
}

/* Login */
#CustomerLoginForm .btn-login {
    margin: 24px auto 68px;
}
.login {
    border: none;
    margin: 0 auto;
    padding: 72px 0;
}
#CustomerLoginForm .page-title {
    padding-bottom: 96px;
}
.login__links {
    display: flex;
    flex-direction: column;
}
.login .errors li {
    text-align: center;
    color: #e55454;
    size: 18px;
}

@media screen and (max-width: 768px) {
    .login {
        padding: 0;
    }
    #CustomerLoginForm .page-title {
        padding: 0 55px 36px;
    }
    #CustomerLoginForm .btn-login {
        margin-bottom: 36px;
    }
}

/* Reset password */
#RecoverPasswordForm .page-title {
    padding-bottom: 24px;
}
.login__meta {
    font-size: 18px;
    font-family: var(--font-body);
    margin: 0 0 96px;
}
#RecoverPasswordForm .btn-login {
    margin: 24px auto 12px;
}
#RecoverPasswordForm .btn-cancel {
    margin: 12px auto 68px;
}
#RecoverPasswordForm .btn-cancel,
#RecoverPasswordForm .btn-cancel:hover {
    background-color: #f6f6f6;
    color: #333;
    border: none;
    transition: none;
}
#RecoverPasswordForm .bttn--secondary:before {
    background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
    .login__meta,
    #RecoverPasswordForm .btn-cancel {
        margin-bottom: 36px;
    }
}

/* Create account */
.account__auth-wrapper {
    border: none;
    padding: 0;
}
.account__auth-wrapper .page-title {
    padding-bottom: 96px;
}
.account__auth-wrapper .btn-login {
    margin: 24px auto 90px;
}

@media screen and (max-width: 768px) {
    .account__auth-wrapper .page-title {
        padding-bottom: 36px;
    }
    .account__auth-wrapper .btn-login {
        margin-bottom: 36px;
    }
}

/* My account */
.my-account .page-title {
    padding: 72px 0 96px;
}
.my-account .account__section-heading {
    margin: 0 0 8px;
}
.my-account .text__link {
    margin-top: 0;
    margin-bottom: 96px;
}
.underline.btn-login {
    border: 1px solid #000;
    background-color: #fff;
    color: var(--color-text);
    text-decoration: none;
    font-style: normal;
    display: block;
}
.underline.btn-login:hover {
    background-color: #fff;
    color: var(--color-text);
}

@media screen and (max-width: 768px) {
    .my-account .page-title {
        padding: 0 0 36px;
    }
    .my-account .text__link {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 36px;
        padding: 0 40px;
    }
    .underline.btn-login {
        margin-top: 147px;
    }
}

/* Address  */
.account.address {
    height: unset;
}
.account header .page-title {
    padding: 72px 0 96px;
}
.address .btn-login {
    padding: 16px 50px 14px;
    width: 219px;
    margin-bottom: 12px;
    white-space: nowrap;
}
.address .btn-add {
    max-width: none;
    width: unset;
    padding: 16px 24px 14px;
    margin-bottom: 90px;
}

.address .btn-cancel {
    margin: 12px auto 90px;
    width: 219px;
}
.address .btn-cancel,
.address .btn-cancel:hover {
    background-color: #f6f6f6;
    color: #333;
    border: none;
    transition: none;
}
.address .bttn--secondary:before {
    background-color: #f6f6f6;
}
.relative #AddressCountryNew,
.relative #AddressProvinceNew {
    appearance: none;
    padding-bottom: 10px;
    padding-top: 10px;
}
.field-select {
    position: relative;
}
.field-select:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    right: 22.5px;
    top: 21px;
}
.field-select .label-select {
    position: absolute;
    height: 42px;
    width: fit-content;
    font-size: 16px;
    font-family: var(--font-body);
    font-weight: var(--font-body-weight);
    font-style: var(--font-body-style);
    color: #989898;
    top: 16px;
    left: 12px;
}
#AddressCountryNew:focus + .label-select,
#AddressCountryNew:focus-visible + .label-select,
#AddressCountryNew:visited + .label-select {
    display: none;
}
.address .text__title {
    margin-bottom: 24px;
}
.account__address-set-as-default input {
    width: 24px;
    height: 24px;
    border: none;
    background-color: #f6f6f6;
}

.address .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 96px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 24px;
}
.address .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.address .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f6f6f6;
}
.address .container:hover input ~ .checkmark {
    background-color: #f6f6f6;
}
.address .container input:checked ~ .checkmark {
    background-color: #f6f6f6;
}
.address .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.address .container input:checked ~ .checkmark:after {
    display: block;
}
.address .container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8.5px;
    height: 13px;
    border: solid #7fb7dc;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.address .return__account {
    margin-bottom: 88px;
}

@media screen and (max-width: 768px) {
    .account header .page-title {
        padding: 0 0 36px;
    }
    .address .btn-add {
        width: 100%;
        margin-bottom: 36px;
    }
}

/* Address details */
.account__address-list {
    max-width: 913px;
    margin: 0 auto;
}
.account__address {
    max-width: 219px;
}
.account__address-inner {
    border: none;
    padding: 0;
}
.account__address-inner p {
    font-size: 18px;
    font-family: var(--font-body);
    color: var(--color-text);
    line-height: 22px;
    max-width: 150px;
    margin: 0 0 36px;
}
.account__address-default {
    top: 0;
    right: 0;
}
.account__address-default p {
    font-size: 18px;
    font-family: var(--font-body);
    color: #7fb7dc;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
}
.account__address-inner form .btn-cancel {
    margin-bottom: 76px;
}
.type-body-regular p {
    font-size: 18px;
    color: #989898;
    line-height: 22px;
}
.account__address-inner .address-country-option,
.address-province select {
    padding-top: 10px;
    padding-bottom: 10px;
}
.address .button__wrap {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .address .container.text__link {
        font-size: 18px;
        line-height: 22px;
    }
    .address .btn-cancel {
        margin-bottom: 36px;
    }
    .account__address {
        max-width: unset;
    }
    .address .btn-login,
    .address .btn-cancel {
        width: 100%;
        max-width: unset;
    }
    .account__address-inner p {
        max-width: 219px;
    }
    .account__address-inner form .btn-cancel {
        margin-bottom: 48px;
    }
}

/* Policy page */
.policy__wrap {
    padding: 96px 76px 184px;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}
.policy__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 48px;
}
.policy__content,
.policy__content p {
    font-family: "CourierNew";
    font-size: 20px;
    line-height: 26px;
    color: var(--color-text);
    margin: 0;
}
@media screen and (max-width: 1023px) {
    .policy__content {
        display: block;
        column-gap: unset;
        grid-template-columns: unset;
    }
    .policy__wrap {
        columns: 2 200px;
        column-gap: 48px;
    }
}
@media screen and (max-width: 767px) {
    .policy__wrap {
        padding: 36px 20px 96px;
    }
    .policy__content,
    .policy__content p {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }
}
@media screen and (max-width: 600px) {
    .policy__content {
        grid-template-columns: 1fr;
    }
}

/* Order history  */
.account .responsive-table th,
.account .responsive-table td,
.account .order__details p {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    width: 260px;
    margin: 0;
}
.account .responsive-table th {
    color: var(--color-text);
    padding: 16px 10px 24px 0;
    text-align: left;
}
.account .responsive-table td {
    padding: 0 10px 12px 0;
}
.account .responsive-table td,
.account .responsive-table td a {
    color: #989898;
}
.account__table {
    padding: 16px 0 96px;
    margin: 0;
}
.show--mobile {
    display: none;
}
.account .responsive-table-row:last-child {
    padding-bottom: 24px;
}
.account .responsive-table .small--hide {
    color: var(--color-text);
}
.account .responsive-table {
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .account.order .account__order-meta .text__link {
        font-size: 18px;
        line-height: 22px;
    }
    .account .responsive-table .order__details {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .show--desktop {
        display: none;
    }
    .show--mobile {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
    }
    .account .order__details p,
    .order__details a {
        color: #989898;
    }
    .account .order__details .order--title {
        margin: 12px 0 0;
        color: var(--color-text);
    }
    .account .order__details .order--title:first-child {
        margin-top: 16px;
    }
}
@media screen and (max-width: 375px) {
    .account__table {
        overflow-x: auto;
    }
}



.product__description {
  font-size: 36px;
  font-family: MinionPro-Regular;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

@media (max-width: 640px) {
.product__description{
  font-size:24px;
}
}


.cart-template__details {
  font-size: 16px;
}

.locale-selectors__container {
display : none;
}

.product__policies rte {
  display: none 
    }


#shopify-section-template--20749686767957__velocity .velocity-text {
  margin-top : 130px;
}
}
  