@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700;900&display=swap');

:root {
    --bleu: #252b52;
    --noir: #1d1d1b;
    --turquoise: #0091a4;
    --turquoise_transparent: rgba(0, 145, 164, 0.3);
}

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */
#fancybox-wrap,
#fancybox-content {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    height: 100%;
    font-family: 'Exo 2', sans-serif;
}

body {
    background: #ffffff;
    height: 100%;
    min-width: 320px;
    font-family: 'Exo 2', sans-serif;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* Spinner */

@-moz-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-ms-keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spinner-rotate {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

/* Loader */

@-moz-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-webkit-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-ms-keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@keyframes spinner-hide {
    0% {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -moz-transform: scale(0.5) rotate(360deg);
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-moz-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-ms-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

body {
    text-decoration: none;
}

/* Type */

body,
input,
textarea,
select {
    font-weight: 300;
    font-size: 17pt;
    color: #39454b;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    textarea,
    select {
        font-size: 15pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }
}

@media screen and (max-width: 1000px) {
    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }
}

@media screen and (max-width: 736px) {
    body,
    input,
    textarea,
    select {
        font-size: 12pt;
        line-height: 1.5em;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: var(--bleu);
}

p {
    color: var(--bleu);
    line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 1rem;
    line-height: normal;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.5em;
    }
}

strong,
b {
    font-weight: 900;
    color: inherit;
}

em,
i {
    font-style: italic;
}

a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: black;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #e5e6e7;
}

blockquote {
    border-left: solid 0.5em #e5e6e7;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

/* Box */

.box {
    background: #ffffff;
    color: #39454b;
    padding: 2em;
}

.box > :last-child {
    margin-bottom: 0;
}

.box.style2 {
    padding: 3.5em 2.5em 3.5em 2.5em;
}

@media screen and (max-width: 736px) {
    .box {
        padding: 1em;
    }

    .box.style2 {
        padding: 1.5em 1.25em 1.5em 1.25em;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

/* Button */

input[type='button'],
input[type='submit'],
input[type='reset'],
.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: var(--turquoise_transparent);
    border: 0;
    border-radius: 3.5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

input[type='button'].down,
input[type='submit'].down,
input[type='reset'].down,
.button.down,
button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url('images/arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-indent: -10em;
    overflow: hidden;
}

input[type='button'].down.anchored,
input[type='submit'].down.anchored,
input[type='reset'].down.anchored,
.button.down.anchored,
button.down.anchored {
    bottom: 0;
    border-bottom: 0;
    border-radius: 3em 3em 0 0;
    height: 4.5em;
    margin-left: -2.5em;
}

input[type='button'].anchored,
input[type='submit'].anchored,
input[type='reset'].anchored,
.button.anchored,
button.anchored {
    position: absolute;
    left: 50%;
}

input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
.button:hover,
button:hover {
    background-color: var(--turquoise_transparent);
}

input[type='button']:active,
input[type='submit']:active,
input[type='reset']:active,
.button:active,
button:active {
    background-color: var(--turquoise_transparent);
}

input[type='button'].style2,
input[type='submit'].style2,
input[type='reset'].style2,
.button.style2,
button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
}

input[type='button'].style2:hover,
input[type='submit'].style2:hover,
input[type='reset'].style2:hover,
.button.style2:hover,
button.style2:hover {
    background-color: rgba(229, 230, 231, 0.25);
}

input[type='button'].style2:active,
input[type='submit'].style2:active,
input[type='reset'].style2:active,
.button.style2:active,
button.style2:active {
    background-color: rgba(229, 230, 231, 0.375);
}

input[type='button'].style2.down,
input[type='submit'].style2.down,
input[type='reset'].style2.down,
.button.style2.down,
button.style2.down {
    background-image: url('images/arrow.svg');
    background-size: 50px;
}

/* Form */

form {
    margin: 0 0 2em 0;
}

form .field {
    margin: 0 0 1.5em 0;
}

form .field.half {
    width: 50%;
    float: left;
    padding: 0 0 0 0.75em;
}

form .field.half.first {
    padding: 0 0.75em 0 0;
}

form > .actions {
    margin: 1.5em 0 0 0 !important;
}

@media screen and (max-width: 736px) {
    form .field {
        margin: 0 0 1em 0;
    }

    form .field.half {
        padding: 0 0 0 0.5em;
    }

    form .field.half.first {
        padding: 0 0.5em 0 0;
    }

    form > .actions {
        margin: 1em 0 0 0 !important;
    }
}

@media screen and (max-width: 480px) {
    form .field.half {
        width: 100%;
        float: none;
        padding: 0;
    }

    form .field.half.first {
        padding: 0;
    }
}

label {
    display: block;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='search'],
input[type='url'],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #39454b;
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    background: none;
    border: solid 2px #e5e6e7;
    color: inherit;
    border-radius: 0.5em;
    outline: none;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
    border-color: #9ac8e9;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='search'],
input[type='url'],
select {
    line-height: 1.35em;
}

textarea {
    min-height: 8em;
}

::-moz-focus-inner {
    border: 0;
}

::-webkit-input-placeholder {
    opacity: 0.375;
}

:-moz-placeholder {
    opacity: 0.375;
}

::-moz-placeholder {
    opacity: 0.375;
}

:-ms-input-placeholder {
    opacity: 0.375;
}

.formerize-placeholder {
    opacity: 0.375;
}

/* Icon */

.icon {
    text-decoration: none;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon > .label {
    display: none;
}

/* Image */

.image {
    position: relative;
    display: inline-block;
}

.image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/overlay.png');
}

.image img {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

/* List */

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
}

ul.icons a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 0;
}

ul.menu {
    cursor: default;
}

ul.menu li {
    display: inline-block;
    line-height: 1em;
    border-left: none;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

ul.actions {
    cursor: default;
}

ul.actions li {
    display: inline-block;
    margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
    margin-left: 0;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

/* Sections/Article */

header:not(#header) {
    margin-bottom: 1em;
}

header p {
    display: block;
    margin: 1em 0 0 0;
    padding: 0 0 0.5em 0;
}

footer {
    margin-top: 2em;
}

/* Table */

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr:nth-child(2n + 2) {
    background: rgba(229, 230, 231, 0.5);
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    text-align: left;
    font-weight: 900;
    padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
    background: #39454b;
    color: #ffffff;
}

table.default tfoot {
    background: #e5e6e7;
}

/* Poptrox */

.poptrox-popup {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    padding-bottom: 3em;
    box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em;
    width: 2em;
    height: 2em;
    display: block;
    font-size: 2em;
}

.poptrox-popup .loader:before {
    -moz-animation: spinner-rotate 0.75s infinite linear !important;
    -webkit-animation: spinner-rotate 0.75s infinite linear !important;
    -ms-animation: spinner-rotate 0.75s infinite linear !important;
    animation: spinner-rotate 0.75s infinite linear !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2em;
}

.poptrox-popup .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 3em;
    line-height: 2.8em;
    text-align: center;
    cursor: default;
    z-index: 1;
    font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.01);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
    content: '';
    position: absolute;
    width: 96px;
    height: 64px;
    background: url('images/poptrox-nav.svg');
    top: calc(50% - 1.5em);
    margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
    opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
    opacity: 1;
}

.poptrox-popup .nav-previous:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: 'FlipH';
    filter: FlipH;
}

.poptrox-popup .nav-next {
    right: 0;
}

.poptrox-popup .nav-next:before {
    right: 0;
}

.poptrox-popup .nav-previous {
    left: 0;
}

.poptrox-popup .nav-previous:before {
    left: 0;
}

.poptrox-popup .closer {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    z-index: 2;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 2px #fff;
    background: url('images/poptrox-closer.svg') center center;
    color: #ffffff !important;
}

.poptrox-popup:hover .closer {
    opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
    opacity: 1;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
    opacity: 1 !important;
}

@media screen and (max-width: 736px) {
    .poptrox-popup .nav-next:before,
    .poptrox-popup .nav-previous:before {
        width: 48px;
        height: 32px;
        background-size: contain;
        margin: -16px 0 0 0;
    }

    .poptrox-popup .closer:before {
        right: 12px;
        top: 12px;
        width: 20px;
        height: 20px;
        box-shadow: inset 0 0 0 1px #fff;
        background-size: contain;
        opacity: 0.65;
    }
}

/* Gallery */

.gallery {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45em;
    max-width: 100%;
    margin: 0 auto 2em auto;
}

.gallery article {
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: calc(100% / 3);
    position: relative;
    opacity: 1;
}

.gallery article .image {
    margin: 0;
    display: block;
}

.gallery.inactive article {
    opacity: 0;
}

.gallery.inactive article.from-left {
    -moz-transform: translateX(-14em);
    -webkit-transform: translateX(-14em);
    -ms-transform: translateX(-14em);
    transform: translateX(-14em);
}

.gallery.inactive article.from-right {
    -moz-transform: translateX(14em);
    -webkit-transform: translateX(14em);
    -ms-transform: translateX(14em);
    transform: translateX(14em);
}

.gallery.inactive article.from-top {
    -moz-transform: translateY(-7em);
    -webkit-transform: translateY(-7em);
    -ms-transform: translateY(-7em);
    transform: translateY(-7em);
}

.gallery.inactive article.from-bottom {
    -moz-transform: translateY(7em);
    -webkit-transform: translateY(7em);
    -ms-transform: translateY(7em);
    transform: translateY(7em);
}

/* Header */

.logo_header {
    display: inline-block;
    vertical-align: middle;
    z-index: 101;
}
.logo_header img {
    display: block;
}

#header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
    height: 115px;
    display: flex;
    transition: 0.2s ease;
}

#header.header_scroll {
    height: 70px;
}

#infos_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#header h1 {
    position: absolute;
    left: 1em;
    top: 0;
    height: 3em;
    line-height: 3em;
    cursor: default;
    color: black;
}

#header h1 a {
    font-size: 1.25em;
}

#header nav ul li {
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.9em;
}

#header nav ul li a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 0 0.5em 0 0.5em;
    outline: 0;
    font-weight: 300;
}

/* Main */

.main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

.main > .content {
    width: 45em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
}

.main > .content > :last-child {
    margin-bottom: 0;
}

.main.fullscreen {
    min-height: 100%;
}

.main.style1 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 3em 0 3em 0;
}

.main.style1 h1 {
    font-weight: 900;
    color: var(--bleu);
    font-size: 77px;
    line-height: 1em;
}

.main.style1 > .content {
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    margin: 0;
}
.main.style1 > .content p {
    color: var(--bleu);
    font-weight: 700;
}
.main.style1.inactive > .content {
    opacity: 0;
}

.main.style2 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 3em 0 3em 0;
    overflow: hidden;
}

.main.style3 {
    text-align: center;
    padding: 6em 0 6em 0;
}

.main.style3 .content > header {
    margin-bottom: 2em;
}

.main.style3.primary {
    background: #ffffff;
}

.main.style3.secondary {
    background: #f5f6f7;
}

.main.dark {
    color: #ffffff;
}

.main.dark a {
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    border: solid 2px var(--noir);
}

.main.dark .button.style2 {
    border-color: white;
}

.main_arrow {
    border-color: black;
}

.main.dark .button.style2:hover {
    background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
    background-color: rgba(255, 255, 255, 0.25);
}

.arrow_dark {
    background-image: url('images/dark-arrow.svg?v=2') !important;
    background-size: 50px !important;
}

body.is-touch .main {
    background-attachment: scroll !important;
}
@media screen and (max-width: 736px) {
    .main.fullscreen {
        height: 100vh;
    }

    .main.style1 {
        padding: 4em 15px 4em 15px;
    }

    .main.style2 {
        padding: 6em 15px 6em 15px;
    }

    .main.style2:before,
    .main.style2:after {
        display: none !important;
    }

    .main.style2 .button.anchored {
        display: none;
    }

    .main.style3 {
        text-align: center;
        padding: 3em 10px 3em 10px;
    }
}

@media screen and (max-width: 480px) {
    .main > .content {
        max-width: calc(100% - 1.5em);
    }
}

/* Footer */

#footer {
    position: relative;
    height: 115px;
    margin: 0;
    background: var(--turquoise);
    overflow: hidden;
    display: flex;
    padding: 0 2rem;
}

#footer p {
    color: #fff;
    margin: auto;
    font-size: 0.8em;
    text-align: center;
}

#footer .click_infos_footer {
    cursor: pointer;
}

/* Intro */
#intro {
    background: url('../../images/section1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}
#intro footer {
    margin-top: 14rem;
}

#main_arrow {
    color: black;
}

/* One */
#one {
    background: url('../../images/section2.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 100vh;
    color: #fff;
    text-align: center;
}

#one p {
    color: #fff;
}

#one #image_icones {
    margin-top: 4rem;
}

#work h2 {
    color: var(--turquoise);
}

.item_references a {
    display: block;
    height: 100%;
}

.item_references a img {
    max-width: 100%;
}

.item_references .categorie_galerie:after {
    content: '';
    width: 1px;
    height: 15px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
    background: #fff;
}

.item_references {
    overflow: hidden;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.background-image {
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}

.item_references .infos_references {
    position: absolute;
    padding: 20px;
    top: 0;
    left: -115%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-transform: uppercase;
    transition: 0.4s ease;
    z-index: -1;
}

.categorie_galerie,
.titre_galerie,
.url_galerie {
    color: white;
}

.categorie_galerie {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
}

.infos_references > p {
    font-size: 15px;
}

.titre_galerie {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding-left: 10px;
}

.url_galerie {
    font-size: 0.8em;
}

.item_references:hover .infos_references {
    left: 0;
    z-index: 0;
}

#contact {
    background: url('../../images/contact.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 100vh;
    text-align: center;
}

#contact h2 {
    color: var(--turquoise);
}

#infos_contact {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 750px;
    margin: auto;
}

#infos_contact .item_infos_contact {
    padding: 2rem;
    font-weight: 700;
    text-align: center;
}

#infos_contact .item_infos_contact img {
    display: block;
    margin: auto;
}

#infos_contact .item_infos_contact a {
    color: var(--noir);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
#infos_contact .item_infos_contact a img + span {
    margin-top: 1rem;
    color: var(--bleu);
}
#infos_contact .item_infos_contact a span:first-child {
    margin-bottom: 2rem;
}

.max-width {
    max-width: calc(100% - 2rem);
    width: 1200px;
    margin: auto;
}
.infos_footer {
    padding: 4rem;
    position: relative;
    font-size: 0.9em;
    line-height: normal;
    display: none;
}
.infos_footer h2 {
    color: var(--turquoise);
}
.infos_footer h4 {
    margin-bottom: 1rem;
}
.infos_footer b,
.infos_footer strong {
    font-weight: 700;
}
.close_infos_footer {
    position: absolute;
    top: 4rem;
    right: 4rem;
    cursor: pointer;
}

.tri_references p:first-child {
    margin-left: 0;
}

.tri_references p {
    color: black;
    margin: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.2s ease;
}

.tri_references p:hover,
.tri_references p.active {
    color: var(--turquoise);
}

@media screen and (max-width: 991px) {
    .infos_footer {
        padding: 1rem;
    }
    .close_infos_footer {
        top: 0.4rem;
        right: 0.4rem;
    }
    #infos_contact {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }
    #infos_contact .item_infos_contact {
        padding: 1rem;
    }
    #contact {
        height: auto;
    }
    .gallery article {
        width: 50%;
    }

    #menu_bouton {
        cursor: pointer;
    }

    .navigation {
        z-index: 100;
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        transition: 0.6s ease-in-out;
        transform: translateY(-105%);
        background-color: white;
    }

    .barre {
        height: 5px;
        width: 35px;
        background-color: #0091a4;
        margin-bottom: 5px;
        margin-left: 8px;
    }

    .navigation.show-menu {
        transform: none;
        display: block !important;
    }

    #header nav {
        position: absolute;
        right: 0;
        top: 0;
        height: 100vh;
        line-height: 3em;
        display: none;
    }

    nav > ul > li {
        color: white;
        margin-left: 0px;
    }

    .navigation > ul {
        margin: 0;
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        padding-bottom: 25px;
    }

    #internal-scroll > li {
        display: block;
        width: 100%;
    }

    .navbar-nav > li {
        float: none;
    }

    ul.menu li {
        border-left: none;
    }

    #header nav ul li {
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .gallery {
        -moz-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery article {
        width: 100%;
    }
}

/*MENU BURGER*/
#menu_bouton {
    height: 55px;
    width: 55px;
    z-index: 999;
    cursor: pointer;
    display: none;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
}

#menu_bouton:before {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

#menu_bouton:after {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

#menu_bouton span {
    display: block;
}

#menu_bouton.active span {
    opacity: 0;
}

#menu_bouton:before,
#menu_bouton span,
#menu_bouton:after {
    content: '';
    height: 3px;
    left: 25%;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 50%;
    background: #2591a4;
}

#menu_bouton.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#menu_bouton.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

@media only screen and (max-width: 991px) {
    #menu_bouton {
        display: block;
    }
}

.black {
    border: solid 2px black;
    background-color: transparent;
    color: inherit;
}

.main.dark a:hover {
    background-color: rgba(255, 255, 255, 0.125);
}

.icon_accueil {
    height: 1em;
    line-height: 20em;
    white-space: nowrap;
    font-size: 30px;
}

.a_icon {
    display: flex;
}

@media screen and (max-height: 850px) {
    .main.style1 h1 {
        font-size: 2em;
    }
    #intro footer {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 991px) {
    #intro footer {
        margin-top: 2rem;
    }
    #header {
        height: 60px !important;
    }
    .main.style1 h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.4em;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #footer {
        height: 60px;
    }
}

@media screen and (max-width: 736px) {
    .display {
        display: none;
    }
}
