/**
 * *Grid bootstrap
 *
 * ici on charge la grille bootstrap uniquement
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@-ms-viewport {
    width: device-width
}

/**
 * *Reset css
 *
 * ici on annule toutes les modifications css effectué de base par les navigateurs
 */
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;
}

body {
    color: #2B2B2B;
}

/* HTML5 display-role reset for older browsers */
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;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden
}

a {
    text-decoration: none
}

/**
 * *Votre css
 *
 * à vous de jouer
 */
@media (min-width: 1200px) {
    .mini-container {
        width: 1095px
    }

    .mini-pre-container {
        width: 1105px
    }

    .big-container {
        width: 1180px;
        padding: 0px;
    }
}

@media (min-width: 1300px) {
    .mini-pre-container {
        width: 1195px
    }
}

@media (min-width: 1250px) {
    .big-container {
        width: 1230px
    }
}

@media (min-width: 1300px) {
    .big-container {
        width: 1280px
    }
}

@media (min-width: 1350px) {
    .big-container {
        width: 1315px
    }

    .slide-post-bloc {
        width: 1344px;
        max-width: 100%;
    }
}

/*tips*/
/*padding*/
.no-pad-left,
.no-pad-left-ipad,
.no-pad-left-mobile {
    padding-left: 0px
}

.no-pad-right,
.no-pad-right-ipad,
.no-pad-right-mobile {
    padding-right: 0px
}

.no-pad-top,
.no-pad-top-ipad,
.no-pad-top-mobile {
    padding-top: 0px
}

.no-pad-bottom,
.no-pad-bottom-ipad,
.no-pad-bottom-mobile {
    padding-right: 0px
}

.no-pad {
    padding: 0px
}

/*margin*/
.no-marg-left,
.no-marg-left-ipad,
.no-marg-left-mobile {
    margin-left: 0px
}

.no-marg-right,
.no-marg-right-ipad,
.no-marg-right-mobile {
    margin-right: 0px
}

.no-marg-top,
.no-marg-top-ipad,
.no-marg-top-mobile {
    margin-top: 0px
}

.no-marg-bottom,
.no-marg-bottom-ipad,
.no-marg-bottom-mobile {
    margin-right: 0px
}

.no-marg {
    padding: 0px
}

/*others tips*/
.display-none,
.display-ipad,
.display-mobile {
    display: none
}

.display-block {
    display: block
}

.d-flex {
    display: flex
}

.clear {
    clear: both
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.no-decoration:hover,
.no-decoration {
    text-decoration: none
}

.fixed {
    position: fixed
}

.invisible {
    visibility: hidden
}

.img-circle {
    border-radius: 50%
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.lowercase {
    text-transform: lowercase
}

.hover-pointer:hover {
    cursor: pointer
}

.img-responsive {
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .display-ipad {
        display: block
    }

    .hide-ipad {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .display-mobile {
        display: block
    }

    .hide-mobile {
        display: none
    }
}

/*animation*/
.hover-shadow {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    z-index: 9999;
}

.hover-shadow:hover {
    transform: translateY(-6px);
    animation-name: hover;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.hover-shadow:hover:before {
    opacity: .4;
    transform: translateY(6px);
    animation-name: hover-shadow;
    animation-duration: 1.5s;
    animation-delay: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
}

input:invalid {
    animation: shake 300ms
}

@keyframes shake {
    25% {
        transform: translatex(4px)
    }

    50% {
        transform: translatex(4px)
    }

    75% {
        transform: translatex(4px)
    }
}

/*Global components*/
.scrollTop {
    width: 40px;
    height: 40px;
    background: white;
    position: fixed;
    bottom: 200px;
    right: 50px;
    border-radius: 5px;
    box-shadow: 1px 0px 14px #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -999999;
    transition: 0.6s;
}

.scrollTop.active {
    opacity: 1;
    z-index: 99;
}

.scrollTop svg {
    width: 20px
}

.message {
    clear: both;
    width: 100%;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 17px;
}

.message:after {
    display: inline-block;
    content: "\00d7";
    /* This will render the 'X' */
    float: right;
    font-size: 20px;
}

.message:hover {
    cursor: pointer
}

.message.error {
    background: #fde8e8;
    color: #cf2e2e;
}

.message.success {
    background: #def7ec;
    color: #00d084;
}

.message.info {
    background: #f3f4f6;
    color: #545454;
}

.message.info svg {
    width: 20px;
    top: 3px;
    position: relative;
    margin-right: 5px;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

table th,
table td {
    padding: 12px 15px
}

table tbody tr {
    border-bottom: 1px solid #dddddd
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #009879
}

table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.animate-spin {
    fill: #1c64f2;
    width: 35px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity));
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

/*Theme components*/
.content-landing {
    padding-bottom: 100px
}

/*THEME*/
/*HOME PAGE*/
.pre-header {
    padding: 15px
}

body .pre-header p {
    font-size: 14px;
    line-height: 17px;
}

header {
    position: fixed;
    top: 80px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 27px;
    transition: top 0.5s;
    /* Transition uniquement pour la propriété top */
}

header.no-pre-header {
    top: 33px
}

header.fixed {
    top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

header.fixed nav.desktop {
    top: 0
}

header.fixed .cta.billeterie {
    border-color: white;
    color: white;
}

header.fixed .cta.billeterie svg path {
    fill: white
}

header nav ul {
    display: flex
}

header nav>ul>li {
    margin: 0px;
    padding: 27px 32.5px;
    position: relative;
}

@media screen and (min-width: 992px) {

    header nav>ul>li ul a:hover,
    header nav>ul>li:hover>a {
        color: #56BFCA;
    }

    body .sub-menu {
        position: fixed
    }
}

header nav ul li a {
    font-family: 'Unbounded-Regular';
    font-size: 16px;
    line-height: normal;
    color: white
}

header nav ul ul li {
    margin-bottom: 15px
}

header nav ul ul li a {
    font-size: 14px
}

.logo-header-2,
.logo-header {
    position: absolute;
    left: 60px;
    top: -45px;
    z-index: 999;
}

header.no-pre-header .logo-header {
    top: -15px
}

.logo-header-2 {
    opacity: 0;
    width: 90px;
    top: 8px;
}

header.fixed .logo-header-2 {
    transition: 1s
}

header.fixed .logo-header-2 {
    opacity: 1
}

header.fixed .logo-header {
    opacity: 0
}

.form-1 {
    position: absolute;
    left: -365px;
    bottom: -220px;
    z-index: 9;
}

.form-2 {
    position: absolute;
    left: -565px;
    top: -740px;
    z-index: 9;
    width: 800px;
}

.form-3 {
    position: absolute;
    right: -350px;
    bottom: -400px;
}

.form-4 {
    position: absolute;
    left: -365px;
    top: -470px;
    z-index: 8;
}

.horraires {
    z-index: 9999;
    position: relative;
}

.horraires:hover {
    cursor: pointer
}

.horraires span {
    position: fixed;
    right: 20px;
    z-index: 99999;
    bottom: 102px;
    opacity: 0;
    color: white;
    font-size: 12px;
    font-family: 'Unbounded-Regular';
}

.horraires img.horloge {
    position: fixed;
    right: -35px;
    z-index: 999;
    bottom: 55px;
    transition: 0.5s;
    width: 103px;
}

.horloge-white {
    position: fixed;
    right: 13px;
    z-index: 9999;
    bottom: 104px;
    transition: 0.5s
}

.horraires:hover span {
    opacity: 1;
    transition: 0.5s;
}

.horraires:hover img.horloge {
    z-index: 999;
    width: 135px;
    bottom: 40px;
}

.horraires:hover .horloge-white {
    bottom: 120px;
    right: 25px;
}

.block-video {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    background-image: url(../img/svg/arrow-darkblue-down.svg);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 19px;
}

.wpcf7 select:hover {
    cursor: pointer;
}

.block-video video {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.block-video:before {
    content: "";
    background: rgb(43 43 43 / 40%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9;
}

.block-video .content {
    z-index: 9;
    position: relative;
}

.block-video .main-title {
    margin-bottom: 16px
}

.block-video .small-text {
    margin-bottom: 35px
}

.section-2 {
    height: auto;
    background-size: cover;
    padding-bottom: 80px;
    background-position: center;
}

.triangle-2 {
    width: 0;
    height: 0;
    border-top: 350px solid white;
    border-right: 100vw solid transparent;
    position: absolute;
    top: -350px;
    right: 0;
    transform: rotate(180deg);
}

.section-1 {
    /* background-image: url('https://tourisme.paysvoironnais.com/wp-content/uploads/wpetourisme/15188040-diaporama.jpg'); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 190px));
    position: relative;
    z-index: 10;
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
    background-position: center;
}

.section-1 .flex-content {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    height: 400px;
}

.section-0 {
    padding-top: 100px;
    padding-bottom: 20px;
}

.section-0 .content {
    max-width: 100%;
    width: 550px;
    z-index: 999;
    position: relative;
}

.section-6 p a,
.section-3 p a,
.section-2 p a,
.section-2 .black a,
.section-0 .content p a {
    color: #5B79A4;
    text-decoration: underline;
}

.section-0 .content li {
    font-family: 'Rubik-Regular';
    font-size: 18px;
    line-height: 28px;
    margin-left: 20px;
    list-style-type: disc;
}



.section-0 p {
    margin-bottom: 20px
}

.section-0 .cta {
    margin: auto;
    margin-top: 50px;
    /* display: table; */
}

.section-0 .big-title {
    margin-bottom: 24px
}

.section-0>img {
    position: absolute;
    right: 0px;
    z-index: 999;
    width: 900px;
    top: -76px;
}

.section-0>svg {
    position: absolute;
    z-index: 99;
    bottom: -145px;
    transform: rotate(180deg);
}

.relative {
    position: relative
}

.block-switch {
    display: none
}

.block-switch.active {
    display: block
}

.block-switch,
.section-1 .block-left {
    padding: 0px 65px
}

.section-1:before {
    content: "";
    background: rgb(43 43 43 / 42%);
    position: absolute;
    left: -200px;
    height: 670px;
    width: calc(100% + 200px);
    top: 0;
    transform: rotate(-6deg);
}

.section-1:before {}

.section-1 p.m-b {
    margin-bottom: 40px
}

.block-switch {
    position: relative;
    width: 450px;
    max-width: 100%;
}

.block-switch svg {
    position: relative;
    left: 27px;
    top: 6px;
    width: 28px;
    left: 0;
}

.block-switch.block-2 svg {
    top: 2px;
}

.block-switch.block-3 svg {
    top: 11px;
}

.block-switch .big-title {
    margin-bottom: 30px
}

.section-1 .big-title {
    margin-bottom: 50px;
    display: table;
    position: relative;
}

.section-1 .big-title.active:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #EF7B63;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.section-1 .block-left .big-title:hover {
    cursor: pointer
}

.section-1 .block-left .big-title {
    margin-bottom: 50px
}

.chiffres {
    margin-top: 210px;
    z-index: 99;
    position: relative;
    display: flex;
    justify-content: center;
}

body ul.chiffres li {
    padding: 0px 30px
}

body ul.chiffres li .number {
    font-size: 54px;
    line-height: 67px;
}

.section-3 .container>.big-title,
.section-2 .container>.big-title {
    margin-bottom: 25px
}

.section-3 .container>p,
.section-6 .container>p,
.section-2 .container>p {
    width: 550px
}

.section-2 {
    background-attachment: fixed;
    position: relative;
    /* margin-top: -250px; */
    /* clip-path: polygon(100% 19%, 100% 100%, -90000% 0%, 0 calc(0% - 0px)); */
    margin-top: -200px;
    padding-top: 180px;
}

.section-2 li img {
    width: 100%
}

/*slider espaces*/
.slide {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    width: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 2169px;
    margin: 0px;
    margin-top: 77px;
    transition: 1s;
}

.bloc-sider-card .slide {
    margin-top: 60px
}

.slide li {
    min-width: 462px;
    width: 462px;
    height: 462px;
    border-radius: 8px;
    /* margin-right: 30px; */
    margin-right: 38px;
    flex-direction: column;
    padding: 39px 50px 32px 45px;
    background: rgb(255 255 255 / 5%) 0% 0% no-repeat padding-box;
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: 0.5s;
}

.slide:not(.slide-review) li:before {
    content: "";
    background: rgb(0 0 0 / 30%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.slide li .content {
    position: absolute;
    bottom: 75px;
    left: 0;
    padding: 0px 35px;
}

.slide li .medium-title {
    margin-bottom: 15px
}

.cta-simple {
    position: absolute;
    bottom: 23px;
    right: 30px;
}

.dot-slider {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.dot-slider .dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #5B79A4;
    opacity: 0.4;
    margin: 0px 5px;
    transition: 0.5s;
}

.dot-slider .dot:hover {
    cursor: pointer
}

.dot-slider .dot.active {
    width: 34px;
    border-radius: 30px;
    opacity: 1;
    z-index: 9
}

.snapslider-wrapper {
    z-index: 9;
    position: relative
}

.slide::-webkit-scrollbar {
    display: none
}

.cta-slide-prev {
    opacity: 0;
    position: absolute;
    left: 0;
    background: none;
    top: 230px;
    z-index: 999;
}

.cta-slide-next,
.cta-slide-prev {
    z-index: -99;
}

.cta-slide-next.active,
.cta-slide-prev.active {
    opacity: 1;
    z-index: 99;
}

.cta-swipe {
    outline: none;
    border: none;
}

.cta-slide-next {
    position: absolute;
    right: -295px;
    top: 230px;
    background: none;
    opacity: 0;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 127px solid #5b79a4;
    border-left: 100px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 8px;
    transition: 0.5s;
}

.price {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    width: 100px;
    flex-direction: column;
    font-family: 'Rubik-Bold';
    font-size: 17px;
    height: 127px;
    display: flex;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    transition: 0.5s;
}

.price span.wording {
    font-size: 12px;
    font-family: 'Rubik-Regular';
    margin-bottom: 5px;
}

.block-community .big-title {
    margin-bottom: 20px
}

.block-community {
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    left: 75px;
}

.block-community .content {
    margin-left: 100px
}

.block-community .phone {
    height: 550px
}

.block-community .rs {
    display: flex;
    margin-top: 55px;
}

.block-community .rs img {
    width: 65px;
    height: 65px;
    margin-right: 25px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(1369%) hue-rotate(150deg) brightness(81%) contrast(92%);
    transition: 0.5s;
}

.block-community .rs li {
    transition: 0.5s;

}

.block-community .rs li:hover {
    transform: translateY(-10px)
}

.block-community .rs li:hover img {
    transform: rotate(360deg)
}

.section-4 {
    margin-top: 20px;
    padding-top: 195px;
    padding-bottom: 195px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-4 * {
    z-index: 9
}

.section-4 svg {
    margin-bottom: 40px
}

.section-4 p {
    z-index: 9
}

.section-4:before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgb(91 121 164 / 60%) 0% 0% no-repeat padding-box;
    height: 100%;
}

.triangle-3 {
    width: 0;
    height: 0;
    border-bottom: 200px solid white;
    border-right: 100vw solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.triangle-4 {
    width: 0;
    height: 0;
    border-top: 75px solid white;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.section-5 .carte {
    height: 520px;
    margin-left: 20px;
    object-fit: contain;
    width: calc(100% - 530px);

}

.block-carte-cadeau {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-5 .content {
    width: 530px
}

.section-5 {
    padding-top: 130px
}

.section-5 .big-title {
    margin-bottom: 20px
}

.section-5 p {
    margin-bottom: 35px
}

.section-6 {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.triangle-5 {
    width: 0;
    height: 0;
    border-bottom: 200px solid white;
    border-right: 100vw solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.section-6 {
    padding-top: 180px
}

.slide-review li {
    background: white;
    height: auto;
    padding: 25px;
}

.slide-review li.review {
    display: block;
    width: 340px;
    min-width: 340px;
    box-shadow: 0px 0px 12px #00000029;
}

.rating-block-img {
    position: relative;
    display: flex;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.author {
    font-family: 'Rubik-Bold';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
}

.rating {
    color: #FCC978;
    margin-top: 15px;
    margin-bottom: 8px;
}

.rating span {
    font-family: 'Rubik-Bold';
    font-size: 18px;
    line-height: 28px;
    margin-right: 5px;
}

.review .comment {
    font-size: 16px;
    line-height: 24px;
}

.details .date {
    font-size: 14px;
    line-height: 28px;
    color: #A8A8A8;
    line-height: normal;
}

.block-google-avis {
    margin-top: 300px;
    margin-bottom: 85px;
}

.review-cta {
    right: 30px;
    bottom: 0px;
}

.triangle-6 {
    width: 0;
    height: 0;
    border-bottom: 200px solid #56BFCA1A;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: 550px;
    right: 0;
}

.review-summary p.moyenne {
    font-size: 23px;
    line-height: 29px;
    font-family: 'Unbounded-Bold';
    margin-top: 29px;
    margin-bottom: 7px;
}

.slide-04 .slide-review {
    margin-top: 28px
}

.section-6:before {
    content: "";
    background: #56BFCA1A;
    position: absolute;
    left: -200px;
    height: 550px;
    width: calc(100% + 200px);
    top: inherit;
    bottom: 0;
}

.rating-block-img img {
    margin-right: 10px
}

.details img {
    width: 52px;
    height: 52px;
    object-fit: cover;
}

.review .details {
    display: flex;
    align-items: center;
}

.block-top-content {
    position: relative
}

.slide-04 .cta-slide-next {
    top: 150px
}

.slide-04 .cta-slide-prev {
    top: 150px
}

footer {
    display: flex;
    justify-content: center;
}

.logo-footer {
    width: 165px;
    top: -10px;
    position: relative;
}

.cta-footer {
    border: 2px solid white;
    width: 234px;
    height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 15px;
}

.cta-footer {
    font-family: 'Unbounded-Regular';
    font-size: 14px;
    line-height: 20px;
}

.cta-footer svg {
    margin-right: 12px
}

.cta-footer.mail {
    font-size: 12px
}

footer .block p {
    font-size: 16px;
    line-height: 24px;
}

footer .block-1 {
    text-align: center
}

footer .block-1 p {
    margin-bottom: 24px;
    margin-top: 30px;
}

footer .block {
    padding: 0px 55px;
    text-align: center;
}

.title-footer {
    font-family: 'Unbounded-Regular';
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin-bottom: 13px;
}

footer .block ul li {
    margin-bottom: 9px
}

footer .block ul li a {
    color: white;
    font-family: 'Rubik-Regular';
    font-size: 14px;
}

footer {
    padding-bottom: 35px !important
}

footer .rs {
    display: flex;
    position: absolute;
    bottom: 65px;
    right: 30%;
}

footer .rs img {
    width: 52px;
    margin: 0px 10px;
}

.block.m-t {
    margin-top: 160px
}

.block .m-b {
    margin-bottom: 32px
}

.block-2 .inner:nth-child(1) {
    margin-bottom: 32px
}

.sub-footer ul {
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-footer ul li {
    margin: 0px 15px
}

.sub-sub-menu>li>a>span,
header nav>ul>li>a>span,
header nav>ul>li>span {
    display: block;
}

.sub-footer ul li {
    font-size: 14px;
    font-family: 'Rubik-Regular';
}

.sub-menu {
    display: flex;
    border-radius: 0px 0px 10px 10px;
    z-index: -999;
    margin-left: 0px;
    padding: 25px 0px;
    padding-top: 20px;
    top: 70px;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0px;
}

nav.desktop,
nav.ipad {
    position: relative;
    top: -27px;
}

@media screen and (min-width: 992px) {
    .has-sub-menu.active .sub-menu {
        display: flex;
        top: 135px;
        border-radius: 0px;
        flex-direction: row;
        justify-content: center;
    }

    header.fixed .has-sub-menu.active .sub-menu {
        top: 74px !important
    }

    header.no-pre-header .has-sub-menu.active .sub-menu {
        top: 105px
    }

    .has-sub-menu.active .sub-menu {
        z-index: 0
    }

    body .sub-menu {
        background: rgb(91 121 164 / 75%)
    }

    header nav ul ul li {
        margin-bottom: 0px
    }
}


@media screen and (max-width: 1400px) {
    header.fixed .has-sub-menu.active .sub-menu {
        top: 70px !important;
    }
}

header nav .has-sub-menu.active.count-1 .sub-menu {
    margin-left: 0px
}

.has-sub-menu.active .sub-menu {
    opacity: 1;
    z-index: 99;
}

@media screen and (min-width: 992px) {
    .fixed .sub-menu {
        display: none
    }

    .fixed .has-sub-menu.active .sub-menu {
        display: flex
    }
}

.has-sub-menu .sub-menu>li {
    padding-left: 25px;
    padding-right: 30px;
    position: relative;
    border-right: 2px solid rgb(148 208 222 / 22%);
    text-align: left;
}

.block-switch .content a {
    color: white
}


@media screen and (min-width: 992px) {
    .has-sub-menu.count-1 .sub-menu>li {
        padding-left: 20px;
        padding-right: 0px;
    }
}

.sub-sub-menu>li {
    margin-bottom: 18px;
    text-align: left;
}

.has-sub-menu .sub-menu>li:last-child {
    border: none
}

.sub-sub-menu {
    clear: both
}

.sub-sub-menu a {
    font-size: 14px;
    line-height: 16px;
    padding-left: 0px !important
}

@media screen and (max-width: 1800px) {
    .cta-slide-next {
        right: -150px
    }
}

@media screen and (max-width: 1700px) {
    .section-0>img {
        width: 780px
    }
}

@media screen and (max-width: 1500px) {
    .cta-slide-next {
        right: -50px
    }

    header nav ul li {
        margin: 0px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 1450px) {
    .section-0>img {
        width: 700px
    }

    .cta.billeterie {
        right: 30px
    }

    .logo-header-2,
    .logo-header {
        left: 30px
    }
}

@media screen and (max-width: 1390px) {
    .cta-slide-next {
        right: -50px
    }

    header nav ul li {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px;
    }
}

@media screen and (max-width: 1320px) {

    .form-carte-cadeau {
        display: none;
    }

    .section-0>img {
        width: 600px
    }

    .cta-slide-next {
        right: 0px
    }

    .cta.billeterie {
        top: -72px
    }

    header.fixed .cta.billeterie {
        top: 15px
    }

    header.fixed nav ul li a {
        font-size: 14px
    }

    .bloc-story-hp img.img-story {
        max-height: 85%;
    }

    .block-img-left,
    .bloc-story-hp>img:not(.img-story) {
        left: -450px;
    }


}

@media screen and (max-width: 1220px) {
    .section-0>img {
        width: 740px;
        right: -300px;
    }

    .bloc-story-hp img.img-story {
        right: -200px
    }


}

@media screen and (max-width: 1185px) {
    header nav ul li {
        margin: 0px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .cta.billeterie {
        right: 15px
    }

    .logo-header-2,
    .logo-header {
        left: 15px;
    }
}

@media screen and (max-width: 1095px) {

    .bloc-story-hp img.img-story {
        display: none;
    }

    .block-community {
        left: 0px
    }

    .section-5 .content,
    .section-5 .carte {
        width: 50%;
    }

    header.fixed .cta.billeterie {
        top: -72px
    }

    footer .block {
        padding: 0px 35px
    }
}

@media screen and (max-width: 1100px) {
    #review-google {
        width: 100%
    }

    footer .rs {
        right: 15%
    }
}

@media screen and (min-width: 992px) and (max-width: 1060px) {
    header nav ul li a {
        font-size: 14px
    }
}

.menu-fixed-ipad {
    display: none
}

@media screen and (max-width: 991px) {
    .has-sub-menu .sub-menu>li {
        text-align: center
    }

    nav .has-sub-menu .sub-menu {
        opacity: 1;
        border-radius: 0px;
        top: 250px;
        position: fixed;
        left: -999px;
        height: calc(100vh - 250px);
        width: 100%;
        transition: 0.8s;
        z-index: 99;
        padding: 0px;
    }

    .has-sub-menu.active .sub-menu {
        left: 0;
        width: 100%;
        opacity: 1;
        overflow-y: scroll;
    }

    body nav.ipad {
        display: block
    }

    .menu-fixed-ipad {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: white;
        display: flex;
        justify-content: center;
        z-index: 99999999;
        padding: 13px;
    }

    .menu-fixed-ipad a {
        margin: 0px 9px;
        padding: 10.5px;
    }

    .menu-fixed-ipad a svg {
        margin-right: 10px
    }

    .menu-fixed-ipad a img {
        width: 21px;
        height: 21px;
        object-fit: contain;
    }

    .menu-fixed-ipad a:last-of-type {
        width: 164px
    }

    header nav ul li {
        margin: 0px 15px;
        text-align: center;
    }

    nav.ipad .close-nav {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .section-0>img {
        right: -374px;
        top: 249px;
        width: 600px;
    }

    .burger {
        position: fixed;
        top: 80px;
        z-index: 99999;
        right: 36px;
    }

    .billeterie.desktop {
        display: none
    }

    header {
        z-index: 9999
    }

    body nav.ipad.open {
        left: 0
    }

    body nav.ipad {
        padding-top: 250px;
        text-align: center;
    }

    body nav.ipad .logo-ipad {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body nav.ipad ul {
        display: flex
    }

    body nav.ipad ul li a {
        color: white;
        font-family: 'Unbounded-Regular';
        font-size: 28px;
        line-height: 35px;
    }

    .burger.fixed {
        top: 42px
    }

    .return-nav {
        position: absolute;
        top: 25px;
        left: 25px;
        opacity: 0;
        z-index: -99;
        left: -200px;
        transition: 1.3s
    }

    .return-nav.active {
        opacity: 1;
        z-index: 99;
        left: 25px;
    }

    nav.ipad li {
        margin-bottom: 27px
    }

    .section-1 {
        padding-top: 230px
    }

    .section-1:before {
        height: 720px
    }

    .block-switch,
    .section-1 .block-left {
        padding: 0px 80px
    }


    .block-switch svg {
        left: 25px
    }

    body ul.chiffres li {
        padding: 0px 30px
    }

    .block-community .rs {
        z-index: 99;
        position: relative;
    }

    .block-community .content {
        margin-left: 40px
    }

    .block-community .phone {
        height: 400px
    }

    footer .block {
        padding: 0px 15px
    }

    footer .block {
        padding: 0px 15px;
        width: 50%;
    }

    footer {
        flex-wrap: wrap
    }

    .cta-footer {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .block.m-t {
        margin-top: 80px
    }

    footer .rs {
        position: relative;
        bottom: 0px;
        right: 0;
        margin-top: 20px;
    }

    header.fixed {
        height: 55px
    }

    .logo-header-2 {
        width: 110px
    }

    .sub-footer {
        padding-bottom: 60px
    }
}

.sub-footer {
    float: left;
    width: 100%;
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
    .has-sub-menu .sub-menu>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    header nav ul ul li a {
        font-size: 12.5px;
    }

    .logo-header {
        top: -65px;
    }
}

@media screen and (min-width: 1024px) {
    .block-switch svg {

        position: absolute;
        left: 20px;
    }
}

@media screen and (max-width: 767px) {

    body nav.ipad {
        overflow-y: scroll;
    }

    body nav.ipad .logo-ipad {
        top: 85px;
        width: 70px;
    }

    body nav.ipad {
        padding-top: 250px
    }

    nav .has-sub-menu .sub-menu {
        top: 250px;
        height: calc(100vh - 250px);
    }

    .block-video .content>img {
        width: 150px;
        margin-top: 50px;
    }

    .logo-header {
        width: 72px;
        top: -40px;
        left: 30px;
    }

    body .pre-header p {
        font-size: 12px;
        line-height: 17px;
    }

    .big-title {
        font-size: 30px;
        line-height: 37px;
    }

    .form-1 {
        left: -435px
    }

    .section-0 .content {
        /* padding-bottom: 335px; */
        padding-bottom: 0px;
    }

    .section-0>img {
        right: -215px;
        width: 555px;
        top: inherit;
        bottom: -240px;
        display: none;
    }

    .section-1 .flex-content {
        flex-direction: column;
        text-align: center;
        height: auto;
    }

    .section-1 .block-left .big-title {
        margin: auto;
        margin-bottom: 20px;
    }

    .section-1 .block-left {
        margin-bottom: 33px
    }

    .block-switch .big-title {
        margin-bottom: 18px !important;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
    }

    .block-switch svg {
        left: 0 !important;
        top: 0 !important;
        margin-right: 10px;
        float: left;
    }

    .block-switch .content p {
        font-size: 20px
    }

    .section-1 p.m-b {
        margin-bottom: 30px
    }

    .section-1:before {
        height: 48%
    }

    .chiffres {
        margin-top: 110px;
        flex-direction: column;
    }

    body ul.chiffres li {
        margin-bottom: 40px
    }

    .section-3 .container>p,
    .section-6 .container>p,
    .section-2 .container>p {
        width: 100%;
    }

    .container {
        padding: 0px 27px
    }

    .slide li {
        width: 330px;
        height: 365px;
    }

    .slide li {
        min-width: 295px;
        width: 295px;
        height: 365px;
        margin-right: 15px;
    }

    .slide-review li.review {
        width: 295px;
        min-width: 295px;
    }

    .slide li .medium-text {
        font-size: 15px;
        line-height: 22px;
    }

    .review .comment {
        font-size: 14px;
        line-height: 21px;
    }

    .slide-review li.review {
        height: auto;
        padding: 25px;
    }

    .review-cta {
        position: relative;
        right: 0px;
        margin-top: 32px;
        left: 65px;
    }

    .review-summary {
        padding-left: 30px
    }

    .form-2,
    .form-4 {
        display: none
    }

    .section-5 .content,
    .section-5 .carte {
        width: 100%;
        margin: 0px;
    }

    .block-carte-cadeau {
        flex-direction: column-reverse
    }

    .section-6 {
        padding-top: 110px
    }

    .section-5 {
        padding-bottom: 50px
    }

    .triangle-3,
    .triangle-5 {
        border-bottom: 60px solid white
    }

    .triangle-6 {
        border-bottom: 60px solid #56BFCA1A;
        bottom: 620px
    }

    .triangle-2 {
        border-top: 76px solid white;
        top: -75px;
    }

    .triangle-4 {
        border-top: 40px solid white
    }

    .section-1 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px))
    }

    .section-2 {
        margin-top: -95px
    }

    .section-4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .block-google-avis {
        margin-top: 35px
    }

    .block-google-avis .big-title {
        margin-top: 30px
    }

    .section-6:before {
        height: 620px
    }

    .form-3 {
        right: -415px;
        bottom: -320px;
    }

    .section-5 .carte {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .cta.blue-lite {
        padding: 13px 102px 13px 26px;
        position: relative;
    }

    .cta.blue-lite img.arrow {
        margin-left: auto;
        position: absolute;
        right: 25px;
    }

    .section-4 .big-title {
        padding: 0px 35px;
        text-align: center;
    }

    .section-4 svg {
        margin-bottom: 20px;
        width: 65px;
    }

    .main-title {
        margin-top: 30px;
        font-size: 26px;
        line-height: 37px;
    }

    .block-video .content>img {
        margin-top: 0px
    }

    .block-video .small-text {
        padding: 0px 30px;
        font-size: 14px;
        line-height: 24px;
    }

    .slide {
        margin-top: 60px
    }

    .cta-slide-prev,
    .cta-slide-next {
        top: 175px;
    }

    .block-community .content {
        margin-left: 0px
    }

    .section-2 {
        padding-bottom: 0px
    }

    .section-3 {
        margin-bottom: 120px;
        padding-top: 50px
    }

    .form-mobile {
        right: -415px;
        top: -270px;
        position: absolute;
    }

    footer .block {
        width: 100%
    }

    .block.m-t {
        margin-top: 10px
    }

    footer {
        display: block
    }

    footer .block.block-1 {
        width: 100%
    }

    footer .block.m-t {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    footer .block.full {
        width: 50%;
        margin-bottom: 0px;
    }

    footer .rs img {
        width: 40px;
        margin-top: 20px;
    }

    footer .block.full .inner h3,
    footer .block.full .inner {
        margin-bottom: 13px;
    }

    .sub-footer ul {
        padding-top: 22px;
    }

    .title-footer {

        margin-top: 20px;
    }

    footer .rs {
        position: relative;
        bottom: 0px;
        right: 0;
        margin-top: 20px;
        float: left;
        width: 100%;
        justify-content: center;
    }

    .sub-footer ul {
        flex-direction: column
    }

    .sub-footer ul li {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 355px) {
    .block-switch svg {
        left: 70px
    }

    .menu-fixed-ipad a:last-of-type {
        width: 144px
    }
}

@media screen and (max-width: 339px) {
    .menu-fixed-ipad a {
        margin: 0px 6px
    }
}

@media screen and (max-width: 320px) {
    .menu-fixed-ipad a {
        padding: 7.5px;
        margin: 0px 5px;
    }
}

@media screen and (max-width: 290px) {
    .menu-fixed-ipad a {
        padding: 6.5px;
        margin: 0px 4px;
    }

    .big-title,
    .main-title {
        font-size: 27px;
        line-height: 34px
    }
}

@media screen and (min-width: 390px) and (max-width: 767px) {
    .block-switch svg {
        left: 70px
    }
}

/*FOOTER*/
.content-landing {
    margin-top: 30px
}

.single-post .form-1-land {
    right: -365px;
    left: inherit;
    transform: rotate3d(0, 1, 0, 180deg);
    top: -420px;
}

.top-single-post {
    height: 710px;
    /* clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
    padding-top: 200px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.top-single-post::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(43 43 43 / 60%)
}

.top-single-post em {
    font-style: italic;
}

.top-single-post p a {
    color: white;
    text-decoration: underline;
}

.intro-text em {
    font-style: italic
}

.intro-text.blue a {
    text-decoration: underline;
    color: #5B79A4;
}

.intro-text a {
    text-decoration: underline;
    color: #2B2B2B;
}

.top-single-post * {
    z-index: 9;
    position: relative;
    text-align: center;
}

.top-single-post .main-title {
    margin-bottom: 6px
}

.pre-content {
    float: left;
    width: 100%;
    margin-top: -240px;
    z-index: 9;
    position: relative;
}

.pre-content .inner {
    padding: 0px 50px;
    border-radius: 8px;
    padding-top: 33Px;
    float: left;
    width: 100%;
    position: relative;
}

.pre-content .big-title-2 {
    margin-bottom: 13px
}

.pre-content .inner .big-title {
    margin-bottom: 13px
}

.categories-list {
    display: flex;
    margin-bottom: 18px;
}

.categories-list div,
.categories-list li {
    font-family: 'Rubik-Regular';
    font-size: 12px;
    line-height: normal;
    margin-right: 10px;
    border-radius: 4px;
    padding: 5px 10px;
}

body:not(.wp-admin) .post-date {
    font-family: 'Rubik-Regular';
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.breadcrumbs {
    display: flex;
    margin-bottom: 12.5px;
    padding: 0px 50px;
}

.breadcrumbs li {
    padding-right: 8px
}

.breadcrumbs li span {
    margin-left: 8px
}

.breadcrumbs li,
.breadcrumbs li a {
    font-family: 'Rubik-Regular';
    font-size: 16px;
    color: white;
    line-height: 28px;
}

.post-date svg {
    width: 17px;
    margin-right: 7px;
}

.pre-content .inner .content {
    width: 650px
}

.pre-content .inner.no-btn-group .content {
    width: 100%;
}

.pre-content .inner.flex {
    display: flex;
    align-items: center;
}

.group-boutons-page {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 75px;
    z-index: 9;
}

.group-boutons-page .cta {
    margin-bottom: 31px;
    position: relative;
    width: 208px;
    padding-left: 26px;
    justify-content: flex-start;
}

.group-boutons-page img.arrow {
    position: absolute;
    right: 15px;
}

.form-1-land {
    position: absolute;
    left: -365px;
    top: -310px;
    z-index: 9;
}

.post-type-archive-tarifs .top-single-post {
    padding-top: 180px
}

.post-type-archive-tarifs .pre-content {
    margin-top: -315px
}

.list-cat-tarifs {
    display: flex;
    margin-top: 55px;
    margin-bottom: 55px;
    float: left;
    width: 100%;
    position: relative;
}

.list-cat-tarifs button {
    font-family: 'Unbounded-Regular';
    font-size: 18px;
    line-height: 22px;
    color: #5B79A4;
    background: none;
    border: none;
    padding: 0px;
    margin-right: 38px;
    padding-bottom: 2px;
}

.list-cat-tarifs button.active {
    border-bottom: 2px solid #5B79A4
}

body.post-type-archive-tarifs .bloc-tarifs {
    background: none;
    padding-top: 0px;
    margin-top: 0px;
}

body.post-type-archive-tarifs .switch-tarif {
    margin-top: 0px
}

.link-carte-cadeau img {
    width: 180px;
    position: absolute;
    right: 0px;
    top: -65px;
    transform: rotate(-30deg);
}

/*partenaires*/
.gallery-partenaires {
    width: 454px;
    height: 454px;
    margin-bottom: 00px;
    top: -120px;
    right: -110px;
}

.gallery-partenaires img {
    width: 454px;
    height: 454px;
    object-fit: cover;
    border-radius: 8px;
}

.pre-content .inner.flex.flex-partenaires {
    align-items: baseline
}

.pre-content .inner.flex-partenaires .content {
    width: 100%
}

.pre-content .inner.flex-partenaires .content>p {
    padding-right: 100px;
}

.list-logo-partenaires {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

.list-logo-partenaires img {
    max-width: 100px;
    margin: 0px 22px;
    margin-bottom: 30px;
}

.gallery-partenaires .slick-dots li button:before,
.gallery-partenaires .slick-dots li.slick-active button:before {
    opacity: 0;
    content: none !important
}

.gallery-partenaires .slick-dots {
    bottom: -45px
}

/*archive*/
.list-post-archive .slide {
    flex-wrap: wrap;
    justify-content: inherit;
}

.list-post-archive .slide li {
    width: 408px;
    height: 408px;
    margin: 0px 15px;
    margin-bottom: 95px;
}

.list-post-archive .categories-list {
    position: absolute;
    left: 17px;
    top: 15px;
}

.single-post .categories-list {
    margin-bottom: 8px
}

.last-article article {
    display: flex
}

.last-article article .content {
    width: calc(100% - 555px);
    padding: 25px 50px;
}

.pre-content .inner.last-article {
    padding: 0px;
    margin-bottom: 55px;
}

.last-article article>img {
    width: 555px;
    height: 434px;
    object-fit: cover;
    border-radius: 8px 0px 0px 8px;
}

select.change-cat {
    width: 297px;
    height: 46px;
    border: 2px solid #5B79A4;
    padding: 0px 15px;
    font-family: 'Rubik-Regular';
    color: #5B79A4;
    display: table;
    margin: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    background-image: url('../img/svg/arrow-darkblue-down.svg');
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 11px;
}

.parent-change-cat {
    width: 370px;
    margin: auto;
    display: flex;
    align-items: center;
}

.parent-change-cat svg {
    top: 3px;
    position: relative;
    border: 2px solid #5b79a4;
    border-radius: 100%;
    padding: 6px;
    width: 30px;
    height: 30px;
}

div.wpcf7 {
    margin-top: 50px;
    width: 600px;
}

div.wpcf7 select,
div.wpcf7 textarea,
div.wpcf7 input {
    width: 100%;
    border: 2px solid #5B79A4;
    margin-bottom: 35px;
    height: 60px;
    padding: 0px 20px;
    color: #5B79A4;
    font-family: 'Rubik-Regular';
    font-size: 18px;
}

div.wpcf7 select:focus,
div.wpcf7 textarea:focus,
div.wpcf7 input:focus {
    outline: #5B79A4;
}

div.wpcf7 textarea {
    padding-top: 20px
}

div.wpcf7 textarea {
    resize: none;
    height: 200px
}

div.wpcf7 .cta-simple {
    position: relative;
    float: right;
    margin-right: 0;
    right: 0;
    background: none;
    border: none;
    margin-top: 18px;
}

::-webkit-input-placeholder {
    color: #5B79A4;
    font-family: 'Rubik-Regular';
    font-size: 18px;
}

::-moz-placeholder {
    color: #5B79A4;
    font-family: 'Rubik-Regular';
    font-size: 18px;
}

:-ms-input-placeholder {
    color: #5B79A4;
    font-family: 'Rubik-Regular';
    font-size: 18px;
}

:-moz-placeholder {
    color: #5B79A4;
    font-family: 'Rubik-Regular';
    font-size: 18px;
}

.content-form-contact {
    margin-top: 100px
}

.bloc-adresse-contact {
    position: absolute;
    right: -500px;
    top: -215px;
}

.inner-adresse-contact {
    position: relative
}

.inner-adresse-contact .content {
    position: absolute;
    top: 430px;
    left: 160px;
}

.inner-adresse-contact .content>p {
    font-size: 16px;
    margin-bottom: 22px;
}

.inner-adresse-contact .content .rs {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.inner-adresse-contact .content .rs img {
    width: 50px;
    margin: 0px 10px;
}

.cta-footer.tel {
    font-size: 16px
}

.pre-content.contact {
    margin-top: -340px
}

.slick-dots li button:before {
    opacity: 0 !important
}

.slide-post-bloc .slide li:before,
.slide-03 .slide li:before,
.slide-02 .slide li:before,
.slide-01 .slide li:before,
.slide-01 .slide li {
    transition: 0.5s;
}

.slide-post-bloc .slide li:hover:before,
.slide-03 .slide li:hover:before,
.slide-02 .slide li:hover:before,
.slide-01 .slide li:hover:before {
    background: none;
}

.slide-01 .slide li:hover .triangle,
.slide-01 .slide li:hover .price {
    opacity: 0;
}

.slide-post-bloc .slide li:hover,
.slide-03 .slide li:hover,
.slide-02 .slide li:hover,
.slide-01 .slide li:hover {
    transform: scale(1.05);
    animation-play-state: running;
}

.pagination {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

.pagination .page-numbers {
    font-family: 'Unbounded-Regular';
    font-size: 18px;
    line-height: 22px;
    color: #5B79A4;
    margin: 0px 7.5px;
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
}

.pagination .next,
.pagination .prev {
    display: none;
}

.pagination .page-numbers:before {
    content: "";
    height: 6px;
    width: 16px;
    border: 2px solid #5B79A4;
    display: table;
    margin: auto;
    text-align: center;
    margin-top: 2px;
}

.current:before {
    background: #5B79A4
}

.text-switch:not(.active) {
    display: none !important;
    /* Masque tous les éléments par défaut */
}

.text-switch.active {
    display: block !important;
    /* Affiche l'élément avec la classe active */
}

@media screen and (max-width: 1280px) {

    .cta.billeterie {
        top: -74px;
        padding: 8px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .form-1-land {
        left: -405px
    }

    .bloc-adresse-contact {
        right: -550px
    }
}

@media screen and (max-width: 1300px) {
    .mini-container {
        width: 1005px
    }

    .bloc-adresse-contact {
        right: -610px
    }
}

@media screen and (max-width: 1200px) {
    .bloc-adresse-contact {
        right: -710px
    }

    .inner-adresse-contact .content {
        left: 90px
    }

    .big-container {
        width: calc(100% - 40px)
    }

    .mini-container {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width: 1100px) {
    .bloc-adresse-contact {
        display: none
    }

    .pre-content .inner .content {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    div.wpcf7 {
        width: 100%
    }

    .group-boutons-page {
        margin-right: 0px
    }

    .pre-content .inner {
        padding: 30px 35px
    }

    .form-1-land {
        display: none;
    }

    .pre-content {
        margin-top: -290px
    }

    .pre-content .inner .content {
        padding-right: 20px
    }
}

@media screen and (max-width: 767px) {

    .top-single-post {
        background-attachment: initial
    }

    .logo-header-2 {
        width: 60px
    }

    .burger.fixed {
        top: 17px
    }

    .section-1 .big-title {
        margin-bottom: 28px
    }

    .group-boutons-page {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row
    }

    .switch-tarif>span:first-child {
        display: none;
    }

    .switch-tarif .switch-label {
        margin-left: 0px;
    }

    .pre-header .text-1 {
        padding: 0px 50px;
    }

    .group-boutons-page .cta {
        margin-bottom: 25px;
        width: 46%;
        padding-left: 10px;
        margin-right: 2%;
        padding-right: 10px;
        font-size: 14px;
        text-align: center;
        justify-content: center;
    }

    .group-boutons-page img.arrow {

        display: none;
    }

    .pre-content .inner .content p {
        font-size: 15px;
        line-height: 21px;
    }

    .content-form-contact {
        margin-top: 50px
    }

    .breadcrumbs {
        padding: 0px
    }

    .pre-content .inner.flex {
        flex-direction: column
    }

    .pre-content .inner .content {
        width: 100%
    }

    .pre-content .inner .content {
        padding-right: 0px
    }

    .pre-content .inner.flex {
        align-items: baseline
    }

    .mini-container {
        width: 100%;
        max-width: 100%;
    }

    .bloc-articles .slide li {
        width: 100%;
        margin-bottom: 35px;
    }

    .slide-post-bloc .slide {
        flex-direction: column
    }

    .big-container {
        width: 100%;
        max-width: 100%;
    }

    .bloc-articles .container>.cta-simple {
        float: left;
        right: 0;
    }

    .group-boutons-page {
        margin-left: 0px;
        margin-top: 20px;
    }

    body .bloc-text-cta,
    body .bloc-tarifs,
    body .bloc-equipe {
        padding-top: 105px;
    }

    body p.big-text {
        font-size: 18px;
        line-height: 24px;
    }

    .bloc-img-text .flex .content,
    .bloc-text-img .flex .content {
        min-height: auto !important;
    }

    .block-switch.block-2 svg {
        top: -1px;
    }

    .block-switch.block-3 svg {
        top: 8px;
    }

    .bloc-tarifs .content>p {
        font-size: 15px;
        line-height: 24px;
    }

    .last-article article>img {
        width: 100%;
        height: 300px;
    }

    .last-article article {
        display: block
    }

    .archive .pre-content .inner .content {
        /* padding-left: 5px */
        padding-left: 0px;
    }

    .archive .pre-content .inner .content .cta-simple {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 25px;
        display: table;
    }

    .list-post-archive .slide li {
        width: 100%;
        height: 408px;
        margin: 0px;
        margin-bottom: 70px;
    }

    .last-article article .content {
        padding: 20px 50px
    }

    .archive:not(.wp-admin) .post-date {
        margin-bottom: 5px
    }

    .archive .pre-content .inner .big-title {
        margin-bottom: 10px
    }

    .last-article article>img {
        border-radius: 8px
    }

    .breadcrumbs.mobile-mb {
        margin-bottom: 0px
    }

    .block-switch {
        width: 100%;
    }

    .block-switch {
        position: absolute;
        top: 240px;
    }

    .section-1 .flex-content {
        height: 585px;
        justify-content: flex-start;
    }

    .block-switch,
    .section-1 .block-left {
        padding: 0px 50px;
    }

    .menu-fixed-ipad .cta.blue:hover img {
        filter: none;
    }

    .block-community .rs img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    body nav.ipad ul li a {

        font-size: 22px;
        line-height: 28px;
    }

    nav.ipad li {
        margin-bottom: 22px;
    }

    body nav.ipad ul {
        display: flex;
        padding: 0px 10px;
    }

    .switch-tarif input:checked+.slider:before {
        -webkit-transform: translateX(27px);
        -ms-transform: translateX(27px);
        transform: translateX(27px);
    }

    .pre-content .big-title-2 {
        font-size: 22px;
        line-height: 30px;
    }

    .pre-content .inner .big-title {
        font-size: 24px;
        line-height: 34px;
    }

    .bloc-double-texte .inner .block-right iframe {
        width: 100%;
        height: 300px;
        margin-bottom: 50px;
    }

    .pre-content .inner.flex-partenaires .content>p {
        padding-right: 0px
    }

    div.wpcf7 select,
    div.wpcf7 textarea,
    div.wpcf7 input {
        margin-bottom: 20px;
    }

    .wpcf7 select {
        background-position-x: 99%;
        background-position-y: 14px;
    }

    .pre-content .inner {
        padding: 30px 23px
    }

    .pre-content .container {
        padding: 0px 20px
    }

    .section-0 {
        padding-top: 70px
    }
}


@media screen and (max-width: 360px) {
    .tarif-actions {
        right: 20px;
        position: relative;
    }
}

@media screen and (max-width: 340px) {
    .tarif-actions {
        right: 30px;
    }
}
@media screen and (max-width: 330px) {
    .tarif-actions {
        right: 40px;
    }
}
@media screen and (max-width: 320px) {
    .tarif-info {
        padding-right: 0px;
        width: 50%;
    }
    .tarif-actions {
        right: 0;
    }
}
    


@media screen and (max-width: 340px) and (max-height: 700px) {
    body nav.ipad {
        padding-top: 180px
    }

    nav .has-sub-menu .sub-menu {
        top: 180px
    }

    body nav.ipad .logo-ipad {
        top: 25px
    }
}