/*!
  Theme Name: Tergos
  Theme URI: http://turbulences.ca
  Description: Custom WordPress Theme
  Author: Turbulences
  Author URI: http:/turbulences
  Version: 1.1.5
*/

@import url('./css/fonts.css');
@import url('./css/font-awesome.css');
@import url('./css/slick.css');
@import url('./css/slick-theme.css');


img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

button,
select,
textarea,
.select-custom,
input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    resize: none;
    display: block;
    border-radius: 0px;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0.41667rem;
    margin-bottom: 0.41667rem;
    padding: 1.1rem;
}

@media screen and (max-width: 960px) {

    button,
    input,
    select,
    textarea,
    .select-custom {
        padding: 0.83333rem;
    }
}

button:-webkit-autofill,
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill,
.select-custom:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
.select-custom:focus {
    outline: none;
}

button[type=submit],
input[type=submit],
select[type=submit],
textarea[type=submit],
.select-custom[type=submit] {
    cursor: pointer;
    text-align: left;
    border-color: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.select-custom select {
    margin: 0;
    padding: 0;
}

select {
    width: 130%;
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    height: 8.33333rem;
}

/*
	Site
*/
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    overflow: hidden;
    text-rendering: auto;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.hide-scroll {
    overflow: hidden;
}

body.is_post .addthis-smartlayers {
    z-index: 998;
    position: fixed;
    visibility: visible !important;
}

body .addthis-smartlayers {
    visibility: hidden !important;
}

body .addthis-smartlayers.hide {
    display: none !important;
}

html,
button,
input,
select,
textarea {
    color: #212121;
    font-weight: 400;
    font-family: titillium, sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 1348.88889px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 17.77778px;
    }
}

@media screen and (max-width: 1297.77778px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 17.55556px;
    }
}

@media screen and (max-width: 1246.66667px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 17.33333px;
    }
}

@media screen and (max-width: 1195.55556px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 17.11111px;
    }
}

@media screen and (max-width: 1144.44444px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 16.88889px;
    }
}

@media screen and (max-width: 1093.33333px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 16.66667px;
    }
}

@media screen and (max-width: 1042.22222px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 16.44444px;
    }
}

@media screen and (max-width: 991.11111px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 16.22222px;
    }
}

@media screen and (max-width: 940px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
    }
}

@media screen and (max-width: 888.88889px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 15.77778px;
    }
}

@media screen and (max-width: 837.77778px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 15.55556px;
    }
}

@media screen and (max-width: 786.66667px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 15.33333px;
    }
}

@media screen and (max-width: 735.55556px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 15.11111px;
    }
}

@media screen and (max-width: 684.44444px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 14.88889px;
    }
}

@media screen and (max-width: 633.33333px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 14.66667px;
    }
}

@media screen and (max-width: 582.22222px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 14.44444px;
    }
}

@media screen and (max-width: 531.11111px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 14.22222px;
    }
}

@media screen and (max-width: 480px) {

    html,
    button,
    input,
    select,
    textarea {
        font-size: 14px;
    }
}

html[type=submit],
button[type=submit],
input[type=submit],
select[type=submit],
textarea[type=submit] {
    color: #FFF;
    font-weight: 600;
    background-color: #212121;
    background-repeat: no-repeat;
    background-position: 85% center;
    background-image: url('./images/arrow-long-right.svg');
    background-size: 3.61111rem 0.72222rem;
    -webkit-transition: background-color 400ms, background-position 400ms;
    -o-transition: background-color 400ms, background-position 400ms;
    transition: background-color 400ms, background-position 400ms;
}

html[type=submit]:hover,
button[type=submit]:hover,
input[type=submit]:hover,
select[type=submit]:hover,
textarea[type=submit]:hover {
    background-color: #95d60a;
    background-position: 90% center;
}

p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 table {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1,
h2,
.heading2 {
    color: #636363;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    position: relative;
    font-size: 2.66667rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 960px) {

    h1,
    h2,
    .heading2 {
        font-size: 2rem;
    }
}

h1.blue:after,
h2.blue:after,
.heading2.blue:after {
    background-color: #0ab7d6;
}

h1.yellow:after,
h2.yellow:after,
.heading2.yellow:after {
    background-color: #ffd800;
}

h1.marine:after,
h2.marine:after,
.heading2.marine:after {
    background-color: #000099;
}

h1:after,
h2:after,
.heading2:after {
    left: 50%;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: #95d60a;
    width: 3.05556rem;
    height: 0.33333rem;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

h1 small,
h2 small,
.heading2 small {
    display: block;
    font-weight: 200;
    margin-top: 0.7em;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0.32em;
}

a:link,
a:visited {
    text-decoration: none;
}

.clear {
    clear: both;
}

.tb {
    width: 100%;
    height: 100%;
    display: table;
}

.tb .td {
    display: table-cell;
    vertical-align: middle;
}

.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 77.77778rem;
}

@media screen and (max-width: 1400px) {
    .row {
        width: auto;
        max-width: auto;
    }
}

.row-wide {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1400px) {
    .row-wide {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}

.flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    /* Prevents distributing space between rows */
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.flex .item {
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.videoWrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.videoWrapper .w {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper .w iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.wpcf7 .screen-reader-response {
    display: none;
    font-weight: bold;
    padding-bottom: 0.55556rem;
}

.wpcf7 .screen-reader-response ul {
    display: none;
}

.wpcf7 .wpcf7-form {
    position: relative;
}

.wpcf7 .wpcf7-form input::placeholder,
.wpcf7 .wpcf7-form textarea::placeholder {
    color: #7c7c7c;
    opacity: 1;
}

.wpcf7 .wpcf7-form br {
    display: none;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid {
    border-color: red;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    color: red;
    float: right;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0.41667rem;
}

.wpcf7 .wpcf7-form .submit {
    position: relative;
}

.wpcf7 .wpcf7-form .radios {
    position: relative;
}

.wpcf7 .wpcf7-form .radios > .group-label {
    position: absolute;
    top: 0.41667rem;
    left: 2.1rem;
    transform: translateY(-50%);
    font-size: 0.83333rem;
    background-color: #FFF;
    color: #7c7c7c;
    font-weight: 600;
}

.wpcf7 .wpcf7-form :where(.wpcf7-radio) {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    padding: 1.1rem;
    border: 1px solid #CCC;
    margin-top: 0.41667rem;
    margin-bottom: 0.41667rem;
}

.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    line-height: 1em;
    gap: 0.5rem;
    color: #7c7c7c;
}

.wpcf7 .wpcf7-form .submit .ajax-loader {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -0.83333rem;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
    float: left;
    color: #95d60a;
    font-weight: bold;
    padding-top: 1.94444rem;
    padding-left: 0.83333rem;
}

.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
}

.loading-results {
    color: #636363;
    opacity: 0;
    text-align: center;
    font-size: 0.38889rem;
    margin-top: -2.5rem;
    -webkit-transform: opacity 400ms;
    -ms-transform: opacity 400ms;
    transform: opacity 400ms;
}

.show-credit {
    color: #FFF;
    opacity: 0.5;
    position: absolute;
    right: 1.66667rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    bottom: 0.83333rem;
    font-size: 0.66667rem;
}

.show-credit .fa {
    margin-right: 0.16667rem;
}

.wrap-credit {
    position: relative;
}

.credtis-photog {
    color: #666;
    font-size: 0.66667rem;
    padding-bottom: 2.5rem;
}

.credtis-photog a:link,
.credtis-photog a:visited {
    color: #333;
}

#ratio {
    width: 5.55556rem;
}

#s-xl {
    display: none;
}

@media screen and (max-width: 1680px) {
    #s-xl {
        display: block;
    }
}

#s-lg {
    display: none;
}

@media screen and (max-width: 1400px) {
    #s-lg {
        display: block;
    }
}

#s-md {
    display: none;
}

@media screen and (max-width: 1024px) {
    #s-md {
        display: block;
    }
}

#s-sm {
    display: none;
}

@media screen and (max-width: 960px) {
    #s-sm {
        display: block;
    }
}

#s-xs {
    display: none;
}

@media screen and (max-width: 680px) {
    #s-xs {
        display: block;
    }
}

#site {
    background-color: #fbfbfb;
    padding-top: 10rem;
    -webkit-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
}

@media screen and (max-width: 1400px) {
    #site {
        padding-top: 11.11111rem;
    }
}

@media screen and (max-width: 960px) {
    #site {
        padding-top: 7.77778rem;
    }
}

#site.lock {
    z-index: 1;
    width: 100%;
    position: fixed;
}

#site.home {
    background-color: #f5f5f5;
    padding-top: 0rem;
}

#site.home #points {
    background: #ffffff;
    padding-top: 8.33333rem;
    padding-bottom: 11.66667rem;
    margin-bottom: -6.66667rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}

#constellation,
#constellation-head {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
    /**/
    /**/
}

#constellation.anim-out,
#constellation-head.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

@media screen and (max-width: 960px) {

    #constellation,
    #constellation-head {
        display: none !important;
    }
}

#main {
    z-index: 2;
    min-height: 100vh;
    position: relative;
}

#slides-home {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
}

@media screen and (max-width: 960px) {
    #slides-home {
        height: 22.22222rem;
    }
}

#slides-home.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#slides-home #logo-home {
    top: 45%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    font-weight: 400;
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.33333rem;
    -webkit-animation: logo-in 1000ms 1 500ms forwards;
    animation: logo-in 1000ms 1 500ms forwards;
}

#slides-home #logo-home.anim-out {
    -webkit-animation: logo-out 1000ms 1 0ms forwards;
    animation: logo-out 1000ms 1 0ms forwards;
}

#slides-home #logo-home.quit {
    -webkit-animation: logo-scroll 400ms 1 0ms forwards;
    animation: logo-scroll 400ms 1 0ms forwards;
}

@media screen and (max-width: 960px) {
    #slides-home #logo-home {
        width: 100%;
        text-align: center;
    }
}

#slides-home #logo-home img {
    width: 29.38889rem;
    height: 2.77778rem;
}

@media screen and (max-width: 960px) {
    #slides-home #logo-home img {
        width: 75%;
        height: auto;
    }
}

#slides-home .items {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
}

#slides-home .items .item {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slides-home .items .item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#slides-home .show-credit {
    opacity: 1;
}

#boxs-home {
    /**/
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
    /**/
    position: relative;
    top: -1.66667rem;
    margin-bottom: 5rem;
}

#boxs-home.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#boxs-home.anim-out.onscreen .items .item:nth-child(1) {
    -webkit-animation: box-go-left 1000ms 1 0ms forwards;
    animation: box-go-left 1000ms 1 0ms forwards;
}

#boxs-home.anim-out.onscreen .items .item:nth-child(3) {
    -webkit-animation: box-go-right 1000ms 1 0ms forwards;
    animation: box-go-right 1000ms 1 0ms forwards;
}

#boxs-home.onscreen .items .item:nth-child(1) {
    -webkit-animation: box-in 1000ms 1 200ms forwards;
    animation: box-in 1000ms 1 200ms forwards;
}

#boxs-home.onscreen .items .item:nth-child(2) {
    -webkit-animation: box-in 1000ms 1 600ms forwards;
    animation: box-in 1000ms 1 600ms forwards;
}

#boxs-home.onscreen .items .item:nth-child(3) {
    -webkit-animation: box-in 1000ms 1 1000ms forwards;
    animation: box-in 1000ms 1 1000ms forwards;
}

#boxs-home h4 {
    margin-bottom: 0.7em;
    font-size: 1.66667rem;
}

#boxs-home .items {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    #boxs-home .items {
        width: 95%;
    }
}

@media screen and (max-width: 960px) {
    #boxs-home .items {
        width: 100%;
    }
}

#boxs-home .items:hover .item:after {
    -webkit-filter: brightness(97%);
    filter: brightness(97%);
    -webkit-transform: scale(0.95, 0.9);
    -ms-transform: scale(0.95, 0.9);
    transform: scale(0.95, 0.9);
}

#boxs-home .items:hover .item .box {
    -webkit-filter: brightness(97%);
    filter: brightness(97%);
    -webkit-transform: scale(0.95, 0.9);
    -ms-transform: scale(0.95, 0.9);
    transform: scale(0.95, 0.9);
}

#boxs-home .items .item {
    opacity: 0;
    z-index: 0;
    width: 50%;
    position: relative;
}

@media screen and (max-width: 960px) {
    #boxs-home .items .item {
        width: 90%;
    }
}

#boxs-home .items .item:after {
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    -webkit-transition: -webkit-transform 400ms, -webkit-filter 400ms;
    transition: -webkit-transform 400ms, -webkit-filter 400ms;
    -o-transition: transform 400ms, filter 400ms;
    transition: transform 400ms, filter 400ms;
    transition: transform 400ms, filter 400ms, -webkit-transform 400ms, -webkit-filter 400ms;
}

#boxs-home .items .item:hover {
    z-index: 1;
}

#boxs-home .items .item:hover:after {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: scale(1.075, 1.075);
    -ms-transform: scale(1.075, 1.075);
    transform: scale(1.075, 1.075);
}

#boxs-home .items .item:hover .box {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: scale(1.075, 1.075);
    -ms-transform: scale(1.075, 1.075);
    transform: scale(1.075, 1.075);
}

#boxs-home .items .item .box {
    z-index: 0;
    color: #000;
    z-index: 1;
    display: block;
    position: relative;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    padding: 1.66667rem;
    padding-top: 3.33333rem;
    padding-bottom: 3.33333rem;
    -webkit-transition: -webkit-transform 400ms, -webkit-filter 400ms;
    transition: -webkit-transform 400ms, -webkit-filter 400ms;
    -o-transition: transform 400ms, filter 400ms;
    transition: transform 400ms, filter 400ms;
    transition: transform 400ms, filter 400ms, -webkit-transform 400ms, -webkit-filter 400ms;
}

#boxs-home .items .item .box .thb {
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 2.08333rem;
    margin-bottom: 2.08333rem;
}

#boxs-home .items .item .box .thb.blue:after {
    background-color: #0ab7d6;
}

#boxs-home .items .item .box .thb.yellow:after {
    background-color: #ffd800;
}

#boxs-home .items .item .box .thb.marine:after {
    background-color: #000099;
}

#boxs-home .items .item .box .thb:after {
    left: 50%;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: #95d60a;
    width: 3.05556rem;
    height: 0.33333rem;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

#boxs-home .items .item .box .thb img {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#boxs-home .items .item .box p {
    font-weight: 200;
    line-height: 1.6em;
}

.carrousel-projets {
    z-index: 1;
    opacity: 1;
    position: relative;
}

.carrousel-projets.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

.carrousel-projets header {
    opacity: 0;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}

.carrousel-projets header.onscreen {
    opacity: 1;
}

.carrousel-projets header.onscreen h3:after {
    -webkit-animation: bar-title-in 1000ms 1 0ms forwards;
    animation: bar-title-in 1000ms 1 0ms forwards;
}

.carrousel-projets .move {
    opacity: 0;
    -webkit-transform: translateY(5.55556rem);
    -ms-transform: translateY(5.55556rem);
    transform: translateY(5.55556rem);
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
    transition: opacity 1000ms, -webkit-transform 1000ms;
    -o-transition: transform 1000ms, opacity 1000ms;
    transition: transform 1000ms, opacity 1000ms;
    transition: transform 1000ms, opacity 1000ms, -webkit-transform 1000ms;
}

.carrousel-projets .move.onscreen {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.carrousel-projets .move.onscreen .item .content {
    top: -3.33333rem;
}

.carrousel-projets .items {
    width: 76%;
    margin-left: 12%;
    color: #4a4a4a;
    padding-top: 3.33333rem;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items {
        width: 100%;
        margin: 0%;
        padding-top: 0rem;
    }
}

.carrousel-projets .items .slick-list {
    overflow: visible;
}

.carrousel-projets .items .slick-arrow {
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .slick-arrow {
        display: none;
    }
}

.carrousel-projets .items .slick-arrow.arrow-left,
.carrousel-projets .items .slick-arrow.arrow-right {
    top: 6.6%;
    z-index: 1;
    width: 13%;
    height: 93.5%;
    position: absolute;
}

.carrousel-projets .items .slick-arrow.arrow-left {
    left: -13%;
}

.carrousel-projets .items .slick-arrow.arrow-right {
    right: -13%;
}

.carrousel-projets .items .item {
    position: relative;
    background-color: #000;
}

.carrousel-projets .items .item:focus {
    outline: none;
}

.carrousel-projets .items .item.over .bg,
.carrousel-projets .items .item.slick-current .bg {
    opacity: 1;
}

.carrousel-projets .items .item.slick-current .content {
    opacity: 1;
}

.carrousel-projets .items .item .content {
    width: 25%;
    opacity: 0;
    z-index: 2;
    font-weight: 200;
    position: absolute;
    background-color: #FFF;
    color: #4a4a4a;
    font-size: 2rem;
    top: 0rem;
    left: -3.75%;
    padding: 3.33333rem;
    padding-top: 4.16667rem;
    padding-bottom: 5rem;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: opacity 400ms, top 1000ms, -webkit-box-shadow 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, top 1000ms, -webkit-box-shadow 400ms, -webkit-transform 400ms;
    -o-transition: box-shadow 400ms, opacity 400ms, transform 400ms, top 1000ms;
    transition: box-shadow 400ms, opacity 400ms, transform 400ms, top 1000ms;
    transition: box-shadow 400ms, opacity 400ms, transform 400ms, top 1000ms, -webkit-box-shadow 400ms, -webkit-transform 400ms;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .item .content {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.66667rem;
        padding-top: 1.66667rem;
        padding-bottom: 1.66667rem;
        padding-right: 5rem;
        position: static;
    }
}

.carrousel-projets .items .item .content:hover {
    -webkit-transform: scale(1.075, 1.075);
    -ms-transform: scale(1.075, 1.075);
    transform: scale(1.075, 1.075);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .item .content:hover {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    }
}

.carrousel-projets .items .item .content:hover .carret {
    bottom: -1.66667rem;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .item .content:hover .carret {
        bottom: 50%;
    }
}

.carrousel-projets .items .item .content p {
    padding: 0;
    margin: 0;
    font-weight: 200;
}

.carrousel-projets .items .item .content strong {
    font-weight: 300;
}

.carrousel-projets .items .item .content .carret {
    position: absolute;
    background-color: #95d60a;
    width: 3.61111rem;
    height: 3.33333rem;
    bottom: -1.11111rem;
    right: 5rem;
    -webkit-transition: bottom 400ms;
    -o-transition: bottom 400ms;
    transition: bottom 400ms;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .item .content .carret {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        right: 1.66667rem;
        width: 2.52778rem;
        height: 2.33333rem;
    }
}

.carrousel-projets .items .item .content .carret:after {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    width: 1.38889rem;
    height: 0.83333rem;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url('./images/carret_down.svg');
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .item .content .carret:after {
        width: 0.97222rem;
        height: 0.58333rem;
    }
}

.carrousel-projets .items .item .bg {
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    position: absolute;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .item .bg {
        display: block;
        position: relative;
        height: 17.77778rem;
    }
}

.carrousel-projets .items .item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .items .item img {
        position: absolute;
        height: 17.77778rem;
    }
}

.carrousel-projets .nav {
    width: 88%;
    z-index: 2;
    font-weight: 300;
    margin-left: 12%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #242424;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.22222rem;
}

@media screen and (max-width: 960px) {
    .carrousel-projets .nav {
        margin: 0%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.carrousel-projets .nav a,
.carrousel-projets .nav span {
    float: left;
    color: #FFF;
    cursor: pointer;
    position: relative;
    padding: 2.5rem;
    padding-top: 1.66667rem;
    padding-bottom: 1.66667rem;
    padding-right: 7.77778rem;
    background: #242424;
    background: -o-linear-gradient(315deg, #242424 0%, #242424 100%);
    background: linear-gradient(135deg, #242424 0%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$c', endColorstr='$c', GradientType=1);
}

.carrousel-projets .nav a:first-child,
.carrousel-projets .nav span:first-child {
    border-right: 1px solid #000;
}

@media screen and (max-width: 960px) {

    .carrousel-projets .nav a:first-child,
    .carrousel-projets .nav span:first-child {
        display: none;
    }
}

.carrousel-projets .nav a:hover,
.carrousel-projets .nav span:hover {
    background: #242424;
    background: -o-linear-gradient(315deg, #3a3a3a 0%, #242424 100%);
    background: linear-gradient(135deg, #3a3a3a 0%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$h', endColorstr='$c', GradientType=1);
}

.carrousel-projets .nav a:hover:after,
.carrousel-projets .nav span:hover:after {
    right: 1.66667rem;
}

.carrousel-projets .nav a:after,
.carrousel-projets .nav span:after {
    top: 50%;
    content: '';
    opacity: 0.3;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.61111rem;
    height: 0.72222rem;
    right: 2.5rem;
    background-size: 100% auto;
    background-image: url('./images/arrow-long-right.svg');
    -webkit-transition: right 400ms;
    -o-transition: right 400ms;
    transition: right 400ms;
}

.carrousel-projets .nav a:link,
.carrousel-projets .nav a:visited,
.carrousel-projets .nav span:link,
.carrousel-projets .nav span:visited {
    color: #FFF;
}

.carrousel-projets .show-credit {
    bottom: 2.91667rem;
}

#points {
    /**/
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
    /**/
    color: #424242;
    position: relative;
    margin-bottom: 1.66667rem;
}

#points.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#points h1:after,
#points h2:after,
#points .heading2:after {
    background-color: #0ab7d6;
}

#points header {
    opacity: 0;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}

#points header.onscreen {
    opacity: 1;
}

#points header.onscreen h3:after {
    -webkit-animation: bar-title-in 1000ms 1 0ms forwards;
    animation: bar-title-in 1000ms 1 0ms forwards;
}

#points .items {
    margin-top: 6.66667rem;
}

@media screen and (max-width: 960px) {
    #points .items {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.66667rem;
    }
}

#points .items .item {
    position: relative;
    height: 16.66667rem;
}

@media screen and (max-width: 960px) {
    #points .items .item {
        height: auto;
    }
}

#points .items .item.onscreen:after {
    height: 84%;
}

@media screen and (max-width: 960px) {
    #points .items .item.onscreen:after {
        height: 100%;
    }
}

#points .items .item.onscreen .content {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1, 1);
    -ms-transform: translateY(0%) scale(1, 1);
    transform: translateY(0%) scale(1, 1);
}

#points .items .item.onscreen .dot {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
}

#points .items .item.onscreen .dot:after {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
}

#points .items .item.onscreen .excerpt {
    opacity: 1;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
}

#points .items .item:after {
    top: -92%;
    left: 50%;
    width: 1px;
    content: '';
    height: 0%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c4c4c4;
    -webkit-transition: height 400ms ease-out 000ms;
    -o-transition: height 400ms ease-out 000ms;
    transition: height 400ms ease-out 000ms;
}

@media screen and (max-width: 960px) {
    #points .items .item:after {
        top: -100%;
        left: 0rem;
    }
}

#points .items .item:nth-child(even) .content {
    left: 0%;
    text-align: right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

@media screen and (max-width: 960px) {
    #points .items .item:nth-child(even) .content {
        left: 2.5rem;
        text-align: left;
    }
}

#points .items .item:nth-child(even) .content .excerpt {
    right: 0%;
}

@media screen and (max-width: 960px) {
    #points .items .item:nth-child(even) .content .excerpt {
        left: 0%;
        right: auto;
    }
}

#points .items .item:nth-child(odd) .content {
    left: 60%;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

@media screen and (max-width: 960px) {
    #points .items .item:nth-child(odd) .content {
        left: 2.5rem;
    }
}

#points .items .item:nth-child(odd) .content .excerpt {
    left: 0%;
}

#points .items .item:first-child:after {
    display: none;
}

#points .items .item h5 {
    font-weight: 200;
    font-size: 1.77778rem;
}

@media screen and (max-width: 960px) {
    #points .items .item h5 {
        margin-top: 2.08333rem;
    }
}

#points .items .item h5 .num {
    display: block;
    font-weight: 300;
    margin-bottom: 0.3em;
    font-size: 2.66667rem;
}

#points .items .item .dot {
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    width: 3.88889rem;
    height: 3.88889rem;
    border: 0.55556rem solid #FFF;
    -webkit-transform: translate(-50%, -50%) scale(3, 3);
    -ms-transform: translate(-50%, -50%) scale(3, 3);
    transform: translate(-50%, -50%) scale(3, 3);
    -webkit-transition: opacity 400ms ease-out 400ms, -webkit-transform 400ms ease-out 400ms;
    transition: opacity 400ms ease-out 400ms, -webkit-transform 400ms ease-out 400ms;
    -o-transition: opacity 400ms ease-out 400ms, transform 400ms ease-out 400ms;
    transition: opacity 400ms ease-out 400ms, transform 400ms ease-out 400ms;
    transition: opacity 400ms ease-out 400ms, transform 400ms ease-out 400ms, -webkit-transform 400ms ease-out 400ms;
}

@media screen and (max-width: 960px) {
    #points .items .item .dot {
        width: 2.33333rem;
        height: 2.33333rem;
        left: 0rem;
        border: 0.33333rem solid #FFF;
        background-color: #fbfbfb;
    }
}

#points .items .item .dot:after {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    border-radius: 100px;
    background-color: #0ab7d6;
    width: 0.66667rem;
    height: 0.66667rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transition: -webkit-transform 400ms ease-out 400ms;
    transition: -webkit-transform 400ms ease-out 400ms;
    -o-transition: transform 400ms ease-out 400ms;
    transition: transform 400ms ease-out 400ms;
    transition: transform 400ms ease-out 400ms, -webkit-transform 400ms ease-out 400ms;
}

@media screen and (max-width: 960px) {
    #points .items .item .dot:after {
        width: 0.4rem;
        height: 0.4rem;
    }
}

#points .items .item .excerpt {
    top: 100%;
    opacity: 0;
    width: 100%;
    color: #636363;
    font-weight: 300;
    position: absolute;
    line-height: 1.6em;
    font-size: 1rem;
    margin-top: 1.25rem;
    -webkit-transform: translateY(3.33333rem);
    -ms-transform: translateY(3.33333rem);
    transform: translateY(3.33333rem);
    -webkit-transition: opacity 400ms ease-out 1200ms, -webkit-transform 400ms ease-out 1200ms;
    transition: opacity 400ms ease-out 1200ms, -webkit-transform 400ms ease-out 1200ms;
    -o-transition: transform 400ms ease-out 1200ms, opacity 400ms ease-out 1200ms;
    transition: transform 400ms ease-out 1200ms, opacity 400ms ease-out 1200ms;
    transition: transform 400ms ease-out 1200ms, opacity 400ms ease-out 1200ms, -webkit-transform 400ms ease-out 1200ms;
}

@media screen and (max-width: 960px) {
    #points .items .item .excerpt {
        width: 125%;
        position: relative;
        padding-bottom: 2.77778rem;
    }
}

#points .items .item .content {
    width: 40%;
    opacity: 0;
    position: absolute;
    top: -3.33333rem;
    -webkit-transform: translateY(5.55556rem) scale(1.1, 1.1);
    -ms-transform: translateY(5.55556rem) scale(1.1, 1.1);
    transform: translateY(5.55556rem) scale(1.1, 1.1);
    -webkit-transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
    transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
    -o-transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
    transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
    transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
}

@media screen and (max-width: 960px) {
    #points .items .item .content {
        width: 75%;
        position: relative;
        top: -1.66667rem;
    }
}

#posts,
.filters,
#content,
#nav-childs,
#contact .row,
.single-content {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 960px) {

    #posts,
    .filters,
    #content,
    #nav-childs,
    #contact .row,
    .single-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}

#posts header,
.filters header,
#content header,
#nav-childs header,
#contact .row header,
.single-content header {
    margin-bottom: 3.33333rem;
}

@media screen and (max-width: 960px) {

    #posts header,
    .filters header,
    #content header,
    #nav-childs header,
    #contact .row header,
    .single-content header {
        margin-bottom: 0.41667rem;
    }
}

#filters-realisations.filters header {
    margin-bottom: auto;
}

@media screen and (max-width: 1440px) {

    #posts,
    .filters {
        width: auto;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 960px) {

    #posts,
    .filters {
        width: auto;
        margin-left: 0%;
        margin-right: 0%;
    }
}

.single-content .single-content-header {
    color: #636363;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 3.33333rem;
}

.single-content .single-content-header a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    padding: 0.83333rem;
}

@media screen and (max-width: 960px) {
    .single-content .single-content-header a span {
        display: none;
    }
}

.single-content .single-content-header a:link,
.single-content .single-content-header a:visited {
    color: #636363;
}

.single-content .single-content-header a.go-prev:hover:after,
.single-content .single-content-header a.go-next:hover:after,
.single-content .single-content-header a.go-all:hover:after {
    opacity: 1;
}

.single-content .single-content-header a.go-prev:after,
.single-content .single-content-header a.go-next:after,
.single-content .single-content-header a.go-all:after {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    opacity: 0;
    position: absolute;
    background-color: #636363;
    height: 0.22222rem;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

@media screen and (max-width: 960px) {

    .single-content .single-content-header a.go-prev:after,
    .single-content .single-content-header a.go-next:after,
    .single-content .single-content-header a.go-all:after {
        height: 0.11111rem;
    }
}

.single-content .single-content-header a.go-prev:before,
.single-content .single-content-header a.go-next:before,
.single-content .single-content-header a.go-all:before {
    top: 50%;
    content: '';
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 0.55556rem;
    height: 0.94444rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url('./images/arrow-long-right.svg');
}

.single-content .single-content-header a.go-prev {
    padding-left: 1.25rem;
}

@media screen and (max-width: 960px) {
    .single-content .single-content-header a.go-prev {
        padding-left: 1.66667rem;
    }
}

.single-content .single-content-header a.go-prev:hover:before {
    left: -5%;
}

.single-content .single-content-header a.go-prev:before {
    left: 0%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: left 400ms;
    -o-transition: left 400ms;
    transition: left 400ms;
}

.single-content .single-content-header a.go-next {
    float: right;
    padding-right: 1.25rem;
}

.single-content .single-content-header a.go-next:hover:before {
    right: -5%;
}

.single-content .single-content-header a.go-next:before {
    right: 0%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: right 400ms;
    -o-transition: right 400ms;
    transition: right 400ms;
}

.single-content .single-content-header a.go-all {
    margin-left: 1.875rem;
    padding-left: 1.875rem;
}

@media screen and (max-width: 960px) {
    .single-content .single-content-header a.go-all {
        margin-left: 0rem;
        padding-left: 1.66667rem;
    }
}

.single-content .single-content-header a.go-all:before {
    left: 0%;
    -webkit-filter: invert(0%);
    filter: invert(0%);
    width: 1.05556rem;
    height: 1rem;
    background-image: url('./images/icon_list.svg');
}

.single-content h4 {
    color: #000;
    font-size: 1.27778rem;
    margin-top: 4.16667rem;
    margin-bottom: 3.33333rem;
}

@media screen and (max-width: 960px) {
    .single-content h4 {
        margin-top: 1.66667rem;
        margin-bottom: 1.66667rem;
    }
}

.single-content p,
.single-content ul,
.single-content ol {
    margin-bottom: 1.66667rem;
}

.single-content .content {
    color: #636363;
    font-weight: 400;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 2rem;
}

@media screen and (max-width: 1400px) {
    .single-content .content {
        margin-left: 0%;
        margin-right: 0%;
    }
}

.single-content .content strong {
    color: #000;
}

.single-content .content ul,
.single-content .content table {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
    border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 960px) {

    .single-content .content ul,
    .single-content .content table {
        width: 100%;
    }
}

.single-content .content ul li,
.single-content .content ul td,
.single-content .content table li,
.single-content .content table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e6e6e6;
}

.single-content .content ul {
    padding: 0;
    list-style: none;
}

.single-content .content ul li {
    position: relative;
    padding-left: 1.11111rem;
}

.single-content .content ul li:before {
    top: auto;
    content: '»';
    color: #95d60a;
    position: absolute;
    left: 0rem;
}

.single-content .content ul li a {
    word-break: break-word;
}

.single-content .content ol {
    margin-left: 1.27778rem;
}

@media screen and (max-width: 960px) {
    .single-content .content table {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .single-content .content table tr {
        display: block;
    }
}

.single-content .content table tr td {
    vertical-align: top;
    padding-right: 0.83333rem;
}

@media screen and (max-width: 960px) {
    .single-content .content table tr td {
        display: block;
    }
}

.single-content .content table tr td:first-child {
    white-space: nowrap;
}

.single-content .content table tr td ul,
.single-content .content table tr td ol {
    width: auto;
    border-top: none;
}

.single-content .content table tr td ul li,
.single-content .content table tr td ol li {
    padding-top: 0;
    padding-top: 0;
    border-bottom: none;
}

.single-content .content a:link,
.single-content .content a:visited {
    color: #000;
}

.single-content .content img {
    vertical-align: top;
    display: inline-block;
}

.single-content .content img.size-medium {
    width: 70%;
    height: auto;
}

.single-content .content img.size-large {
    width: 120%;
    height: auto;
    margin-left: -10%;
}

.single-content .content img.size-full {
    width: 151%;
    height: auto;
    opacity: 0;
    margin-left: -25.5%;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

.single-content .content .wp-caption {
    width: auto !important;
}

.single-content .content .wp-embed-image-link {
    display: inline-block;
    position: relative;
}

.single-content .zoom {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 2.66667rem;
    height: 2.66667rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    top: 0.83333rem;
    right: 0.83333rem;
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('./images/icon_zoom.svg');
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.single-content .single-zoom {
    position: relative;
}

.single-content .single-zoom:hover .zoom {
    opacity: 1;
}

.single-content .gallery-masonry {
    margin-bottom: 3.33333rem;
}

.single-content .gallery-masonry:hover .gallery-photo {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.single-content .gallery-masonry .gallery-photo {
    -webkit-transition: -webkit-filter 400ms;
    transition: -webkit-filter 400ms;
    -o-transition: filter 400ms;
    transition: filter 400ms;
    transition: filter 400ms, -webkit-filter 400ms;
}

.single-content .gallery-masonry .gallery-photo:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.single-content .gallery-masonry .gallery-photo:hover .zoom {
    opacity: 1;
}

.single-content .gallery-masonry.third {
    position: relative;
}

.single-content .gallery-masonry.third .gallery-photo {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-content .gallery-masonry.third .gallery-photo[g="1:2"] {
    width: 33.33333%;
    height: 27.77778rem;
}

.single-content .gallery-masonry.third .gallery-photo[g="1:1"] {
    width: 33.33333%;
    height: 13.88889rem;
}

.single-content .gallery-masonry.third .gallery-photo[g="2:1"] {
    width: 66.66667%;
    height: 27.77778rem;
}

.single-content .gallery-masonry.third .gallery-photo[g="3:1"] {
    width: 100%;
    height: 27.77778rem;
}

.single-content .gallery-masonry.half {
    position: relative;
}

.single-content .gallery-masonry.half .gallery-photo {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-content .gallery-masonry.half .gallery-photo[g="1:2"] {
    width: 25%;
    height: 27.77778rem;
}

.single-content .gallery-masonry.half .gallery-photo[g="1:1"] {
    width: 25%;
    height: 13.88889rem;
}

.single-content .gallery-masonry.half .gallery-photo[g="2:1"] {
    width: 50%;
    height: 27.77778rem;
}

.single-content .gallery-masonry.half .gallery-photo[g="3:1"] {
    width: 100%;
    height: 27.77778rem;
}

@media screen and (max-width: 960px) {

    .single-content .gallery-masonry.half .gallery-photo[g="1:2"],
    .single-content .gallery-masonry.half .gallery-photo[g="1:1"],
    .single-content .gallery-masonry.half .gallery-photo[g="2:1"],
    .single-content .gallery-masonry.half .gallery-photo[g="3:1"],
    .single-content .gallery-masonry.third .gallery-photo[g="1:2"],
    .single-content .gallery-masonry.third .gallery-photo[g="1:1"],
    .single-content .gallery-masonry.third .gallery-photo[g="2:1"],
    .single-content .gallery-masonry.third .gallery-photo[g="3:1"] {
        width: 100%;
    }
}

.single-content .gallery-masonry .bg {
    left: 0.11111rem;
    top: 0.11111rem;
    right: 0.11111rem;
    bottom: 0.11111rem;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

.single-content .gallery {
    height: auto;
    width: 99.3vw;
    margin-left: 50%;
    margin-right: auto;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 5rem;
}

.single-content .gallery:hover .zoom {
    opacity: 1;
}

.single-content .gallery.plans {
    width: 100%;
    margin-left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.single-content .gallery.plans .gallery-photo {
    background-color: #FFF;
}

.single-content .gallery.plans .gallery-photo img {
    top: 50%;
    left: 50%;
    position: absolute;
    vertical-align: top;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-content .gallery.plans .gallery-photo img.h {
    width: auto;
    height: 100%;
}

.single-content .gallery.plans .gallery-photo img.v {
    width: auto;
    height: 100%;
}

.single-content .gallery .slick-arrow {
    bottom: 0%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    background-color: #212121;
    width: 4.44444rem;
    height: 4.44444rem;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
}

.single-content .gallery .slick-arrow:hover {
    background-color: #333333;
}

.single-content .gallery .slick-arrow:before {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 0.66667rem;
    height: 1.27778rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('./images/carret.svg');
}

.single-content .gallery .slick-arrow.arrow-right {
    z-index: 0;
    right: 0rem;
    margin-right: 12%;
}

.single-content .gallery .slick-arrow.arrow-left {
    z-index: 1;
    margin-right: 12%;
    border-right: 1px solid #000;
    right: 4.44444rem;
}

.single-content .gallery .slick-arrow.arrow-left:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.single-content .gallery .gallery-photo {
    height: 70vh;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.single-content .gallery .gallery-photo img {
    top: 50%;
    left: 50%;
    position: absolute;
    vertical-align: top;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-content .gallery .gallery-photo img.h {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 960px) {
    .single-content .gallery .gallery-photo img.h {
        width: auto;
        height: 100%;
    }
}

.single-content .gallery .gallery-photo img.v {
    width: auto;
    height: 100%;
}

#single-post {
    /**/
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
    /**/
}

@media screen and (max-width: 960px) {
    #single-post {
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}

#single-post.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#single-post h1,
#single-post h2,
#single-post .heading2 {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    padding-bottom: 0rem;
}

@media screen and (max-width: 960px) {

    #single-post h1,
    #single-post h2,
    #single-post .heading2 {
        margin-left: 0%;
        margin-right: 0%;
    }
}

#single-post h1:after,
#single-post h2:after,
#single-post .heading2:after {
    display: none;
}

#single-post .content {
    text-align: left;
}

#filters-realisations {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5.55556rem;
    /**/
}

@media screen and (max-width: 960px) {
    #filters-realisations {
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}

#filters-realisations header {
    margin-bottom: 3.33333rem;
}

@media screen and (max-width: 960px) {
    #filters-realisations header {
        margin-bottom: 0.41667rem;
    }
}

@media screen and (max-width: 960px) {
    #filters-realisations {
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}

#filters-realisations .fiters-header {
    color: #636363;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    padding-bottom: 1.66667rem;
    /**/
    /**/
}

@media screen and (max-width: 960px) {
    #filters-realisations .fiters-header {
        line-height: 2.08333rem;
        padding-bottom: 0.83333rem;
    }
}

#filters-realisations .fiters-header.anim-in {
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
}

#filters-realisations .fiters-header.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#filters-realisations .fiters-header a {
    display: block;
    position: relative;
    padding-top: 0.83333rem;
    padding-bottom: 0.83333rem;
}

@media screen and (max-width: 960px) {
    #filters-realisations .fiters-header a {
        padding: 0;
    }
}

#filters-realisations .fiters-header a:link,
#filters-realisations .fiters-header a:visited {
    color: #636363;
}

#filters-realisations .fiters-header a:hover:after,
#filters-realisations .fiters-header a:active:after {
    display: block;
}

#filters-realisations .fiters-header a:after {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    display: none;
    position: absolute;
    background-color: #636363;
    height: 0.22222rem;
}

@media screen and (max-width: 960px) {
    #filters-realisations .fiters-header a:after {
        height: 0.11111rem;
    }
}

#filters-realisations .fiters-header ul {
    list-style: none;
    position: relative;
}

#filters-realisations .fiters-header ul.top {
    border-bottom: 1px solid #e6e6e6;
}

#filters-realisations .fiters-header ul.top > li.current-cat > a:after,
#filters-realisations .fiters-header ul.top > li.current-cat-parent > a:after,
#filters-realisations .fiters-header ul.top > li.current-cat-ancestor > a:after {
    opacity: 1;
}

@media screen and (max-width: 960px) {

    #filters-realisations .fiters-header ul.top > li.current-cat .more,
    #filters-realisations .fiters-header ul.top > li.current-cat-parent .more,
    #filters-realisations .fiters-header ul.top > li.current-cat-ancestor .more {
        display: block;
    }
}

#filters-realisations .fiters-header ul.top > li > a:hover:after,
#filters-realisations .fiters-header ul.top > li > a:active:after {
    opacity: 1;
    display: block;
    background-color: #cdcdcd;
}

#filters-realisations .fiters-header ul.top > li > a:after {
    opacity: 0;
    display: block;
    -webkit-transition: opacity 400ms, background-color 400ms;
    -o-transition: opacity 400ms, background-color 400ms;
    transition: opacity 400ms, background-color 400ms;
}

#filters-realisations .fiters-header ul li {
    display: inline-block;
    margin-right: 1.66667rem;
}

@media screen and (max-width: 1400px) {
    #filters-realisations .fiters-header ul li {
        margin-right: 0.44444rem;
    }
}

@media screen and (max-width: 960px) {
    #filters-realisations .fiters-header ul li {
        display: block;
        margin-right: 0;
        position: relative;
    }
}

#filters-realisations .fiters-header ul li:last-child {
    margin-right: 0;
}

#filters-realisations .fiters-header ul li.current-cat,
#filters-realisations .fiters-header ul li.current-cat-parent,
#filters-realisations .fiters-header ul li.current-cat-ancestor {
    color: #000;
}

#filters-realisations .fiters-header ul li.current-cat a:link,
#filters-realisations .fiters-header ul li.current-cat a:visited,
#filters-realisations .fiters-header ul li.current-cat-parent a:link,
#filters-realisations .fiters-header ul li.current-cat-parent a:visited,
#filters-realisations .fiters-header ul li.current-cat-ancestor a:link,
#filters-realisations .fiters-header ul li.current-cat-ancestor a:visited {
    color: #000;
}

#filters-realisations .fiters-header ul li.current-cat a:after,
#filters-realisations .fiters-header ul li.current-cat-parent a:after,
#filters-realisations .fiters-header ul li.current-cat-ancestor a:after {
    display: block;
}

#filters-realisations .fiters-header ul li.current-cat ul,
#filters-realisations .fiters-header ul li.current-cat-parent ul,
#filters-realisations .fiters-header ul li.current-cat-ancestor ul {
    display: block;
}

@media screen and (max-width: 960px) {

    #filters-realisations .fiters-header ul li.current-cat ul,
    #filters-realisations .fiters-header ul li.current-cat-parent ul,
    #filters-realisations .fiters-header ul li.current-cat-ancestor ul {
        display: none;
    }
}

#filters-realisations .fiters-header ul li ul {
    left: 0;
    display: none;
    position: absolute;
    padding-top: 0.83333rem;
}

@media screen and (max-width: 960px) {
    #filters-realisations .fiters-header ul li ul {
        position: relative;
        padding-top: 0.41667rem;
    }
}

@media screen and (max-width: 960px) {
    #filters-realisations .fiters-header ul li ul.mobile-show {
        display: block;
    }
}

#filters-realisations .fiters-header ul li ul li {
    margin-right: 0.83333rem;
}

#filters-realisations .fiters-header ul li ul li.current-cat,
#filters-realisations .fiters-header ul li ul li.current-cat-parent,
#filters-realisations .fiters-header ul li ul li.current-cat-ancestor {
    color: #000;
}

#filters-realisations .fiters-header ul li ul li.current-cat a:link,
#filters-realisations .fiters-header ul li ul li.current-cat a:visited,
#filters-realisations .fiters-header ul li ul li.current-cat-parent a:link,
#filters-realisations .fiters-header ul li ul li.current-cat-parent a:visited,
#filters-realisations .fiters-header ul li ul li.current-cat-ancestor a:link,
#filters-realisations .fiters-header ul li ul li.current-cat-ancestor a:visited {
    color: #000;
}

#filters-realisations .fiters-header ul li ul li.current-cat a:after,
#filters-realisations .fiters-header ul li ul li.current-cat-parent a:after,
#filters-realisations .fiters-header ul li ul li.current-cat-ancestor a:after {
    display: block !important;
}

#filters-realisations .fiters-header ul li ul li a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media screen and (max-width: 960px) {
    #filters-realisations .fiters-header ul li ul li a {
        padding: 0;
    }
}

#filters-realisations .fiters-header ul li ul li a:link,
#filters-realisations .fiters-header ul li ul li a:visited {
    color: #636363;
}

#filters-realisations .fiters-header ul li ul li a:after {
    top: 50%;
    content: '';
    bottom: auto;
    display: none !important;
    left: -0.11111rem;
    width: 1.38889rem;
    height: 1.16667rem;
    margin-top: 0.05556rem;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(-50%) scale(0.7, 0.7);
    -ms-transform: translateY(-50%) scale(0.7, 0.7);
    transform: translateY(-50%) scale(0.7, 0.7);
    background-color: transparent;
    background-image: url('./images/hook.svg');
}

#filters-realisations .fiters-header ul li ul li a:before {
    content: '';
    position: static;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    border: 1px solid #cdcdcd;
    margin-right: 0.41667rem;
}

#filters-realisations .fiters-header ul li ul li .more {
    display: none !important;
}

#filters-realisations .fiters-header ul li .more {
    top: 0;
    right: 0;
    display: none;
    cursor: pointer;
    text-align: right;
    position: absolute;
    width: 3.05556rem;
    font-size: 1.16667rem;
}

#filters-realisations .items {
    position: relative;
    margin-bottom: 5.55556rem;
    /**/
    -webkit-animation: results-in 1000ms 1 0ms forwards;
    animation: results-in 1000ms 1 0ms forwards;
    /**/
}

@media screen and (max-width: 680px) {
    #filters-realisations .items {
        height: auto !important;
        margin-top: 1.66667rem;
    }
}

#filters-realisations .items.anim-out {
    -webkit-animation: results-out 1000ms 1 0ms forwards;
    animation: results-out 1000ms 1 0ms forwards;
}

#filters-realisations .items a:link,
#filters-realisations .items a:visited {
    color: #FFF;
}

#filters-realisations .items .item {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 680px) {
    #filters-realisations .items .item {
        top: 0 !important;
        left: 0 !important;
        position: relative;
    }
}

#filters-realisations .items .item.show h4 {
    opacity: 1;
}

#filters-realisations .items .item.show:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#filters-realisations .items .item:hover:after {
    background-color: rgba(149, 214, 10, 0.6);
}

#filters-realisations .items .item:hover h4 {
    border-color: transparent;
    background-color: transparent;
}

@media screen and (max-width: 960px) {
    #filters-realisations .items .item:hover h4 {
        background-color: #212121;
    }
}

#filters-realisations .items .item:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    background-color: rgba(149, 214, 10, 0);
    -webkit-transition: background-color 400ms, -webkit-transform 0ms ease-out 600ms;
    transition: background-color 400ms, -webkit-transform 0ms ease-out 600ms;
    -o-transition: background-color 400ms, transform 0ms ease-out 600ms;
    transition: background-color 400ms, transform 0ms ease-out 600ms;
    transition: background-color 400ms, transform 0ms ease-out 600ms, -webkit-transform 0ms ease-out 600ms;
}

#filters-realisations .items .item.blue:hover:after {
    background-color: rgba(10, 183, 214, 0.7);
}

#filters-realisations .items .item.blue:after {
    background-color: rgba(10, 183, 214, 0);
}

#filters-realisations .items .item.yellow:hover:after {
    background-color: rgba(255, 216, 0, 0.7);
}

#filters-realisations .items .item.yellow:after {
    background-color: rgba(255, 216, 0, 0);
}

#filters-realisations .items .item.marine:hover:after {
    background-color: rgba(0, 0, 153, 0.7);
}

#filters-realisations .items .item.marine:after {
    background-color: rgba(0, 0, 153, 0);
}

@media screen and (max-width: 680px) {

    #filters-realisations .items .item[g="1:1"] h4,
    #filters-realisations .items .item[g="2:1"] h4 {
        width: 100%;
        max-width: 100%;
    }
}

#filters-realisations .items .item.v h4 {
    top: auto;
    bottom: 0;
}

#filters-realisations .items .item h4 {
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    opacity: 0;
    width: max(75%, 20rem);
    max-width: calc(100% - 2.22222rem);
    font-weight: 300;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    min-height: 10rem;
    font-size: 1.55556rem;
    padding: 2.22222rem;
    padding-top: 3.33333rem;
    background-color: #212121;
    -webkit-transition: background-color 400ms, border-color 400ms, opacity 400ms ease-out 600ms;
    -o-transition: background-color 400ms, border-color 400ms, opacity 400ms ease-out 600ms;
    transition: background-color 400ms, border-color 400ms, opacity 400ms ease-out 600ms;
}

@media screen and (max-width: 680px) {
    #filters-realisations .items .item h4 {
        position: relative;
        padding: 2.22222rem;
        padding-top: 3.33333rem;
    }
}

#filters-realisations .items .item h4:before {
    top: 2.77778rem;
    content: '';
    position: absolute;
    background-color: #FFF;
    left: 2.22222rem;
    width: 1.94444rem;
    height: 0.16667rem;
}

@media screen and (max-width: 680px) {
    #filters-realisations .items .item h4:before {
        top: 1.94444rem;
        left: 2.22222rem;
    }
}

#filters-realisations .items .item h4 small {
    display: block;
    margin-top: 0.55556rem;
}

#filters-realisations .items .item .bg {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: left 600ms ease-out, right 600ms ease-out, top 600ms ease-out, bottom 600ms ease-out, opacity 1000ms ease-out;
    -o-transition: left 600ms ease-out, right 600ms ease-out, top 600ms ease-out, bottom 600ms ease-out, opacity 1000ms ease-out;
    transition: left 600ms ease-out, right 600ms ease-out, top 600ms ease-out, bottom 600ms ease-out, opacity 1000ms ease-out;
}

@media screen and (max-width: 960px) {
    #filters-realisations .items .item .bg {
        height: 75vw;
        position: relative;
    }
}

#filters-realisations .items .item .bg.lazy-loaded {
    opacity: 1;
}

#filters-realisations .items .item .bg.lazy-loaded.from-left {
    top: 0;
    left: -10%;
}

#filters-realisations .items .item .bg.lazy-loaded.from-left.play {
    left: 0%;
}

#filters-realisations .items .item .bg.lazy-loaded.from-right {
    top: 0;
    right: -10%;
}

#filters-realisations .items .item .bg.lazy-loaded.from-right.play {
    right: 0%;
}

#filters-realisations .items .item .bg.lazy-loaded.from-top {
    top: -10%;
    left: 0%;
}

#filters-realisations .items .item .bg.lazy-loaded.from-top.play {
    top: 0%;
}

#filters-realisations .items .item .bg.lazy-loaded.from-bottom {
    bottom: -10%;
    left: 0%;
}

#filters-realisations .items .item .bg.lazy-loaded.from-bottom.play {
    bottom: 0%;
}

#filters-immobilier {
    margin-bottom: 5.55556rem;
    /**/
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
    /**/
}

#filters-immobilier.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#filters-immobilier #title h1:after {
    opacity: 0;
    -webkit-animation: bar-title-in 1000ms 1 800ms forwards;
    animation: bar-title-in 1000ms 1 800ms forwards;
}

#filters-immobilier #text {
    opacity: 0;
    -webkit-animation: go-in-invert 1000ms 1 1500ms forwards;
    animation: go-in-invert 1000ms 1 1500ms forwards;
}

#filters-immobilier header {
    font-weight: 200;
    text-align: center;
    line-height: 2rem;
}

#filters-immobilier .fiters-header {
    color: #636363;
    z-index: 1;
    opacity: 0;
    display: none;
    font-weight: 300;
    position: relative;
    /**/
    -webkit-animation: go-in-invert 1000ms 1 1500ms forwards;
    animation: go-in-invert 1000ms 1 1500ms forwards;
    /**/
}

#filters-immobilier .fiters-header.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

@media screen and (max-width: 1400px) {
    #filters-immobilier .fiters-header {
        margin-bottom: 0;
    }
}

#filters-immobilier .fiters-header a {
    display: block;
    position: relative;
    padding: 1.25rem;
    padding-top: 0.41667rem;
    padding-bottom: 0.41667rem;
}

#filters-immobilier .fiters-header a:link,
#filters-immobilier .fiters-header a:visited {
    color: #636363;
}

#filters-immobilier .fiters-header ul.top {
    list-style: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90vw;
    margin-left: 50%;
    margin-right: auto;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 1.66667rem;
}

@media screen and (max-width: 960px) {
    #filters-immobilier .fiters-header ul.top {
        width: 100%;
    }
}

#filters-immobilier .fiters-header ul.top > li.cat-item {
    opacity: 0;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding-right: 2.5rem;
}

@media screen and (max-width: 1400px) {
    #filters-immobilier .fiters-header ul.top > li.cat-item {
        margin-bottom: 0.83333rem;
    }
}

@media screen and (max-width: 960px) {
    #filters-immobilier .fiters-header ul.top > li.cat-item {
        width: 100% !important;
    }
}

#filters-immobilier .fiters-header ul.top > li.cat-item.act {
    opacity: 1;
}

#filters-immobilier .fiters-header ul.top > li.cat-item.act.cat-item ul {
    display: none;
    position: absolute;
}

#filters-immobilier .fiters-header ul.top > li.cat-item:after {
    top: 50%;
    content: '';
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 0.61111rem;
    height: 0.38889rem;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url('./images/carret.svg');
    right: 1.25rem;
}

#filters-immobilier .fiters-header ul.top > li.cat-item.over {
    z-index: 100;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

#filters-immobilier .fiters-header ul.top > li.cat-item.over:after {
    -webkit-transform: translate(0%, -50%) rotate(180deg);
    -ms-transform: translate(0%, -50%) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
}

#filters-immobilier .fiters-header ul.top > li.cat-item.over ul {
    display: block !important;
}

#filters-immobilier .fiters-header ul.top li {
    display: inline-block;
    background-color: #FFF;
    border-radius: 5px;
}

#filters-immobilier .fiters-header ul.top li.search {
    border: 1px solid #e6e6e6;
}

#filters-immobilier .fiters-header ul.top li.search a {
    width: 6.11111rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.66667rem 1.66667rem;
    background-image: url('./images/search_icon.svg');
}

#filters-immobilier .fiters-header ul.top li.cat-item {
    margin-right: 0.41667rem;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul {
    left: -1px;
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px;
    background-color: #FFF;
    border-top: 1px solid whitesmoke;
    padding-top: 0.83333rem;
    padding-bottom: 0.83333rem;
    max-height: 6.94444rem;
    overflow: auto;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li {
    padding: 0;
    display: block;
    position: relative;
    line-height: 1.55556rem;
    background-color: transparent;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li.current-cat {
    font-weight: 400;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li.current-cat a:link,
#filters-immobilier .fiters-header ul.top li.cat-item ul li.current-cat a:visited {
    color: #000;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li.current-cat a:after {
    display: block;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li a {
    padding: 0;
    display: block;
    position: relative;
    margin-left: 1.25rem;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li a:after {
    top: 50%;
    content: '';
    display: none;
    position: absolute;
    left: 0.11111rem;
    width: 0.97222rem;
    height: 0.81667rem;
    margin-top: 0.11111rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-image: url('./images/hook.svg');
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.94444rem;
    height: 0.94444rem;
    margin-right: 0.55556rem;
    border: 1px solid #CCC;
}

#filters-immobilier .fiters-header ul.top li.cat-item ul li a:hover,
#filters-immobilier .fiters-header ul.top li.cat-item ul li a:active {
    color: #000;
}

#filters-immobilier .fiters-header ul.top li a {
    white-space: nowrap;
}

#filters-immobilier .items {
    z-index: 0;
    opacity: 0;
    width: 75%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.55556rem;
    /**/
    -webkit-animation: go-in-invert 1000ms 1 2000ms forwards;
    animation: go-in-invert 1000ms 1 2000ms forwards;
    /**/
}

#filters-immobilier .items.anim-out {
    -webkit-animation: results-out 1000ms 1 0ms forwards;
    animation: results-out 1000ms 1 0ms forwards;
}

@media screen and (max-width: 960px) {
    #filters-immobilier .items {
        width: 100%;
        margin-top: 3.33333rem;
        margin-bottom: 11.11111rem;
    }
}

#filters-immobilier .items a {
    display: block;
}

#filters-immobilier .items a:link,
#filters-immobilier .items a:visited {
    color: #FFF;
}

#filters-immobilier .items .item {
    top: 0;
    left: 0;
    width: 50%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 38.88889rem;
    padding-bottom: 7.77778rem;
}

@media screen and (max-width: 960px) {
    #filters-immobilier .items .item {
        width: 100%;
        height: 22.22222rem;
    }
}

#filters-immobilier .items .item.wide {
    width: 100%;
}

@media screen and (max-width: 960px) {
    #filters-immobilier .items .item.wide {
        text-align: left;
    }
}

#filters-immobilier .items .item.show h4 {
    opacity: 1;
    bottom: -4.72222rem;
}

#filters-immobilier .items .item a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#filters-immobilier .items .item a:hover h4,
#filters-immobilier .items .item a:active h4 {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 960px) {

    #filters-immobilier .items .item a:hover h4,
    #filters-immobilier .items .item a:active h4 {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

#filters-immobilier .items .item a:hover img,
#filters-immobilier .items .item a:active img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

#filters-immobilier .items .item .bg {
    z-index: 0;
    position: absolute;
    background-size: cover;
    right: 1.11111rem;
    left: 1.11111rem;
    top: 0rem;
    bottom: 1.11111rem;
    background-position: center center;
    -webkit-transition: top 600ms, opacity 600ms, -webkit-filter 400ms;
    transition: top 600ms, opacity 600ms, -webkit-filter 400ms;
    -o-transition: top 600ms, opacity 600ms, filter 400ms;
    transition: top 600ms, opacity 600ms, filter 400ms;
    transition: top 600ms, opacity 600ms, filter 400ms, -webkit-filter 400ms;
}

@media screen and (max-width: 960px) {
    #filters-immobilier .items .item .bg {
        right: 0rem;
        left: 0rem;
        bottom: 0rem;
    }
}

#filters-immobilier .items .item .bg.lazy-loaded {
    left: 0%;
    opacity: 0;
    top: 5.55556rem;
}

#filters-immobilier .items .item .bg.lazy-loaded.play {
    opacity: 1;
    top: 0rem;
}

#filters-immobilier .items .item h4 {
    width: 80%;
    opacity: 0;
    z-index: 1;
    font-weight: 300;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #212121;
    left: 0.55556rem;
    bottom: -11.11111rem;
    padding: 3.33333rem;
    font-size: 2.44444rem;
    padding-top: 4.44444rem;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -webkit-transition: opacity 400ms ease-out 600ms, bottom 400ms ease-out 600ms, -webkit-box-shadow 400ms, -webkit-transform 1000ms;
    transition: opacity 400ms ease-out 600ms, bottom 400ms ease-out 600ms, -webkit-box-shadow 400ms, -webkit-transform 1000ms;
    -o-transition: box-shadow 400ms, transform 1000ms, opacity 400ms ease-out 600ms, bottom 400ms ease-out 600ms;
    transition: box-shadow 400ms, transform 1000ms, opacity 400ms ease-out 600ms, bottom 400ms ease-out 600ms;
    transition: box-shadow 400ms, transform 1000ms, opacity 400ms ease-out 600ms, bottom 400ms ease-out 600ms, -webkit-box-shadow 400ms, -webkit-transform 1000ms;
}

@media screen and (max-width: 960px) {
    #filters-immobilier .items .item h4 {
        left: 0;
        top: 100%;
        width: 100%;
        bottom: auto;
        position: relative;
        padding: 1.66667rem;
        font-size: 1.77778rem;
    }
}

#filters-immobilier .items .item h4 small {
    display: block;
    position: relative;
    font-size: 1rem;
    margin-top: 1.94444rem;
    padding-left: 2.22222rem;
}

#filters-immobilier .items .item h4 small:before {
    left: 0;
    top: 50%;
    content: '';
    position: absolute;
    display: inline-block;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    width: 1.44444rem;
    height: 1.94444rem;
    background-image: url('./images/hook.svg');
}

#filters-immobilier .show-credit {
    right: auto;
    bottom: 12.22222rem;
    left: 0.83333rem;
}

.criteres {
    text-align: left;
    margin-top: 3.33333rem;
    margin-bottom: 3.33333rem;
}

.criteres h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.55556rem;
}

@media screen and (max-width: 960px) {
    .criteres h6 {
        font-size: 1.16667rem;
        line-height: 1.16667rem;
    }
}

.criteres .critere {
    width: 50%;
    cursor: default;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 5.55556rem;
}

@media screen and (max-width: 960px) {
    .criteres .critere {
        width: 100%;
        min-height: 6.66667rem;
    }
}

.criteres .critere .icon {
    top: 0%;
    width: 15%;
    max-width: 4rem;
    z-index: 1;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

@media screen and (max-width: 960px) {
    .criteres .critere .icon {
        top: 50%;
        width: 20%;
        max-width: none;
        border-width: 0;
        height: 6.66667rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.criteres .critere .tb {
    left: 20%;
    width: 75%;
    z-index: 1;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 5.55556rem;
    padding: 1.66667rem;
    padding-left: 0;
}

@media screen and (max-width: 960px) {
    .criteres .critere .tb {
        left: 25%;
        width: 75%;
        min-height: 6.66667rem;
    }
}

@media screen and (max-width: 960px) {
    .criteres .critere .al {
        display: block;
        position: relative;
        min-height: 6.66667rem;
    }
}

.criteres .critere .txt {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    color: #FFF;
    z-index: 1000;
    display: none;
    font-weight: 600;
    position: absolute;
    background-color: #95d60a;
    font-size: 1.16667rem;
    padding: 1.66667rem;
    line-height: 1.44444rem;
    margin-top: -1.38889rem;
    margin-left: -3.05556rem;
}

@media screen and (max-width: 960px) {
    .criteres .critere .txt {
        color: #666;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        margin: 0;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 400;
        font-size: 1rem;
        background-color: transparent;
        padding: 0.55556rem;
        margin-top: -1.11111rem;
        margin-bottom: 1.11111rem;
        padding-top: 0rem;
        padding-bottom: 1.11111rem;
        padding-left: 25%;
    }
}

.criteres .critere .txt:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-style: solid;
    left: 2.22222rem;
    bottom: -0.77778rem;
    border-color: #95d60a transparent transparent transparent;
    border-width: 0.83333rem 0.83333rem 0 0.83333rem;
}

@media screen and (max-width: 960px) {
    .criteres .critere .txt:after {
        display: none;
    }
}

.paginate-row {
    text-align: center;
    margin-bottom: 5rem;
}

.paginate-row .paginate a,
.paginate-row .paginate span {
    color: #212121;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    width: 3.33333rem;
    height: 3.33333rem;
    margin-left: 0.27778rem;
    margin-right: 0.27778rem;
    line-height: 3.05556rem;
    border-radius: 100px;
}

.paginate-row .paginate span {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #e6e6e6;
}

#nav-childs {
    /**/
    /**/
}

@media screen and (max-width: 960px) {
    #nav-childs {
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}

#nav-childs.anim-in {
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
}

#nav-childs.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#nav-childs a {
    display: block;
    padding-bottom: 1.25rem;
}

@media screen and (max-width: 960px) {
    #nav-childs a {
        padding-bottom: 0rem;
    }
}

#nav-childs a:link,
#nav-childs a:visited {
    color: #636363;
}

#nav-childs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 3.33333rem;
}

@media screen and (max-width: 960px) {
    #nav-childs ul {
        line-height: 1.77778rem;
        margin-bottom: 3.33333rem;
    }
}

#nav-childs ul li {
    position: relative;
    display: inline-block;
    margin-left: 0.55556rem;
    margin-right: 1.66667rem;
}

@media screen and (max-width: 960px) {
    #nav-childs ul li {
        display: block;
        margin: 0rem;
    }
}

#nav-childs ul li:first-child {
    margin-left: 0rem;
}

#nav-childs ul li:last-child {
    margin-right: 0rem;
}

#nav-childs ul li:after {
    left: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    width: 100%;
    position: absolute;
    background-color: #95d60a;
    height: 0.22222rem;
    -webkit-transition: opacity 400ms, background-color 400ms;
    -o-transition: opacity 400ms, background-color 400ms;
    transition: opacity 400ms, background-color 400ms;
}

@media screen and (max-width: 960px) {
    #nav-childs ul li:after {
        height: 0.05556rem;
    }
}

#nav-childs ul li.current_page_item:after {
    opacity: 1;
}

#nav-childs ul li:hover:after {
    opacity: 1;
    background-color: #636363;
}

#content,
#single-immobilier,
#single-realisations {
    /**/
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
    /**/
}

@media screen and (max-width: 960px) {

    #content,
    #single-immobilier,
    #single-realisations {
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}

#content.anim-out,
#single-immobilier.anim-out,
#single-realisations.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#content article,
#single-immobilier article,
#single-realisations article {
    padding-bottom: 3.33333rem;
}

@media screen and (max-width: 960px) {

    #content article,
    #single-immobilier article,
    #single-realisations article {
        padding-bottom: 1.66667rem;
    }
}

#content article h5,
#single-immobilier article h5,
#single-realisations article h5 {
    font-size: 1.3em;
    font-weight: 400;
}

#content article h5 a,
#single-immobilier article h5 a,
#single-realisations article h5 a {
    font-weight: 400 !important;
}

#content article strong,
#single-immobilier article strong,
#single-realisations article strong {
    color: #000;
}

#content article ul,
#content article ol,
#content article table,
#single-immobilier article ul,
#single-immobilier article ol,
#single-immobilier article table,
#single-realisations article ul,
#single-realisations article ol,
#single-realisations article table {
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5em;
    border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 960px) {

    #content article ul,
    #content article ol,
    #content article table,
    #single-immobilier article ul,
    #single-immobilier article ol,
    #single-immobilier article table,
    #single-realisations article ul,
    #single-realisations article ol,
    #single-realisations article table {
        width: 100%;
    }
}

#content article ul li,
#content article ul td,
#content article ol li,
#content article ol td,
#content article table li,
#content article table td,
#single-immobilier article ul li,
#single-immobilier article ul td,
#single-immobilier article ol li,
#single-immobilier article ol td,
#single-immobilier article table li,
#single-immobilier article table td,
#single-realisations article ul li,
#single-realisations article ul td,
#single-realisations article ol li,
#single-realisations article ol td,
#single-realisations article table li,
#single-realisations article table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e6e6e6;
}

#content article ul,
#content article ol,
#single-immobilier article ul,
#single-immobilier article ol,
#single-realisations article ul,
#single-realisations article ol {
    padding: 0;
    list-style: none;
}

#content article ul li,
#content article ol li,
#single-immobilier article ul li,
#single-immobilier article ol li,
#single-realisations article ul li,
#single-realisations article ol li {
    position: relative;
    padding-left: 1.11111rem;
}

#content article ul li:before,
#content article ol li:before,
#single-immobilier article ul li:before,
#single-immobilier article ol li:before,
#single-realisations article ul li:before,
#single-realisations article ol li:before {
    top: auto;
    content: '»';
    color: #95d60a;
    position: absolute;
    left: 0rem;
}

#content article ul li a,
#content article ol li a,
#single-immobilier article ul li a,
#single-immobilier article ol li a,
#single-realisations article ul li a,
#single-realisations article ol li a {
    word-break: break-word;
}

@media screen and (max-width: 960px) {

    #content article table,
    #single-immobilier article table,
    #single-realisations article table {
        display: block;
    }
}

@media screen and (max-width: 960px) {

    #content article table tr,
    #single-immobilier article table tr,
    #single-realisations article table tr {
        display: block;
    }
}

#content article table tr td,
#single-immobilier article table tr td,
#single-realisations article table tr td {
    vertical-align: top;
    padding-right: 0.83333rem;
}

@media screen and (max-width: 960px) {

    #content article table tr td,
    #single-immobilier article table tr td,
    #single-realisations article table tr td {
        display: block;
    }
}

#content article table tr td:first-child,
#single-immobilier article table tr td:first-child,
#single-realisations article table tr td:first-child {
    white-space: nowrap;
}

#content article table tr td ul,
#content article table tr td ol,
#single-immobilier article table tr td ul,
#single-immobilier article table tr td ol,
#single-realisations article table tr td ul,
#single-realisations article table tr td ol {
    width: auto;
    border-top: none;
}

#content article table tr td ul li,
#content article table tr td ol li,
#single-immobilier article table tr td ul li,
#single-immobilier article table tr td ol li,
#single-realisations article table tr td ul li,
#single-realisations article table tr td ol li {
    padding-top: 0;
    padding-top: 0;
    border-bottom: none;
}

#content #text,
#content #sub-pages,
#single-immobilier #text,
#single-immobilier #sub-pages,
#single-realisations #text,
#single-realisations #sub-pages {
    opacity: 0;
    /**/
    -webkit-animation: go-in-invert 1000ms 1 800ms forwards;
    animation: go-in-invert 1000ms 1 800ms forwards;
    /**/
}

#content #text #points,
#content #sub-pages #points,
#single-immobilier #text #points,
#single-immobilier #sub-pages #points,
#single-realisations #text #points,
#single-realisations #sub-pages #points {
    margin-bottom: 8.33333rem;
}

#content #text a:link,
#content #text a:visited,
#single-immobilier #text a:link,
#single-immobilier #text a:visited,
#single-realisations #text a:link,
#single-realisations #text a:visited {
    color: #000;
    font-weight: 600;
}

#content #text a:hover,
#content #text a:active,
#single-immobilier #text a:hover,
#single-immobilier #text a:active,
#single-realisations #text a:hover,
#single-realisations #text a:active {
    text-decoration: underline;
}

#single-immobilier #title h1:after,
#single-immobilier #title h2:after,
#single-immobilier #title .heading2:after,
#single-realisations #title h1:after,
#single-realisations #title h2:after,
#single-realisations #title .heading2:after {
    opacity: 0;
    -webkit-animation: bar-title-in 1000ms 1 800ms forwards;
    animation: bar-title-in 1000ms 1 800ms forwards;
}

#content header {
    text-align: center;
    font-weight: 200;
    line-height: 2rem;
}

#content header h1:after,
#content header h2:after,
#content header .heading2:after {
    opacity: 0;
    -webkit-animation: bar-title-in 1000ms 1 800ms forwards;
    animation: bar-title-in 1000ms 1 800ms forwards;
}

#partenaires {
    margin-bottom: 8.33333rem;
}

#partenaires .items .item {
    opacity: 0;
    height: auto;
    width: 33.33%;
    position: relative;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
    margin-right: -1px;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

@media screen and (max-width: 960px) {
    #partenaires .items .item {
        width: 50%;
    }
}

#partenaires .items .item.onscreen {
    opacity: 1;
}

#partenaires .items .item:before {
    content: '';
    float: left;
    padding-top: 100%;
}

#partenaires .items .item a,
#partenaires .items .item .logo {
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

#partenaires .items .item a {
    z-index: 1;
    width: 100%;
    height: 100%;
}

#partenaires .items .item .logo {
    top: 20%;
    left: 25%;
    width: 50%;
    height: 60%;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#accreditations,
#temoignages {
    color: #636363;
    font-weight: 300;
    margin-bottom: 8.33333rem;
}

#accreditations a,
#temoignages a {
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

#accreditations a:link,
#accreditations a:visited,
#temoignages a:link,
#temoignages a:visited {
    color: #636363;
}

#accreditations a:hover,
#accreditations a:active,
#temoignages a:hover,
#temoignages a:active {
    color: #95d60a;
}

#accreditations h5,
#temoignages h5 {
    font-weight: 400;
    margin-bottom: 1em;
    font-size: 2rem;
}

#accreditations .items .item,
#temoignages .items .item {
    opacity: 0;
    background-color: #FFF;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 6.66667rem;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

@media screen and (max-width: 960px) {

    #accreditations .items .item,
    #temoignages .items .item {
        text-align: center;
        padding: 1.66667rem;
    }
}

#accreditations .items .item.onscreen,
#temoignages .items .item.onscreen {
    opacity: 1;
}

#accreditations .items .item .c.logo,
#temoignages .items .item .c.logo {
    width: 33.33%;
    position: relative;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 960px) {

    #accreditations .items .item .c.logo,
    #temoignages .items .item .c.logo {
        width: 100%;
        height: 11.11111rem;
        margin-bottom: 1.11111rem;
    }
}

#accreditations .items .item .c.logo a,
#temoignages .items .item .c.logo a {
    top: 0;
    left: 20%;
    width: 60%;
    height: 100%;
    position: absolute;
}

@media screen and (max-width: 960px) {

    #accreditations .items .item .c.logo a,
    #temoignages .items .item .c.logo a {
        width: 100%;
    }
}

#accreditations .items .item .c.content,
#temoignages .items .item .c.content {
    width: 66.66%;
    line-height: 1.66667rem;
}

@media screen and (max-width: 960px) {

    #accreditations .items .item .c.content,
    #temoignages .items .item .c.content {
        width: 100%;
    }
}

#temoignages .items .item .c.logo {
    width: 50%;
    background-size: 80% auto;
}

@media screen and (max-width: 960px) {
    #temoignages .items .item .c.logo {
        width: 100%;
    }
}

#temoignages .items .item .c.logo a {
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    position: absolute;
}

@media screen and (max-width: 960px) {
    #temoignages .items .item .c.logo a {
        width: 100%;
    }
}

#temoignages .items .item .c.content {
    width: 50%;
}

@media screen and (max-width: 960px) {
    #temoignages .items .item .c.content {
        width: 100%;
    }
}

#posts {
    color: #212121;
    font-weight: 300;
    margin-bottom: 8.33333rem;
    /**/
    -webkit-animation: go-in 1000ms 1 0ms forwards;
    animation: go-in 1000ms 1 0ms forwards;
    /**/
}

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

#posts.anim-out {
    -webkit-animation: go-out 1000ms 1 0ms forwards;
    animation: go-out 1000ms 1 0ms forwards;
}

#posts h1:after,
#posts h2:after,
#posts .heading2:after {
    opacity: 0;
    -webkit-animation: bar-title-in 1000ms 1 800ms forwards;
    animation: bar-title-in 1000ms 1 800ms forwards;
}

#posts a:link,
#posts a:visited {
    color: #212121;
}

#posts h3 {
    font-weight: 400;
    margin-bottom: 1.11111rem;
    font-size: 2rem;
    line-height: 2rem;
}

#posts .items {
    opacity: 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-bottom: none;
    margin-bottom: 5rem;
    /**/
    -webkit-animation: go-in-invert 1000ms 1 1500ms forwards;
    animation: go-in-invert 1000ms 1 1500ms forwards;
}

@media screen and (max-width: 960px) {
    #posts .items {
        width: 100%;
    }
}

#posts .items:hover .item {
    -webkit-filter: brightness(97%);
    filter: brightness(97%);
}

#posts .items .item {
    opacity: 0;
    width: 100%;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: opacity 400ms, -webkit-filter 400ms;
    transition: opacity 400ms, -webkit-filter 400ms;
    -o-transition: opacity 400ms, filter 400ms;
    transition: opacity 400ms, filter 400ms;
    transition: opacity 400ms, filter 400ms, -webkit-filter 400ms;
}

#posts .items .item:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

#posts .items .item.show {
    opacity: 1;
}

#posts .items .item.show .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#posts .items .item.no-thumb {
    opacity: 1;
    color: #FFF;
    background-color: #212121;
}

#posts .items .item.no-thumb.half {
    width: 50%;
}

@media screen and (max-width: 960px) {
    #posts .items .item.no-thumb.half {
        width: 100%;
    }
}

#posts .items .item.no-thumb.half .c.content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#posts .items .item.no-thumb a:link,
#posts .items .item.no-thumb a:visited {
    color: #FFF;
}

#posts .items .item.no-thumb .c.thb {
    display: none !important;
}

#posts .items .item.no-thumb .c.content {
    width: 100%;
    padding: 3.33333rem;
    padding-top: 3.33333rem;
    padding-bottom: 3.33333rem;
}

@media screen and (max-width: 960px) {
    #posts .items .item.no-thumb .c.content {
        padding: 2.5rem;
        padding-top: 3.33333rem;
        padding-bottom: 3.33333rem;
    }
}

#posts .items .item.no-thumb .c.content time .read .bg .l {
    stroke: #FFFFFF;
}

#posts .items .item .c.thb {
    width: 60%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 960px) {
    #posts .items .item .c.thb {
        width: 100%;
        height: 16.66667rem;
    }
}

#posts .items .item .c.thb a {
    top: 0;
    left: 20%;
    width: 60%;
    height: 100%;
    position: absolute;
}

#posts .items .item .c.content {
    width: 40%;
    min-height: 21vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.77778rem;
    line-height: 1.5rem;
    padding: 3.33333rem;
    padding-top: 3.33333rem;
    padding-bottom: 3.33333rem;
}

@media screen and (max-width: 960px) {
    #posts .items .item .c.content {
        width: 100%;
    }
}

#posts .items .item .c.content time {
    display: block;
    position: relative;
    letter-spacing: 1px;
    padding-left: 30px;
    font-size: 1rem;
    margin-bottom: 1.11111rem;
}

#posts .items .item .c.content time .read {
    left: 0;
    top: 50%;
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#posts .items .item .c.content time .read .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#posts .items .item .c.content time .read .bg .l {
    stroke: #000000;
    stroke-linecap: round;
}

#equipe .items {
    z-index: 0;
    position: relative;
    margin-bottom: 11.11111rem;
}

#equipe .items.direction {
    margin-bottom: 2.77778rem;
    padding-bottom: 2.77778rem;
    border-bottom: 1px solid #ebebeb;
}

#equipe .items.direction .item {
    width: 33.333%;
}

@media screen and (max-width: 960px) {
    #equipe .items.direction .item {
        width: 100%;
    }
}

#equipe .items.direction .item.c0,
#equipe .items.direction .item.c1 {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
}

@media screen and (max-width: 960px) {

    #equipe .items.direction .item.c0,
    #equipe .items.direction .item.c1 {
        -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        transform: translateY(0rem);
    }
}

#equipe .items:hover .item {
    -webkit-filter: brightness(97%);
    filter: brightness(97%);
}

#equipe .items .item {
    opacity: 0;
    z-index: 0;
    width: 33.33%;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 1000ms ease-out 200ms, -webkit-filter 400ms;
    transition: opacity 1000ms ease-out 200ms, -webkit-filter 400ms;
    -o-transition: opacity 1000ms ease-out 200ms, filter 400ms;
    transition: opacity 1000ms ease-out 200ms, filter 400ms;
    transition: opacity 1000ms ease-out 200ms, filter 400ms, -webkit-filter 400ms;
    margin-bottom: 4.16667rem;
}

@media screen and (max-width: 960px) {
    #equipe .items .item {
        width: 100%;
        margin-bottom: 0rem;
    }
}

#equipe .items .item.c0 {
    -webkit-transform: translateY(2.22222rem);
    -ms-transform: translateY(2.22222rem);
    transform: translateY(2.22222rem);
}

@media screen and (max-width: 960px) {
    #equipe .items .item.c0 {
        -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        transform: translateY(0rem);
    }
}

#equipe .items .item.c1 {
    -webkit-transform: translateY(7.77778rem);
    -ms-transform: translateY(7.77778rem);
    transform: translateY(7.77778rem);
}

@media screen and (max-width: 960px) {
    #equipe .items .item.c1 {
        -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        transform: translateY(0rem);
    }
}

#equipe .items .item:hover {
    z-index: 1;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

#equipe .items .item.show {
    opacity: 1;
}

#equipe .items .item.show .move {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
}

#equipe .items .item .move {
    -webkit-transform: translateY(5.55556rem);
    -ms-transform: translateY(5.55556rem);
    transform: translateY(5.55556rem);
    -webkit-transition: -webkit-transform 400ms ease-out 200ms;
    transition: -webkit-transform 400ms ease-out 200ms;
    -o-transition: transform 400ms ease-out 200ms;
    transition: transform 400ms ease-out 200ms;
    transition: transform 400ms ease-out 200ms, -webkit-transform 400ms ease-out 200ms;
}

#equipe .items .item .photo {
    z-index: 0;
    height: 65vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: top center;
    max-height: 33.33333rem;
}

@media screen and (max-width: 1024px) {
    #equipe .items .item .photo {
        min-height: 22.22222rem;
        max-height: 33.33333rem;
    }
}

@media screen and (max-width: 960px) {
    #equipe .items .item .photo {
        min-height: 33.33333rem;
        max-height: 44.44444rem;
    }
}

#equipe .items .item .txt {
    z-index: 1;
    color: #636363;
    font-weight: 300;
    text-align: center;
    position: relative;
    background-color: #FFF;
    padding: 3.33333rem;
}

@media screen and (max-width: 960px) {
    #equipe .items .item .txt {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

#equipe .items .item .txt:before {
    width: 0;
    left: 50%;
    height: 0;
    content: '';
    position: absolute;
    border-style: solid;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -0.5rem;
    border-width: 0 0.55556rem 0.55556rem 0.55556rem;
    border-color: transparent transparent #FFF transparent;
}

#equipe .items .item .txt h5 {
    color: #212121;
    font-weight: 400;
    font-size: 1.33333rem;
    margin-bottom: 0.44444rem;
}

@media screen and (max-width: 960px) {
    #equipe .items .item .txt h5 {
        margin-bottom: 0.16667rem;
    }
}

#equipe .items .item .txt h5 .t {
    display: none;
}

#equipe .items .item .txt p {
    font-size: 1rem;
    line-height: 1.66667rem;
}

#equipe .items .item .txt .title .f {
    display: none;
}

#equipe .items .item .txt .more {
    display: none;
}

#fiche {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
}

#fiche .close {
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 4.44444rem;
    height: 4.44444rem;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-size: 35% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('./images/close.svg');
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}

#fiche .close:hover {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#fiche .arrow {
    bottom: 0%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    width: 4.44444rem;
    height: 4.44444rem;
    background-color: #212121;
    -webkit-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
}

@media screen and (max-width: 960px) {
    #fiche .arrow {
        display: none;
    }
}

#fiche .arrow:hover {
    background-color: #333333;
}

#fiche .arrow:before {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 0.66667rem;
    height: 1.27778rem;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('./images/carret.svg');
}

#fiche .arrow.arrow-next {
    right: 0rem;
}

#fiche .arrow.arrow-prev {
    margin-right: 1px;
    right: 4.44444rem;
}

#fiche .arrow.arrow-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

#fiche .item {
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    background-color: #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 63.88889rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 37.5rem;
    padding: 6.66667rem;
    padding-top: 10rem;
    padding-left: 22.77778rem;
    padding-bottom: 6.66667rem;
    -webkit-animation: fiche-in 400ms 1 0ms forwards;
    animation: fiche-in 400ms 1 0ms forwards;
}

@media screen and (max-width: 1400px) {
    #fiche .item {
        width: 76%;
        padding: 3.33333rem;
        padding-left: 19.44444rem;
        padding-bottom: 6.66667rem;
    }
}

@media screen and (max-width: 960px) {
    #fiche .item {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 1.66667rem;
    }
}

#fiche .item .photo {
    opacity: 0;
    height: 75vh;
    overflow: hidden;
    position: absolute;
    top: -1.38889rem;
    left: -4.16667rem;
    width: 22.77778rem;
    background-size: cover;
    background-position: center center;
    max-height: 36.11111rem;
    -webkit-animation: go-in 400ms 1 200ms forwards;
    animation: go-in 400ms 1 200ms forwards;
}

@media screen and (max-width: 1400px) {
    #fiche .item .photo {
        top: -1.38889rem;
        left: -3.05556rem;
        width: 19.44444rem;
    }
}

@media screen and (max-width: 960px) {
    #fiche .item .photo {
        display: none;
    }
}

#fiche .item .photo img {
    width: 100%;
    height: auto;
}

#fiche .item .txt {
    color: #FFF;
    font-weight: 400;
    line-height: 1.83333rem;
}

#fiche .item .txt h5,
#fiche .item .txt .title {
    font-weight: 600;
}

#fiche .item .txt h5 {
    font-size: 1.33333rem;
    margin-bottom: 0.27778rem;
}

#fiche .item .txt h5 .t {
    display: inline-block;
    font-weight: 400;
}

#fiche .item .txt .title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

#fiche .item .txt .title:after {
    left: 0%;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: #95d60a;
    width: 2rem;
    height: 0.16667rem;
}

#fiche .item .txt .title .f {
    line-height: 1.4em;
}

#fiche .item .txt .title .g {
    display: none;
}

#zoom {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-animation: results-in 400ms 1 0ms forwards;
    animation: results-in 400ms 1 0ms forwards;
}

#zoom .close {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 1.94444rem;
    height: 1.94444rem;
    top: 1.66667rem;
    right: 1.66667rem;
    background-image: url('./images/close.svg');
}

@media screen and (max-width: 960px) {
    #zoom .close {
        top: 0.83333rem;
        right: 0.83333rem;
        width: 1.38889rem;
        height: 1.38889rem;
    }
}

#zoom .image-zoom {
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fiche-in 400ms 1 50ms forwards;
    animation: fiche-in 400ms 1 50ms forwards;
}

#zoom .image-zoom .show-credit {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.83333rem;
}

#zoom .gallery {
    opacity: 0;
    height: 100%;
    -webkit-animation: go-in 400ms 1 50ms forwards;
    animation: go-in 400ms 1 50ms forwards;
}

#zoom .gallery .slick-list,
#zoom .gallery .slick-track {
    height: 100%;
}

#zoom .gallery .slick-arrow {
    top: 50%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.44444rem;
    height: 4.44444rem;
    background-color: rgba(33, 33, 33, 0);
    -webkit-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
}

@media screen and (max-width: 960px) {
    #zoom .gallery .slick-arrow {
        width: 2.22222rem;
        height: 2.22222rem;
    }
}

#zoom .gallery .slick-arrow:hover {
    background-color: #212121;
}

#zoom .gallery .slick-arrow:before {
    top: 50%;
    left: 50%;
    content: '';
    position: absolute;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 0.66667rem;
    height: 1.27778rem;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5, 1.5);
    transform: translate(-50%, -50%) scale(1.5, 1.5);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('./images/carret.svg');
}

@media screen and (max-width: 960px) {
    #zoom .gallery .slick-arrow:before {
        width: 0.33333rem;
        height: 0.63889rem;
    }
}

#zoom .gallery .slick-arrow.arrow-right {
    right: 0.83333rem;
}

@media screen and (max-width: 960px) {
    #zoom .gallery .slick-arrow.arrow-right {
        right: 0.41667rem;
    }
}

#zoom .gallery .slick-arrow.arrow-left {
    left: 0.83333rem;
}

@media screen and (max-width: 960px) {
    #zoom .gallery .slick-arrow.arrow-left {
        left: 0.41667rem;
    }
}

#zoom .gallery .slick-arrow.arrow-left:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1.5, 1.5);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scale(1.5, 1.5);
    transform: translate(-50%, -50%) rotate(180deg) scale(1.5, 1.5);
}

#zoom .gallery .gallery-photo {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

#zoom .gallery .gallery-photo .p {
    top: 5%;
    width: 100%;
    height: 90%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#contact {
    top: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    -webkit-transition: top 400ms;
    -o-transition: top 400ms;
    transition: top 400ms;
}

#contact a:link,
#contact a:visited {
    color: #000;
}

#contact header {
    color: #636363;
    padding-top: 10rem;
}

@media screen and (max-width: 960px) {
    #contact header {
        overflow-y: auto;
        padding-top: 6.66667rem;
    }
}

#contact header h3 {
    color: #212121;
    font-weight: 400;
    font-size: 1.66667rem;
}

#contact header .col {
    width: 33.33%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2.77778rem;
    padding-left: 1.93333rem;
}

@media screen and (max-width: 960px) {
    #contact header .col {
        width: 100%;
        padding: 0rem;
        padding-top: 0.83333rem;
        padding-left: 0rem;
        padding-bottom: 0.83333rem;
    }
}

#contact header .col:first-child {
    padding-left: 1.1rem;
}

@media screen and (max-width: 960px) {
    #contact header .col:first-child {
        padding-left: 0rem;
    }
}

#contact header .col:before {
    top: 0;
    left: 0;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #95d60a;
    width: 1.66667rem;
}

#contact header .col.adresse {
    font-size: 0.88889rem;
    line-height: 1.88889rem;
}

#contact form {
    display: flow-root;
    position: relative;
    margin-bottom: 2.5rem;
    margin-left: -0.83333rem;
    margin-right: -0.83333rem;
}

#contact form .input,
#contact form .submit,
#contact form .textarea,
#contact form .radios,
#contact form .checkboxes {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
}

@media screen and (max-width: 960px) {

    #contact form .input,
    #contact form .submit,
    #contact form .textarea {
        float: none;
    }
}

#contact form .input,
#contact form .submit {
    width: 33.33%;
}

@media screen and (max-width: 960px) {

    #contact form .input,
    #contact form .submit {
        width: 100%;
    }
}

#contact form .textarea,
#contact form .radios,
#contact form .checkboxes {
    width: 100%;
}

#contact .row-wide {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
}

@media screen and (max-width: 1680px) {
    #contact .row-wide {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (max-width: 1400px) {
    #contact .row-wide {
        width: 76%;
        margin-left: 12%;
        margin-right: 12%;
    }
}

@media screen and (max-width: 960px) {
    #contact .row-wide {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}