/*
Theme Name: Centre de Femmes du Témiscamingue
Theme URI: https://cdctemiscamingue.org/
Author: l'Agence secrète - communication d'influence
Author URI: https://agencesecrete.com/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cft
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cft is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
    ## Normalize
    ## Typography
    ## Elements
    ## Forms
    ## Navigation
        ### Links
        ### Menus
    ## Accessibility
    ## Alignments
    ## Clearings
    ## Content
        ### Posts and pages
        ### Comments
    ## Infinite scroll
    ## Media
        ### Captions
        ### Galleries
# Modules
    ## Module - Layout
    ## Module - Themes
    ## Module - Buttons
    ## Module - Mask borders
# Pages
# Templates
    ## Template - Header
    ## Template - Footer
    ## Template - Page
    ## Template - Single
    ## Template - Single activité
    ## Template - Single service
    ## Template - Sidebar
    ## Template - 404
# Template parts
    ## Template - Content
    ## Template - Content activite
    ## Template - Content service
    ## Template - Content livre
    ## Template - Pagination
# Components
    ## Component - Social-networks
    ## Component - Navigation
# Plugins
    ## Plugin - SiteOrigin Panels
    ## Plugin - Slick
    ## Plugin - FontAwesome
    ## Plugin - FacetWP
# Widgets
    ## Widget - Heures d'ouvertures
    ## Widget - Bloc Partenaire
    ## Widget - Bloc Texte
    ## Widget - Bloc Service
    ## Widget - Bloc Contact
    ## Widget - Bloc Image
    ## Widget - Bloc Décoration
    ## Widget - Bloc Équipe
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

::-moz-selection {
    background: #59315F;
    color: #fff;
}

::selection {
    background: #59315F;
    color: #fff;
}

body.no-scroll {
    position: relative;
    overflow: hidden;
}

/*body.no-scroll:not(.device-mobile) {
    margin-right: 17px;
}*/

.site {
    position: relative;
    overflow: hidden;
    margin-left: 75px;
}

.block {
    display: block;
}

ul.ul-icon {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

ul.ul-icon > li {
    margin: 1.4rem 0;
    display: flex;
}

ul.ul-icon strong {
    font-weight: 200;
}

.li-icon {
    padding-right: 0.5rem;
}

.li-icon > svg {
    width: 1em;
    height: 1em;
    font-size: 2em;
    margin-top: -0.2rem;
}

#site-loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/loader.svg") 50% 50% no-repeat #EBEBE0;
}

/*--------------------------------------------------------------
## Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

abbr[title] {
    border-bottom: 1px dotted;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border-style: none;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
    line-height: normal;
	margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
html input[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
    cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
    border: 0;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

fieldset {
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
    border: 0;
	white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/

body {
    font-family: urbane, sans-serif;
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #7C7B6A;
}

h1 {
    font-family: moret, serif;
    font-size: 4rem;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}

h2,
body .gform_wrapper h2.gform_title {
    font-family: moret, serif;
    color: #979685;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

h3,
body .gform_wrapper h3.gform_title {
    text-transform: uppercase;
    font-family: urbane, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}

h4 {
    text-transform: uppercase;
    font-family: moret, serif;
    font-weight: 600;
    line-height: 1;
    font-size: 3.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h5 {
    text-transform: uppercase;
    font-family: moret, serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    font-size: 2.6rem;
    margin-top: 1rem;
    margin-bottom: 1.8rem;
}

h6 {
    font-family: moret, serif;
    font-size: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

p {
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-style: italic;
    color: #999;
    border-left: solid 5px #ccc;
    padding-left: 1rem;
    
    margin: 0 1.4rem;
}

address {
    font-style: normal;
    margin: 0 0 1.4rem;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #979685;
    border: 0;
    height: 1px;
    margin-bottom: 1.4rem;
}

ul,
ol {
    padding-left: 1rem;
    margin: 0 0 1.4rem 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin: 0.8rem 0;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.4rem;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.4rem 1.4rem;
}

img {
    width: auto;
   	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1rem 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.4rem;
    width: 100%;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #59315F;
    font-size: 0.875rem;
    opacity: 0.6;
}

::-ms-input-placeholder {
    color: #59315F;
    font-size: 0.875rem;
    opacity: 0.6;
}

::-moz-placeholder {
    color: #59315F;
    font-size: 0.875rem;
    opacity: 0.6;
}

::placeholder {
    color: #59315F;
    font-size: 0.875rem;
    opacity: 0.6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    line-height: normal;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    font-weight: 200;
    padding: 0.8rem 0;
    color: #7C7B6A;
    background-color: transparent;

    outline: none;

    -webkit-border-radius: 0px;
    border-radius: 0px;

    border-color: #979685;
    border-width: 0 0 1px;
    border-style: solid;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
    border-color: #979685;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="range"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="color"]:disabled,
textarea:disabled,
select:disabled {
    color: #ccc;
}

textarea {
    width: 100%;
}

label,
body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label,
body .gform_wrapper .top_label .gfield_label {
    color: #59315F;
    line-height: normal;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
}

input[type="checkbox"],
input[type="radio"] {
    display: none!important;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
	padding-left: 1.25rem!important;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
    content: "";
    display: block;
	position: absolute;
	left: 0;
	top: 0.25rem;
    width: calc(0.75rem - 1px);
    height: calc(0.75rem - 1px);
	border: 1px solid currentColor;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
    background-color: currentColor;
    opacity: 0;
    
    top: calc(0.4rem - 0.25px);
    left: calc(0.1rem + 0.25px);
    width: calc(0.5rem - 1px);
    height: calc(0.5rem - 1px);
}

input[type="checkbox"] + label:hover::before,
input[type="radio"] + label:hover::before {
    border-color: currentColor;
}

input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
    opacity: 1;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
	border-radius: 100%;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    
    -webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

a,
a:visited {
    color: #9CB53F;
}

a:hover {
    color: #59315F;
}

a:focus {
    outline: 0;
}

/*--------------------------------------------------------------
### Menus
--------------------------------------------------------------*/

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation-main ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation-main li {
    margin: 0;
}

.navigation-main a {
    display: inline-block;
}

.navigation-main ul li a {
    position: relative;
    padding: 1rem 1.6rem;
    
    font-size: 1.875rem;
    font-family: moret, serif;
    font-weight: 700;
    color: #59315F;
    line-height: 1.4;
    letter-spacing: -0.01em;
    
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.navigation-main ul li a:hover {
    color: #9CB53F;
}

.navigation-main ul li.current-menu-item > a,
.navigation-main ul li.current-page-item > a {
    color: #9CB53F;
}

/*
.navigation-main ul li.current_page_ancestor > a,
.navigation-main ul li.current-menu-ancestor > a {

}
*/

.navigation-main .menu-item.menu-item-has-children > a {
    position: relative;
}

.navigation-main .menu-item.menu-item-has-children > a::after {
    content: "\f107";
	display: none;
    font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.navigation-main .menu-item.menu-item-has-children > a.focus::after {
    content: "\f106";
}

.navigation-main .menu-item.menu-item-has-children > a .svg-inline--fa {
    position: absolute;
    right: 0;
    margin-top: 0.25em;
}

.navigation-main ul ul {
    display: none;
}

.navigation-main ul ul li a {
    padding: 0.8rem 1.4rem;
    font-weight: 600;
    font-size: 0.925rem;
    text-transform: uppercase;
    font-family: urbane, sans-serif;
}

.navigation-main ul li.focus > ul {
    display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.entry-content,
.entry-summary {
    margin: 2rem 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 2rem;
}

.post-shares {
    display: flex;
    margin-top: 2rem;
}

a.share-item {
    color: #806E85;
    margin-right: 1rem;
}

a.share-item:hover {
    color: #9CB53F;
}

.post-notes {
    margin-top: 2rem;
}

.post-notes p {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1;
    margin: 0.8rem 0;
}

.section {
    padding: 4rem 0;
}

.section.error-404:last-child,
.section.section-form:last-child {
    padding-bottom: 8rem;
}

.section-header {
    text-align: center;
}

.section-tiles {
    display: flex;
    flex-wrap: wrap;

    margin-left: -2rem;
    margin-right: -2rem;
}

.tile-item {
    width: 33.3%;
    margin-bottom: 4rem;

    padding-left: 2rem;
    padding-right: 2rem;
}

.wave {
    position: relative;
    pointer-events: none;
}

.wave svg {
    display: block;
    width: 100%;

    position: absolute;
    bottom: -1px;
    left: 0;
}

.wave svg:last-child {
    position: relative;
    bottom: -2px;
}

/*--------------------------------------------------------------
### Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
### Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
### Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Module - Layout
--------------------------------------------------------------*/

.full {
    width: 100%;
    margin-right: auto!important;
    margin-left: auto!important;
}

.boxed {
    width: 100%;
    max-width: 1200px;
    margin-right: auto!important;
    margin-left: auto!important;
}

.boxed-half-left {
    margin-left: calc((100vw - 75px - 1280px) / 2); /* ( Viewport width - menubar width - container width ) / 2 */
}

.boxed-half-right {
    margin-right: calc((100vw - 75px - 1280px) / 2); /* ( Viewport width - menubar width - container width ) / 2 */
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre,
.center {
    text-align: center;
}

.layout-flex {    
    display: flex;
    flex-wrap: wrap;

    margin-left: -1rem;
    margin-right: -1rem;
}

.layout-flex > * {
    padding-left: 1rem;
    padding-right: 1rem;
}

.layout-flex.layout-gapless {
    margin-left: 0;
    margin-right: 0;
}

.layout-flex.layout-gapless > * {
    padding-left: 0;
    padding-right: 0;
}

.layout-flex.layout-full > * {
    flex-grow: 1;
}

.layout-flex.flex-direction-row {
    flex-direction: row;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.flex-direction-column {
    flex-direction: column;
}

.layout-flex.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.layout-flex.flex-wrap {
    flex-wrap: wrap;
}

.layout-flex.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.layout-flex.align-items-flex-start {
    align-items: flex-start;
}

.layout-flex.align-items-center {
    align-items: center;
}

.layout-flex.align-items-flex-end {
    align-items: flex-end;
}

.layout-flex.justify-content-flex-start {
    justify-content: flex-start;
}

.layout-flex.justify-content-center {
    justify-content: center;
}

.layout-flex.justify-content-flex-end {
    justify-content: flex-end;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.justify-content-space-between {
    justify-content: space-between;
}

.layout-flex.justify-content-space-around {
    justify-content: space-around;
}

.layout-flex.justify-content-space-evenly {
    justify-content: space-evenly;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-center {
    align-self: center;
}

.align-self-flex-end {
    align-self: flex-end;
}

.layout-flex .layout-fit {
    min-width: 0;
    
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}

.layout-flex .layout-max {
    min-width: 0;
    
    -webkit-flex: 1 1 auto; /* Safari 6.1+ */
    -ms-flex: 1 1 auto; /* IE 10 */ 
    flex: 1 1 auto;
}

.layout-flex .layout-min {
    min-width: 0;
    
    -webkit-flex: 0 0 auto; /* Safari 6.1+ */
    -ms-flex: 0 0 auto; /* IE 10 */ 
    flex: 0 0 auto;
}

.layout-flex .layout-100 {
    width: 100%;
}

.layout-flex .layout-95 {
    width: 95%;
}

.layout-flex .layout-90 {
    width: 90%;
}

.layout-flex .layout-85 {
    width: 85%;
}

.layout-flex .layout-80 {
    width: 80%;
}

.layout-flex .layout-75 {
    width: 75%;
}

.layout-flex .layout-70 {
    width: 70%;
}

.layout-flex .layout-66 {
    width: 66.66%;
}

.layout-flex .layout-65 {
    width: 65%;
}

.layout-flex .layout-60 {
    width: 60%;
}

.layout-flex .layout-55 {
    width: 55%;
}

.layout-flex .layout-50 {
    width: 50%;
}

.layout-flex .layout-45 {
    width: 45%;
}

.layout-flex .layout-40 {
    width: 40%;
}

.layout-flex .layout-35 {
    width: 35%;
}

.layout-flex .layout-33 {
    width: 33.33%;
}

.layout-flex .layout-30 {
    width: 30%;
}

.layout-flex .layout-25 {
    width: 25%;
}

.layout-flex .layout-20 {
    width: 20%;
}

.layout-flex .layout-15 {
    width: 15%;
}

.layout-flex .layout-10 {
    width: 10%;
}

.layout-flex .layout-5 {
    width: 5%;
}

/*--------------------------------------------------------------
## Module - Themes
--------------------------------------------------------------*/

/* Dark Theme */

.dark-theme {
    background-color: #806E85;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme svg {
    color: #59315F;
}

.dark-theme label,
body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label,
body .gform_wrapper .top_label .gfield_label {
    color: #fff;
}

.dark-theme a.btn,
.dark-theme input[type="button"],
.dark-theme input[type="reset"],
.dark-theme input[type="submit"],
.dark-theme .gform_wrapper .gform_footer input.button,
.dark-theme .gform_wrapper .gform_footer input[type=submit] {
    border-color: #ECECE1;
    background-color: #ECECE1;
    color: #979685;
}

.dark-theme a.btn:hover,
.dark-theme input[type="button"]:hover,
.dark-theme input[type="reset"]:hover,
.dark-theme input[type="submit"]:hover,
.dark-theme .gform_wrapper .gform_footer input.button:hover,
.dark-theme .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: transparent;
    color: #ECECE1;
}

.dark-theme ::-webkit-input-placeholder {
    color: #ECECE1;
}

.dark-theme ::-ms-input-placeholder {
    color: #ECECE1;
}

.dark-theme ::-moz-placeholder {
    color: #ECECE1;
}

.dark-theme ::placeholder {
    color: #ECECE1;
}

.dark-theme input[type="text"],
.dark-theme input[type="email"],
.dark-theme input[type="url"],
.dark-theme input[type="password"],
.dark-theme input[type="search"],
.dark-theme input[type="number"],
.dark-theme input[type="tel"],
.dark-theme input[type="range"],
.dark-theme input[type="date"],
.dark-theme input[type="month"],
.dark-theme input[type="week"],
.dark-theme input[type="time"],
.dark-theme input[type="datetime"],
.dark-theme input[type="datetime-local"],
.dark-theme input[type="color"],
.dark-theme textarea,
.dark-theme select,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield select,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield textarea {
    border-color: #ECECE1;
    color: #3A2F3F;
}

.dark-theme input[type="text"]:focus,
.dark-theme input[type="email"]:focus,
.dark-theme input[type="url"]:focus,
.dark-theme input[type="password"]:focus,
.dark-theme input[type="search"]:focus,
.dark-theme input[type="number"]:focus,
.dark-theme input[type="tel"]:focus,
.dark-theme input[type="range"]:focus,
.dark-theme input[type="date"]:focus,
.dark-theme input[type="month"]:focus,
.dark-theme input[type="week"]:focus,
.dark-theme input[type="time"]:focus,
.dark-theme input[type="datetime"]:focus,
.dark-theme input[type="datetime-local"]:focus,
.dark-theme input[type="color"]:focus,
.dark-theme textarea:focus,
.dark-theme select:focus,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield select:focus,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
    border-color: #59315F;
}

.dark-theme input[type="text"]:disabled,
.dark-theme input[type="email"]:disabled,
.dark-theme input[type="url"]:disabled,
.dark-theme input[type="password"]:disabled,
.dark-theme input[type="search"]:disabled,
.dark-theme input[type="number"]:disabled,
.dark-theme input[type="tel"]:disabled,
.dark-theme input[type="range"]:disabled,
.dark-theme input[type="date"]:disabled,
.dark-theme input[type="month"]:disabled,
.dark-theme input[type="week"]:disabled,
.dark-theme input[type="time"]:disabled,
.dark-theme input[type="datetime"]:disabled,
.dark-theme input[type="datetime-local"]:disabled,
.dark-theme input[type="color"]:disabled,
.dark-theme textarea:disabled,
.dark-theme select:disabled {
    color: #ECECE1;
}

.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_text .gfield_label,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_textarea .gfield_label,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_email .gfield_label,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_phone .gfield_label {
    color: #ECECE1;
}

.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_text .gfield_label.focus,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_textarea .gfield_label.focus,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_email .gfield_label.focus,
.dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_type_phone .gfield_label.focus {
    color: #59315F;
}

/* Light Theme */

.light-theme ::-moz-selection {
    background: #fff;
    color: #000;
}

.light-theme ::selection {
    background: #fff;
    color: #000;
}

.light-theme {
    background-color: #EBEBE0;
}

/*--------------------------------------------------------------
## Module - Buttons
--------------------------------------------------------------*/

a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
button.facetwp-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px!important;
    padding: 0 2rem;
    
    font-weight: 200;
    font-size: 0.825rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 1.4!important;
    
    background-color: #59315F;
    border-color: #59315F;
    color: #fff;    
    
    -webkit-border-radius: 0px;
    border-radius: 0px;

    border-width: 2px;
    border-style: solid;

    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.btn-couleur:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
button.facetwp-button:hover {
    background-color: transparent;
    color: #59315F;
}

a.btn-noir {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}

a.btn-noir:hover {
    background-color: #000000;
    color: #ffffff;
}

a.btn-blanc {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

a.btn-blanc:hover {
    background-color: #ffffff;
    color: #000000!important;
}

a.btn-block {
    display: flex;
}

/*--------------------------------------------------------------
## Module - Mask borders
--------------------------------------------------------------*/

.mask-border {
	position: relative;
	background-clip: content-box;
    z-index: 0;
}

.mask-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: inherit;
    z-index: -1;
}

mask-border.mb-top-up,
mask-border.mb-top-down {
    padding-top: 200px;
}

mask-border.mb-bottom-up,
mask-border.mb-bottom-down {
    padding-bottom: 200px;
}

mask-border.mb-top-up::before {
    -webkit-clip-path: polygon(100% 0px, 0px 200px, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0px, 0px 200px, 0% 100%, 100% 100%);
}

mask-border.mb-top-down::before {
    -webkit-clip-path: polygon(100% 200px, 0 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 200px, 0 0, 0% 100%, 100% 100%);
}

mask-border.mb-bottom-up::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 0% 100%);
}

mask-border.mb-bottom-down::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 200px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 200px));
}

mask-border.mb-top-up.mb-bottom-up::before {
    -webkit-clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0 100%);
    clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0 100%);
}

mask-border.mb-top-up.mb-bottom-down::before {
    -webkit-clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 calc(100% - 200px));
    clip-path: polygon(0 200px, 100% 0, 100% 100%, 0 calc(100% - 200px));
}

mask-border.mb-top-down.mb-bottom-up::before {
    -webkit-clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 200px), 0 100%);
    clip-path: polygon(0 0, 100% 200px, 100% calc(100% - 200px), 0 100%);
}

mask-border.mb-top-down.mb-bottom-down::before {  
    -webkit-clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
}

mask-border.mb-bottom-up + mask-border.mb-top-up,
mask-border.mb-bottom-down + mask-border.mb-top-down {
    margin-top: -200px!important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/

.page-header {
    background-color: #EBEBE0;
    padding: 14rem 0 6rem;
    text-align: center;

    background-size: 100vw;
    background-position: left -1rem bottom -8vw;
    background-repeat: no-repeat;
}

.page-title {
    display: flex;
    justify-content: center;
    color: #59315F;
    font-family: moret, serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 8rem;
    line-height: 0.8;
    margin-top: 0;
    margin-bottom: 0;
}

.page-title > div {
    display: inline-block;
}

.page-icon {
    color: #59315F;
    display: inline-flex;
    margin-top: -0.4rem;
}

.page-description {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    font-weight: 200;
    line-height: 1.8;
}

/*--------------------------------------------------------------
## Template - Header
--------------------------------------------------------------*/

.site-header {
    position: absolute;
    width: 100%;
}

.header-menu {
    padding: 3rem 0 1rem;
}

.home .site-header {
    background-color: #EBEBE0;
    position: static;
}

.home .header-menu {
    padding: 3rem 0;
}

.header-wave {
    background-color: #EBEBE0;
    margin-top: -3rem;
}

.navigation-content {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10002;
    
    text-align: center;
    height: 100%;
    width: 0px;
    background-color: #DEDECB;
    overflow: hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.menu-opened .navigation-content {
    width: 400px;
}

.navigation-wrapper {
    height: 100%;
    padding: 2rem;
    overflow: auto;
}

.navigation-container {
    margin: auto;
}

.navigation-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 75px;
    height: 100%;
    z-index: 10002;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
    background-color: #59315F;
    color: #fff;

    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}

.menu-opened .navigation-bar {
    left: 400px;
}

.navigation-button:hover {
    cursor: pointer;
}
.bar-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 35px;
    height: 35px;
}
.menu-bar {
    width: 35px;
    height: 2px;
    background-color: currentColor;
    margin-bottom: 9px;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-bar.bar-3 {
    width: 20px;
    margin-left: auto;
    margin-bottom: 0;
}
.navigation-button:hover .menu-bar.bar-3 {
    width: 35px;
}
.navigation-button.toggled .menu-bar.bar-1 {
	transform: rotate(45deg);
	margin-bottom: -2px;
}
.navigation-button.toggled .menu-bar.bar-2 {
	opacity: 0;
    margin: 0;
}
.navigation-button.toggled .menu-bar.bar-3 {
    width: 35px;
    transform: rotate(-45deg);
    margin-top: -2px;
}

.navigation-logo {
    width: 150px;
    margin: 0 auto 1rem;
}

.navigation-title {
    display: flex;
    align-items: center;
    line-height: 1;

    font-family: moret, serif;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-left: -0.2rem;

    transform: rotate(-180deg);
    writing-mode: vertical-lr; /* Vertical - Left to Right */
}

.navigation-social .social-wrapper {
    flex-direction: column;
}

.navigation-social .social-item:not(:last-child) {
    margin: 0 0 0.8rem 0;
}

.navigation-contact {
    color: #969584;
    margin-top: 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.025em;
}

.navigation-contact a {
    color: #969584;
}

.navigation-contact strong {
    font-weight: 200;
}

.navigation-contact-courriel a {
    font-weight: bolder;
}

.navigation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(89, 49, 95, 0.8);

    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.menu-opened .navigation-overlay {
    opacity: 1;
    visibility: visible;
}

.navigation-overlay:hover {
    cursor: pointer;
}

.header-menu {
    display: flex;
    justify-content: center;
}

.home #logo {
    width: 250px;
}

#logo {
    position: relative;
    z-index: 1;

    width: 125px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1em;
    
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

#logo:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

#logo img {
    display: block;
}

#scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    
    z-index: 10000;
    
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

#scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

#scroll-top svg {
    color: #fff;
}

#scroll-top a {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    outline: none;
    cursor: pointer;
    
    box-sizing: content-box;
    padding: 0.3em;
    font-size: 1.6em;
    
    background-color: rgba(0,0,0,0.7);
    
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#scroll-top .svg-inline--fa {
    width: 1em;
    vertical-align: top;
}

/*--------------------------------------------------------------
## Template - Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #3A2F3F;
    color: #fff;
}

.site-footer h5 {
    color: #EBEBE0;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #9CB53F;
}

.site-footer a.social-item {
    color: #3A2F3F;
}

.footer-wave {
    transform: translateY(-100%);
    position: absolute;
    width: 100%;
}

.footer-wrap {
    min-height: 300px;
    padding: 5rem 0;
    font-size: 0.875rem;
    font-weight: 200;
    letter-spacing: 0.05em;
}

.footer-wrap .menu {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.footer-section:not(:last-child) {
    margin-bottom: 2rem;
}

.contact-courriel .li-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-logo-wrap {
    width: 100%;
    min-width: 100px;
    max-width: 180px;
}

.copyright-wrap {
    padding: 1rem 0;
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #806E85;
}

.copyright-wrap a {
    color: #A999B1;
}

.copyright-wrap a:hover {
    color: #fff;
}

.credit {
    text-align: right;
}

/*--------------------------------------------------------------
## Template - Page
--------------------------------------------------------------*/

article.page .page-content,
article.page .entry-content,
article.page .entry-summary {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Template - Single
--------------------------------------------------------------*/

.site-main > article {
    padding: 4rem 0;
}

.site-main > article .post-thumbnail {
    margin-bottom: 2rem;
}

.site-main > article.post .post-inner {
    max-width: 900px;
    margin: 0 auto;
}

.site-main > article.post .entry-header {
    text-align: center;
}

.site-main > article.post .post-thumbnail {
    position: relative;
    max-width: 480px;
    margin: 0 auto 2rem;
}

.site-main > article.post .post-thumbnail::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.site-main > article.post .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.site-main > article.post .entry-content p:first-child:not(:only-child) {
    font-size: 1.2em;
    font-weight: 700;
}

/*--------------------------------------------------------------
## Template - Single activité
--------------------------------------------------------------*/

.single-activite .site-main > article.activite {
    padding-bottom: 8rem;
}

.single-activite .site-main > article.activite .post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    background-color: #EBEBE0;
}

.single-activite .site-main > article.activite .post-thumbnail::before {
    content: "";
    display: block;
    padding-top: 160%;
}

.single-activite .site-main > article.activite .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

ul.activite-infos {
    color: #59315F;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.875rem;
}

ul.activite-infos li {
    margin: 0.6rem 0;
}

/*--------------------------------------------------------------
## Template - Single service
--------------------------------------------------------------*/

article.service h1.entry-title {
    font-size: 6rem;
    letter-spacing: normal;
    line-height: 1;
}

article.service .entry-header {
    text-align: center;
}

article.service .post-thumbnail {
    width: 250px;
    margin: 0 auto;
}

article.service .post-thumbnail img {
    width: 100%;
    vertical-align: top;
}

.single-service .section-connexe .tile-service .entry-title {
    font-size: 6rem;
    line-height: 1;
}

.single-service .section-connexe .tile-service .entry-thumbnail {
    margin-bottom: 0;
}

.single-service .section-connexe .tile-service .entry-link {
    margin-top: 2rem;
}

/*--------------------------------------------------------------
## Template - Singlepost
--------------------------------------------------------------*/

.single-post iframe {
    width: 100%;
    height: 28vw;
    min-height: 300px;
}

/*--------------------------------------------------------------
## Template - Sidebar
--------------------------------------------------------------*/

.sidebar .menu ul li {
    width: 100%;
}

/*--------------------------------------------------------------
## Template - 404
--------------------------------------------------------------*/

section.not-found .entry-content p {
    font-size: 1em;
}

/*--------------------------------------------------------------
# Template parts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Template - Content
--------------------------------------------------------------*/

.tile-post {
    text-align: center;
}

.tile-post .entry-thumbnail {
    position: relative;
    max-width: 345px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 1.4rem;
    
    /* Fix overflow issue with border radius in safari */
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.tile-post .entry-thumbnail::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tile-post .entry-thumbnail::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(89, 49, 95, 0);

    pointer-events: none;

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.tile-post .entry-thumbnail:hover::after {
    background-color: rgba(89, 49, 95, 0.3);
}

.tile-post .entry-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.tile-post .entry-thumbnail:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.tile-post .entry-title {
    margin-bottom: 1rem;
}

.entry-thumbnail {
    margin-bottom: 1rem;
}

.entry-thumbnail a {
    display: block;
}

.entry-title {
    color: #59315F;
}

h3.entry-title {
    font-family: moret, serif;
    font-size: 1.8125rem;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}

.entry-title a {
    color: currentColor;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.entry-title a:hover {
    opacity: 0.75;
}

.entry-date {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.925rem;
    font-weight: 600;
    line-height: 1;
    color: #59315F;
}

.entry-category,
.entry-tags {
    color: #CBCAB1;
    font-weight: 500;
    font-size: 0.75rem;
    font-style: italic;
    letter-spacing: 0.1rem;
}

.entry-category .category-item,
.entry-tags .tag-item {
    display: inline-block;
    margin: 0 0.2rem 0.2rem 0;
}

.entry-category .category-item:last-child,
.entry-tags .tag-item:last-child {
    margin-right: 0;
}

.entry-link {
    display: block;
    line-height: 1;
    margin-top: 1rem;
}

.entry-link a:hover .entry-icon {
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}

.entry-icon {
    display: block;

    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.entry-icon svg {
    width: 6rem;
    vertical-align: top;
    color: #9CB53F;
}

.entry-footer {
    margin-top: 2rem;
}

/*--------------------------------------------------------------
## Template - Content activite
--------------------------------------------------------------*/

.section-activite {
    display: flex;
    justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;   
}

.section-activite .tile-item {
    width: 25%;

    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.tile-activite {
    position: relative;
    margin-left: 1.5rem;
    z-index: 0;
}

.tile-activite .entry-thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 160%;
    border-radius: 1rem;
    margin: 0;
    background-color: #EBEBE0;
    z-index: -1;

    /* Fix overflow issue with border radius in safari */
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.tile-activite .entry-thumbnail img {
    position: absolute;
    top: 0;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.tile-activite .entry-thumbnail::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(89, 49, 95, 0.3);

    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.tile-activite:hover .entry-thumbnail::after {
    background-color: rgba(89, 49, 95, 0.5);
}

.tile-activite .tile-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    z-index: 5;
}

.tile-activite .tile-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;

    pointer-events: none;
}

.tile-activite .tile-content a {
    position: relative;
    pointer-events: all;
    z-index: 10;
}

.tile-activite .entry-title {
    color: #fff;
}

.tile-activite .entry-date {
    position: absolute;
    left: -1.5rem;
    bottom: 0;
    padding-top: 2rem;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
## Template - Content service
--------------------------------------------------------------*/

.section-service {
    justify-content: space-evenly;
}

.section-tiles.section-service .tile-item {
    width: auto;
}

.tile-service {
    text-align: center;
}

.tile-service .entry-thumbnail {
    width: 180px;
    margin: 0 auto;
}

.tile-service .entry-thumbnail img {
    width: 100%;
    vertical-align: top;
}

/*--------------------------------------------------------------
## Template - Content livre
--------------------------------------------------------------*/

.section-livre .tile-item {
    width: 25%;
}

.tile-livre {
    color: #59315F;
}

.tile-livre .entry-thumbnail {
    position: relative;
    background-color: #EBEBE0;
    margin-bottom: 0;
}

.tile-livre .entry-thumbnail::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tile-livre .entry-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;

    height: 75%;
    max-width: 80%;
    object-fit: contain;
    object-position: center center;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tile-livre .entry-statut {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    margin: 0 0 1.4rem 0;
    
    line-height: 1;
    min-height: 2rem;
    text-align: center;
    font-weight: 100;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: #806E85;
    color: #fff;
}

.tile-livre .entry-statut[data-statut='indisponible'] {
    background-color: #979685;
}

.tile-livre .entry-title {
    font-size: 1.6875rem;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

.tile-livre .entry-auteur,
.tile-livre .entry-editeur {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.tile-livre .entry-parution {
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
}

/*--------------------------------------------------------------
## Template - Pagination
--------------------------------------------------------------*/

.pagination-wrapper {
    margin: 0 0 4rem;
    text-align: center;
}
.pagination {
    display: inline-flex;
}

.pagination .page-numbers {
    line-height: 1.4;
    font-size: 1.125rem;
    padding: 0 0.4em;
    margin-right: 0.4em;
}

.pagination .page-numbers:last-child {
    margin-right: 0;
}

.pagination .page-numbers.current {
    color: #3A2F3F;
}

.pagination .page-numbers .icon {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.pagination .page-numbers.prev:hover .icon {
    -webkit-transform: translateX(-0.2em);
    -moz-transform: translateX(-0.2em);
    -o-transform: translateX(-0.2em);
    transform: translateX(-0.2em);
}

.pagination .page-numbers.next:hover .icon {
    -webkit-transform: translateX(0.2em);
    -moz-transform: translateX(0.2em);
    -o-transform: translateX(0.2em);
    transform: translateX(0.2em);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Component - Social-networks
--------------------------------------------------------------*/

.social-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1;
    vertical-align: top;

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

a.social-item {
    display: block;
    background-color: #9CB53F;
    color: #59315F;
    border-radius: 100%;
    padding: 0.4rem;
    font-size: 1rem;
}

a.social-item:not(:last-child) {
    margin: 0 0.8rem 0 0;
}

.social-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    font-size: 1.2em;
}

/*--------------------------------------------------------------
## Component - Navigation
--------------------------------------------------------------*/

.cat-nav {
    background-color: #969584;
    padding: 1.4rem 0;
}

.cat-nav a {
    color: #CBCAB1;
    font-weight: 500;
    font-size: 0.75rem;
    font-style: italic;
    letter-spacing: 0.1rem;
}

.cat-nav a:hover {
    color: #fff;
}

ul.cat-links {
    display: flex;
    justify-content: space-evenly;

    list-style: none;
    padding: 0;
    margin: 0;
}

ul.cat-links li {
    margin: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Plugin - SiteOrigin Panels
--------------------------------------------------------------*/

.panel-grid-center {
    justify-content: center!important;
}

.panel-grid-center > .panel-grid-cell {
    width: auto!important;
}

.panel-grid {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.panel-grid-cell {
    position: relative;
}

.panel-row-style:not(.background-display-tile) {
    background-repeat: no-repeat;
}

.panel-row-style.background-display-auto {
    background-size: auto auto;
}

.panel-row-style.background-display-cover {
    background-size: cover;
}

.panel-row-style.background-display-contain {
    background-size: contain;
}

.panel-row-style.background-display-stretch {
    background-size: 100% 100%;
}

.panel-row-style.background-display-full-width {
    background-size: 100% auto;
}

.panel-row-style.background-display-full-height {
    background-size: auto 100%;
}

.so-panel.widget {
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
## Plugin - Gravity Form
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Plugin - Gravity Form
--------------------------------------------------------------*/

/**
 * CSS Targeting Examples
 * https://docs.gravityforms.com/css-targeting-examples/
 */

/**
 * Form Wrapper
 *
 * Contains the entire Gravity Form
 */

 body .gform_wrapper {
    margin: 0;
}

body .gform_wrapper .gform_ajax_spinner {
    width: auto;
    position: absolute;
    right: -26px;
    top: calc(50% - 8px);
}

body .gform_wrapper .gform_heading {
    margin-bottom: 1.4rem;
}

body .gform_title {
    text-align: center;
}

body .gform_confirmation_wrapper .gform_confirmation_message  {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    color:#EBEBE0!important;
}

/**
 * Form Body
 */

/* Form List Items */
/* Individual list items containing each form element */

/*body .gform_wrapper .gform_body {
    overflow: hidden;
}*/

body .gform_wrapper ul.gform_fields {
    margin-right: -3rem!important;
}

body .gform_wrapper .gsection {
    margin-right: 0;
    padding-right: 0!important;
    width: calc(100% - 3rem)!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    display: inline-block;
    margin-top: 0rem!important;
    margin-bottom: 1.6rem!important;
}

body div.ginput_container_name span,
body .gform_wrapper ul.gform_fields li.gfield,
body .gform_wrapper ul.gform_fields li.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 3rem;
}

body .gform_wrapper .gform_body .gform_fields .gfield::before {
    content: none!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield:not(.gf_left_half):not(.gf_right_half):not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third) {
    width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield.field_admin_only {
    display: inline!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

/* Input Field Container */
/* Wraps the actual form element inside the containing list item */

body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin-top: 0!important;
}

body .top_label div.ginput_complex.ginput_container {
    width: calc(100% + 3rem)!important;
}

body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right {
    margin-left: 0!important;
    margin-right: 0!important;
}

body .gform_wrapper .ginput_complex .ginput_full,
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right {
    display: inline-block;
    margin-bottom: 0.8rem;
}

body .gform_wrapper .ginput_complex .ginput_full {
    width: 100%;
}

body .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left,
body .gform_wrapper .ginput_complex .ginput_full,
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right,
body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_third,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_middle_third,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_third {
    padding-right: 3rem!important;
}

/* Input Field Description Container */
/* Contains the field description inside the containing list item */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    font-size: 0.75rem;
    font-weight: 500;
    padding-right: 1rem!important;
}

body .dark-theme .gform_wrapper .gform_body .gform_fields .gfield.field_description_below .gfield_description {
    padding-top: 0.2rem;
}

body.single-activite .gform_wrapper .gform_body .gform_fields .gfield.field_description_below .gfield_description {
    color: #fff;
}

/* Standard Field Label */

body .gform_wrapper .gform_body .gform_fields .gfield.field_type_text .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield.field_type_textarea .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield.field_type_email .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield.field_type_phone .gfield_label {
    display: inline-block;
    margin-top: 0!important;
    margin-bottom: 0.6rem;

    line-height: normal;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    font-weight: 200;
    text-transform: initial;
    color: #979685;

    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

body .gform_wrapper .gform_body .gform_fields .gfield.field_type_text .gfield_label.focus,
body .gform_wrapper .gform_body .gform_fields .gfield.field_type_textarea .gfield_label.focus,
body .gform_wrapper .gform_body .gform_fields .gfield.field_type_email .gfield_label.focus,
body .gform_wrapper .gform_body .gform_fields .gfield.field_type_phone .gfield_label.focus {
    color: #979685;
}

body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_text,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_textarea,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_email,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_phone {
    margin-top: 0.875rem!important;
}

body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_text .gfield_label,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_textarea .gfield_label,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_email .gfield_label,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_phone .gfield_label {
    position: absolute;
    margin-bottom: 0;
    pointer-events: none;

    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-transform: translateY(0.875rem);
    -moz-transform: translateY(0.875rem);
    -o-transform: translateY(0.875rem);
    transform: translateY(0.875rem);

    -webkit-transition: color 0.2s, transform 0.2s;
    -moz-transition: color 0.2s, transform 0.2s;
    -o-transition: color 0.2s, transform 0.2s;
    transition: color 0.2s, transform 0.2s;
}

body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_text .gfield_label.active,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_textarea .gfield_label.active,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_email .gfield_label.active,
body .gform_wrapper .gform_body .gform_fields.top_label .gfield.field_type_phone .gfield_label.active {
    pointer-events: all;

    -webkit-transform: translateY(-0.875rem) scale(0.8);
    -moz-transform: translateY(-0.875rem) scale(0.8);
    -o-transform: translateY(-0.875rem) scale(0.8);
    transform: translateY(-0.875rem) scale(0.8);
}

/* Required Field Indicator (Asterisk) */

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: currentColor;
    margin-left: auto;
}

/* Complex Field Label */

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
body .gform_wrapper .instruction {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.025rem;
    margin: 0.4rem 0 0;
}

/**
 * Standard Fields
 */

/* Text Field */

body .gform_wrapper .gform_body .gform_fields .gfield.hidden_label input {
    margin-top: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    max-width: 100%;
    margin-bottom: 0;
}

/* Textarea Field */

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    margin-bottom: 0;
}

/* Select Field */

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
    white-space: nowrap;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select::after {
	content: "\f107";
	display: none;
    font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

body .gform_wrapper .gform_body .gform_fields .gfield select::-ms-expand {
    display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    white-space: normal;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    padding-right: 26px!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select + .svg-inline--fa[data-fa-pseudo-element=":after"] {
    position: relative;
	right: 20px;
	top: 4px;
	color: #000;
	font-size: 26px;
    pointer-events: none;
    
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

body .gform_wrapper .gform_body .gform_fields .gfield select:focus + .svg-inline--fa[data-fa-pseudo-element=":after"],
body .gform_wrapper .gform_body .gform_fields .gfield select:focus:hover + .svg-inline--fa[data-fa-pseudo-element=":after"] {
    color: #000;
    
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
body .gform_wrapper.gf_browser_chrome .ginput_complex select {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0!important;
}

/* Checkbox and Radio Field */

body .gform_wrapper .gform_body .gform_fields .gfield_checkbox label,
body .gform_wrapper .gform_body .gform_fields .gfield_radio label {
    font-size: 0.875rem;
    font-weight: 200;
    text-transform: none;
    letter-spacing: 0.05em;
    line-height: normal;
    max-width: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield_radio label {
    margin: 0.1rem 0 0 0;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 200;
}

body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: 0;
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0;
}

body .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
body .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin: 0 1.4rem 0.6rem 0;
}

/* Quantity Field */

/*body .gform_wrapper .gform_body .gform_fields .gfield input.ginput_quantity {
    width: 3rem!important;
    padding: 0.25rem!important;
}*/

/* Price Field */

body .gform_wrapper span.ginput_product_price {
    line-height: 1;
}

/* Total Field */

.gform_wrapper span.ginput_total {
    line-height: 1;
}

/**
 * Form Footer
 */

/* Form Footer */
/* Contains the submit button and admin edit link */

body .gform_wrapper .gform_footer {
    position: relative;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100%;
    margin-right: 0;
}

/**
 * Validation Errors
 */

/* Validation - Error Message */

body .gform_wrapper .validation_error {
    display: none;
    color: #4f4f4f!important;
    border: 0!important;
    padding: 20px 20px 20px 84px!important;
    width: calc(100% - 16px)!important;
    text-align: left!important;
    position: relative;
    font-weight: normal!important;
    background-color: #f8d0c8;
    position: relative;
}

body .gform_wrapper .validation_error::before {
    display: none;
    content: "\f057";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

body .gform_wrapper .validation_error .svg-inline--fa {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 30px;
    font-size: 2.5em;
}

/* Validation – Error Container */
/* Individual list items containing inputs with invalid values */

body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0!important;
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 50%!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
}

/* Validation – Error Description Message */
/* Description/error message below inputs with invalid values */

body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error .validation_message {
    color: #792631;
}

/* Validation – Error Field Label */

body .site .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error .gfield_label,
body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error ul.gfield_checkbox,
body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error ul.gfield_radio {
    color: #792631;
}

/* Validation – Error Fields */

body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error textarea,
body .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.gfield_error select {
    border-color: #792631;
}

/*--------------------------------------------------------------
## Plugin - Slick
--------------------------------------------------------------*/

.slick-slide {
    outline: none;
}

a.slick-arrow {
    display: flex;
    font-size: 1rem;
    
    position: absolute;
    top: 50%;
    
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    color: #CBCAB1;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.slick-prev {
    left: -1.5rem;
}
.slick-next {
    right: -1.5rem;
}

.slick-prev .svg-inline--fa,
.slick-next .svg-inline--fa {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.slick-prev:hover .svg-inline--fa {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.slick-next:hover .svg-inline--fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.slick-dots {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 0;
    z-index: 1;
}

.slick-dots li {
    display: inline-block;
    margin: 4px;
}

.slick-dots li button {
    background-color: transparent;
    border: 2px solid #000;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    
    -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;	
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #000!important;
}

/*--------------------------------------------------------------
## Plugin - FontAwesome
--------------------------------------------------------------*/

ul.fa-ul {
    text-align: initial;
    margin-left: 2em;
}

span.fa-li {
    left: -2em;
    width: 2em;
    text-align: left;
}

span.fa-li .svg-inline--fa {
    font-size: 1em;
    color: currentColor;
}

/*--------------------------------------------------------------
## Plugin - FacetWP
--------------------------------------------------------------*/

.widget .facetwp-facet {
    color: #979685;
    margin-bottom: 2rem;
}

.widget .facetwp-facet:last-child {
    margin-bottom: 0;
}

.facetwp-facet .facetwp-input-wrap {
    display: block;
}

.facetwp-facet input {
    width: 100%;
}

.facetwp-facet input.facetwp-search,
.facetwp-facet input.facetwp-location,
.facetwp-facet select.facetwp-dropdown {
    border: 1px solid #59315F;
    padding: 0.8rem;
    min-width: auto!important;
}

.facetwp-checkbox .facetwp-counter {
    display: inline-block;
}

.facetwp-facet.facetwp-type-search .facetwp-icon::before {
    content: "\f002";
	display: none;
    font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.facetwp-facet.facetwp-type-search .facetwp-icon {
    display: flex;
    align-items: center;
    margin-right: 8px;
    color: #59315F;
    opacity: 1;
}

.facetwp-facet .facetwp-checkbox {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
}

.facetwp-divider {
    border-bottom: 1px solid #979685;
    margin-bottom: 2rem;
}

.facetwp-button {
    width: 100%;
    margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

.widget ul.menu {
    list-style: none;
}

.widget ul.menu li {
    margin: 1.4rem 0;
}

.textwidget b,
.textwidget strong {
    font-weight: bold;
}

.textwidget ul {
    list-style: none;
    padding-left: 1.6rem;
}

.textwidget ul > li {
    position: relative;
}

.textwidget ul > li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -1.6rem;
    top: 0;
    width: 1rem;
    height: 1.6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/icons/venus.svg');
    filter: brightness(0) invert(47%) sepia(13%) saturate(383%) hue-rotate(19deg) brightness(99%) contrast(88%);
}

/*--------------------------------------------------------------
## Widget - Heures d'ouvertures
--------------------------------------------------------------*/

.horaire-list {
    line-height: 1.4;
    list-style: none;
    padding: 0;
    margin: 0;
}

.horaire-item {
    margin: 1rem 0;
}

.horaire-jour {
    font-weight: 500;
}

/*--------------------------------------------------------------
## Widget - Bloc Partenaire
--------------------------------------------------------------*/

.galerie-partenaires .slick-track {
    display: flex;
    align-items: center;
}

.slide-partenaire {
    padding: 1rem;
}

.partenaire-logo img {
    max-height: 120px;
    margin: 0 auto;

    -webkit-transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.slide-partenaire a:hover .partenaire-logo img {
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}

/*--------------------------------------------------------------
## Widget - Bloc Texte
--------------------------------------------------------------*/

.widget_bloc-texte .widget-titre.curved {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 5rem;
    line-height: 0.8em;
    letter-spacing: -0.025em;
    margin-bottom: 6rem;
}

.widget_bloc-texte .widget-titre.curved > div {
    display: inline-block;
    height: 1em!important;
}

.widget_bloc-texte .widget-icon {
    position: relative;
    top: -5rem;
}

.widget_bloc-texte .widget-icon svg {
    position: absolute;
    height: 2.2rem;
    width: 1.4rem;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget_bloc-texte .centre .textwidget {
    max-width: 780px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Widget - Bloc Service
--------------------------------------------------------------*/

.widget_bloc-service .widget-image {
    position: relative;
    max-width: 320px;
}

.widget_bloc-service .widget-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.widget_bloc-service .widget-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-mask-image: url('images/mask-blob.svg');
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;

    mask-image: url('images/mask-blob.svg');
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;

    object-fit: cover;
    object-position: center;
}

/*--------------------------------------------------------------
## Widget - Bloc Contact
--------------------------------------------------------------*/

.widget_bloc-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_bloc-contact li {
    margin: 0;
}

.widget_bloc-contact li a {
    color: currentColor;
}

.widget_bloc-contact li.contact-adresse {
    margin-bottom: 0.8rem;
}

.widget_bloc-contact li.contact-courriel {
    margin-top: 0.8rem;
}

.widget_bloc-contact .social-wrapper {
    margin-top: 1rem;
}

/*--------------------------------------------------------------
## Widget - Bloc Image
--------------------------------------------------------------*/

.widget.widget_bloc-image {
    position: static;
}

.widget_bloc-image .bloc-image {
    position: relative;
    z-index: 1;

    -webkit-mask-image: url('images/mask-blob.svg');
    -webkit-mask-size: 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;

    mask-image: url('images/mask-blob.svg');
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
}

.widget_bloc-image .bloc-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.widget_bloc-image .bloc-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

/*--------------------------------------------------------------
## Widget - Bloc Décoration
--------------------------------------------------------------*/

.widget.widget_bloc-decoration {
    margin: 0!important;
    position: static;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.widget_bloc-decoration .bloc-decoration {
    z-index: 0;
}

.widget_bloc-decoration .bloc-decoration img {
    display: block;
    width: 100vw;
}

/*--------------------------------------------------------------
## Widget - Bloc Équipe
--------------------------------------------------------------*/

.widget_bloc-equipe .membre-image {
    position: relative;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;

    background-color: #EBEBE0;
    overflow: hidden;
    border-radius: 100%;
}

.widget_bloc-equipe .membre-image::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.widget_bloc-equipe .membre-image img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 100%;
    
    object-fit: cover;
    object-position: center;
}

.section-membre {
    justify-content: center;
}

.section-membre .tile-item {
    width: 33.3%;
}

.tile-membre {
    font-size: 0.8rem;
    text-align: center;
    color: #59315F;
}

.tile-membre a {
    color: #59315F;
}

.tile-membre a:hover {
    color: #9CB53F;
}

.membre-image {
    margin-bottom: 2rem;
}

.membre-titre {
    font-size: 1.0625rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.4rem;
}

.membre-courriel {
    font-weight: 600;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media (max-width: 1280px) {
    h3,
    h3.entry-title,
    .tile-livre .entry-title {
        font-size: 1.6rem;
    }

    .boxed {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    
    .boxed .boxed {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .boxed-half-left {
        margin-left: 30px!important;
    }
    
    .boxed-half-right {
        margin-right: 30px!important;
    }

    .tile-activite {
        margin-left: 1rem;
    }

    .layout-flex .layout-lg-100 {
        width: 100%;
    }
    
    .layout-flex .layout-lg-95 {
        width: 95%;
    }
    
    .layout-flex .layout-lg-90 {
        width: 90%;
    }
    
    .layout-flex .layout-lg-85 {
        width: 85%;
    }
    
    .layout-flex .layout-lg-80 {
        width: 80%;
    }
    
    .layout-flex .layout-lg-75 {
        width: 75%;
    }
    
    .layout-flex .layout-lg-70 {
        width: 70%;
    }
    
    .layout-flex .layout-lg-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-lg-65 {
        width: 65%;
    }
    
    .layout-flex .layout-lg-60 {
        width: 60%;
    }
    
    .layout-flex .layout-lg-55 {
        width: 55%;
    }
    
    .layout-flex .layout-lg-50 {
        width: 50%;
    }
    
    .layout-flex .layout-lg-45 {
        width: 45%;
    }
    
    .layout-flex .layout-lg-40 {
        width: 40%;
    }
    
    .layout-flex .layout-lg-35 {
        width: 35%;
    }
    
    .layout-flex .layout-lg-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-lg-30 {
        width: 30%;
    }
    
    .layout-flex .layout-lg-25 {
        width: 25%;
    }
    
    .layout-flex .layout-lg-20 {
        width: 20%;
    }
    
    .layout-flex .layout-lg-15 {
        width: 15%;
    }
    
    .layout-flex .layout-lg-10 {
        width: 10%;
    }
    
    .layout-flex .layout-lg-5 {
        width: 5%;
    }

    .widget_bloc-decoration .bloc-decoration img {
        width: 25vw;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 3rem;
    }

    h2,
    body .gform_wrapper h2.gform_title {
        font-size: 2.6rem;
    }

    h5 {
        font-size: 2rem;
    }

    .home #logo {
        width: 160px;
    }

    .home .header-menu,
    .header-menu {
        padding: 2rem 0;
    }

    .header-wave {
        margin-top: -1rem;
    }

    .navigation-main ul li a {
        padding: 0.6rem 1.6rem;
    }

    .navigation-main ul ul li a {
        padding: 0.6rem 1.6rem;
        font-size: 0.875rem;
    }

    .layout-flex.gap-medium,
    .layout-flex.gap-large {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    
    .layout-flex.gap-medium > *,
    .layout-flex.gap-large > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .layout-flex .layout-md-100 {
        width: 100%;
    }
    
    .layout-flex .layout-md-95 {
        width: 95%;
    }
    
    .layout-flex .layout-md-90 {
        width: 90%;
    }
    
    .layout-flex .layout-md-85 {
        width: 85%;
    }
    
    .layout-flex .layout-md-80 {
        width: 80%;
    }
    
    .layout-flex .layout-md-75 {
        width: 75%;
    }
    
    .layout-flex .layout-md-70 {
        width: 70%;
    }
    
    .layout-flex .layout-md-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-md-65 {
        width: 65%;
    }
    
    .layout-flex .layout-md-60 {
        width: 60%;
    }
    
    .layout-flex .layout-md-55 {
        width: 55%;
    }
    
    .layout-flex .layout-md-50 {
        width: 50%;
    }
    
    .layout-flex .layout-md-45 {
        width: 45%;
    }
    
    .layout-flex .layout-md-40 {
        width: 40%;
    }
    
    .layout-flex .layout-md-35 {
        width: 35%;
    }
    
    .layout-flex .layout-md-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-md-30 {
        width: 30%;
    }
    
    .layout-flex .layout-md-25 {
        width: 25%;
    }
    
    .layout-flex .layout-md-20 {
        width: 20%;
    }
    
    .layout-flex .layout-md-15 {
        width: 15%;
    }
    
    .layout-flex .layout-md-10 {
        width: 10%;
    }
    
    .layout-flex .layout-md-5 {
        width: 5%;
    }

    .panel-grid-center {
        justify-content: space-between!important;
    }

    .sow-google-map-canvas {
        height: 50vmax!important;
    }

    .section-tiles .tile-item {
        width: 50%;
    }

    article.service h1.entry-title {
        font-size: 4rem;
    }

    .widget_bloc-texte .widget-titre.curved {
        font-size: 4rem;
        margin-bottom: 4rem;
    }

    .widget_bloc-texte .widget-icon {
        top: -4rem;
    }

    .single-service .section-connexe .tile-service .entry-title {
        font-size: 4rem;
    }

    .widget_bloc-decoration .bloc-decoration img {
        width: 30vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 1rem;
    }

    body.no-scroll:not(.device-mobile) {
        margin-right: 0;
    }
    
    h1 {
        font-size: 2.6rem;
    }

    h2,
    body .gform_wrapper h2.gform_title {
        font-size: 2.4rem;
    }
    
    h4 {
        font-size: 1em;
    }

    h5 {
        font-size: 1.8rem;
    }

    #site-loader {
        background-size: 33vmin;
    }
    
    .site {
        margin-left: 0;
        padding-top: 60px;
    }

    .mobile-boxed {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    
    .boxed-half-left,
    .boxed-half-right {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    
    .layout-flex .layout-sm-100 {
        width: 100%;
    }
    
    .layout-flex .layout-sm-95 {
        width: 95%;
    }
    
    .layout-flex .layout-sm-90 {
        width: 90%;
    }
    
    .layout-flex .layout-sm-85 {
        width: 85%;
    }
    
    .layout-flex .layout-sm-80 {
        width: 80%;
    }
    
    .layout-flex .layout-sm-75 {
        width: 75%;
    }
    
    .layout-flex .layout-sm-70 {
        width: 70%;
    }
    
    .layout-flex .layout-sm-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-sm-65 {
        width: 65%;
    }
    
    .layout-flex .layout-sm-60 {
        width: 60%;
    }
    
    .layout-flex .layout-sm-55 {
        width: 55%;
    }
    
    .layout-flex .layout-sm-50 {
        width: 50%;
    }
    
    .layout-flex .layout-sm-45 {
        width: 45%;
    }
    
    .layout-flex .layout-sm-40 {
        width: 40%;
    }
    
    .layout-flex .layout-sm-35 {
        width: 35%;
    }
    
    .layout-flex .layout-sm-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-sm-30 {
        width: 30%;
    }
    
    .layout-flex .layout-sm-25 {
        width: 25%;
    }
    
    .layout-flex .layout-sm-20 {
        width: 20%;
    }
    
    .layout-flex .layout-sm-15 {
        width: 15%;
    }
    
    .layout-flex .layout-sm-10 {
        width: 10%;
    }
    
    .layout-flex .layout-sm-5 {
        width: 5%;
    }

    .home #logo,
    #logo {
        max-width: none;
        min-width: auto;
        width: 120px;
    }

    .navigation-bar {
        position: absolute;
        width: 100%;
        height: 60px;
        padding: 0.5rem 1rem;
        flex-direction: row;
    }

    .menu-opened .navigation-bar {
        left: 0;
    }

    .navigation-title {
        display: none;

        transform: none;

        writing-mode: initial;
    }

    .navigation-social .social-wrapper {
        flex-direction: row;
    }

    .navigation-social .social-item:not(:last-child) {
        margin: 0 0.8rem 0 0;
    }

    .navigation-content {
        position: fixed;
        width: 100%;
        padding-top: 60px;
        
        opacity: 0;
        visibility: hidden;

        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -moz-transition: opacity 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .menu-opened .navigation-content {
        width: 100%;

        opacity: 1;
        visibility: visible;
    }

    .navigation-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navigation-overlay {
        display: none;
    }

    .navigation-logo {
        display: none;
    }

    .navigation-main ul li a {
        font-size: 1.6rem;
    }

    .home .header-menu,
    .header-menu {
        padding: 1rem 0 2rem;
    }

    .page-header {
        padding: 10rem 0 2rem;
        background-position: left -1rem bottom -10vw;
        background-size: 166%;
    }

    .page-title {
        line-height: 1;
    }

    .page-icon {
        width: 1rem;
    }

    .page-description {
        font-size: 1.2rem;
    }

    .site-main > article {
        padding: 2rem 0;
    }

    .site-main > article.post .entry-content p:first-child:not(:only-child) {
        font-size: revert;
    }
    
    .single-activite .site-main > article.activite {
        padding-bottom: 2rem;
    }

    .section {
        padding: 2rem 0;
    }

    .section-tiles .tile-item {
        width: 100%;
        margin-bottom: 2rem;
    }

    .section.error-404:last-child,
    .section.section-form:last-child {
        padding-bottom: 4rem;
    }

    .entry-content,
    .entry-summary {
        margin: 1rem 0 0;
    }

    .entry-footer {
        margin-top: 1rem;
    }
    
    .site-footer {
        text-align: center;
    }

    .site-footer ul.ul-icon > li {
        justify-content: center;
    }

    .cat-nav {
        padding: 1rem 0;
    }

    article.service .post-thumbnail {
        width: 160px;
    }
    
    article.service h1.entry-title {
        font-size: 3rem;
    }
    
    .widget_bloc-texte .widget-titre.curved {
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    .widget_bloc-texte .widget-icon {
        top: -2.4rem;
    }

    .widget_bloc-texte .widget-icon svg {
        width: 1rem;
        height: 1.6rem;
    }

    .widget_bloc-decoration {
        display: none;
    }

    .widget_bloc-decoration .bloc-decoration img {
        width: 33.3vw;
    }

    .widget_bloc-image {
        margin: 0!important;
    }

    .bloc-image.bloc-image-absolute {
        display: none;
    }

    .tile-activite {
        margin-left: 0;
    }

    .tile-activite .entry-date {
        position: static;
        transform: none;
        writing-mode: initial;
        padding-top: 0;
        color: #fff;
        font-size: 0.825rem;
    }

    .single-service .section-connexe .tile-service .entry-title {
        font-size: 3rem;
    }

    .tile-service .entry-thumbnail {
        width: 120px;
    }

    .footer-wrap {
        padding: 2rem 0;
    }

    .footer-logo-wrap {
        margin: 0 auto;
    }

    .copyright-wrap,
    .credit {
        text-align: center;
    }
}

@media (max-width: 640px) {
    body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half,
    body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_third,
    body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_middle_third,
    body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_third,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_half,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_half,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_left_third,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_middle_third,
    body .gform_wrapper .gform_body ul.gform_fields li.gfield.gf_right_third,
    body .gform_wrapper .ginput_complex .ginput_full,
    body .gform_wrapper .ginput_complex .ginput_left,
    body .gform_wrapper .ginput_complex .ginput_right {
        width: 100%;
        max-width: 100%!important;
    }

    body .gform_wrapper .gform_footer {
        margin-top: 1.6rem;
    }

    body .gform_wrapper .gform_footer input.button,
    body .gform_wrapper .gform_footer input[type=submit],
    body .gform_wrapper .gform_page_footer input.button,
    body .gform_wrapper .gform_page_footer input[type=submit] {
        margin-bottom: 0;
    }

    body .gform_wrapper span.ginput_product_price_label,
    body .gform_wrapper span.ginput_product_price,
    body .ginput_quantity_label {
        display: inline-block!important;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }

    h2,
    body .gform_wrapper h2.gform_title {
        font-size: 2rem;
    }

    h3,
    h3.entry-title,
    .tile-livre .entry-title {
        font-size: 1.4rem;
    }

    .layout-flex .layout-xs-100 {
        width: 100%;
    }
    
    .layout-flex .layout-xs-95 {
        width: 95%;
    }
    
    .layout-flex .layout-xs-90 {
        width: 90%;
    }
    
    .layout-flex .layout-xs-85 {
        width: 85%;
    }
    
    .layout-flex .layout-xs-80 {
        width: 80%;
    }
    
    .layout-flex .layout-xs-75 {
        width: 75%;
    }
    
    .layout-flex .layout-xs-70 {
        width: 70%;
    }
    
    .layout-flex .layout-xs-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-xs-65 {
        width: 65%;
    }
    
    .layout-flex .layout-xs-60 {
        width: 60%;
    }
    
    .layout-flex .layout-xs-55 {
        width: 55%;
    }
    
    .layout-flex .layout-xs-50 {
        width: 50%;
    }
    
    .layout-flex .layout-xs-45 {
        width: 45%;
    }
    
    .layout-flex .layout-xs-40 {
        width: 40%;
    }
    
    .layout-flex .layout-xs-35 {
        width: 35%;
    }
    
    .layout-flex .layout-xs-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-xs-30 {
        width: 30%;
    }
    
    .layout-flex .layout-xs-25 {
        width: 25%;
    }
    
    .layout-flex .layout-xs-20 {
        width: 20%;
    }
    
    .layout-flex .layout-xs-15 {
        width: 15%;
    }
    
    .layout-flex .layout-xs-10 {
        width: 10%;
    }
    
    .layout-flex .layout-xs-5 {
        width: 5%;
    }

    .home #logo,
    #logo {
        width: 80px;
    }

    .page-header {
        padding: 8rem 0 2rem;
    }

    .page-description {
        font-size: 1rem;
    }

    article.service h1.entry-title {
        font-size: 2.4rem;
    }

    .widget_bloc-texte .widget-titre.curved {
        font-size: 2.4rem;
    }

    .single-service .section-connexe .tile-service .entry-title {
        font-size: 2rem;
    }

    article.service .post-thumbnail {
        width: 120px;
    }

    .widget_bloc-decoration .bloc-decoration img {
        width: 40vw;
    }
}

@media (max-width: 414px) {}

@media (max-width: 375px) {}

@media (max-width: 320px) {}