@charset "UTF-8";
/*
 Theme Name:   Thème Notaire
 Template:     codemstheme
 Author:       Codems
 Author URI:   http://codems.ca/
 Version:      1.0.0
 Text Domain:  site-theme
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: sans-serif;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin-top: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input, textarea,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
textarea {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], textarea[type="radio"],
input[type="checkbox"],
textarea[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"], textarea[type="date"],
input[type="time"],
textarea[type="time"],
input[type="datetime-local"],
textarea[type="datetime-local"],
input[type="month"],
textarea[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

#wp-admin-bar-menu-bar-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.toggle-wrapper {
  display: inline-block;
  position: relative !important;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 52px !important; }

.toggle-wrapper label {
  padding: 8px 0px; }

.toggle-wrapper input[type=checkbox], .toggle-wrapper textarea[type=checkbox] {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.toggle-wrapper input[type=checkbox] + span, .toggle-wrapper textarea[type=checkbox] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.toggle-wrapper input[type=checkbox] + span, .toggle-wrapper textarea[type=checkbox] + span {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #e5e5e5;
  border-radius: 3px;
  /*transition: background 0.4s;*/
  vertical-align: top;
  margin-right: 10px; }

.toggle-wrapper input[type=checkbox] + span:before, .toggle-wrapper textarea[type=checkbox] + span:before,
.toggle-wrapper input[type=checkbox] + span:after,
.toggle-wrapper textarea[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: ""; }

.toggle-wrapper input[type=checkbox] + span:before, .toggle-wrapper textarea[type=checkbox] + span:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }

.toggle-wrapper input[type=checkbox] + span:after, .toggle-wrapper textarea[type=checkbox] + span:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 24px;
  background-color: #9f0000;
  border-radius: 2px;
  -webkit-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s; }

.toggle-wrapper input[type=checkbox]:checked + span, .toggle-wrapper textarea[type=checkbox]:checked + span {
  background-color: #00b9eb; }

.toggle-wrapper input[type=checkbox]:checked + span:after, .toggle-wrapper textarea[type=checkbox]:checked + span:after {
  margin-left: 20px;
  background-color: #008705; }

.user-capabilities-wrap,
#wpml_als_help_link,
body.post-type-page .page-title-action {
  display: none; }

/***************************************************
	SCSS VARIABLES
/***************************************************/
/****************************************************
	Custom CSS
/*****************************************************/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/*****************************************************
	General / Reset / Structure
/*****************************************************/
/* 1em = 10px; */
html {
  font-size: 62.5% !important; }

.toAnimate {
  opacity: 0; }

#page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 1.4rem; }

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

a {
  outline: none !important; }
  a:hover {
    text-decoration: none; }

.tel, .adr, .mail, .fax, *[x-apple-data-detectors] {
  color: inherit !important;
  cursor: text;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .tel:hover, .adr:hover, .mail:hover, .fax:hover, *[x-apple-data-detectors]:hover {
    text-decoration: none; }
  .tel:hover, .adr:hover, .mail:hover, .fax:hover, *[x-apple-data-detectors]:hover {
    text-decoration: none; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px; }

h1,
.like-h1 {
  font-size: 3.8rem;
  margin: 20px 0 10px;
  font-weight: 700; }

h2,
.like-h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 10px 0 15px; }

h3,
.like-h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 10px 0 5px;
  line-height: 1; }

h4,
.like-h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 5px;
  line-height: 1; }

p {
  font-size: 1.4rem;
  margin-bottom: 18px;
  line-height: 1.5; }

.button,
.bouton {
  padding: 25px 30px;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s background;
  transition: 0.3s background; }

/** Menu wordpress */
#wpadminbar {
  overflow: hidden; }
  #wpadminbar #wp-admin-bar-updates,
  #wpadminbar #wp-admin-bar-comments,
  #wpadminbar #wp-admin-bar-search,
  #wpadminbar #wp-admin-bar-new-content,
  #wpadminbar #wp-admin-bar-theme {
    display: none; }

.img-parallax {
  min-height: 125%; }
  .img-parallax.inactif {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .img-parallax.inactif {
        height: inherit; } }

/*****************************************************
	Header
/*****************************************************/
#mmenu {
  display: none; }
  #mmenu .sociaux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px; }
    #mmenu .sociaux li {
      margin: 0 10px; }
    #mmenu .sociaux a {
      color: inherit;
      font-size: 1.5em; }

#mm-logo .shrinky-dink {
  display: none; }

#open-mmenu {
  display: none;
  font-size: 3.5rem;
  padding: 0 15px 0 0; }

#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #masthead ul {
    list-style: none; }

.home-link {
  font-size: 3.0rem;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-width: 200px; }
  .home-link:hover img {
    opacity: .5; }
  .home-link .logo-wrapper {
    position: relative;
    display: block;
    padding-right: 0.5em;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 200px;
    max-height: 100%;
    overflow: hidden; }
  .home-link img {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
    max-height: 104px;
    max-width: 100%; }

/* Menu */
.main-menu {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 1.4rem; }
  @media (max-height: 600px) {
    .main-menu {
      height: 76px; } }
  @media (max-width: 1080px) {
    .main-menu {
      font-size: 1.3vw; } }

.navigation {
  width: auto; }
  .navigation ul {
    padding: 0;
    margin: 0; }

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600; }
  .nav-menu li {
    position: relative;
    padding: 0 15px;
    margin: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .nav-menu li:hover {
      text-decoration: none; }
    .nav-menu li:last-child, .nav-menu li.wpml-ls-item {
      margin-right: 0;
      padding-right: 0; }
    .nav-menu li a {
      padding: 0;
      text-transform: uppercase;
      white-space: nowrap;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .nav-menu li a:hover {
        text-decoration: none; }
    .nav-menu li.current-menu-item > a:after,
    .nav-menu li.current-page-ancestor > a:after {
      content: "\f107";
      font-family: "Font Awesome 5 Light";
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-height: 600px) {
        .nav-menu li.current-menu-item > a:after,
        .nav-menu li.current-page-ancestor > a:after {
          bottom: 15px; } }
    .nav-menu li.wpml-ls-item > a:after {
      content: none; }

html[lang="en-US"] .wpml-ls-item-en,
html[lang="fr-FR"] .wpml-ls-item-fr {
  display: none; }

/**
 * Navigation
 */
.nav-menu li a {
  display: block;
  line-height: 1;
  padding: 49px 0;
  text-decoration: none; }
  @media (max-height: 600px) {
    .nav-menu li a {
      padding: 32px 0; } }

.nav-menu .sub-menu,
.nav-menu .children {
  border-top: solid 2px;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .nav-menu .sub-menu:hover,
  .nav-menu .children:hover {
    text-decoration: none; }
  .nav-menu .sub-menu .current-menu-item > a:after,
  .nav-menu .sub-menu .current-page-ancestor > a:after,
  .nav-menu .children .current-menu-item > a:after,
  .nav-menu .children .current-page-ancestor > a:after {
    content: none; }

.nav-menu li:hover .sub-menu {
  opacity: 1; }

.nav-menu .sub-menu li a {
  padding: 10px 0; }

.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%; }

ul.nav-menu ul a,
.nav-menu ul ul a {
  margin: 0;
  width: 200px;
  white-space: normal; }

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu li.hover > ul,
.nav-menu ul li.hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit; }

/* MOBILE MENU */
/*****************************************************
	HOME
/*****************************************************/
.splash {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  font-size: 1rem;
  min-height: calc( 100vh - 70px); }
  .splash .splash-background {
    position: relative;
    min-height: calc( 68vh - 35px);
    background-size: cover;
    background-attachment: fixed;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  .splash .splash-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
  .splash h1 {
    font-size: 7.2em;
    margin: 0 auto 0.4em;
    font-weight: normal; }
    .splash h1:after {
      content: ' ';
      display: block;
      margin: 0.4em auto 0;
      width: 181px;
      height: 11px; }
    .splash h1 .bold {
      font-weight: bold;
      display: block; }
  .splash h2 {
    font-size: 2.4em; }
  .splash .introduction {
    font-size: 1.2rem; }
  @media (max-height: 600px) {
    .splash {
      font-size: 1.5vh; } }
  .splash .baniere-services {
    height: 22vh; }
    .splash .baniere-services .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100%; }
      .splash .baniere-services .wrapper .service {
        display: block;
        width: 100%;
        height: 100%;
        color: inherit;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
        font-size: 1.4rem;
        -webkit-transition: 0.3s background;
        transition: 0.3s background; }
        .splash .baniere-services .wrapper .service .image {
          font-size: 30px;
          margin-bottom: 10px; }
        .splash .baniere-services .wrapper .service i {
          font-size: 4rem; }
  .splash .img-parallax {
    min-height: 140%; }

.a-propos {
  padding: 55px 0;
  text-align: center;
  background-size: cover;
  background-attachment: fixed; }
  .a-propos .wrapper {
    max-width: 980px; }
  .a-propos .en-savoir-plus {
    margin: 10px auto; }

#accueil-services:after {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 125, 125, 0.04)), to(rgba(125, 125, 125, 0)));
  background: linear-gradient(rgba(125, 125, 125, 0.04), rgba(125, 125, 125, 0));
  top: 0;
  left: 0;
  right: 0;
  height: 5px; }

.nos-services {
  padding: 55px 0;
  text-align: center;
  background-size: cover;
  background-attachment: fixed; }
  .nos-services .service:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0 0px 11px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0 0px 11px 0 rgba(0, 0, 0, 0.19); }
  .nos-services .wrapper {
    position: relative;
    max-width: 980px; }

.services-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px auto; }
  .services-flex .service {
    color: inherit;
    position: relative;
    margin: 0 0 15px;
    padding: 10px 10%;
    max-width: 50%;
    width: 50%;
    width: calc( 50% - 8px);
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all; }
    .services-flex .service * {
      margin: auto; }
    .services-flex .service .image {
      font-size: 2.4rem; }
    .services-flex .service .nom {
      max-width: 100%; }
    .services-flex .service .excerpt {
      max-width: 100%; }
    .services-flex .service .en-savoir-plus {
      margin-top: 10px; }
  .services-flex.services-2-colonnes {
    max-width: 800px; }
    .services-flex.services-2-colonnes .service {
      width: calc( 50% - 8px); }
  .services-flex.services-3-colonnes .service {
    width: calc( 33.3% - 10px); }
  @media (max-width: 600px) {
    .services-flex {
      width: auto !important;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .services-flex .service {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important; } }
  @media (max-width: 360px) {
    .services-flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .services-flex .service {
        max-width: none;
        width: 100%;
        min-height: 150px; }
        .services-flex .service:nth-child(odd) {
          margin-right: 0; } }

/*****************************************************
	Forms
 *****************************************************/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #787469;
  opacity: 1; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #787469;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #787469;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #787469;
  opacity: 1; }

input, textarea {
  padding: 15px;
  line-height: 1.3;
  font-size: 1.4rem;
  font-family: inherit;
  width: 100%;
  border: 1px solid #dadada; }

textarea {
  resize: vertical;
  min-height: 150px; }

input[type=checkbox], textarea[type=checkbox],
input[type=radio],
textarea[type=radio] {
  border: 1px solid #b1b1b1; }

.button {
  cursor: pointer; }

/*****************************************************
	Frame / Content
/*****************************************************/
.site-content {
  color: #4b4b4b; }
  .site-content header {
    max-height: 200px;
    background: #c6c6c6;
    height: 25vh;
    min-height: 100px;
    padding: 10px 0; }
    .site-content header .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .site-content header h1 {
      margin: 0; }

.content-wrap.erreur-404 {
  margin: 100px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 20vh; }
  .content-wrap.erreur-404 * {
    margin: auto; }
  .content-wrap.erreur-404 h1, .content-wrap.erreur-404 .like-h2 {
    padding-bottom: 25px; }

.section-titre-section {
  text-align: center;
  margin: 6rem 0; }

.breadcrumb a {
  color: inherit; }

.section-texte-plein {
  margin: 50px 0; }

.section-image-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #f3f3f3;
  min-height: 540px; }
  .section-image-texte .img-bloc {
    width: 50%;
    background-size: cover;
    background-position: center center;
    margin: 0; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .section-image-texte .img-bloc {
        min-height: 540px; } }
  .section-image-texte .texte-bloc {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-image-texte .texte-bloc .inner {
      width: 100%;
      max-width: 600px; }
    .section-image-texte .texte-bloc.image-a-droite {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .section-image-texte .texte-bloc.image-a-droite .inner {
        padding-left: 15px;
        padding-right: 90px; }
    .section-image-texte .texte-bloc.image-a-gauche {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .section-image-texte .texte-bloc.image-a-gauche .inner {
        padding-right: 15px;
        padding-left: 90px; }
  @media (max-width: 1200px) {
    .section-image-texte .texte-bloc.image-a-droite,
    .section-image-texte .texte-bloc.image-a-gauche {
      padding: 15px; }
      .section-image-texte .texte-bloc.image-a-droite .inner,
      .section-image-texte .texte-bloc.image-a-gauche .inner {
        padding: 0; } }
  @media (max-width: 700px) {
    .section-image-texte {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 0;
      height: auto; }
      .section-image-texte .img-bloc {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        height: 60vw; }
      .section-image-texte .texte-bloc {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; }
        .section-image-texte .texte-bloc .inner {
          max-width: none; } }

.section-texte_trois_colonnes {
  margin: 80px 0;
  text-align: center; }
  .section-texte_trois_colonnes .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .section-texte_trois_colonnes .wrapper .element {
      width: 370px;
      max-width: calc( (100vw - 70px) / 3); }
      .section-texte_trois_colonnes .wrapper .element .image {
        height: 228px;
        color: #fff;
        background-size: cover;
        background-position: center center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 10px;
        font-size: 72px; }
      .section-texte_trois_colonnes .wrapper .element .titre {
        padding: 15px 0; }
  @media (max-width: 760px) {
    .section-texte_trois_colonnes .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-texte_trois_colonnes .wrapper .element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        max-width: none; }
        .section-texte_trois_colonnes .wrapper .element .text-wrapper {
          padding: 0 15px;
          max-width: 50%; }
        .section-texte_trois_colonnes .wrapper .element .image {
          width: 370px;
          max-width: 50%;
          margin-right: 15px; } }
  @media (max-width: 500px) {
    .section-texte_trois_colonnes .wrapper {
      padding: 0; }
      .section-texte_trois_colonnes .wrapper .element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin-bottom: 10px; }
        .section-texte_trois_colonnes .wrapper .element .text-wrapper {
          max-width: inherit; }
        .section-texte_trois_colonnes .wrapper .element .image {
          width: 100%;
          margin-right: 0;
          max-width: none;
          margin-bottom: 0; } }

.section-contact-form {
  padding: 40px 0; }
  .section-contact-form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .section-contact-form .wrapper .coordonnees {
      width: 33%; }
      .section-contact-form .wrapper .coordonnees .adresse, .section-contact-form .wrapper .coordonnees .telephone,
      .section-contact-form .wrapper .coordonnees .fax, .section-contact-form .wrapper .coordonnees .courriel {
        padding-bottom: 15px; }
      .section-contact-form .wrapper .coordonnees .sociaux {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 15px 0;
        padding: 0;
        font-size: 20px; }
        .section-contact-form .wrapper .coordonnees .sociaux a {
          padding: 10px;
          color: inherit;
          margin-right: 5px; }
          .section-contact-form .wrapper .coordonnees .sociaux a:first-child {
            padding-left: 0; }
    .section-contact-form .wrapper .formulaire {
      width: 66%; }
      .section-contact-form .wrapper .formulaire .wpcf7-form p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .section-contact-form .wrapper .formulaire .wpcf7-form p .wpcf7-form-control-wrap {
          margin-bottom: 10px;
          width: 50%; }
          .section-contact-form .wrapper .formulaire .wpcf7-form p .wpcf7-form-control-wrap:nth-child(4n-3) {
            padding-right: 10px; }
          .section-contact-form .wrapper .formulaire .wpcf7-form p .wpcf7-form-control-wrap.message {
            width: 100%;
            padding-right: 0; }
        .section-contact-form .wrapper .formulaire .wpcf7-form p br {
          display: none; }
    @media (max-width: 800px) {
      .section-contact-form .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .section-contact-form .wrapper .coordonnees {
          width: auto; }
        .section-contact-form .wrapper .formulaire {
          width: auto; } }
    @media (max-width: 360px) {
      .section-contact-form .wrapper .formulaire .wpcf7-form p .wpcf7-form-control-wrap {
        width: 100%; }
      .section-contact-form .wrapper .formulaire .wpcf7-form p .wpcf7-form-control-wrap:nth-child(4n-3) {
        padding-right: 0; }
      .section-contact-form .wrapper .button {
        width: 100%; } }

.gmap {
  min-height: 400px; }
  .gmap:before {
    content: '';
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    pointer-events: none;
    opacity: 0.1; }
  .gmap:after {
    content: '';
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    pointer-events: none;
    opacity: 0.1; }

/* Pager with pagenavi */
.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  border: none;
  text-decoration: none;
  width: 30px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .wp-pagenavi span:hover, .wp-pagenavi a:hover {
    text-decoration: none; }

.wp-pagenavi a:hover {
  opacity: 0.6; }

/* Share */
.sharing {
  padding: 18px 0; }
  .sharing a {
    display: inline-block;
    font-size: 1.4rem;
    padding-right: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .sharing a:hover {
      text-decoration: none; }
    .sharing a:hover {
      opacity: 0.5; }

/*****************************************************
	Footer
/*****************************************************/
#colophon .contact-us-wrapper {
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
  padding-bottom: 5px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #colophon .contact-us-wrapper {
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
      padding-bottom: 0; } }

#colophon .contact-us {
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc( 50% - 15px) 100%, 50% calc( 100% - 12px), calc( 50% + 15px) 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc( 50% - 15px) 100%, 50% calc( 100% - 12px), calc( 50% + 15px) 100%, 100% 100%, 100% 0%, 0% 0%); }

#colophon .site-info {
  padding: 35px 0; }
  #colophon .site-info a {
    color: inherit; }
  #colophon .site-info .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #colophon .site-info .adresse,
  #colophon .site-info .telephone,
  #colophon .site-info .fax {
    padding-right: 10px;
    margin-bottom: 10px; }
  #colophon .site-info .adresse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #colophon .site-info .fa,
  #colophon .site-info .fal {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 1px solid #fff;
    line-height: 37px;
    text-align: center;
    margin-right: 2rem;
    font-size: 2rem;
    -webkit-transition: 0.3s background;
    transition: 0.3s background; }
  #colophon .site-info .sociaux {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #colophon .site-info .sociaux li:last-child a .fa {
      margin-right: 0px; }
    #colophon .site-info .sociaux a {
      display: inline-block;
      color: inherit; }
  @media (max-width: 600px) {
    #colophon .site-info .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #colophon .site-info .wrapper .sociaux {
        width: 100%; } }

#colophon .legal {
  text-transform: uppercase;
  padding: 28px 0;
  font-size: 1.4rem; }
  #colophon .legal .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 600px) {
      #colophon .legal .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #colophon .legal a {
    color: inherit;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    #colophon .legal a:hover {
      text-decoration: none; }
  @media only screen and (max-width: 400px) {
    #colophon .legal {
      text-align: center; } }

/*
	Not yet mobile
*/
@media only screen and (max-width: 767px) {
  #mmenu,
  #open-mmenu {
    display: block; }
  .main-navigation {
    display: none; } }

/*# sourceMappingURL=style.css.map */
