/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}


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


/* Reset perso */

a,
del,
ins {
    text-decoration: none;
}

a {
    color: inherit;
}

label,
button {
    cursor: pointer;
}

html {
    box-sizing: border-box
}

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

input,
button {
    outline: 0;
}

section.header {
    text-align: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}

section.header .head_scroller-container {
    position: absolute;
    top: 97vh;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: 2s scroller-anim 1s ease-in-out forwards;
    animation-iteration-count: infinite;
    border: solid 2px transparent;
    cursor: pointer;
}

@media (max-width: 320px) {
    section.header .head_scroller-container {
        top: 94.5vh;
    }
}

section.header .head_scroller-container span {
    display: flex;
    color: #FF6666;
    animation: 2s scroller-arrow-anim 1s ease-in-out;
    animation-iteration-count: infinite;
    transform: translateY(-100%);
    opacity: 0;
    font-size: 1rem;
}

@keyframes scroller-arrow-anim {
    to {
        transform: translateY(0);
        opacity: 1;
        color: #FFF0F0 !important;
    }
}

@keyframes scroller-anim {
    to {
        transform: scale(1.2);
    }
}

section.header .head_scroller-container:active {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

section.header .nav-container {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

section.header .nav-container .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 15px;
    font-size: 0.8rem;
}

section.header .nav-container .nav .telephone,
section.header .nav-container .nav .mail {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 500px) {
    section.header .nav-container .nav {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 600px) {
    section.header .nav-container .nav {
        padding: 8px 25px;
        font-size: 17px;
    }
}

section.header .headerobjectswrapper .logo {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    width: 100vh;
    opacity: 1;
    transition: 0.6s opacity 0.6s, transform 0.6s;
}

@media (max-width: 400px) {
    section.header .headerobjectswrapper .logo {
        max-width: 90%;
        margin: 0;
    }
}

section.header .headerobjectswrapper .logo.hidden {
    opacity: 0;
}

@media (min-width: 600px) {
    section.header .headerobjectswrapper img.logo {
        max-height: 60vh;
    }
    section.header .headerobjectswrapper html {
        font-size: 16px;
    }
}

@media (min-width: 900px) {
    section.header .headerobjectswrapper img.logo {
        max-height: 73vh;
    }
    section.header .headerobjectswrapper html {
        font-size: 16px;
    }
}

section.header .subhead {
    text-transform: uppercase;
    padding: 12px 9px;
}

section.header .subhead h1 {
    font-size: 17px !important;
    font-family: Courier, Courier New, Monospace !important;
    font-weight: normal;
}

@media screen and (max-width: 400px) {
    section.header .subhead {
        padding: 0 9px;
    }
}

#content {
    font-size: 0;
    line-height: 0;
    word-spacing: -0.31em;
    letter-spacing: -0.05em;
    display: inline-block;
}

@media (min-width: 600px) {
    #content .collumns {
        display: flex;
        flex-direction: column;
    }
    #content .collumns .collumn:nth-of-type(2n) {
        align-self: flex-end;
        border-left: none;
    }
}

@media (min-width: 900px) {
    #content .collumns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 2%;
    }
}

@media (min-width: 1200px) {
    #content .collumns {
        padding: 2%;
    }
    #content .collumns .collumn {
        align-self: initial !important;
    }
}

#content .collumn.collumn-first {
    background: #0f2c86;
    color: #fff;
}

#content .collumn.collumn-first .col-container .head {
    background-color: #0f2c86;
}

#content .collumn.collumn-first .col-container .toggler-btn {
    background-color: #fff;
    color: #0f2c86;
}

@media (max-width: 600px) {
    #content .collumn.collumn-first .col-container .toggler-btn .icon div {
        border-top: var(--arrow-size) solid #0f2c86;
    }
    #content .collumn.collumn-first .col-container .toggler-btn .icon.active div {
        border-bottom: var(--arrow-size) solid #0f2c86;
    }
}

#content .collumn {
    --margin-size: 1.5%;
    font-size: 15px;
    line-height: 22px;
    padding: 1.5%;
    transition: all 0.7s;
    margin: var(--margin-size);
    width: calc(100% - var(--margin-size) * 2);
    margin-bottom: 70px;
}

#content .collumn .col-container {
    width: 100%;
}

#content .collumn .col-container .toggler-btn {
    display: none;
}

@media (max-width: 600px) {
    #content .collumn .col-container {
        overflow: hidden;
    }
    #content .collumn .col-container .head {
        background-color: #FFF0F0;
        position: relative;
        z-index: 1;
    }
    #content .collumn .col-container .content {
        padding-top: 1rem;
        opacity: 0;
        max-height: 0px;
        transform: translateY(-100%);
        transition: opacity 0.5s ease-in-out, max-height 0.5s ease, transform 0.5s ease-in-out;
        z-index: 0;
    }
    #content .collumn .col-container .toggler-btn {
        --arrow-size: 0.5rem;
        height: 100%;
        background-color: #0f2c86;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
        position: relative;
        border-radius: 0.15rem;
        margin: 0 5px;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        margin-bottom: 5px;
        text-align: center;
        line-height: normal;
        font-family: "Acre-Black";
        text-transform: uppercase;
        font-weight: bold;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }
    #content .collumn .col-container .toggler-btn .less {
        display: none;
    }
    #content .collumn .col-container .toggler-btn .icon {
        width: 1.25rem;
        height: 1.25rem;
        cursor: pointer;
        position: relative;
        margin: 0.2rem;
        border-radius: 0.2rem;
        transition: background-color 0.5s ease-in-out;
        margin-left: 1rem;
    }
}

@media (max-width: 600px) and (hover: hover) {
    #content .collumn .col-container .toggler-btn .icon:hover {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.4);
    }
}

@media (max-width: 600px) {
    #content .collumn .col-container .toggler-btn .icon div {
        width: var(--arrow-size);
        height: var(--arrow-size);
        border-top: var(--arrow-size) solid #fff;
        border-right: var(--arrow-size) solid transparent;
        border-left: var(--arrow-size) solid transparent;
        border-bottom: var(--arrow-size) solid transparent;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%);
        transition: transform 0.75s ease-in-out, border 0.75s ease-in-out;
    }
}

@media (max-width: 600px) {
    #content .collumn .col-container .toggler-btn .icon.active div {
        border-top: var(--arrow-size) solid transparent;
        border-bottom: var(--arrow-size) solid #fff;
        transform: translate(-50%, -75%);
    }
}

@media (max-width: 600px) and (hover: hover) {
    #content .collumn .col-container .toggler-btn:hover {
        transform: scale(1.01);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 600px) {
    #content .collumn .col-container.toggle .content {
        opacity: 1;
        height: calc(100% + 2rem);
        max-height: 1000px;
        transform: translateY(0);
    }
    #content .collumn .col-container.toggle .toggler-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
}

@media (min-width: 600px) {
    #content .collumn {
        width: 75%;
    }
}

@media (min-width: 900px) {
    #content .collumn {
        padding: var(--margin-size) calc(var(--margin-size) * 2);
        margin: 0;
        margin-bottom: 30px;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    #content .collumn {
        --margin-size: 1%;
        margin: var(--margin-size) 0;
        width: 25%;
        padding: 0;
    }
    #content .collumn .col-container {
        width: 100%;
        border-left: 1px solid #0f2c86;
        padding: 5%;
    }
}

@media (min-width: 1600px) {
    #content .collumn {
        margin: 0;
        width: 25%;
    }
}

@media (min-width: 1200px) {
    #content .collumn:nth-child(2) .col-container {
        border-left: none !important;
    }
}

.collumn+.collumn {
    border-bottom: 1px solid #2f2f2f;
}

@media (min-width: 600px) {
    .collumn+.collumn {
        border-bottom: none;
    }
}

@media (min-width: 900px) {
    .collumn+.collumn:nth-child(4) {
        border-left: none;
    }
}

@media (min-width: 1200px) {
    .collumn+.collumn:nth-child(4) {
        border: none;
    }
}

.info {
    text-align: center;
}

#infoContent {  
    max-width: 900px; 
    position: relative;
    margin: 0 auto;
}

.ticket {
    background: #fff;
    transform: rotate(-1deg);
    color: #0f2c86;
    padding: 0 10px;
    display: inline-block;
    margin: 0 auto 25px auto !important;
    z-index: -1;
}

.ticket:before,
.ticket:after {
    display: none !important;
}

.collumn .headline {
    text-align: center;
    line-height: normal;
    font-family: "Acre-Black";
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

.collumn .headline.hl3 {
    font-weight: 400;
    font-size: 35px;
    box-sizing: border-box;
    padding: 10px 0;
}

.collumn .headline.hl3 br {
    display: none;
}

@media screen and (min-width: 370px) {
    .collumn .headline.hl3 {
        font-size: 38px;
    }
}

@media screen and (min-width: 710px) {
    .collumn .headline.hl3 span {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .collumn .headline.hl3 br {
        display: initial;
    }
    .collumn .headline.hl3 span {
        font-size: 30px;
    }
}

@media screen and (min-width: 1515px) {
    .collumn .headline.hl3 br {
        display: none;
    }
    .collumn .headline.hl3 span {
        font-size: 38px;
    }
}

.collumn .headline.hl4 {
    font-family: Courier, Courier New, Monospace;
    font-size: 14px;
    box-sizing: border-box;
    padding: 12px 10px 10px 10px;
}

.collumn .headline.hl4:before {
    border-top: 1px solid #0f2c86;
    content: "";
    width: 100px;
    height: 9px;
    display: block;
    margin: 0 auto;
}

.collumn .headline.hl4:after {
    border-bottom: 1px solid #0f2c86;
    content: "";
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;
}

.collumn .headline.hl5 {
    font-weight: 400;
    font-size: 42px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.collumn .headline.hl7 {
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    display: block;
    padding: 10px 0 10px 0;
}

.collumn .headline.hl8 {
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.collumn .headline.hl9 {
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.collumn .headline.hl10 {
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

.collumn .content .citation {
    font-family: "Acre-Black";
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.3em;
    padding: 0 10px;
    text-align: center;
    display: block;
    margin: 30px 0 30px 0;
}

.collumn .content .citation:before {
    border-top: 1px solid #0f2c86;
    content: "";
    width: 100px;
    height: 16px;
    display: block;
    margin: 0 auto;
}

.collumn .content .citation:after {
    border-bottom: 1px solid #0f2c86;
    content: "";
    width: 100px;
    height: 18px;
    display: block;
    margin: 0 auto;
}

.collumn .content .figure {
    margin: 0 0 20px;
    overflow: hidden;
}

.collumn .content .figure img {
    width: 100%;
}

.collumn .content .figcaption {
    font-size: 12px;
}

.collumn {
    opacity: 0;
    transform: translateY(20%);
    transition: transform 0.5s ease, 0.5s opacity ease-in-out;
}

.collumn .head span {
    transform: translateY(20vh);
    transition: transform 0.5s ease;
}

.collumn .head p {
    transition: transform 0.75s ease;
    transform: translateY(20vh);
}

.collumn .content {
    transition: transform 1s ease;
    transform: translateY(20vh);
}

.collumn.display-title {
    opacity: 1;
    transform: translateY(0);
}

.collumn.display-title .head span {
    transform: translateY(0);
}

.collumn.display-title .head p {
    transform: translateY(0);
}

.collumn.display-title .content {
    transform: translateY(0);
}

#join_us {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

#join_us .title-social-container {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

#join_us .title-social-container #social-title {
    text-align: center;
    margin: auto;
    font-size: 4em;
    line-height: 0.85em;
    color: #FF6666;
}

@media (min-width: 600px) {
    #join_us {
        display: none;
    }
}

#social-section {
    --content-width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 200px;
}

#social-section .slides-buttons-container .join_us {
    display: none;
}

#social-section .slider-container .join_us {
    display: none;
}

@media (min-width: 600px) {
    #social-section {
        padding: 0 1%;
    }
    #social-section .join_us {
        display: none;
    }
    #social-section .slider-container .join_us {
        display: initial;
    }
}

#social-section .social-content {
    width: var(--content-width);
    background: #fff;
    max-width: 350px;
    max-height: 350px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px black;
    transition: box-shadow 0.5s ease-in-out;
}

@media (hover: hover) {
    #social-section .social-content:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
}

#social-section .image-container {
    padding: 15px;
    transform: rotate(4deg);
}

#social-section .fb-page-container {
    transform: rotate(-1deg);
    display: flex;
    justify-content: center;
    padding: 15px;
}

#social-section .fb-page-container .fb-page {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

#social-section .fb-page-container .fb-page span {
    margin: auto;
    display: flex;
}

#social-section .snapwidget-widget-container {
    transform: rotate(-6deg) scale(0.98);
    padding: 15px;
    height: var(--content-width);
}

#social-section .snapwidget-widget-container iframe.snapwidget-widget {
    width: 100%;
}

@media (max-width: 600px) {
    #social-section .social-content {
        max-width: 350px;
        max-height: 350px;
        width: calc(var(--content-width) * 0.75);
        height: calc(var(--content-width) * 0.75);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 600px) {
    #social-section {
        --margin-width: 15px;
    }
    #social-section .social-content {
        width: calc(var(--content-width) / 2 - var(--margin-width));
        height: calc(var(--content-width) / 2 - var(--margin-width));
        background: #fff;
        margin-top: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 900px) {
    #social-section .social-content {
        width: calc(var(--content-width) / 4 - var(--margin-width));
        height: calc(var(--content-width) / 4 - var(--margin-width));
    }
}

@media (min-width: 1200px) {
    #social-section .social-content {
        width: calc(var(--content-width) / 5 - var(--margin-width));
        height: calc(var(--content-width) / 5 - var(--margin-width));
    }
}

#social-section .title-social-container {
    background-color: transparent;
    box-shadow: none;
    margin-right: 3rem;
}

#social-section .title-social-container #social-title {
    font-size: 4em;
    line-height: 0.85em;
    padding: 20% 0;
    color: #FF6666;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
}

@media (max-width: 600px) {
    #social-section .title-social-container #social-title {
        font-size: 3em;
        padding-right: 2rem;
    }
}

@media (min-width: 600px) {
    #social-section .title-social-container #social-title {
        font-size: 3.5em;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    #social-section .title-social-container #social-title:hover {
        box-shadow: none !important;
    }
}

#social-section .title-social-container:hover {
    box-shadow: none;
}

@media (min-width: 600px) {
    #social-section {
        padding: 3% 2%;
        margin: 200px auto;
        margin-top: 100px;
    }
}

@media (min-width: 900px) {
    #social-section {
        padding: 3%;
    }
    #social-section .slides-buttons-container {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    #social-section {
        padding: 2%;
        max-width: 100%;
    }
    #social-section .slider-buttons-container {
        display: none !important;
    }
}

#social-section .slider-container {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
}

@media (max-width: 600px) {
    #social-section .slider-container {
        margin: 0 auto;
    }
}

#social-section * {
    box-sizing: border-box;
}

#social-section .slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 3% 10%;
}

@media (min-width: 900px) {
    #social-section .slider {
        overflow-x: scroll;
    }
}

@media (min-width: 1200px) {
    #social-section .slider {
        overflow: initial;
        padding: 0;
    }
}

@media (min-width: 900px) {
    #social-section .slider::-webkit-scrollbar {
        height: 12px;
    }
    #social-section .slider::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 35px;
    }
    #social-section .slider::-webkit-scrollbar-thumb {
        background-color: #0f2c86;
        border-radius: 30px;
    }
}

#social-section .slide {
    flex-shrink: 0;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    margin: 1rem 0;
}

@media (hover: hover) {
    #social-section .slide:nth-child(odd):hover {
        transform: scale(1.1) rotate(-2deg);
        z-index: 2;
    }
    #social-section .slide:nth-child(even):hover {
        transform: scale(1.1) rotate(2deg);
        z-index: 2;
    }
}

#social-section .slider-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    margin: auto;
    margin-top: 1rem;
}

#social-section .slider-buttons-container .slides-buttons-container {
    max-width: 150px;
}

@media (min-width: 600px) {
    #social-section .slider-buttons-container {
        max-width: 550px;
    }
    #social-section .slider-buttons-container .slides-buttons-container {
        max-width: 250px;
        margin: auto;
    }
}

#social-section .slider-left-button,
#social-section .slider-right-button {
    font-size: 2.85rem;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
    z-index: 3;
    color: #FF6666;
    background-color: #FFF0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
    #social-section .slider-left-button,
    #social-section .slider-right-button {
        position: absolute;
        top: 50%;
    }
}

#social-section .slider-left-button {
    left: 10px;
}

#social-section .slider-right-button {
    right: 10px;
}

#social-section .slider-left-button:active {
    transform: translateX(-30%) scale(1.1);
}

#social-section .slider-right-button:active {
    transform: translateX(30%) scale(1.1);
}

@media (hover: hover) {
    #social-section .slider-left-button:hover {
        transform: translateX(-30%) scale(1.1);
    }
}

@media (hover: hover) {
    #social-section .slider-right-button:hover {
        transform: translateX(30%) scale(1.1);
    }
}

#social-section .slides-buttons-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-width: 150px;
    max-width: 220px;
}

#social-section .slider-button {
    cursor: pointer;
    background-color: #FFF;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#social-section .slider-button:active {
    transform: scale(1.5);
    background-color: #FF6666;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (hover: hover) {
    #social-section .slider-button:hover {
        transform: scale(1.5);
        background-color: #FF6666;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
}

#social-section .slider-button.active {
    background-color: #FF6666;
    transform: scale(1.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

#social-section .slider-button-left {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 2rem;
    cursor: pointer;
}

span.horaires {
    display: block;
    margin: 0 auto -100px auto;
    padding: 24px 0;
    background-image: radial-gradient(circle at 1px 8px, transparent 6px, #fff 6px, #fff 0px), radial-gradient(circle at 417px 8px, transparent 6px, #fff 6px, #fff 0px);
    background-size: 418px 18px;
    background-position: 0 0, 110% 0;
    background-repeat-x: no-repeat;
    z-index: 999999;
    font-size: 18px;
    max-width: 425px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 400px) {
    span.horaires h3 {
        padding: 0 1rem;
    }
}

@media (max-width: 600px) {
    span.horaires {
        background-image: radial-gradient(circle at 1px 8px, transparent 6px, #fff 6px, #fff 0px), radial-gradient(circle at 270px 8px, transparent 6px, #fff 6px, #fff 0px);
        background-size: 270px 18px;
        background-position: 0 0, 100% 0;
        margin: 0 auto;
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    span.horaires {
        max-width: 425px;
        margin: 0 auto -100px auto;
        background-image: radial-gradient(circle at 1px 8px, transparent 6px, #fff 6px, #fff 0px), radial-gradient(circle at 417px 8px, transparent 6px, #fff 6px, #fff 0px);
        background-size: 418px 18px;
        background-position: 0 0, 110% 0;
        font-size: 18px;
    }
}

span.horaires h3 {
    font-family: "Acre-Black";
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    ul {
        display: flex;
        flex-direction: column;
    }
    ul li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 25px;
        font-size: 14px;
    }
}

@media (min-width: 600px) {
    ul {
        display: block;
    }
    ul li {
        display: block;
    }
}

span.legal a {
    color: #0f2c86;
    font-weight: 300;
}

span.legal {
    width: 100%;
    display: block;
    font-size: 11px;
    font-weight: 300;
    text-transform: none;
    color: #0f2c86;
    margin-top: 10px;
}

.container_ticket {
    text-align: center;
    position: relative;
    width: 100%;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    transform: rotate(-4deg);
    max-width: 425px;
    margin: auto;
    transition: transform 2s ease;
}

@media (max-width: 600px) {
    .container_ticket {
        max-width: 290px;
        margin: auto;
    }
}

@media (hover: hover) {
    .span-horaire:hover {
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    }
    .container_ticket:hover {
        transform: rotate(-2deg) scale(1.025);
        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
        max-width: 425px;
    }
}

@media (hover: hover) and (max-width: 600px) {
    .container_ticket:hover {
        max-width: 290px;
    }
}

.back_home-link {
    margin-bottom: 3rem;
}

.back_home-link>span {
    display: flex;
    justify-content: flex-end;
}

.back_home-link a {
    color: #FF6666;
}

#map-container {
    z-index: -1;
}

#map-container iframe {
    max-height: 250px;
}

#map {
    width: 650px;
    height: 300px;
    position: relative;
    margin: 0 auto;
    z-index: -1;
}

#map * {
    z-index: -1;
}

footer {
    margin-top: -10px;
}

@media (max-width: 350px) {
    footer footer .nav-container .nav ul li .fa-envelope,
    footer footer .nav-container .nav ul li .fa-phone-alt {
        display: none;
    }
}

@media (max-width: 400px) {
    footer .nav-container .nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

footer .nav-container {
    --color: #626262;
}

footer .nav-container .nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    font-size: 0.8rem;
}

footer .nav-container .nav .telephone,
footer .nav-container .nav .mail {
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
}

footer .nav-container .nav .cookies-settings {
    cursor: pointer;
}

footer .nav-container .nav .separation {
    display: flex;
    justify-content: center;
    height: 3px;
    align-items: center;
}

footer .nav-container .nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

footer .nav-container .nav ul li {
    text-align: center;
    display: flex;
    justify-content: center;
}

footer .nav-container .nav ul li i {
    margin-right: 10px;
    line-height: 20px;
}

@media screen and (min-width: 420px) {
    footer .nav-container .nav {
        font-size: 17px;
    }
}

@media (min-width: 600px) {
    footer .nav-container .nav {
        padding: 8px 25px;
    }
}

@media screen and (min-width: 650px) {
    footer .nav-container .nav ul {
        flex-direction: row;
        justify-content: space-between;
        max-width: 700px;
    }
    footer .nav-container .nav ul .separation {
        display: none;
    }
}

footer .nav-container .credit-links {
    border-top: solid 1px #0f2c86;
    margin: 0 15px;
}

footer .nav-container .credit-links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    margin: auto;
}

footer .nav-container .credit-links ul li {
    font-size: 10px;
    color: #0f2c86;
}

footer .nav-container .credit-links ul li span {
    color: #0f2c86;
}

footer .nav-container .credit-links ul li span a {
    color: #0f2c86;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    footer .nav-container .credit-links ul {
        flex-direction: column;
    }
    footer .nav-container .credit-links ul li {
        justify-content: center;
        display: flex;
    }
    footer .nav-container .credit-links ul .separation {
        display: none;
    }
}

@media (min-width: 1200px) {
    footer .nav-container .credit-links {
        margin: 0 15%;
    }
}

footer .nav-container .legal-links {
    border-top: solid 1px #0f2c86;
    margin: 0 15px;
}

footer .nav-container .legal-links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    margin: auto;
}

@media (min-width: 600px) {
    footer .nav-container .legal-links ul {
        max-width: 330px;
    }
}

footer .nav-container .legal-links ul li {
    font-size: 10px;
    color: #0f2c86;
}

footer .nav-container .legal-links ul li span a {
    color: #0f2c86;
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    footer .nav-container .legal-links ul {
        flex-direction: column;
    }
    footer .nav-container .legal-links ul li {
        justify-content: center;
        display: flex;
    }
    footer .nav-container .legal-links ul .separation {
        display: none;
    }
}

@media (min-width: 1200px) {
    footer .nav-container .legal-links {
        margin: 0 15%;
    }
}

.legal-section {
    padding: 10px;
    font-size: 16px;
    max-width: 100vw;
}

@media (min-width: 600px) {
    .legal-section {
        padding: 3% 5%;
    }
}

@media (min-width: 900px) {
    .legal-section {
        width: 100%;
        max-width: 100vw;
        display: flex;
        flex-direction: column;
    }
    .legal-section article {
        width: 75%;
    }
    .legal-section article:nth-child(even) {
        align-self: flex-end;
    }
}

@media (min-width: 1600px) {
    .legal-section {
        width: 100%;
        max-width: 100vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .legal-section article {
        width: 50%;
        padding: 3%;
        align-self: flex-start !important;
    }
}

.legal-section article {
    margin-bottom: 50px;
}

.legal-section h2 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 35px;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-family: "Acre-Black";
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

.legal-section h3 {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-family: "Acre-Black";
    text-transform: uppercase;
    margin: 0 auto;
}

.legal-section a {
    font-weight: bold;
    word-break: break-all;
}

.loader-bg-container-2,
.loader-bg-container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 10;
}

.loader-bg-container {
    background-color: #0f2c86;
    transition: 0.2s transform 0.4s ease, background-color 0.3s ease-in-out;
}

.loader-bg-container-2 {
    background-color: #FF6666;
    transition: 0.4s transform 0.6s ease, background-color 0.3s ease-in-out;
}

.loader-bg-container-2.active,
.loader-bg-container.active {
    transform: translateX(0);
}

.loader-bg-container.active {
    background-color: #FFF0F0;
}

:root {
    --gap: 0.5rem;
    --col: 3;
    --mx: 0.5rem;
}

@media (min-width: 600px) {
     :root {
        --col: 4;
        --mx: 1.5%;
    }
}

@media (min-width: 900px) {
     :root {
        --col: 5;
        --mx: 1%;
    }
}

@media (min-width: 1200px) {
     :root {
        --col: 6;
        --mx: 0;
    }
}

@media (min-width: 1600px) {
     :root {
        --col: 8;
    }
}

.slider-photos-container {
    margin: 100px calc(var(--mx) * 2 + 2%);
}

@media (min-width: 1200px) {
    .slider-photos-container {
        margin: 100px 1rem;
    }
}

@media (min-width: 1600px) {
    .slider-photos-container {
        margin: 100px calc(2% - 0.5rem);
    }
}

#selected_photo {
    margin-bottom: 1rem;
    display: none;
    background-color: black;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.5s background-color;
    z-index: 4;
}

#selected_photo .clickable_bg {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
}

#selected_photo .selected_photo-container {
    position: relative;
}

#selected_photo .selected_photo-container img {
    border: none;
    opacity: 0;
    width: 100%;
}

.icon_close {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1.4rem;
    z-index: 10;
    opacity: 0;
    transform: scale(0.1);
    transition: 0.5s transform, opacity 0.5s;
    cursor: pointer;
}

.icon_close.active {
    color: #FF6666;
    opacity: 1;
    transform: scale(1);
}

#selected_photo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

#selected_photo.active {
    --border-width: 1px;
    --margin-small: 0.5rem;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

#selected_photo.active .selected_photo-container {
    transform: scale(1);
    background-color: black;
    overflow: hidden;
    transition: 0.5s transform, 0.5s opacity;
}

#selected_photo.active .selected_photo-container img {
    width: 100vw;
    max-width: calc(100vw - 2rem);
    height: auto;
    max-height: calc(100vh - 1rem);
    transform: scale(0.9);
    transform: translateX(0);
    display: flex;
    object-fit: contain;
    max-height: calc(100vh - var(--margin-small) - var(--margin-small));
}

@media (min-width: 550px) {
    #selected_photo.active .selected_photo-container img {
        max-width: calc(100vw - 6rem);
        height: auto;
        max-height: calc(100vh - 2rem);
    }
}

#selected_photo.active .selected_photo-container .active_slide {
    transition: 0.3s transform;
    animation: 1s fade-small forwards;
}

#selected_photo.active .slider-photo-left-button,
#selected_photo.active .slider-photo-right-button {
    display: flex;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    cursor: pointer;
    z-index: 3;
    color: #FFF0F0;
    border-radius: 50%;
    opacity: 0.5;
    transition: transform 0.5s, opacity 0s;
}

#selected_photo.active .slider-photo-left-button {
    left: 10px;
}

#selected_photo.active .slider-photo-right-button {
    right: 10px;
}

@media (hover: hover) {
    #selected_photo.active .slider-photo-left-button:hover,
    #selected_photo.active .slider-photo-right-button:hover {
        transform: translateY(-50%) scale(1.2);
    }
    #selected_photo.active .slider-photo-right-button:hover {
        transform: translatex(0.5rem) translateY(-50%) scale(1.2);
    }
    #selected_photo.active .slider-photo-left-button:hover {
        transform: translatex(-0.5rem) translateY(-50%) scale(1.2);
    }
}

.slider-photos-buttons {
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

@media (hover: hover) {
    .photo-container .photos_hover:hover img {
        transform: scale(1.2);
        cursor: pointer;
        -webkit-filter: grayscale(0%) contrast(1.1);
        filter: grayscale(0%) contrast(1.1);
    }
    .photo-container .photos_hover:hover .photos_hover:after {
        opacity: 0;
    }
}

.slider-photos {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
}

.photo-container {
    max-width: calc(100% / var(--col));
    max-height: calc(100% / var(--col) * 2);
    cursor: pointer !important;
}

.photo-container.big {
    min-height: calc(100vw / var(--col) + 4vw);
}

@media (min-width: 1600px) {
    .photo-container.big {
        min-height: calc(100vw / var(--col) + 3vw);
    }
}

.photo-container.featured {
    min-width: calc(100% / var(--col) * 2);
    height: 200%;
    min-height: calc(100% / var(--col) * 2);
    width: auto;
}

.photo-container.featured .photos_hover img {
    min-height: calc(100vw / var(--col) + 4vw);
}

@media (min-width: 900px) {
    .photo-container.featured .photos_hover img {
        min-height: calc(100vw / var(--col) + 4.5vw);
    }
}

@media (min-width: 1600px) {
    .photo-container.featured .photos_hover img {
        min-height: calc(100vw / var(--col) + 3vw);
    }
}

@media (max-width: 600px) {
    .medium {
        display: none;
    }
    .small {
        display: initial;
    }
    .xlarge {
        display: none;
    }
}

@media (min-width: 600px) {
    .small {
        display: none;
    }
    .medium {
        display: initial;
    }
    .xlarge {
        display: none;
    }
}

@media (min-width: 900px) {
    .small {
        display: initial;
    }
    .medium {
        display: initial;
    }
    .large {
        display: none;
    }
    .xlarge {
        display: none;
    }
}

@media (min-width: 1200px) {
    .small {
        display: initial;
    }
    .medium {
        display: initial;
    }
    .large.none {
        display: initial;
    }
    .xlarge {
        display: initial;
    }
}

@media (min-width: 1600px) {
    .small {
        display: initial;
    }
    .medium {
        display: initial;
    }
    .large.none {
        display: initial;
    }
    .xxl {
        display: none;
    }
}

.photo-container.active {
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: animation 1s ease-out, left 1s linear, top 1s linear, transform 0.3s, 0s border 1s;
    display: none;
}

.photo-container.active .photos_hover:after {
    display: none;
}

.photo-container .photos_hover {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50%;
    padding: var(--gap);
}

.photo-container.big .photos_hover {
    width: fit-content;
    height: fit-content;
    padding: var(--gap);
}

.photo-container .photos_hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1s, opacity 3s, filter 1s;
    -webkit-filter: grayscale(100%) contrast(1.3) brightness(0.9);
    filter: grayscale(100%) contrast(1.3) brightness(0.9);
    mix-blend-mode: darken;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-container.big .photos_hover img {
    width: 100%;
    height: 100%;
    object-position: center;
}

.photo-container .photos_hover:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #0f2c86;
    mix-blend-mode: screen !important;
    display: block;
    content: "";
    position: absolute;
    transition: transform 2s, opacity 0.5s, filter 0.5s, 0s max-width 1s, 0s max-height 1s;
}

.photo-container.active img {
    display: flex;
    -webkit-filter: grayscale(0%) contrast(1.15);
    filter: grayscale(0%) contrast(1.1);
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    align-items: center;
    animation: fade 0.3s;
    width: 100%;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: scale(0.1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-small {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@font-face {
    font-family: "Acre-Black";
    src: url("./font.woff2") format("woff2"), url("./font.woff") format("woff");
}

html,
body {
    background-color: #FFF0F0;
    font-family: Courier, Courier New, Monospace;
    font-weight: 400;
    color: #0f2c86;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    background: #FFF0F0;
    overflow-X: hidden;
    max-width: 100vw;
    min-width: 300px;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Acre-Black";
    text-transform: uppercase;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

a {
    text-decoration: none;
    color: #0f2c86;
    position: relative;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

.weatherforcastbox {
    position: relative;
    width: 12%;
    left: 10px;
    border: 3px double #0f2c86;
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    display: inline-block;
    margin: 0 50px 20px -360px;
}

.contact-container {
    text-align: right;
}

.blend-green,
.logo,
.media {
    transition: transform 1s ease-in-out;
}

.blend-green:active,
.logo:active,
.media:active {
    transform: scale(1.025);
    transition: transform 1s ease-in-out;
    max-width: 110%;
}

@media (hover: hover) {
    .blend-green:hover,
    .logo:hover,
    .media:hover {
        transform: scale(1.025);
        transition: transform 1s ease-in-out;
        max-width: 110%;
    }
}

.cookies_alert-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    min-width: 300px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

.cookies_alert-container .cookies_alert-content {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #FFF0F0;
    border-top: solid 2px #0f2c86;
    margin: 0;
}

.cookies_alert-container .cookies_alert-content .cookies_alert-headline {
    font-weight: bold;
    font-size: 17px;
}

.cookies_alert-container .cookies_alert-content p {
    margin-top: 10px;
    font-size: 0.8rem;
}

.cookies_alert-container .cookies_alert-content p a {
    opacity: 0.8;
    text-decoration: underline;
}

.cookies_alert-container .cookies_alert-content .cookies_alert-buttons {
    display: flex;
    justify-content: space-around;
}

.cookies_alert-container .cookies_alert-content .cookies_alert-buttons button {
    display: flex;
    border: solid 2px #0f2c86;
    background-color: transparent;
    width: 35%;
    justify-content: center;
    font-size: 17px;
    padding: 5px 30px;
    color: #0f2c86;
}

@media (min-width: 600px) {
    .cookies_alert-container .cookies_alert-content {
        width: 100%; 
        padding: 1rem;
    }
    .cookies_alert-container .cookies_alert-content p {
        margin-top: 10px;
        font-size: 17px;
    }
}

@media (min-width: 900px) {
    .cookies_alert-container .cookies_alert-content {
        padding: 2rem;
    }
}

.cookies_alert-container.active {
    opacity: 1;
}

.blend-green {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    cursor: pointer;
    transition: all 1s ease;
    opacity: 0.9;
}

.blend-green img {
    -webkit-filter: grayscale(100%) contrast(1.3) brightness(0.9);
    filter: grayscale(100%) contrast(1.3) brightness(0.9);
    mix-blend-mode: darken;
    display: block;
    float: left;
    width: 100%;
    opacity: 1;
    transition: all 1s ease;
}

.blend-green:after {
    background: #0f2c86;
    mix-blend-mode: screen !important;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.effetHover:hover .blend-green,
.effetHover:hover .blend-green:after,
.effetHover:hover .blend-green img {
    -webkit-filter: grayscale(0%) contrast(1);
    filter: grayscale(0%) contrast(1);
    opacity: 1;
    background: transparent;
    transform: scale(1.025);
}

.home_logo {
    position: fixed;
    right: 1.4rem;
    top: 1.4rem;
    width: 2.2rem;
    height: 2.2rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: background-color 1s ease, transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
    z-index: -1;
    opacity: 0;
}

@media (max-width: 600px) {
    .home_logo {
        right: 4px;
        top: 4px;
    }
}

.home_logo.active {
    opacity: 1;
    z-index: 99;
}

.home_logo span {
    font-size: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
    color: #FFF0F0;
    transform: translateY(20%);
}

@keyframes scroller-arrow-anim2 {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(20%);
        opacity: 1;
    }
}

@media (hover: hover) {
    .home_logo:hover {
        transform: scale(1.1);
        background-color: #FF6666;
        cursor: pointer;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
}

.home_logo:active {
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media (hover: hover) {
    .home_logo:hover span {
        animation: scroller-arrow-anim2 2s ease;
        animation-iteration-count: infinite;
        opacity: 0;
    }
    .home_logo:active span {
        animation: scroller-arrow-anim2 2s ease;
        animation-iteration-count: infinite;
        opacity: 0;
    }
}