@charset "UTF-8";
/*!
Theme Name: CGavocats
Author: Benjamin Montré
Author URI: http://www.alkyos.net
Description: Description
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cgavocats
Tags:

This theme, like WordPress, is licensed under the GPL.
*/
/*!
* www.KNACSS.com V4.3.6 (10 novembre 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
    font-weight: inherit;
    /* 1 */
}

b,
strong {
    font-weight: bolder;
    /* 2 */
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul,
ol {
    padding-left: 2em;
}

ul.unstyled {
    list-style: none;
}

img {
    vertical-align: middle;
}

/* height auto only for non SVG images */
img:not([src$=".svg"]) {
    height: auto;
}

blockquote,
figure {
    margin-left: 0;
    margin-right: 0;
}

/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
html {
    /* set base font-size to equiv "10px", which is adapted to rem unit */
    font-size: 62.5%;
    /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
    /* thanks to @guardian, @victorbritopro and @eQRoeil */
    font-size: calc(1em * 0.625);
}

body {
    /* set body font-size in em (1.4em equiv "14px") */
    font-size: 1.4em;
    background-color: #fff;
    color: #818181;
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

a {
    color: #333;
}

a:hover, a:focus, a:active {
    color: #000;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
    margin-top: 0.75em;
    margin-bottom: 0;
    line-height: 1.5;
}

h1, .h1-like {
    font-size: 3.4rem;
    font-family: "Open Sans", "Work Sans", Helvetica, Arial, sans-serif;
}

h2, .h2-like {
    font-size: 2.8rem;
    font-family: "Open Sans", "Work Sans", Helvetica, Arial, sans-serif;
}

h3, .h3-like {
    font-size: 2.4rem;
}

h4, .h4-like {
    font-size: 2rem;
}

h5, .h5-like {
    font-size: 1.8rem;
}

h6, .h6-like {
    font-size: 1.6rem;
}

/* alternate font-sizing */
.smaller {
    font-size: 0.6em;
}

.small {
    font-size: 0.8em;
}

.big {
    font-size: 1.1em;
}

.bigger {
    font-size: 1.2em;
}

.biggest {
    font-size: 1.5em;
}

code,
pre,
samp,
kbd {
    /* IE fix */
    white-space: pre-line;
    white-space: pre-wrap;
    font-family: Consolas, DejaVu Sans Mono, Courier, monospace;
    line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
    font-style: italic;
}

.deco {
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
}

/* ----------------------------- */
/* == hiding content             */
/* ----------------------------- */
/* hidden but not for assistance tools, Yahoo! method */
.visually-hidden, .screen-reader-text {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

@media (max-width: 640px) {
    .no-small-screen {
        display: none;
    }
}

@media (min-width: 1280px) {
    .no-large-screen {
        display: none;
    }
}

/* ----------------------------- */
/* == browsers consistency       */
/* ----------------------------- */
/* avoid top margins on first content element */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
    margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
    max-width: 100%;
}

/* margin-bottom on tables */
table {
    margin-bottom: 2rem;
}

/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
    overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
    clear: both;
}

/* blocks that must contain floats */
.clearfix::after,
.line::after {
    content: "";
    display: table;
    clear: both;
    border-collapse: collapse;
}

/* simple blocks alignment */
.left {
    margin-right: auto;
}

.right {
    margin-left: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

/* text and contents alignment */
.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

/* floating elements */
.fl {
    float: left;
}

img.fl {
    margin-right: 1rem;
}

.fr {
    float: right;
}

img.fr {
    margin-left: 1rem;
}

img.fl,
img.fr {
    margin-bottom: 0.5rem;
}

/* table layout */
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.row > *,
.col {
    display: table-cell;
    vertical-align: top;
}

/* no table-cell for script tag when body is a .row */
body > script {
    display: none !important;
}

/* inline-block */
.inbl {
    display: inline-block;
    vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*="flex-container"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-container-h {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-container-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-item-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-item-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.flex-item-medium {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.flex-item-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.flex-item-center {
    margin: auto;
}

/* ---------------------------------- */
/* ==Grillade                         */
/* ---------------------------------- */
/* grid container */
[class*="grid-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    /* inline-block fallback for IE9 generation */
    letter-spacing: -0.31em;
}

/* grid childs */
[class*="grid-"] > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 1 / 4 - 2rem - .01px);
    min-width: 0;
    margin-left: 2rem;
    /* inline-block fallback for IE9 generation */
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

[class*="grid-2"] > * {
    width: calc(100% * 1 / 2 - 2rem - .01px);
}

[class*="grid-2"] > .flex-item-double {
    width: calc(100% * 2 / 2 - 2rem);
}

[class*="grid-3"] > * {
    width: calc(100% * 1 / 3 - 2rem - .01px);
}

[class*="grid-3"] > .flex-item-double {
    width: calc(100% * 2 / 3 - 2rem);
}

[class*="grid-4"] > * {
    width: calc(100% * 1 / 4 - 2rem - .01px);
}

[class*="grid-4"] > .flex-item-double {
    width: calc(100% * 2 / 4 - 2rem);
}

[class*="grid-5"] > * {
    width: calc(100% * 1 / 5 - 2rem - .01px);
}

[class*="grid-5"] > .flex-item-double {
    width: calc(100% * 2 / 5 - 2rem);
}

[class*="grid-6"] > * {
    width: calc(100% * 1 / 6 - 2rem - .01px);
}

[class*="grid-6"] > .flex-item-double {
    width: calc(100% * 2 / 6 - 2rem);
}

[class*="grid-7"] > * {
    width: calc(100% * 1 / 7 - 2rem - .01px);
}

[class*="grid-7"] > .flex-item-double {
    width: calc(100% * 2 / 7 - 2rem);
}

[class*="grid-8"] > * {
    width: calc(100% * 1 / 8 - 2rem - .01px);
}

[class*="grid-8"] > .flex-item-double {
    width: calc(100% * 2 / 8 - 2rem);
}

[class*="grid-10"] > * {
    width: calc(100% * 1 / 10 - 2rem - .01px);
}

[class*="grid-10"] > .flex-item-double {
    width: calc(100% * 2 / 10 - 2rem);
}

[class*="grid-12"] > * {
    width: calc(100% * 1 / 12 - 2rem - .01px);
}

[class*="grid-12"] > .flex-item-double {
    width: calc(100% * 2 / 12 - 2rem);
}

/* Responsive grid */
@media (max-width: 640px) {
    [class*="-small-4"] > * {
        width: calc(100% * 1 / 4 - 2rem - .01px);
    }

    [class*="-small-4"] > .flex-item-double {
        width: calc(100% * 1 / 2 - 2rem - .01px);
    }

    [class*="-small-3"] > * {
        width: calc(100% * 1 / 3 - 2rem - .01px);
    }

    [class*="-small-3"] > .flex-item-double {
        width: calc(100% * 2 / 3 - 2rem - .01px);
    }

    [class*="-small-2"] > * {
        width: calc(100% * 1 / 2 - 2rem - .01px);
    }

    [class*="-small-2"] > .flex-item-double {
        width: calc(100% - 2rem - .01px);
    }

    [class*="-small-1"] > * {
        width: calc(100% - 2rem - .01px);
    }

    [class*="-small-1"] > .flex-item-double {
        width: calc(100% - 2rem - .01px);
    }
}

@media (max-width: 320px) {
    [class*="-tiny-2"] > * {
        width: calc(100% * 1 / 2 - 2rem - .01px);
    }

    [class*="-tiny-2"] > .flex-item-double {
        width: calc(100% - 2rem - .01px);
    }

    [class*="-tiny-1"] > * {
        width: calc(100% - 2rem - .01px);
    }

    [class*="-tiny-1"] > .flex-item-double {
        width: calc(100% - 2rem - .01px);
    }
}

.grid-2-1 > *:nth-child(odd) {
    width: calc(66.66667% - 2rem);
}

.grid-2-1 > *:nth-child(even) {
    width: calc(33.33333% - 2rem);
}

@media (max-width: 640px) {
    .grid-2-1 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.grid-1-2 > *:nth-child(odd) {
    width: calc(33.33333% - 2rem);
}

.grid-1-2 > *:nth-child(even) {
    width: calc(66.66667% - 2rem);
}

@media (max-width: 640px) {
    .grid-1-2 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.grid-3-1 > *:nth-child(odd) {
    width: calc(75% - 2rem);
}

.grid-3-1 > *:nth-child(even) {
    width: calc(25% - 2rem);
}

@media (max-width: 640px) {
    .grid-3-1 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.grid-1-3 > *:nth-child(odd) {
    width: calc(25% - 2rem);
}

.grid-1-3 > *:nth-child(even) {
    width: calc(75% - 2rem);
}

@media (max-width: 640px) {
    .grid-1-3 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.grid-3-2 > *:nth-child(odd) {
    width: calc(60% - 2rem);
}

.grid-3-2 > *:nth-child(even) {
    width: calc(40% - 2rem);
}

@media (max-width: 640px) {
    .grid-3-2 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.grid-2-3 > *:nth-child(odd) {
    width: calc(40% - 2rem);
}

.grid-2-3 > *:nth-child(even) {
    width: calc(60% - 2rem);
}

@media (max-width: 640px) {
    .grid-2-3 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.grid-4-1 > *:nth-child(odd) {
    width: calc(80% - 2rem);
}

.grid-4-1 > *:nth-child(even) {
    width: calc(20% - 2rem);
}

@media (max-width: 640px) {
    .grid-4-1 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.grid-1-4 > *:nth-child(odd) {
    width: calc(20% - 2rem);
}

.grid-1-4 > *:nth-child(even) {
    width: calc(80% - 2rem);
}

@media (max-width: 640px) {
    .grid-1-4 > *:nth-child(n) {
        width: calc(100% - 2rem);
    }
}

.pull {
    margin-right: auto;
}

.push {
    margin-left: auto;
}

/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
table,
.table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    vertical-align: top;
}

.table {
    display: table;
}

#recaptcha_table,
table.table-auto {
    table-layout: auto;
}

td,
th {
    vertical-align: top;
    min-width: 2rem;
    cursor: default;
}

/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
    display: inline-block;
}

/* forms items */
form,
fieldset {
    border: none;
}

input,
button,
select,
label,
.btn {
    font-family: inherit;
    font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
    color: #818181;
}

label {
    vertical-align: middle;
    cursor: pointer;
}

legend {
    border: 0;
    white-space: normal;
}

textarea {
    min-height: 5em;
    vertical-align: top;
    font-family: inherit;
    font-size: inherit;
    resize: vertical;
}

select {
    -webkit-appearance: menulist-button;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

::-webkit-input-placeholder {
    color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}

.btn:focus,
input[type="button"]:focus,
button:focus {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* unstyled forms */
button.unstyled,
input[type="button"].unstyled,
input[type="submit"].unstyled,
input[type="reset"].unstyled {
    padding: 0;
    border: none;
    line-height: 1;
    text-align: left;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button.unstyled:focus,
input[type="button"].unstyled:focus,
input[type="submit"].unstyled:focus,
input[type="reset"].unstyled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* ---------------------------------- */
/* ==state helpers                    */
/* ---------------------------------- */
/* invisible for all */
.is-hidden,
[hidden] {
    display: none;
}

.is-disabled,
[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

ul.is-unstyled,
ul.unstyled {
    list-style: none;
    padding-left: 0;
}

/* ---------------------------------- */
/* ==visual helpers                   */
/* .. use them with parcimony !       */
/* ---------------------------------- */
/* blocks widths (percentage and pixels) */
.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.3333%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w66 {
    width: 66.6666%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.w50p {
    width: 50px;
}

.w100p {
    width: 100px;
}

.w150p {
    width: 150px;
}

.w200p {
    width: 200px;
}

.w300p {
    width: 300px;
}

.w400p {
    width: 400px;
}

.w500p {
    width: 500px;
}

.w600p {
    width: 600px;
}

.w700p {
    width: 700px;
}

.w800p {
    width: 800px;
}

.w960p {
    width: 960px;
}

.mw960p {
    max-width: 960px;
}

.w1140p {
    width: 1140px;
}

.mw1140p {
    max-width: 1140px;
}

.wauto {
    width: auto;
}

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none
*/
.man,
.ma0 {
    margin: 0;
}

.pan,
.pa0 {
    padding: 0;
}

.mas {
    margin: 1rem;
}

.mam {
    margin: 2rem;
}

.mal {
    margin: 4rem;
}

.pas {
    padding: 1rem;
}

.pam {
    padding: 2rem;
}

.pal {
    padding: 4rem;
}

.mtn,
.mt0 {
    margin-top: 0;
}

.mts {
    margin-top: 1rem;
}

.mtm {
    margin-top: 2rem;
}

.mtl {
    margin-top: 4rem;
}

.mrn,
.mr0 {
    margin-right: 0;
}

.mrs {
    margin-right: 1rem;
}

.mrm {
    margin-right: 2rem;
}

.mrl {
    margin-right: 4rem;
}

.mbn,
.mb0 {
    margin-bottom: 0;
}

.mbs {
    margin-bottom: 1rem;
}

.mbm {
    margin-bottom: 2rem;
}

.mbl {
    margin-bottom: 4rem;
}

.mln,
.ml0 {
    margin-left: 0;
}

.mls {
    margin-left: 1rem;
}

.mlm {
    margin-left: 2rem;
}

.mll {
    margin-left: 4rem;
}

.mauto {
    margin: auto;
}

.mtauto {
    margin-top: auto;
}

.mrauto {
    margin-right: auto;
}

.mbauto {
    margin-bottom: auto;
}

.mlauto {
    margin-left: auto;
}

.ptn,
.pt0 {
    padding-top: 0;
}

.pts {
    padding-top: 1rem;
}

.ptm {
    padding-top: 2rem;
}

.ptl {
    padding-top: 4rem;
}

.prn,
.pr0 {
    padding-right: 0;
}

.prs {
    padding-right: 1rem;
}

.prm {
    padding-right: 2rem;
}

.prl {
    padding-right: 4rem;
}

.pbn,
.pb0 {
    padding-bottom: 0;
}

.pbs {
    padding-bottom: 1rem;
}

.pbm {
    padding-bottom: 2rem;
}

.pbl {
    padding-bottom: 4rem;
}

.pln,
.pl0 {
    padding-left: 0;
}

.pls {
    padding-left: 1rem;
}

.plm {
    padding-left: 2rem;
}

.pll {
    padding-left: 4rem;
}

/* ----------------------------- */
/* ==desktop and HD devices      */
/* ----------------------------- */
@media (min-width: 961px) {
    /* rules for big resources and big screens like: background-images, font-faces, etc. */
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    /* style adjustments for high density devices */
}

/* ---------------------------------- */
/* ==Responsive large                 */
/* ---------------------------------- */
@media (min-width: 961px) {
    /* layouts for large screens */
    .large-hidden {
        display: none !important;
    }

    .large-visible {
        display: block !important;
    }

    .large-no-float {
        float: none;
    }

    .large-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .large-row {
        display: table;
        table-layout: fixed;
        width: 100% !important;
    }

    .large-col {
        display: table-cell;
        vertical-align: top;
    }

    /* widths for large screens */
    .large-w25 {
        width: 25% !important;
    }

    .large-w33 {
        width: 33.3333% !important;
    }

    .large-w50 {
        width: 50% !important;
    }

    .large-w66 {
        width: 66.6666% !important;
    }

    .large-w75 {
        width: 75% !important;
    }

    .large-w100,
    .large-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }

    /* margins for large screens */
    .large-man,
    .large-ma0 {
        margin: 0 !important;
    }
}

/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 641px) and (max-width: 960px) {
    /* layouts for medium screens */
    .medium-hidden {
        display: none !important;
    }

    .medium-visible {
        display: block !important;
    }

    .medium-no-float {
        float: none;
    }

    .medium-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .medium-row {
        display: table;
        table-layout: fixed;
        width: 100% !important;
    }

    .medium-col {
        display: table-cell;
        vertical-align: top;
    }

    /* widths for medium screens */
    .medium-w25 {
        width: 25% !important;
    }

    .medium-w33 {
        width: 33.3333% !important;
    }

    .medium-w50 {
        width: 50% !important;
    }

    .medium-w66 {
        width: 66.6666% !important;
    }

    .medium-w75 {
        width: 75% !important;
    }

    .medium-w100,
    .medium-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }

    /* margins for medium screens */
    .medium-man,
    .medium-ma0 {
        margin: 0 !important;
    }
}

/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 321px) and (max-width: 640px) {
    /* quick reset in small resolution and less */
    .w600p,
    .w700p,
    .w800p,
    .w960p,
    .mw960p {
        width: auto;
        float: none;
    }

    /* layouts for small screens */
    .small-hidden {
        display: none !important;
    }

    .small-visible {
        display: block !important;
    }

    .small-no-float {
        float: none;
    }

    .small-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .small-row {
        display: table !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

    .small-col {
        display: table-cell !important;
        vertical-align: top !important;
    }

    /* widths for small screens */
    .small-w25 {
        width: 25% !important;
    }

    .small-w33 {
        width: 33.3333% !important;
    }

    .small-w50 {
        width: 50% !important;
    }

    .small-w66 {
        width: 66.6666% !important;
    }

    .small-w75 {
        width: 75% !important;
    }

    .small-w100,
    .small-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }

    /* margins for small screens */
    .small-man,
    .small-ma0 {
        margin: 0 !important;
    }

    .small-pan,
    .small-pa0 {
        padding: 0 !important;
    }
}

/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 320px) {
    /* quick small resolution reset */
    .mod,
    .col,
    fieldset {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }

    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w300p,
    .w400p,
    .w500p {
        width: auto;
        float: none;
    }

    .row {
        display: block !important;
        width: 100% !important;
    }

    /* layouts for tiny screens */
    .tiny-hidden {
        display: none !important;
    }

    .tiny-visible {
        display: block !important;
    }

    .tiny-no-float {
        float: none;
    }

    .tiny-inbl {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .tiny-row {
        display: table !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

    .tiny-col {
        display: table-cell !important;
        vertical-align: top !important;
    }

    th,
    td {
        display: block;
        width: auto;
        text-align: left;
    }

    thead {
        display: none;
    }

    /* widths for tiny screens */
    .tiny-w25 {
        width: 25% !important;
    }

    .tiny-w33 {
        width: 33.3333% !important;
    }

    .tiny-w50 {
        width: 50% !important;
    }

    .tiny-w66 {
        width: 66.6666% !important;
    }

    .tiny-w75 {
        width: 75% !important;
    }

    .tiny-w100,
    .tiny-wauto {
        display: block !important;
        float: none !important;
        clear: none !important;
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border: 0;
    }

    /* margins for tiny screens */
    .tiny-man,
    .tiny-ma0 {
        margin: 0 !important;
    }

    .tiny-pan,
    .tiny-pa0 {
        padding: 0 !important;
    }
}

/* quick print reset */
@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        width: auto;
        margin: auto;
        font-family: serif;
        font-size: 12pt;
    }

    p,
    .p-like,
    h1,
    .h1-like,
    h2,
    .h2-like,
    h3,
    .h3-like,
    h4,
    .h4-like,
    h5,
    .h5-like,
    h6,
    .h6-like,
    blockquote,
    ul,
    ol {
        color: #000;
        margin: auto;
    }

    .print {
        display: block;
    }

    .no-print {
        display: none;
    }

    /* no orphans, no widows */
    p,
    .p-like,
    blockquote {
        orphans: 3;
        widows: 3;
    }

    /* no breaks inside these elements */
    blockquote,
    ul,
    ol {
        page-break-inside: avoid;
    }

    /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
    /* no breaks after these elements */
    h1,
    .h1-like,
    h2,
    .h2-like,
    h3,
    .h3-like,
    caption {
        page-break-after: avoid;
    }

    a {
        color: #000;
    }

    /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
    a[href^="javascript:"]::after,
    a[href^="#"]::after {
        content: "";
    }

    table {
        page-break-after: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }
}

/* ----------------------------- */
/* ==misc rules                  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
    position: absolute;
}

.skip-links a {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0.5em;
    background: black;
    color: white;
    text-decoration: none;
}

.skip-links a:focus {
    position: static;
    overflow: visible;
    clip: auto;
}

@media (max-width: 640px) {
    /* you shall not pass */
    div,
    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 640px) {
    .no-wrapping {
        word-wrap: normal;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }
}

/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
code, kbd, mark {
    border-radius: 2px;
}

kbd {
    padding: 0 2px;
    border: 1px solid #999;
}

code {
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.04);
    color: #b11;
}

pre code {
    padding: 0;
    background: none;
    color: inherit;
    border-radius: 0;
}

mark {
    padding: 2px 4px;
}

sup,
sub {
    vertical-align: 0;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

blockquote {
    position: relative;
    padding-left: 3em;
}

blockquote::before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: 0;
    font-family: georgia, serif;
    font-size: 5em;
    line-height: 0.9;
    color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
    margin-top: .75em;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.7);
}

blockquote > footer::before {
    content: "\2014 \0020";
}

q {
    font-style: normal;
}

q,
.q {
    quotes: "“\00a0" "\00a0”";
}

q:lang(fr),
.q:lang(fr) {
    quotes: "«\00a0" "\00a0»";
}

hr {
    display: block;
    clear: both;
    height: 1px;
    margin: 1em 0 2em;
    padding: 0;
    border: 0;
    color: #ccc;
    background-color: #ccc;
}

/* tables */
table,
.table {
    border: 1px solid #ccc;
}

caption {
    padding: 1rem;
    color: #555;
    font-style: italic;
}

td,
th {
    padding: 0.3em 0.8em;
    border: 1px #aaa dotted;
    text-align: left;
}

/* ----------------------------- */
/* ==WordPress reset             */
/* ----------------------------- */
/*
Author: Geoffrey Crofte, Alsacréations
Contributors: Automattic, Geoffrey Crofte
Description: Reset styles for WordPress usage of KNACSS
*/
/* ----------------------------- */
/* ==Menus                       */
/* ----------------------------- */
.comment-navigation,
.paging-navigation,
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* ----------------------------- */
/* ==Alignments                  */
/* ----------------------------- */
.alignnone {
    margin: .25em 1.5em 1.5em 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 1.5em auto;
}

.alignleft {
    float: left;
    margin: 0 1.5em .25em 0;
}

.alignright {
    float: right;
    margin: 0 0 .25em 1.5em;
}

/* ----------------------------- */
/* ==Clearings                   */
/* ----------------------------- */
.entry-content,
.comment-content {
    clear: both;
}

.entry-content::after, .entry-content::before,
.comment-content::after,
.comment-content::before {
    content: "";
    display: table;
}

/* ----------------------------- */
/* ==Widgets                     */
/* ----------------------------- */
.widget + .widget {
    margin: 1.5em 0 0;
}

.widget select {
    max-width: 100%;
}

/* === 5.3 Posts and Pages - Contents === */
.hentry {
    margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* ----------------------------- */
/* ==Comments                    */
/* ----------------------------- */
.comment-content a {
    word-wrap: break-word;
}

/* ----------------------------- */
/* ==Media                       */
/* ----------------------------- */
img.wp-smiley {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    border: none;
}

/* ----------------------------- */
/* ==Captions                    */
/* ----------------------------- */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    margin: 1em 0;
    text-align: center;
}

/* ----------------------------- */
/* ==Galleries                   */
/* ----------------------------- */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.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;
}

/* ----------------------------- */
/* == custom css                 */
/* ----------------------------- */
body {
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
    background-color: transparent;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    body {
        border: 0;
    }
}

html,
body {
    height: 100%;
}

body > svg {
    position: absolute;
}

/* supprime l'espace créé par l'inclusion de symbol-defs.svg */
#page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

#main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.entry-content a {
    color: #333;
    border-bottom: 1px dotted #818181;
    text-decoration: none;
}

.entry-content a:hover, .entry-content a:focus {
    color: #000;
    border-bottom: 1px solid #333;
}

.home-text a[href*="www."]::after,
.entry-content a[href*="www."]::after {
    content: " [\2197]";
}

a:active {
    outline: none;
}

a:hover em,
a:focus em {
    border-bottom: 1px solid #000;
}

.page em {
    font-style: normal;
    text-shadow: 0 0 1px #777;
    color: black;
}

.page em a {
    color: black !important;
}

p:first-child {
    margin-top: 0 !important;
}

ul li {
    margin-bottom: 0.5rem;
}

h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like {
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
}

h1, .h1-like {
    font-family: "Open Sans", "Work Sans", Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    word-spacing: 5px;
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: normal;
}

h1:after,
.h1-like:after {
    display: block;
    color: #867f7b;
    content: '\2015';
}

h2 {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    /* font-variant: small-caps; */
}

figure {
    text-align: center;
}

figcaption {
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin-top: 1rem;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

@media only screen and (max-width: 640px) {
    figcaption {
        font-size: 1.1em;
    }
}

.hightlight {
    font-size: 110%;
    text-shadow: 0 1px 0 rgba(168, 122, 182, 0.5);
}

blockquote::before {
    content: "«";
    position: relative;
    font-family: georgia, serif;
    font-size: 3rem;
    line-height: 0.9;
    color: rgba(0, 0, 0, 0.3);
}

blockquote::after {
    content: "»";
    position: relative;
    left: 0;
    top: 0;
    font-family: georgia, serif;
    font-size: 3rem;
    line-height: 0.9;
    color: rgba(0, 0, 0, 0.3);
}

.flex-item-fluid {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    min-height: 0;
    min-width: 0;
}

.ofh {
    overflow: hidden;
}

ul.touchy {
    list-style-type: none;
    padding: 0;
}

ul.touchy li {
    padding: 0;
}

ul.touchy li a {
    font-size: 1.7rem;
    text-decoration: none;
    line-height: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.7rem 1.5rem;
    margin: 0.05rem 0;
}

ul.touchy li a:hover, ul.touchy li a:focus {
    background-color: #f6f6f6;
}

.btn {
    position: relative;
    padding: 0.6rem 1.8rem;
    margin-left: 0.6rem;
    border-radius: 4px;
    border: none;
    background-color: #e4dedb;
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
    font-variant: small-caps;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn span:before {
    position: absolute;
    z-index: 1;
    top: -1px;
    color: white;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    font-family: 'cga' !important;
    speak: none;
    content: "\3e";
    font-size: 1.8rem;
    text-shadow: 0 0 2px #d9d1cc;
}

.btn span,
.btn em {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #cec3be;
}

.btn:hover span:before, .btn:focus span:before, .btn:active span:before {
    -webkit-transform: translateX(-21px);
    -ms-transform: translateX(-21px);
    transform: translateX(-21px);
}

.btn:hover span, .btn:focus span, .btn:active span {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.btn.bl {
    margin-left: 0;
    display: block;
}

.btn.rn {
    margin-left: 0;
    display: table-cell;
    text-align: right;
}

.btn--intext {
    color: black;
    font-size: 1.5rem;
}

.btn--intext span:before {
    display: none;
}

.btn--intext em:after {
    position: absolute;
    z-index: 1;
    top: -2px;
    color: white;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    font-family: 'cga' !important;
    speak: none;
    content: "\3e";
    font-size: 1.8rem;
    text-shadow: 0 0 2px #d9d1cc;
}

.btn--intext:hover em:after, .btn--intext:focus em:after, .btn--intext:active em:after {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

.btn--intext:hover em, .btn--intext:focus em, .btn--intext:active em {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.alert {
    color: #004085;
    background-color: #cce5ff;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #b8daff;
    border-radius: .25rem;
    font-size: 16px;
}

/* ================================
 * ------- KNACSS modifiers -------
 * ================================ */
[class*="grid-"] {
    margin-left: -1rem;
    margin-right: -1rem;
}

[class*="grid-"] > * {
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 0;
    min-width: 0;
}

.txtcenter.center {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media only screen and (max-width: 640px) {
    .txtcenter.center {
        text-align: justify;
    }

    h1, .h1-like {
        font-size: 2.55rem;
        letter-spacing: 3px;
        word-spacing: 4px;
    }

    h2,
    .h2-like,
    .blog h2.entry-title {
        font-size: 2.1rem;
    }

    h3, .h3-like {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 480px) {
    h1, .h1-like {
        font-size: 2.38rem;
        letter-spacing: 2px;
        word-spacing: 3px;
    }

    h2, .h2-like {
        font-size: 1.96rem;
    }

    h3, .h3-like {
        font-size: 1.68rem;
    }
}

/* ===========================================================
 * ----------------- Éléments communs ------------------------
 * =========================================================== */
@media only screen and (orientation: landscape) {
    body {
        min-height: 500px;
    }
}

.icon-particulier {
    color: #5b7e66;
}

.icon-professionel {
    color: #a55981;
}

.page #main {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #main {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

@media only screen and (max-width: 1000px) {
    #main {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ================================
 * ------------- MENU -------------
 * ================================ */
#site-navigation {
    position: relative;
    width: 100%;
    max-width: 1140px;
    /* sinon on voit le contenu de quelques pixels de chaque côté en scrollant */
}

#site-navigation .logo {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
}

body:not(.home) #main {
    margin-top: 1rem;
}

.main-navigation {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: white;
}

.main-navigation a {
    text-decoration: none;
}

#primary-menu {
    display: inline-block;
    width: 89%;
    position: relative;
    vertical-align: middle;
}

#primary-menu ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0;
}

#primary-menu li {
    position: relative;
    top: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 0.5rem 0 1.5rem;
}

#primary-menu a {
    text-decoration: none;
    font-family: "Open Sans", "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase;
    color: #867f7b;
    border-bottom: solid 2px transparent;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#primary-menu a:hover {
    border-bottom: solid 2px #867f7b;
}

#primary-menu .current_page_item a {
    color: black;
    pointer-events: none;
}

#primary-menu .current_page_item a:hover {
    border-bottom: solid 2px transparent;
}

@media only screen and (max-width: 840px) {
    #primary-menu li {
        top: 7px;
        padding: 0 1rem 0 2rem;
    }
}

@media only screen and (max-width: 960px) {
    #main {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*
 * Menu mobile
 * ------------------------------------------
 */
.main-navigation input,
.main-navigation label {
    display: none;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 5px;
    padding: 10px;
    z-index: 10;
}

.main-navigation label {
    position: absolute;
    top: 0;
    left: 20px;
    background: #9f9b99;
}

.main-navigation label:hover {
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    background: #769480;
}

.main-navigation label:before {
    font-family: "Open Sans", "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    content: "MENU +";
    text-align: center;
}

.main-navigation input[type="checkbox"]:checked + a + #primary-menu + label:before,
.home .main-navigation input[type="checkbox"]:checked + img + #primary-menu + label:before {
    content: "MENU -";
}

@media only screen and (max-width: 768px) {
    #site-navigation .main-navigation .logo {
        display: block;
        width: 25%;
        margin: 0 auto;
    }

    #site-navigation .main-navigation #primary-menu {
        -webkit-transition: -webkit-transform ease .6s;
        transition: -webkit-transform ease .6s;
        -o-transition: transform ease .6s;
        transition: transform ease .6s;
        transition: transform ease .6s, -webkit-transform ease .6s;
        position: absolute;
        z-index: 2;
        top: 0;
        min-height: 100vh;
        width: 101%;
        left: 101%;
        background: rgba(134, 127, 123, 0.97);
    }

    #site-navigation .main-navigation #primary-menu a {
        color: white;
        width: 100%;
        padding: 20px 10px 18px 10px;
    }

    #site-navigation .main-navigation #primary-menu a:hover {
        background-color: #818181;
    }

    #site-navigation .main-navigation #primary-menu .current-menu-item a {
        color: black;
    }

    #site-navigation .main-navigation #primary-menu ul {
        position: relative;
        top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #site-navigation .main-navigation #primary-menu li {
        display: inherit;
        width: 95%;
        padding: 0;
        border-bottom: 1px dotted #e4dedb;
        text-align: center;
    }

    .main-navigation input[type="checkbox"]:checked + a + #primary-menu,
    .home .main-navigation input[type="checkbox"]:checked + img + #primary-menu {
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        min-width: 50%;
        will-change: translate;
    }

    .main-navigation label {
        display: block;
        z-index: 5;
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation input,
    .main-navigation label {
        padding: 6px;
    }

    .main-navigation label:before,
    .main-navigation input, .main-navigation label {
        font-size: 1.25rem;
    }
}

/*
 * Sticky menu
 * ------------------------------------------
 */
#site-navigation .sticky {
    position: fixed;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#site-navigation .sticky .logo {
    width: 6%;
}

#site-navigation .sticky #primary-menu {
    width: 93%;
}

#site-navigation .sticky.main-navigation {
    -webkit-box-shadow: 0 -3px 0 3px white, 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 0 3px white, 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 1140px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
    #site-navigation .sticky .logo {
        display: block;
        width: 20%;
        margin: 0 auto;
    }
}

.logo, #primary-menu {
    -webkit-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
}

/* ===========================================================
 * -------------------------- HOME ---------------------------
 * =========================================================== */
/* Comportement spécifiques d'éléments
   pouvant se retrouver sur d'autres pages */
body.home .home-text a {
    color: #333;
    text-decoration: none;
}

body.home .page-content > h2 {
    /* titre CG avocats */
    text-transform: none;
    text-shadow: 0 1px 1px #ccc;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 4rem;
}

body.home img.fl {
    margin-right: 2rem;
}

body.home .h3-like {
    color: #867f7b;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    word-spacing: 5px;
}

body.home .icon-angle-down {
    display: block;
    fill: #867f7b;
}

body.home .icon-angle-down {
    -webkit-animation: 1s ease 2s infinite alternate running upDown;
    animation: 1s ease 2s infinite alternate running upDown;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

body.home #go-menu:focus {
    outline: none;
}

body.home #go-menu svg {
    position: relative;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

body.home #go-menu:hover .icon-angle-down {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

body.home .home-text,
body.home .activites {
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    text-align: center;
    margin: 0 0 3em 0;
}

body.home .home-text h2,
body.home .activites h2 {
    padding-top: 2rem;
}

body.home .home-text p,
body.home .activites p {
    margin: 1.5em 0;
}

body.home .home-text em,
body.home .activites em {
    font-weight: normal;
    font-style: normal;
    color: #231f20;
}

body.home .home-text {
    text-align: left;
}

body.home .home-text img {
    -webkit-box-shadow: 0 0 3px #777;
    box-shadow: 0 0 3px #777;
}

body.home .activites {
    background-color: #f6f6f6;
    margin-left: 0;
    margin-right: 0;
}

body.home .activites p {
    margin: 0 10% 2rem;
    text-align: justify;
}

body.home .activites a {
    text-decoration: none;
}

body.home .activites .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.home .activite {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3%;
    flex: 1 0 33.3%;
    min-width: 25rem;
    margin-top: 1rem;
    padding: 3rem 2rem;
    -webkit-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;
}

body.home .activite a {
    border-bottom: none !important;
}

body.home .activite:hover, body.home .activite:focus {
    background-color: #dddddd;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

body.home .activite:hover .icon, body.home .activite:focus .icon {
    -webkit-transition: fill 0.6s, -webkit-transform 0.3s;
    transition: fill 0.6s, -webkit-transform 0.3s;
    -o-transition: fill 0.6s, transform 0.3s;
    transition: fill 0.6s, transform 0.3s;
    transition: fill 0.6s, transform 0.3s, -webkit-transform 0.3s;
    fill: red !important;
    -webkit-transform: scale(1.1) rotate(-0.02deg);
    -ms-transform: scale(1.1) rotate(-0.02deg);
    transform: scale(1.1) rotate(-0.02deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.home .activite .icon {
    width: 6rem;
    height: 6rem;
}

body.home .activite h3 {
    margin-top: 1rem;
    margin-bottom: 5px;
    font-weight: normal;
    color: #231f20;
    line-height: 1;
}

body.home .activite ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #818181;
}

body.home .activite li {
    line-height: 1;
    padding: 0.5rem 0;
}

body.home .parpro_footer {
    text-align: center;
    margin-top: 8rem;
}

body.home .parpro_footer .icon {
    font-size: 3em;
    width: auto;
    height: auto;
}

body.home .parpro_footer a {
    display: inline-block;
    padding: 0 1.5em;
    position: relative;
    top: -1.3em;
    text-decoration: none;
    -webkit-transition: text-shadow .2s;
    -o-transition: text-shadow .2s;
    transition: text-shadow .2s;
    border-bottom: none !important;
}

body.home .parpro_footer [data-cible="part"]:hover,
body.home .parpro_footer [data-cible="part"]:focus {
    -webkit-transition: text-shadow .2s;
    -o-transition: text-shadow .2s;
    transition: text-shadow .2s;
    text-shadow: 0 0 2px #5b7e66;
}

body.home .parpro_footer [data-cible="pro"]:hover,
body.home .parpro_footer [data-cible="pro"]:focus {
    -webkit-transition: text-shadow .2s;
    -o-transition: text-shadow .2s;
    transition: text-shadow .2s;
    text-shadow: 0 0 2px #a55981;
}

body.home .parpro_footer strong {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    color: #867f7b;
}

@media only screen and (max-width: 640px) {
    body.home .home-text,
    body.home .activites {
        margin: 3em 5%;
    }

    body.home .activites p {
        margin: 0 5% 2rem;
    }

    body.home .activite {
        padding: 2rem;
    }

    body.home .activite li {
        padding: 0.25rem 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    body.home .home-text,
    body.home .activites {
        margin: 3em 4%;
    }

    body.home .home-text p,
    body.home .activites p {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    body.home .h3-like {
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    body.home .icon-angle-down {
        width: 4em;
        height: 4em;
    }
}

/*
 * La barre Particuliers / Entreprises
 * -----------------------------------------------------------
 */
#barre {
    position: relative;
    text-align: center;
    background: url("../images/bande_1140.jpg") no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 -15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -15px 3px rgba(0, 0, 0, 0.3);
}

#barre a {
    padding: 0 3em;
    position: relative;
    top: -1.3em;
    text-decoration: none;
}

#barre .icon {
    width: 7rem;
    height: 7rem;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 2px rgba(0, 0, 0, 0.7), inset 0 0 0 4rem #fff;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 2px rgba(0, 0, 0, 0.7), inset 0 0 0 4rem #fff;
}

#barre .icon:hover,
#barre .icon:focus {
    -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.5), inset 0 0 0 2px rgba(0, 0, 0, 0.7), inset 0 0 0 4rem #fff;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.5), inset 0 0 0 2px rgba(0, 0, 0, 0.7), inset 0 0 0 4rem #fff;
}

#barre .icon-particulier,
#barre .icon-professionel {
    font-size: 7rem;
}

#barre strong {
    display: block;
    margin: 1.5rem 0;
    font-size: 1.1em;
    font-weight: normal;
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}

@media only screen and (max-width: 640px) {
    #barre a {
        padding: 0 1.5em;
    }

    #barre .icon {
        width: 6rem;
        height: 6rem;
    }

    #barre .icon-particulier,
    #barre .icon-professionel {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 480px) {
    #barre a {
        padding: 0 1em;
    }

    #barre .icon {
        width: 5rem;
        height: 5rem;
    }

    #barre .icon-particulier,
    #barre .icon-professionel {
        font-size: 5rem;
    }

    #barre strong {
        margin: 1rem 0;
        font-size: 1em;
        letter-spacing: 0;
    }
}

/*
 * Intro full height
 * -----------------------------------------------------------
 */
.debug .full-height {
    outline: 3px dotted orange;
}

.debug .full-height #surbarre {
    outline: 3px dashed red;
}

.debug .full-height .logo {
    outline: 1px solid blue;
}

.debug .full-height #slogan {
    outline: 1px dotted brown;
}

.debug .full-height #go-menu {
    outline: 1px solid black;
}

.full-height {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition-property: height, min-height;
    -o-transition-property: height, min-height;
    transition-property: height, min-height;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.full-height #surbarre {
    position: relative;
    height: calc(100% - 124px);
}

.full-height .logo {
    position: relative;
    max-height: 30%;
    height: 30%;
    text-align: center;
}

.full-height .logo h1 {
    line-height: 10px;
    font-size: 10px;
}

.full-height .logo a {
    height: 100%;
}

.full-height .logo img {
    height: 100%;
    margin: 0 auto;
}

.full-height #slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7%;
    text-align: center;
}

.full-height #go-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7%;
}

.full-height #go-menu svg {
    z-index: 1;
}

.full-height #team {
    position: relative;
    height: 56%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.full-height #team img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    bottom: 0;
}

.full-height #barre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 124px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-height: 640px) and (orientation: landscape) {
    .full-height #surbarre {
        height: calc(100% - 110px);
    }

    .full-height h3,
    .full-height .h3-like {
        font-size: 1.8rem;
    }

    .full-height #barre {
        height: 110px;
    }

    .full-height #barre .icon-particulier, .full-height #barre .icon-professionel {
        font-size: 6rem;
    }

    .full-height #barre .icon {
        width: 6rem;
        height: 6rem;
    }
}

@media only screen and (max-width: 960px) and (orientation: portrait) {
    .full-height #surbarre {
        height: calc(100% - 110px);
    }

    .full-height #barre {
        height: 110px;
    }

    .full-height .logo {
        max-height: 30%;
        height: 30%;
    }

    .full-height #slogan {
        height: 10%;
    }

    .full-height #go-menu {
        height: 10%;
    }

    .full-height #team {
        height: 50%;
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    .full-height #surbarre {
        height: calc(100% - 90px);
    }

    .full-height #barre {
        height: 90px;
    }
}

/*
Slider

https://la-cascade.io/un-carrousel-responsif-en-pur-css/
 */
div#slider {
    width: 100%;
    /*max-width: 1000px;*/
    overflow: hidden;
    height: 66%;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
}

div#slider figure img {
    width: 20%;
    height: auto;
    float: left;
}

@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    padding: 0;
    font-size: 0;
    left: 0;
    text-align: left;
    animation: 30s slidy infinite;
}

/* suppression slider, en attente photos */
/*div#slider {*/
/*    display: none;*/
/*}*/

/*.full-height #surbarre {*/
/*    height: auto;*/
/*}*/

/*.full-height .logo img {*/
/*    height: 140px;*/
/*}*/

/*.full-height {*/
/*    height: auto;*/
/*}*/

/* fin : suppression slider, en attente photos */

/* -----------------------------------------------------------
 * ======================== FIN HOME =========================
 * ----------------------------------------------------------- */
/* ===========================================================
 * ------------------ PARTICULIERS / PRO  --------------------
 * =========================================================== */
.part-pro h1,
.part-pro h2,
.part-pro strong {
    color: #5b7e66;
}

.part-pro .bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2rem;
}

.part-pro .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
}

.part-pro .detail {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 66.6%;
    flex-basis: 66.6%;
    margin-left: 4rem;
    margin-top: 2rem;
}

.part-pro .matiere,
.part-pro h2 {
    display: inline-block;
    vertical-align: middle;
}

.part-pro h2 {
    font-size: 2rem;
    margin-left: 5px;
}

.part-pro ul.touchy {
    border-left: 1px dotted #867f7b;
    margin-left: 2.5rem;
}

.part-pro ul.touchy a {
    color: #867f7b;
}

.part-pro ul.touchy a:hover, .part-pro ul.touchy a:focus {
    background-color: #f6f6f6;
}

.page-professionnels h1,
.page-professionnels h2,
.page-professionnels strong {
    color: #a55981;
}

/* -----------------------------------------------------------
 * ================= PARTICULIERS / PRO  =====================
 * ----------------------------------------------------------- */
/* ===========================================================
 * ------------------------ CONTACT --------------------------
 * =========================================================== */
.page-nous-contacter {
    /* info à la validation du formulaire */
}

.page-nous-contacter .fond {
    position: relative;
    z-index: 2;
    background: url("../images/fond_contact.jpg") no-repeat;
    background-size: cover;
    padding: 0 4rem 2rem 4rem;
    border-top: 1rem solid #fff;
}

.page-nous-contacter .fond h1 {
    color: white;
}

.page-nous-contacter .fond svg {
    fill: white;
    width: 4rem;
    height: 4rem;
}

.page-nous-contacter .fond p {
    font-size: 1.4rem;
    color: white;
    margin: 0;
    text-shadow: 0 1px 1px #000;
}

.page-nous-contacter .fond > p {
    margin: 2rem 0 0 0;
    font-size: 1.6rem;
}

.page-nous-contacter .fond div > div {
    margin-bottom: 2rem;
}

.page-nous-contacter .liste {
    margin-top: 3rem;
    list-style-position: outside;
    padding-left: 1.5rem;
}

.page-nous-contacter .liste li {
    padding-left: 2rem;
}

.page-nous-contacter .map {
    padding: 0 0 1rem 0;
    background-color: #f6f6f6;
}

.page-nous-contacter .map p {
    padding: 1rem 0 0 0;
}

.page-nous-contacter .map iframe {
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.page-nous-contacter .map #map-toggle {
    cursor: pointer;
}

.page-nous-contacter #osm {
    display: block;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.page-nous-contacter #osm.showing {
    -webkit-transition: all 500ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
    -o-transition: all 500ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
    transition: all 500ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
    max-height: 450px;
}

.page-nous-contacter #osm.hiding {
    -webkit-transition: all 500ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
    -o-transition: all 500ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
    transition: all 500ms cubic-bezier(0.675, 0.17, 0.245, 0.795);
    max-height: 0;
}

.page-nous-contacter .flex-container {
    margin: 4rem auto;
}

.page-nous-contacter .icon-angle-down {
    display: block;
    fill: #867f7b;
    width: 2rem;
    height: 2rem;
}

.page-nous-contacter .mobile {
    display: inline-block;
    margin-top: 3rem;
    text-decoration: none;
    border: 1px solid black;
    padding: 1rem 2rem;
}

.page-nous-contacter form {
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
}

.page-nous-contacter form .ninja-forms-required-items {
    display: none;
}

.page-nous-contacter form input,
.page-nous-contacter form textarea,
.page-nous-contacter form label {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.25;
    font-size: 125%;
    text-align: left;
    font-weight: normal;
}

.page-nous-contacter form input:focus {
    outline: none;
}

.page-nous-contacter form .field-wrap {
    position: relative;
    display: inline-block;
    margin: 2rem 1rem 1rem;
    width: calc(100% - 2rem);
}

.page-nous-contacter form .field-wrap.first-wrap {
    margin-top: 0;
}

.page-nous-contacter form .submit-wrap,
.page-nous-contacter form .recaptcha-wrap {
    width: auto;
    float: left;
}

.page-nous-contacter form input,
.page-nous-contacter form textarea,
.page-nous-contacter form label {
    padding: 1rem;
}

.page-nous-contacter form label {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: position 0.3s, -webkit-transform 0.3s;
    transition: position 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, position 0.3s;
    transition: transform 0.3s, position 0.3s;
    transition: transform 0.3s, position 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-nous-contacter form input,
.page-nous-contacter form textarea {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.page-nous-contacter form input:focus,
.page-nous-contacter form textarea:focus {
    border: 2px solid #867f7b;
}

.page-nous-contacter form input:focus + label,
.page-nous-contacter form textarea:focus + label,
.page-nous-contacter form .input--filled label {
    cursor: default;
    pointer-events: none;
    -webkit-transform: translate3d(-0.5rem, -3rem, 0);
    transform: translate3d(-0.5rem, -3rem, 0);
    color: #9b9b9b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-nous-contacter .ninja-forms-field-error {
    color: #a87ab6;
}

.page-nous-contacter .ninja-forms-response-msg {
    padding: 0 0 0 1rem;
    color: black;
}

.page-nous-contacter #nf_processing_1 .cgbtn {
    padding: 5px 10px;
    text-align: center;
}

/* -----------------------------------------------------------
 * ====================== FIN CONTACT ========================
 * ----------------------------------------------------------- */
/* ===========================================================
 * ----------------------- VOS AVOCATS -----------------------
 * =========================================================== */
.associes {
    margin-left: 2rem;
    margin-right: 2rem;
    justify-content: center;
}

.associes .ombre {
    position: relative;
    margin: 5rem auto 2.5rem;
    max-width: 350px;
    -webkit-box-shadow: 0 0 7px rgba(50, 50, 50, 0.2);
    box-shadow: 0 0 7px rgba(50, 50, 50, 0.2);
}

@media only screen and (max-width: 768px) {
    .associes .ombre {
        margin: 2.5rem auto .5rem;
    }

    .associes figcaption {
        margin-top: 0;
    }
}

.associes figcaption {
    font-size: 1.7rem;
}

.associes figcaption + a {
    display: inline-block;
    /*width: 3.5em;
        height: 3.5em;*/
}

.associes figcaption + a:hover svg {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: fill 0.2s;
    -o-transition: fill 0.2s;
    transition: fill 0.2s;
    fill: #1f7bae;
}

.associes figcaption + a svg {
    -webkit-transition: fill 0.6s;
    -o-transition: fill 0.6s;
    transition: fill 0.6s;
    width: 3.5rem;
}

/*.associes:hover figure:not(:hover) {*/
/*    color: transparent;*/
/*    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);*/
/*}*/

/*.associes:hover figure:not(:hover) img {*/
/*    -webkit-filter: grayscale(70%);*/
/*    filter: grayscale(70%);*/
/*    -webkit-transition: -webkit-filter ease-out 0.4s;*/
/*    transition: -webkit-filter ease-out 0.4s;*/
/*    -o-transition: filter ease-out 0.4s;*/
/*    transition: filter ease-out 0.4s;*/
/*    transition: filter ease-out 0.4s, -webkit-filter ease-out 0.4s;*/
/*}*/

/*.associes:hover figure:not(:hover) svg {*/
/*    -webkit-filter: blur(2px);*/
/*    filter: blur(2px);*/
/*    -webkit-transition: -webkit-filter ease-out 0.4s;*/
/*    transition: -webkit-filter ease-out 0.4s;*/
/*    -o-transition: filter ease-out 0.4s;*/
/*    transition: filter ease-out 0.4s;*/
/*    transition: filter ease-out 0.4s, -webkit-filter ease-out 0.4s;*/
/*}*/

/*.associes img:hover, .associes svg:hover {*/
/*    -webkit-transition: -webkit-filter 0.3s;*/
/*    transition: -webkit-filter 0.3s;*/
/*    -o-transition: filter 0.3s;*/
/*    transition: filter 0.3s;*/
/*    transition: filter 0.3s, -webkit-filter 0.3s;*/
/*}*/

/*.associes figure:hover {*/
/*    -webkit-transition: text-shadow 0.6s, color 0.6s;*/
/*    -o-transition: text-shadow 0.6s, color 0.6s;*/
/*    transition: text-shadow 0.6s, color 0.6s;*/
/*}*/

.intro {
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /**/
}

.intro::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.intro:hover::before {
    cursor: pointer;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.intro .portrait,
.intro .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.intro img {
    display: block;
    position: relative;
}

img.md-trigger {
    cursor: pointer;
}

.intro h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.intro p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.5rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #fff;
    padding: 1rem 1rem 2rem;
    text-align: center;
}

.intro button {
    border: none;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #333;
    color: #fff;
    text-transform: none;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.intro button:hover {
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.intro img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.intro .portrait {
    background-color: rgba(134, 127, 123, 0.2);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.intro h3 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    -webkit-box-shadow: 0px 1px 3px rgba(134, 127, 123, 0.5);
    box-shadow: 0px 1px 3px rgba(134, 127, 123, 0.5);
    text-transform: none;
}

.intro p {
    opacity: 0;
    color: #333;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.autres div {
    margin: 5rem auto;
}

@media only screen and (max-width: 768px) {
    .autres div div {
        margin: 1rem auto;
    }
}

.autres img {
    max-width: 200px;
    width: 75%;
}

/* ------ */
.md-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 800px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(134, 127, 123, 0.9);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.amd-modal {
    display: none;
    min-width: 70%;
}

.md-content {
    font-family: Georgia, Times, Times New Roman, serif;
    color: #867f7b;
    background: #e8e6e5;
    width: 80%;
    max-width: 900px;
    border-radius: 3px;
    margin: 0 auto;
    -webkit-box-shadow: 0 4px 7px #777, 0 0 20px #6b6663;
    box-shadow: 0 4px 7px #777, 0 0 20px #6b6663;
}

/*.md-content p:first-child:first-letter {*/
/*    float: left;*/
/*    font-size: 3em;*/
/*    line-height: 2.4em;*/
/*    padding: 0.15em 0.15em 0;*/
/*}*/

.md-content h4 {
    font-family: Georgia, Times, Times New Roman, serif;
    color: #867f7b;
    margin: 7px 0 0;
}

.md-content h3 {
    margin: 0;
    padding: 2rem 0 1rem 0;
    text-align: center;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 3.5rem;
    font-weight: 300;
    opacity: 0.8;
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
    margin: 3rem auto 1rem auto;
    font-size: 1.3rem;
    color: #818181;
    background: #e4dedb;
    border: none;
    padding: 3px 7px;
    -webkit-box-shadow: 0 0 3px #777;
    box-shadow: 0 0 3px #777;
}

.md-content button:hover {
    background-color: #867f7b;
}

.md-modal .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-show.md-modal ~ .md-overlay,
.md-modal .md-content {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-modal .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.md-close {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 1.5rem !important;
}

.md-close:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
}

/* -----------------------------------------------------------
 * ===================== FIN VOS AVOCATS =====================
 * ----------------------------------------------------------- */
/* ===========================================================
 * ---------------------- COMPETENCES ------------------------
 * =========================================================== */
.page-competences {
    /* cible */
}

.page-competences .hide {
    display: none;
}

.page-competences h2 {
    color: #818181;
    margin-top: 0;
    line-height: 1;
    padding: 1rem 0;
}

.page-competences h3 {
    color: #818181;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.page-competences h4, .page-competences .h4-like {
    color: #231f20;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
    display: none;
}

.page-competences #main > section {
    padding-top: 1rem;
    /* empeche la fusion des marges */
    width: 100%;
    /* min-height: 100vh */
}

.page-competences dt {
    margin-top: 2.2rem;
    font-size: 110%;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.page-competences dt a {
    font-family: Questrial, "Work Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.page-competences dd {
    margin-left: 0.6rem;
}

.page-competences .icon.bl {
    display: block;
    width: 5rem;
    height: 5rem;
}

.page-competences .icon {
    width: 4rem;
    height: 4rem;
}

.page-competences .icon-particulier,
.page-competences .icon-professionel {
    font-size: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    color: #818181 !important;
}

.page-competences span ~ strong {
    display: block;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: normal;
}

.page-competences .bloc div:first-child {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.page-competences .bloc {
    text-align: center;
    margin-top: 2rem;
}

.page-competences .part, .page-competences .pro {
    min-width: 45%;
    margin-top: 3em;
}

.page-competences .bloc div:nth-child(even) {
    width: calc(100% - 8rem);
}

.page-competences .unique {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.page-competences .cache {
    display: none;
}

.page-competences .montre {
    display: inline-block;
}

section > a {
    display: block;
    text-decoration: none;
}

section > a:focus {
    outline: none;
}

section > a:focus h2 {
    color: black;
}

section > a .icon {
    -webkit-transition: -webkit-transform 100ms ease-in;
    transition: -webkit-transform 100ms ease-in;
    -o-transition: transform 100ms ease-in;
    transition: transform 100ms ease-in;
    transition: transform 100ms ease-in, -webkit-transform 100ms ease-in;
}

section > a:hover .icon {
    -webkit-transform: scale(1.1) rotate(-0.02deg);
    -ms-transform: scale(1.1) rotate(-0.02deg);
    transform: scale(1.1) rotate(-0.02deg);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

section > a:hover h2, section > a.showing h2 {
    color: #231f20;
}

.contenu {
    display: none;
    overflow: hidden;
}

.no-js .contenu {
    display: block;
}

section button + div {
    display: none;
    overflow: hidden;
}

.no-js section button + div {
    display: block;
}

.competences {
    margin-bottom: 5rem;
    width: 100%;
}

.matiere {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 1.2rem;
    margin-left: 1.2rem;
}

.matiere .btn {
    margin-top: 2rem;
}

#affaires h2 {
    border-bottom: 3px dotted #9bd3ae;
}

#affaires .matiere {
    border-left: 3px solid #9bd3ae;
}

#social h2 {
    border-bottom: 3px dotted #a879b5;
}

#social .matiere {
    border-left: 3px solid #a879b5;
}

#immobilier h2 {
    border-bottom: 3px dotted #f5e478;
}

#immobilier .matiere {
    border-left: 3px solid #f5e478;
}

#personnes h2 {
    border-bottom: 3px dotted #56c9ed;
}

#personnes .matiere {
    border-left: 3px solid #56c9ed;
}

#public h2 {
    border-bottom: 3px dotted #857e7b;
}

#public .matiere {
    border-left: 3px solid #857e7b;
}

#mediation h2 {
    border-bottom: 3px dotted #de6e62;
}

#mediation .matiere {
    border-left: 3px solid #de6e62;
}

#procedures h2 {
    border-bottom: 3px dotted orange;
}

#procedures .matiere {
    border-left: 3px solid orange;
}

.matiere .btn {
    display: none;
}

.matiere {
    padding-bottom: 2rem;
}

/* -----------------------------------------------------------
 * ===================== FIN COMPETENCES =====================
 * ----------------------------------------------------------- */
/* ===========================================================
 * ------------------------ TARIFS ---------------------------
 * =========================================================== */
.page-tarifs {
    /* réduit l'espacement entre caractères pour le colonnes de chiffres */
    /* pour permettre l'animation toggle */
    /* listes dans les cases */
}

.page-tarifs .icon {
    position: relative;
    top: -2px;
    width: 4rem;
    fill: #fff;
    vertical-align: middle;
    margin-right: 1rem;
}

.page-tarifs [aria-selected="false"] .icon {
    fill: #9f9b99;
}

.page-tarifs table {
    width: 100%;
    background: white;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    margin-top: 2rem;
}

.page-tarifs td,
.page-tarifs th {
    padding: 0.3em 0.8em;
    border: 0;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ddd;
}

@media only screen and (max-width: 640px) {
    .page-tarifs td:not([colspan]) {
        letter-spacing: -1px;
    }
}

.page-tarifs td:first-child, .page-tarifs th:first-child {
    border-left: none;
}

.page-tarifs tr:last-child td, .page-tarifs tr:last-child th {
    border-bottom: none;
}

.page-tarifs tbody tr:first-child th {
    border: 1px solid #777;
    border-width: 1px 0;
}

.page-tarifs thead, .page-tarifs .thead-like {
    color: white;
    text-shadow: 0 0 2px black;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.page-tarifs thead th, .page-tarifs .thead-like th {
    padding: 1rem;
    font-weight: normal;
    text-align: center;
    background-color: #a55981;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a55981), to(#8e4c6f));
    background-image: -webkit-linear-gradient(#a55981, #8e4c6f);
    background-image: -o-linear-gradient(#a55981, #8e4c6f);
    background-image: linear-gradient(#a55981, #8e4c6f);
    border-bottom: none;
    cursor: pointer;
}

.page-tarifs .tarif_part thead th, .page-tarifs .tarif_part .thead-like th {
    background-color: #5b7e66;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b7e66), to(#4c6955));
    background-image: -webkit-linear-gradient(#5b7e66, #4c6955);
    background-image: -o-linear-gradient(#5b7e66, #4c6955);
    background-image: linear-gradient(#5b7e66, #4c6955);
}

.page-tarifs th {
    font-weight: bold;
    vertical-align: middle;
}

.page-tarifs th[scope="col"] {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background-color: #867f7b;
    color: white;
}

.page-tarifs .fond3 {
    text-align: center;
    background-color: #e4dedb;
    border: 1px solid #777;
    border-width: 1px 0;
    text-transform: uppercase;
}

.page-tarifs tbody tr:hover {
    background: rgba(255, 255, 0, 0.1) !important;
}

.page-tarifs tbody tr:nth-child(2n) {
    background: #fafafa !important;
}

.page-tarifs tbody tr:last-child td {
    border-bottom: none;
}

.page-tarifs table ul {
    list-style-type: none;
    padding-left: 0;
    white-space: nowrap;
    overflow: auto;
}

.page-tarifs th[scope="row"] ul {
    list-style-type: disc;
    padding-left: 2rem;
}

.page-tarifs th[scope="colgroup"] {
    color: #818181;
    text-align: left;
    border-bottom: none;
    text-transform: uppercase;
    border-top: 1px solid #777;
}

.page-tarifs th[id] ~ td {
    border-bottom: none;
}

.js-tabcontent[aria-hidden=true] {
    display: none;
}

.js-tabs {
    width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.js-tablist {
    list-style-type: none;
}

.js-tablist a {
    display: inline-block;
    float: left;
    padding: 1rem 2rem;
    font-size: 2rem;
    font-weight: normal;
    text-decoration: none;
    background: #f5f5f5;
    cursor: pointer;
    border: 1px solid #bbb;
    border-width: 1px 1px 0 0;
}

.js-tablist a#label_id_part {
    border-width: 1px 0 0 1px;
}

.js-tablist:after {
    content: '';
    display: table;
    clear: both;
}

.js-tablist a:hover {
    background: #9f9b99;
    border-bottom: none;
}

.js-tablist a:hover svg {
    fill: white;
}

.js-tablist a[aria-selected=true] {
    color: white;
}

#label_id_pro[aria-selected=true] {
    background-color: #a55981;
}

#label_id_part[aria-selected=true] {
    background-color: #5b7e66;
}

.js-tabcontent {
    width: 100%;
    padding: 2rem;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

#id_pro {
    border-top: 4px solid #a55981;
}

#id_part {
    border-top: 4px solid #5b7e66;
}

@media only screen and (max-width: 768px) {
    .js-tablist {
        padding-left: 0;
    }

    .js-tabcontent {
        padding: 2rem 0;
    }

    .js-tabcontent p,
    .js-tabcontent h2 {
        padding-left: 5%;
        padding-right: 5%;
    }

    tbody td,
    tbody th {
        line-height: 1.1;
    }
}

/* -----------------------------------------------------------
 * ======================= FIN TARIFS ========================
 * ----------------------------------------------------------- */
/* ===========================================================
 * ------------------------- BLOG ----------------------------
 * =========================================================== */
.single-post strong,
.blog strong {
    font-weight: normal;
    text-shadow: 0 0 1px #777;
    color: #231f20;
}

.single-post h1,
.single-post .h1-like {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: 2px;
    word-spacing: 3px;
}

.blog .mygrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-right: -1em;
    overflow: hidden;
}

.blog #primary {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 600px;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    margin-right: 1em;
}

.blog aside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 66% - 2em);
    flex-basis: calc(100% - 66% - 2em);
    min-width: 200px;
    margin-right: 1em;
    background-color: #3e3733;
}

.blog aside h2 {
    text-align: center;
}

.blog #colonnes {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.blog article {
    display: inline-block;
    width: 100%;
    min-width: 300px;
    background-color: #f6f6f6;
}

.blog article footer {
    background-color: #867f7b;
    color: white;
    padding: 0.5rem 0;
}

.blog article .posted-on::before {
    font-family: 'cga' !important;
    speak: none;
    content: "\e902\00a0";
}

.blog .entry-title,
.blog aside h2 {
    margin: 2rem 0;
    font-size: 2.4rem;
    line-height: 1.2;
    color: white;
}

.blog .entry-title a {
    display: block;
    text-decoration: none;
}

.blog .entry-title,
.blog .entry-meta,
.blog .entry-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.blog .entry-content {
    margin-bottom: 2rem;
}

.blog .entry-meta {
    color: white;
}

.blog .suite {
    display: block;
    text-align: right;
    border-bottom: none;
    margin-top: 0.5rem;
}

.blog .suite:hover,
.blog .suite:focus {
    border-bottom: none;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .blog #primary {
        min-width: auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }

    .blog aside {
        margin-right: 0;
    }

    .blog .mygrid {
        margin-right: 0;
    }

    .blog #colonnes {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .blog article footer {
        line-height: 1.15;
    }

    .blog .wp-post-image {
        width: 75%;
        min-width: 290px;
        display: block;
        margin: 2.5rem auto 0 auto;
        -webkit-box-shadow: 0 0 3px #777;
        box-shadow: 0 0 3px #777;
    }

    .blog .entry-title,
    .blog .entry-meta,
    .blog .entry-content {
        padding-left: 3%;
        padding-right: 3%;
    }
}

#secondary {
    padding: 0 2rem 2rem 2rem;
}

#secondary #pi_simpletwittertweets-2 ul {
    display: table;
    list-style-type: none;
    padding: 0;
}

#secondary #pi_simpletwittertweets-2 li {
    display: table-row;
    background: none;
    border-radius: 0;
    border: none;
    color: #e4dedb !important;
    font-family: arial;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

#secondary #pi_simpletwittertweets-2 li::before {
    display: table-cell;
    position: relative;
    top: 0.5rem;
    color: #e4dedb;
    font-family: 'cga' !important;
    font-size: 2.5rem;
    speak: none;
    content: "\e901\00a0";
}

#secondary #pi_simpletwittertweets-2 a {
    color: #769480 !important;
}

#secondary #pi_simpletwittertweets-2 .stt-em a {
    color: #818181 !important;
    text-decoration: none;
}

#secondary #pi_simpletwittertweets-2 .stt-em a:hover {
    text-decoration: underline;
}

/* ----- Article affiché seul ----- */
.single-post #primary {
    margin-left: 2rem;
    margin-right: 2rem;
}

.single-post .entry-title {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.single-post .entry-content {
    font-size: 1.6rem;
}

.single-post .entry-content::after {
    clear: both;
}

.single-post .entry-meta {
    font-size: 1.7rem;
    color: #000;
}

.single-post .wp-post-image {
    float: left;
    margin: 0 2rem 1rem 0;
    max-width: 50%;
}

.single-post .nav-previous,
.single-post .nav-next {
    width: 45%;
    max-width: 300px;
    border: 1px solid #ddd;
    margin-top: 4rem;
}

.single-post .nav-previous div,
.single-post .nav-next div {
    background-color: #f6f6f6;
    padding: 0 1rem;
}

.single-post .nav-previous a,
.single-post .nav-next a {
    display: block;
    padding: 1rem;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.single-post .nav-previous a:hover,
.single-post .nav-previous a:focus,
.single-post .nav-next a:hover,
.single-post .nav-next a:focus {
    background-color: #f6f6f6;
}

.single-post .nav-previous div {
    text-align: right;
}

.single-post .nav-next div {
    text-align: left;
}

.single-post .nav-previous a::before {
    content: '‹ ';
    margin-right: 1em;
    -webkit-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s;
}

.single-post .nav-next a::after {
    content: ' ›';
    margin-left: 1em;
    -webkit-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s;
}

.single-post .nav-previous a:hover::before,
.single-post .nav-previous a:focus::before {
    content: '‹ ';
    margin-right: 0.25em;
}

.single-post .nav-next a:hover::after,
.single-post .nav-next a:focus::after {
    content: ' ›';
    margin-left: 0.25em;
}

@media only screen and (max-width: 640px) {
    .single-post .wp-post-image {
        float: none;
        display: block;
        margin: 0 auto 1rem;
        max-width: 100%;
    }

    .single-post .nav-previous,
    .single-post .nav-next {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 2rem;
    }

    .single-post .nav-previous div,
    .single-post .nav-next div {
        text-align: center;
    }
}

/* -----------------------------------------------------------
 * ======================== FIN BLOG =========================
 * ----------------------------------------------------------- */
/* ------------- RESSOURCES ------------------- */
.page-ressources h2 {
    margin: 2rem 0 1rem 0 !important;
    font-size: 2.4rem;
}

/* ------------- JETPACK ------------------- */
#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
    margin-top: 4rem;
}

.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-2px) translateY(-2px);
    -ms-transform: translateX(-2px) translateY(-2px);
    transform: translateX(-2px) translateY(-2px);
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
}

/* ------------- BOUTONS ------------------- */
.page-nous-contacter form .cgbtn {
    background: #e4dedb;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    color: #231f20;
    font-family: "Open Sans", "Work Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s, text-shadow 0.3s, -webkit-box-shadow 0.5s;
    transition: background 0.3s, text-shadow 0.3s, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, background 0.3s, text-shadow 0.3s;
    transition: box-shadow 0.5s, background 0.3s, text-shadow 0.3s;
    transition: box-shadow 0.5s, background 0.3s, text-shadow 0.3s, -webkit-box-shadow 0.5s;
}

.page-nous-contacter form .cgbtn i {
    float: right;
    margin-top: 2px;
}

.page-nous-contacter form .cgbtn:focus {
    border-color: white;
}

.page-nous-contacter form .cgbtn:hover {
    -webkit-box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    background: #cec3be;
    text-shadow: 0 1px 2px #fff;
}

.page-nous-contacter form .cgbtn:active {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
    background: #e1dfde;
}

/* ------------- MOBILE GLOBAL ------------- */
/* ------------- FOOTER ------------- */
footer.end {
    background-color: #3e3733;
    position: relative;
    width: 100%;
    min-height: 10rem;
    margin-top: 5rem;
}

footer.end .icon {
    fill: white;
    position: absolute;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1rem 0;
    opacity: 0.1;
}

footer.end p {
    margin: 0 0 0 1rem;
    position: absolute;
    bottom: 0;
}

footer.end nav {
    float: right;
    margin: 1rem 0 0;
    list-style-type: none;
}

footer.end nav span:last-child {
    display: none;
}

footer.end a {
    position: relative;
    z-index: 1;
    color: #9f9b99;
    display: block;
    padding: 1rem;
    text-align: right;
    text-decoration: none;
}

footer.end a:hover,
footer.end a:focus {
    color: #9f9b99;
    background-color: #231f20;
}

/* ----------- ICONES SVG ----------- */
.icon {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    font-size: 1rem;
    line-height: 1;
}

.icon.touchable {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

/* ------------- FONTES ------------- */
@font-face {
    font-family: 'cga';
    src: url("fonts/icomoon.woff2") format("woff2"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.icon-professionel,
.icon-particulier,
.icon-ink,
.icon-twitter {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cga' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
    content: "\3e";
}

.icon-twitter:before {
    content: "\e901";
}

.icon-ink:before {
    content: "\e902";
}

.icon-professionel:before {
    content: "\e903";
}

.icon-particulier:before {
    content: "\e904";
}

/* ------------- ICONES ------------- */
.icon {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.icon-affaires {
    fill: #9bd3ae;
}

.icon-fiscal {
    fill: #857e7b;
}

.icon-societe {
    fill: #081540;
}

.icon-famille {
    fill: #dc5bc2;
}

.icon-immobilier {
    fill: #eaaf28;
}

.icon-contrat {
    fill: #56c9ed;
}

.icon-dommage-corpo {
    fill: #e1441d;
}

.icon-mediation {
    fill: #de6e62;
}

.icon-tribunal {
    fill: #8a0f0f;
}

/* -------------- FX ---------------- */
.touch-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.touch-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.touch-icon-fx .touch-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    -o-transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}

.touch-icon-fx .touch-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9) rotate(-0.02deg);
    -ms-transform: scale(0.9) rotate(-0.02deg);
    transform: scale(0.9) rotate(-0.02deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.touch-icon-fx .touch-icon:hover,
.touch-icon-fx .touch-icon:focus {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93) rotate(0.02deg);
    -ms-transform: scale(0.93) rotate(0.02deg);
    transform: scale(0.93) rotate(0.02deg);
}

.touch-icon-fx .touch-icon:hover:after,
.touch-icon-fx .touch-icon:hover:focus {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
    will-change: scale, rotate;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

/*.home figure {*/
/*    visibility: hidden;*/
/*}*/

.figure--fx {
    -webkit-animation: animat_show 0.8s;
    animation: animat_show 0.8s;
    visibility: visible !important;
}

@-webkit-keyframes animat_show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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