@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Lato');

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

	note : 	Z-Index : 10000 -> Même plan que le header
					: 10001 -> Menu Burger (pour petit écran)
					: 10002 -> Au dessus de tout
*/

.backFotorama {
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    overflow: hidden;
    position: fixed;
    background: linear-gradient(rgba(0, 0, 0, .95), rgba(80, 80, 80, .95));
}

.backFotorama .closeBtn {
    position: absolute;
    cursor: pointer;
    margin: 10;
    width: 40px;
    height: 40px;
    display: block;
    top: 5px;
    right: 5px;
    background: url("images/close.svg") center center;
    z-index: 10005;
}

.backFotorama .closeBtn:hover {
    background: url("images/close-hover.svg") center center;
}

.material-icons {
    display: none;
}

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

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

html {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #ffffff;
    height: 100%;
    min-width: 320px;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

#textIntro {
    text-shadow: 0 0 3px #000;
}


/* Spinner */

@-webkit-keyframes spinner-rotate {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-ms-keyframes spinner-rotate {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spinner-rotate {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        -ms-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}


/* Loader */

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

@-webkit-keyframes spinner-hide {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100002;
    }
    99% {
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100002;
    }
    100% {
        -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% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100002;
    }
    99% {
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100002;
    }
    100% {
        -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% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100002;
    }
    99% {
        -webkit-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100002;
    }
    100% {
        -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 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;
}

body:before {
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -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;
    font-size: 2em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 2em;
    z-index: -1;
}

body:after {
    -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
    -ms-animation: overlay-hide 1.5s ease-in forwards !important;
    animation: overlay-hide 1.5s ease-in forwards !important;
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

body.is-preload:before {
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    z-index: 100002;
}

body.is-preload:after {
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 100002;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    body:before {
        line-height: 2.025em;
    }
}


/* Type */

body,
input,
textarea,
select {
    font-family: "Source Sans Pro", "sans-serif";
    font-weight: 300;
    font-size: 18pt;
    line-height: 1.75em;
    color: #39454b;
    letter-spacing: 0.025em;
}

@media screen and (max-width: 1920px) {
    body,
    input,
    textarea,
    select {
        font-size: 17pt;
    }
}

@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: inherit;
    letter-spacing: -0.0325em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 2.25em;
    line-height: 1.25em;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.5em;
    }
}

strong,
b {
    font-weight: 900;
    color: inherit;
}

em,
i {
    font-style: italic;
}

a {
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #98c593;
}

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

p,
ul,
ol,
dl,
table {
    margin-bottom: 1em;
}

/* 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 {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -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: #98c593;
    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/dark-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    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: #a8cea4;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
button:active {
    background-color: #88bc82;
}

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");
}


/* Form */

form {
    margin: 0 0 2em 0;
}

form> :last-child {
    margin-bottom: 0;
}

form>.fields {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3em);
    margin: -1.5em 0 2em -1.5em;
}

form>.fields>.field {
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1.5em 0 0 1.5em;
    width: calc(100% - 1.5em);
}

form>.fields>.field.half {
    width: calc(50% - 0.75em);
}

form>.fields>.field.third {
    width: calc(100%/3 - 0.5em);
}

form>.fields>.field.quarter {
    width: calc(25% - 0.375em);
}

@media screen and (max-width: 480px) {
    form>.fields {
        width: calc(100% + 2em);
        margin: -1em 0 2em -1em;
    }
    form>.fields>.field {
        padding: 1em 0 0 1em;
        width: calc(100% - 1em);
    }
    form>.fields>.field.half {
        width: calc(100% - 1em);
    }
    form>.fields>.field.third {
        width: calc(100% - 1em);
    }
    form>.fields>.field.quarter {
        width: calc(100% - 1em);
    }
}

label {
    display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -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;
}

::-webkit-input-placeholder {
    opacity: 0.375;
}

:-ms-input-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;
}

.icon>.label {
    display: none;
}


/* Image */

.image.fit {
    display: block;
    width: 100%;
    opacity: 0.85;
    background: url("images/overlay.png");
    cursor: pointer; 
}


/* List */

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.menu {
    cursor: default;
}

ul.menu li {
    display: inline-block;
    line-height: 1em;
    border-left: solid 1px #e5e6e7;
    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;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}


/* Actions */

ul.actions {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li>* {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }
    ul.actions:not(.fixed) li {
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }
    ul.actions:not(.fixed) li>* {
        width: 100%;
    }
    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }
    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }
    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5rem;
    }
}


/* Icons */

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


/* Sections/Article */

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

/* News */

.container {
    position: relative;
    width: 80%;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 auto 5em;
    background: #FFF;
    background: -webkit-linear-gradient(#FFF, #CCC);
    background: -ms-linear-gradient(#FFF, #CCC);
    background: -o-linear-gradient(#FFF, #CCC);
    background: linear-gradient(#FFF,  #CCC);
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.container .ism-slider {
    margin-left: auto;
    margin-right: auto;
}

#carousel_inner {
    width: 95%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 240px;
    margin: auto;
}

#carousel_inner ul {
    white-space:nowrap;
}

#carousel_inner ul li{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

#carousel_inner article {
    white-space: normal;
    font-size: 0.7em;
    color: #39454b;
    text-decoration: none;
    text-align: left;
    line-height: normal;
    border: 4px solid #fff;
    padding: 10px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 300px;
    height: 180px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
    /* Saf4+, Chrome */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD');
    /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#DDDDDD')";
    /* IE8 */
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#carousel_inner article a{
    color: #39454b;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 736px) {
    .container {
        width: 95%;
    }
}


/* Gallery */

.gallery {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45em;
    max-width: 100%;
    margin: 0 auto 2em auto;
    justify-content: center;
    overflow: hidden;
}

.gallery article {
    -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;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 50%;
    position: relative;
    opacity: 1.0;
}

.gallery article .image {
    margin: 0 auto;
    display: block;
}

.gallery article:nth-last-child(1n) {
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -webkit-transition-delay: 0.85s;
    -ms-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -webkit-transition-delay: 0.95s;
    -ms-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -webkit-transition-delay: 1.05s;
    -ms-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery article:nth-last-child(24n) {
    -webkit-transition-delay: 1.15s;
    -ms-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery.inactive article {
    opacity: 0;
}

.gallery.inactive article.from-left {
    -webkit-transform: translateX(-14em);
    -ms-transform: translateX(-14em);
    transform: translateX(-14em);
}

.gallery.inactive article.from-right {
    -webkit-transform: translateX(14em);
    -ms-transform: translateX(14em);
    transform: translateX(14em);
}

.gallery.inactive article.from-top {
    -webkit-transform: translateY(-7em);
    -ms-transform: translateY(-7em);
    transform: translateY(-7em);
}

.gallery.inactive article.from-bottom {
    -webkit-transform: translateY(7em);
    -ms-transform: translateY(7em);
    transform: translateY(7em);
}

#picNext {
    display: none;
}

#picPrev {
    display: none;
}

@media screen and (max-width: 480px) {
    .gallery {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gallery article {
        width: 100%;
    }
}


/* Header */

#header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    height: 3em;
    line-height: 3em;
    box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}

#header h1 {
    position: absolute;
    left: 1em;
    top: 0;
    height: 3em;
    line-height: 3em;
    cursor: default;
}

#header h1 a {
    font-size: 1.25em;
}

#header nav {
    position: absolute;
    right: 0.5em;
    top: 0;
    height: 3em;
    line-height: 3em;
}

#header nav ul {
    margin: 0;
}

#header nav ul li {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.9em;
}

#header nav ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 3em;
    line-height: 3em;
    padding: 0 0.5em 0 0.5em;
    outline: 0;
}

@media screen and (max-width: 736px) {
    .material-icons {
        display: initial;
        font-size: 24px;
        margin-right: 12px;
        vertical-align: text-bottom;
    }
    #header nav {
        background: inherit;
        font-size: 20px;
        font-weight: bold;
        height: 0;
        overflow: hidden;
        text-transform: uppercase;
        transition: height .2s;
        margin-right: -10px;
    }
    #header nav>* {
        display: block;
        letter-spacing: 1px;
        line-height: 2.5;
        padding: 0 20px;
        width: 100%;
    }
    #header nav ul li {
        display: block;
        margin-left: 0.5em;
        font-size: 0.9em;
    }
    #header .burger {
        z-index: 100001;
        appearance: none;
        -webkit-appearance: none;
        color: inherit;
        cursor: pointer;
        font-family: 'Material Icons';
        font-size: 30px;
        line-height: 50px;
        margin: 0;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 0;
        right: 10px;
        width: 50px;
    }
    #header .burger:before {
        content: 'menu';
    }
    #header .burger:checked:before {
        content: 'close';
    }
    #header .burger:checked+nav {
        height: calc(100vh - 50px);
    }
}

body {
    padding-top: 3em;
}


/* Main */

.main {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

.main>.content {
    width: 100%;
    max-width: calc(100% - 10em);
    margin: 0 auto;
}

.main>.content.news {
    max-width: 100%;
}

.main>.content> :last-child {
    margin-bottom: 0;
}

.main.fullscreen {
    min-height: 100%;
}

.main.style1 {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 3em 0 3em 0;
}

.main.style1 h2 {
    font-size: 4.25em;
    line-height: 1em;
}

.main.style1>.content {
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1.0;
    margin: 0;
}

.main.style1.inactive>.content {
    opacity: 0;
}

.main.style2 {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 3em 0 3em 0;
    overflow: hidden;
}

.main.style2>.content {
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 35%;
    margin: 0;
}

.main.style2.left {
    -webkit-justify-content: -webkit-flex-start;
    -ms-justify-content: -ms-flex-start;
    justify-content: flex-start;
}

.main.style2.right {
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
}

.main.style2.inactive.left>.content {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main.style2.inactive.right>.content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.main.style3,
.main.style4 {
    text-align: center;
    padding: 3em 0 3em 0;
}

.main.style3 .content>header,
.main.style4 .content>header {
    margin-bottom: 2em;
}

.main.style3.primary {
    background: #ffffff;
}

.main.style3.secondary {
    background: #f5f6f7;
}

.main.dark {
    color: #ffffff;
}

.main.dark a {
    color: inherit;
}

.main.dark .button.style2 {
    border-color: #ffffff;
}

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

.main.dark .button.style2.down {
    background-image: url("images/dark-arrow.svg");
}

body.is-touch .main {
    background-attachment: scroll !important;
}

@media screen and (max-width: 1920px) {
    .main.style2 .content {
        width: 40%;
    }
}

@media screen and (max-width: 1280px) {
    .main.style2 .content {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .main.style2 .content {
        width: 60%;
    }
}

@media screen and (max-width: 736px) {
    .main>.content br {
        display: none;
    }
    .main.fullscreen {
        height: auto !important;
    }
    .main.style1 {
        padding: 4em 15px 4em 15px;
    }
    .main.style1 h2 {
        font-size: 3em;
    }
    .main.style2 {
        padding: 6em 15px 6em 15px;
    }
    .main.style2:before,
    .main.style2:after {
        display: none !important;
    }
    .main.style2 .button.anchored {
        display: none;
    }
    .main.style2 .content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .main.style3 {
        text-align: center;
        padding: 3em 10px 3em 10px;
    }
    .main.style4 {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .main>.content {
        max-width: calc(100% - 1.5em);
    }
}


/* Footer */

#footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin: 0;
    line-height: 1em;
    padding: 1.5em;
    background: #39454b;
    color: rgba(185, 186, 187, 0.5);
    overflow: hidden;
}

#footer>* {
    margin-bottom: 0;
}

#footer a {
    color: inherit;
}

#footer a:hover {
    color: #b9babb;
}

#footer ul.menu {
    margin: 0;
}

#footer ul.menu li {
    border-left-color: rgba(185, 186, 187, 0.2);
    font-size: 0.9em;
}

@media screen and (max-width: 1000px) {
    #footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        line-height: 1.5em;
        text-align: center;
        padding: 2em 1em 2em 1em;
    }
    #footer>* {
        margin: 0 0 1em 0;
    }
}

@media screen and (max-width: 736px) {
    #footer ul.menu li {
        border-left: none;
        display: block;
        line-height: inherit;
        margin: 0.25em 0 0 0;
        padding: 0.25em 0 0 0;
    }
    #footer ul.menu li:first-child {
        margin-top: 0;
        padding-top: 0;
    }
}


/* Intro */

#intro {
    background: url("images/overlay.png"), url("../../images/intro.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    /* background-position: top left, bottom center;
    background-repeat: repeat, no-repeat; */
}


/* One */

#one {
    background: url("images/overlay.png"), url("../../images/one.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

/* Two */

#two {
    background: url("images/overlay.png"), url("../../images/two.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

/* Commun One Two */

#boxPresta, #boxParcours{
    z-index: 10000;
    width: 100%;
    height:0px;
    box-shadow: -3px 3px 20px 15px rgba(0, 0, 0, 0.3) inset;
    background: #FFF;
    overflow: hidden;
}

#textePresta, #texteParcours {
    padding: 100px;
}

/* Slide */

#slide {
    background: url("images/overlay.png"), url("../../images/slide.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}


/* Contact */

#contact {
    overflow: hidden;
    padding-bottom: 0;
}

#contact .box {
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

#contact.inactive .box {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

#contact #confirmText{
    display: none;
    color: #FFFFFF;
    width: 100%;
    padding: 0.65em 0.75em;
    border-radius: 0.5em;
    outline: none;
    margin-bottom: 2em;
    border: solid 2px #e3ffe4";
}

.lienSlideA {
    cursor: pointer;
}

@media screen and (max-width: 736px) {
    #contact .box {
        padding: 1.5em 1.5em 2em 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #contact .box {
        padding: 1em 1em 2em 1em;
    }
}