<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************************************/
/** Fonts
/**************************************************/
@font-face {
    font-family: Qanelas;
    src: url("font/Qanelas-Regular.eot");
    src: url("font/Qanelas-Regular.eot?#iefix") format("embedded-opentype"),
    url("font/Qanelas-Regular.woff2") format("woff2"),
    url("font/Qanelas-Regular.woff") format("woff"),
    url("font/Qanelas-Regular.ttf") format("truetype");
}

body, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    font-family: Qanelas, sans-serif;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.4rem;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

h3 {
    font-size: 1.2rem;
}

/**************************************************/
/** Utils
/**************************************************/
.uppercase {
    text-transform: uppercase;
}

.no-pad-marg {
    margin: 0;
    padding: 0;
}

.white {
    color: #fff;
}

.orange {
    color: #c6883d;
}

.orange-fonce {
    color: #a25230;
}

.text-right {
    text-align: right;
}

.bg-green {
    background-color: #897f3b;
}

.bg-orange {
    background-color: #c6883d;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}


/**************************************************/
/** Main
/**************************************************/
body {
    font-family: Qanelas, sans-serif;
    overflow-x: hidden;
    transition: all .3s ease-in-out !important;
}

ul.nav-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nav-items li {
    display: inline-block;
    font-weight: bold;
    padding-right: 1rem;
    font-size: 1.2rem;
}

ul.nav-items li:last-child {
    padding-right: 0;
}

ul.nav-items li a {
    color: #fff;
    text-decoration: none;
}

.spacing-uppercase {
    letter-spacing: 1px;
    text-transform: uppercase;
}

/**************************************************/
/** Accueil
/**************************************************/
div.full-bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body.page-template-page-accueil .home-section-1 {
    background: url('../img/splashes/home-section-1.jpg') no-repeat;
    height: 700px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body.page-template-page-services .home-section-1 {
    background: url('../img/splashes/massage-splash.jpg') no-repeat;
    height: 700px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: 0 -12rem;
}

body.page-template-page-a-propos .home-section-1 {
    background: url('../img/splashes/splash-a-propos2.jpg') no-repeat;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


body.page-template-page-contact .home-section-1, body.page-template-page-inscription .home-section-6 {
    background: url('../img/splashes/home-section-5.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body.page-template-page-politique-confidentialite {
    background: url('../img/splashes/home-section-5.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


div.home-section-2 {
    background: url('../img/splashes/home-section-2.jpg') no-repeat;
    height: 700px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

div.home-section-3 {
    background: url('../img/splashes/home-section-3.jpg') no-repeat;
    height: 700px !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

div.menu-container {
    padding: 2rem;
}

div.text-section {
    color: #fff;
    letter-spacing: 1px;
}

div.text-section-1, div.text-section-3 {
    float: left;
    max-width: 400px;
}

div.text-section-1 {
    padding: 9rem 0 6rem 4rem;
}

div.text-section-2 {
    float: right;
    padding: 16rem 4rem 6rem 0;
    max-width: 400px;
}

div.text-section-3 {
    padding: 14rem 0 6rem 4rem;
}

div.orange-section-separator {
    margin-top: -1.8rem;
    position: absolute;
    width: 100%;
    z-index: 200;
    text-align: center;
}

/**************************************************/
/** Footer
/**************************************************/
div.footer-container {
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 1px;
}

div.footer-links a {
    text-decoration: none;
    color: #fff;
}

/**************************************************/
/** Services
/**************************************************/
div.service-length, .service-cost {
    color: #a25230;
}

div.service-cost {
    font-size: 29px;
    padding-left: 1rem;
    font-weight: bold;
}

div.label-service {
    font-size: 0.9rem;
}

div.service-length {
    font-size: 0.96rem;
}

p.text-info-price {
    min-height: 127px;
}

div.service-row {
    border-radius: 20px;
    margin: 0 8rem 2rem 8rem;
}

div.service-row a {
    color: #a25230;
    text-decoration: underline;
    font-weight: bold;
}

.ser-row-1 {
    margin-top: -4rem !important;
}

div.service-row &gt; div.col:nth-child(1), div.service-row &gt; div.col:nth-child(2) {
    padding: 2rem;
}

div.service-row &gt; div.col:nth-child(1) &gt; h3, div.service-row &gt; div.col:nth-child(2) h3 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

div.ser-row-1 &gt; div.col:nth-child(3) {
    background-size: cover;
    background: url("../img/massage2.jpg") center;
    border-radius: 20px;
    min-height: 350px;
}

div.ser-row-2 &gt; div.col:nth-child(3) {
    background-size: cover;
    border-radius: 20px;
    background: url("../img/os-vie.jpg") top left;
    min-height: 350px;
}

div.ser-row-3 &gt; div.col:nth-child(3) {
    background-size: cover;
    border-radius: 20px;
    background: url("../img/moshe.jpg") center top;
    min-height: 350px;
}

div.service-lines div.d-flex:nth-child(1), div.d-flex:nth-child(2) {
    padding-bottom: 1rem;
}

/**************************************************/
/** Services / Horaire des services
/**************************************************/
div.horaire-services-wrapper {
    padding: 4rem 8.7rem 6rem 8.7rem;
}

div.col-horaire-des-services h4 {
    padding: 1.4rem 2rem;
    margin: 0;
    font-weight: bold;
}

.horaire-table table, .horaire-table table th, td {
    border: 0 !important;
    border-collapse: separate;
}

.horaire-table div.col {
    padding: 0;
    margin: 0;
}

.horaire-table th {
    border-radius: 10px;
    background-color: #c6883d;
    text-align: center;
}

.horaire-table td {
    background-color: #897f3b;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    height: 200px;
}

.shadow {
    text-shadow: 1px 1px #000;
}

/**************************************************/
/** Contact
/**************************************************/
div.contact-right h3, div.contact-left h3 {
    font-size: 2.4rem !important;
}

div.contact-right, div.contact-left {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

div.container-text-right {
    max-width: 300px;
}

div.contact-left {
    padding-left: 6rem;
}

div.contact-right {
    padding-right: 0;
}

input[type="text"].ninja-forms-field, input[type="tel"].ninja-forms-field, input[type="email"].ninja-forms-field {
    background-color: transparent !important;
    color: #fff !important;
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0 !important;
    font-weight: bold !important;
}

textarea.ninja-forms-field {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    font-weight: bold !important;
}

label {
    display: block;
}

input[type="button"].ninja-forms-field {
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #c6893e !important;
    color: #c6893e !important;
    font-weight: bold !important;
    padding: 0 2rem 0 2rem !important;
}

input[type="button"].ninja-forms-field {
    float: right !important;
    cursor: pointer !important;
}

.ninja-forms-req-symbol {
    display: none !important;
}

.facebook-icon-footer a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 2rem;
}

div.footer-container {
    padding: 2rem 0 0.5rem 0;
    margin-bottom: 0 !important;
}

/**************************************************/
/** Responsive
/**************************************************/
@media only screen and (min-width: 1px) and (max-width: 450px) {
    .text-section {
        text-align: center;
    }

    div.text-section-1, div.text-section-3 {
        padding: 12rem 1rem 0 1rem;
        max-width: none;
    }

    div.text-section-2 {
        max-width: none;
        text-align: center;
        float: none;
        padding: 12rem 1rem 0 1rem;
    }

    div.btn-price-1 {
        float: none !important;
    }

    div.btn-price-2 {
        float: none !important;
    }

    div.footer-container {
        padding: 2rem;
        text-align: center;
    }
}

@media only screen and (min-width: 1px) and (max-width: 997px) {
    div.service-row {
        margin: 0 1rem 2rem 1rem;
    }

    div.horaire-services-wrapper {
        padding: 0 2rem 0 2rem;
    }
}

@media only screen and (min-width: 595px) {
    .table-responsive {
        display: table;
    }
}

@media only screen and (min-width: 451px) and (max-width: 575px) {
    div.contact-left {
        /*padding: 2rem 0 0 2rem;*/
    }

    div.contact-left h3 {
        text-align: left;
    }

    div.contact-right {
        padding: 0 0 0 6rem;
    }

    div.container {
        padding: 0;
    }
}

@media only screen and (min-width: 1px) and (max-width: 450px) {
    div.contact-left {
        padding-left: 2rem;
    }
}

div.menu-mobile {
    z-index: 100;
    display: none;
    padding: 2rem;
    width: 90%;
    border-radius: 20px;
    margin-top: 1rem;
    position: absolute;
    margin-right: 1rem;
    margin-left: -1rem !important;
}

div.menu-mobile ul {
    list-style: none;
    padding: 2rem 0;
    margin: 0;
}

div.menu-mobile ul li {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 4rem;
    padding: 0 0 1rem 0;
    text-transform: uppercase;
}

div.menu-mobile ul li a {
    color: #fff;
    text-decoration: none;
}

div.menu-mobile ul li:last-child {
    padding-bottom: 0;
}

.btn-mobile {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #fff;
    font-size: 1.8rem;
}

div.footer-container a {
    color: #fff;
}

/*
    Fix hauteur ligne liste dans page services.
*/
div.association-wrapper ul &gt; li {
    line-height: 1.6rem;
}

div.association-wrapper ul &gt; li &gt; a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/**************************************************/
/** Fix alignement page contact / mobile
/**************************************************/
@media only screen and (min-width: 1px) and (max-width: 575px) {
    body.page-template-page-contact div.container-text-right {
        max-width: none;
    }

    body.page-template-page-contact div.contact-left {
        padding: 4rem;
    }

    body.page-template-page-contact div.contact-right {
        padding: 0 4rem 0 4rem;
        text-align: center;
    }
}

/** Page Services / Inscription **/
button.btn-inscription {
    background-color: #a25230;
    color: white;
    font-size: large;
    font-weight: bold;
    padding: 0.5rem 3rem 0.5rem 3rem;
}

button.btn-inscription:hover {
    background-color: #884c2d;
}

/** Marche pour la vie **/
div.ser-row-4 &gt; div.col:nth-child(3) {
    background-size: cover;
    border-radius: 20px;
    background: url("../img/marche-vie.jpg") center;
    min-height: 350px;
}

/** Chaise **/
div.ser-row-5 &gt; div.col:nth-child(3) {
    background-size: cover;
    border-radius: 20px;
    background: url("../img/chaise.jpg") center;
    min-height: 350px;
}

p.text-loi-25 {
    font-size: small;
    text-shadow: 1px 1px #000;
}</pre></body></html>