@charset "UTF-8";
/*
Theme Name: Florida V2
Author: Au Poil
Author URI: http://www.pixaphonie.com/
Description: Conçu pour le Florida
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: modern, dark, light
Text Domain: ...

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* @import must be at top of file, otherwise CSS will not work */
/* mixin définition POLICE */
/* mixin responsive */
/* mixin STYLE */
/* @group RESET MEYER */
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;
}

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

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* @end */
/* @group TOOLTIP */
#tooltip.bas:before {
  content: " ";
  background: black;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
}

#tooltip.gauche:before {
  content: " ";
  background: black;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  margin-right: -5px;
  margin-top: -5px;
  position: absolute;
}

#tooltip {
  color: white;
  background: black;
  position: fixed;
  display: none;
  z-index: 120;
  padding: 6px 10px;
  /*height:25px;*/
  line-height: 11px;
  border-radius: 5px;
  text-transform: none;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  width: auto;
}

[rel=tooltip] {
  position: relative;
}

/* @end */
#popin {
  display: none;
  opacity: 0;
  transition: 1s all ease;
}
#popin.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: 1s all ease;
  z-index: 150;
}
#popin .conteneur {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  background: #0C0D0F;
  z-index: 5;
}
@media screen and (max-width: 1040px) {
  #popin .conteneur {
    position: relative;
    margin: 0;
    width: 100vw;
    height: 100vh;
  }
}
#popin .conteneur .contenu {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  #popin .conteneur .contenu {
    position: relative;
    display: block;
    overflow: scroll;
  }
}
#popin .conteneur .contenu iframe {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1040px) {
  #popin .conteneur .contenu iframe {
    width: 100vw;
  }
}
#popin .conteneur .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 121;
  display: block;
  width: 90px;
  height: 90px;
  background-image: url(img/picto-quit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transform: all ease 0.5s;
}
@media screen and (max-width: 1040px) {
  #popin .conteneur .close {
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 19px 33px 17px calc(50vw - 17px);
    margin-bottom: 45px;
    text-align: left;
  }
}
#popin .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
}
#popin.galerie .conteneur .block-galerie {
  position: relative;
  width: 100vw;
  height: 100%;
  background-color: #0C0D0F;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  #popin.galerie .conteneur .block-galerie {
    width: 100%;
  }
}
#popin.galerie .conteneur .block-galerie img {
  top: 50% !important;
  left: 50% !important;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
#popin.galerie .conteneur .block-galerie .next, #popin.galerie .conteneur .block-galerie .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 120;
  display: block;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#popin.galerie .conteneur .block-galerie .next {
  right: 0;
  background-image: url(img/galerie-next.svg);
}
#popin.galerie .conteneur .block-galerie .prev {
  left: 0;
  background-image: url(img/galerie-prev.svg);
}
#popin.galerie .conteneur .block-galerie .slide-info {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
#popin hr {
  margin: 40px 0;
  width: 420px;
  border-color: #757C89;
}

/* @group FONTS */
@font-face {
  font-family: "wotfard";
  src: url("fonts/wotfard-thin-webfont.eot") format("eot"), url("fonts/wotfard-thin-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "wotfard";
  src: url("fonts/wotfard-extralight-webfont.eot") format("eot"), url("fonts/wotfard-extralight-webfont.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "wotfard";
  src: url("fonts/wotfard-light-webfont.eot") format("eot"), url("fonts/wotfard-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "wotfard";
  src: url("fonts/wotfard-regular-webfont.eot") format("eot"), url("fonts/wotfard-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "wotfard";
  src: url("fonts/wotfard-medium-webfont.eot") format("eot"), url("fonts/wotfard-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "wotfard";
  src: url("fonts/wotfard-semibold-webfont.eot") format("eot"), url("fonts/wotfard-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "wotfard";
  src: url("fonts/wotfard-bold-webfont.eot") format("eot"), url("fonts/wotfard-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BwGradual";
  src: url("fonts/BwGradual-ExtraBold.eot") format("eot"), url("fonts/BwGradual-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "BwGradual";
  src: url("fonts/BwGradual-Black.eot") format("eot"), url("fonts/BwGradual-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
/* @group FONTS */
/* @group GENERAL */
html {
  overflow-x: hidden;
  width: 100vw;
}

body {
  font-size: 16px;
  line-height: 25px;
  font-family: "wotfard", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  background: #0C0D0F; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100vw;
}

.page-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

a {
  text-decoration: none;
  transition-duration: 0.4s;
  transition-property: color, border-color;
  transition-timing-function: ease;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

abbr {
  border-bottom: 1px dotted grey;
}

strong, b {
  font-weight: 500;
}

em, i {
  font-style: italic;
}

s {
  text-decoration: line-through;
}

sup {
  font-size: 0.83em;
  vertical-align: super;
}

blockquote {
  position: relative;
  padding: 0 0 0 51px;
  margin-bottom: 3em;
  margin-top: 3em;
  text-align: left;
  font-size: 19px;
  line-height: 28px;
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  background-color: #41B4ED;
}
blockquote p {
  font-size: 19px;
  line-height: 28px;
}

.blur {
  opacity: 0.4;
}

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

figcaption {
  position: relative;
  display: inline-block;
  padding: 15px 5px 15px 0;
  margin-top: -26px !important;
  width: 215px;
  font-size: 12px;
  line-height: 17px;
  color: #757C89;
  background-color: #0C0D0F;
}

hr {
  max-width: 410px;
  margin: 20px 0;
  border-color: #757C89;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -o-border-image: none;
     border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
}

/* -------------- Classes Génériques -----------------------------*/
.container-fluid {
  padding: 0;
}

.thumbnail {
  background-color: none;
  border: none;
  border-radius: 0;
  display: block;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  transition: none;
}

.clear {
  clear: both;
  height: 0px;
}

.wrapper {
  margin: 0 auto;
  width: 1390px;
}
@media screen and (max-width: 1450px) {
  .wrapper {
    width: 1150px;
  }
}
@media screen and (max-width: 1270px) {
  .wrapper {
    width: 970px;
  }
}
@media screen and (max-width: 1040px) {
  .wrapper {
    width: 740px;
  }
}
@media screen and (max-width: 740px) {
  .wrapper {
    width: 100%;
    padding: 0 30px;
  }
}

.left {
  float: left;
}

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

.right {
  float: right;
}

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

.wp-block-image img {
  height: auto;
}

.w320 {
  width: 320px;
}

.txt {
  font-size: 14px;
  line-height: 18px;
  color: black;
  text-align: justify;
  margin-bottom: 10px;
}

h1 {
  font-family: "BwGradual";
  font-weight: 900;
  font-size: 54px;
  line-height: 62px;
}
@media screen and (max-width: 740px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  margin-bottom: 37px;
  font-family: "BwGradual";
  font-weight: 900;
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 740px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  margin-bottom: 20px;
  font-family: "BwGradual";
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
}
@media screen and (max-width: 740px) {
  h3 {
    font-size: 18px;
  }
}

.chapo {
  margin-bottom: 86px;
  font-size: 19px;
  line-height: 28px;
}

p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.sur-titre {
  margin-bottom: 66px;
  font-family: "BwGradual";
  font-size: 40px;
  font-weight: 800;
  line-height: 38px;
  color: #0C0D0F;
  text-shadow: -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
}
@media screen and (max-width: 740px) {
  .sur-titre {
    font-size: 30px;
  }
}

.corne {
  position: relative;
}
.corne:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 35.35px;
  background: #757C89;
}
.corne.corne-bas-gauche {
  -webkit-clip-path: polygon(0 0, 0 calc(100% - 25px), 25px 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 calc(100% - 25px), 25px 100%, 100% 100%, 100% 0);
}
.corne.corne-bas-gauche:before {
  bottom: -6px;
  left: 11.5px;
  transform: rotate(-45deg);
}
.corne.corne-bas-droite {
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 25px) 100%, 100% calc(100% - 25px), 100% 0);
}
.corne.corne-bas-droite:before {
  bottom: -6px;
  right: 11.5px;
  transform: rotate(45deg);
}

figure.is-type-video .wp-block-embed__wrapper {
  padding-top: 56.25%;
  overflow: hidden;
}
figure.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1040px) {
  .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
  }
}
@media screen and (max-width: 740px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
}

/* @group HEADER */
header {
  display: flex;
  padding: 50px 50px 0;
  margin-bottom: 80px;
  height: 199px;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1040px) {
  header {
    height: 77px;
    padding: 0 30px;
    margin-top: 30px;
  }
}
header .bloc-gauche {
  display: flex;
  width: 229px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #757C89;
}
@media screen and (max-width: 1450px) {
  header .bloc-gauche {
    width: 189px;
  }
}
@media screen and (max-width: 1270px) {
  header .bloc-gauche {
    width: 229px;
  }
}
@media screen and (max-width: 1040px) {
  header .bloc-gauche {
    width: 188px;
  }
}
@media screen and (max-width: 740px) {
  header .bloc-gauche {
    width: 95px;
  }
}
@media screen and (max-width: 1040px) {
  header .bloc-gauche .logo-wide {
    display: none;
  }
}
header .bloc-gauche .adherer-small {
  display: none;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 30px 0 69px;
  background: url(img/icon-adherer.svg) no-repeat left center;
}
@media screen and (max-width: 1450px) {
  header .bloc-gauche .adherer-small {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 1040px) {
  header .bloc-gauche .adherer-small {
    display: block;
  }
}
@media screen and (max-width: 740px) {
  header .bloc-gauche .adherer-small {
    padding: 15px 0 0 0;
    background: url(img/icon-adherer.svg) no-repeat center top;
  }
}
header .bloc-gauche a {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
}
header .bloc-gauche a img {
  position: relative;
  max-width: calc(100% - 30px);
}
header .bloc-central {
  flex: 1;
  margin: 0 -1px;
}
@media screen and (max-width: 1040px) {
  header .bloc-central {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #757C89;
  }
}
header .bloc-central .menu-header-top, header .bloc-central nav {
  height: 75px;
  border: 1px solid #757C89;
}
@media screen and (max-width: 1040px) {
  header .bloc-central .menu-header-top, header .bloc-central nav {
    display: none;
  }
}
header .bloc-central .menu-header-top ul, header .bloc-central nav ul {
  display: flex;
}
header .bloc-central .menu-header-top ul li:before, header .bloc-central nav ul li:before {
  display: none;
}
header .bloc-central .menu-header-top {
  margin-bottom: -1px;
}
header .bloc-central .menu-header-top ul {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
header .bloc-central .menu-header-top ul li {
  height: 100%;
  min-width: 118px;
  display: block;
}
header .bloc-central .menu-header-top ul li:before {
  display: none;
}
header .bloc-central .menu-header-top ul li a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 39px 0 0;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: #757C89;
  text-transform: uppercase;
}
@media screen and (max-width: 1450px) {
  header .bloc-central .menu-header-top ul li a {
    padding: 0 15px;
  }
}
header .bloc-central .menu-header-top ul li.btn-header {
  border-left: 1px solid #757C89;
}
header .bloc-central .menu-header-top ul li.btn-header a {
  padding: 0 30px;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  header .bloc-central .menu-header-top ul li.btn-header a {
    padding: 0 15px;
  }
}
header .bloc-central .menu-header-top ul li.adherer a {
  padding: 0 50px;
}
header .bloc-central .menu-header-top ul li.adherer a span {
  display: inline-block;
  padding-left: 32px;
  min-height: 15px;
  background: url(img/icon-adherer.svg) no-repeat left center;
}
header .bloc-central .menu-header-top ul li.billeterie a {
  padding: 0 50px;
}
header .bloc-central .menu-header-top ul li.billeterie a span {
  display: inline-block;
  padding-left: 32px;
  min-height: 15px;
  background: url(img/icon-billeterie.svg) no-repeat left center;
}
@media screen and (max-width: 1270px) {
  header .bloc-central .menu-header-top ul li:not(.btn-header) {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  header .bloc-central .menu-header-bottom {
    display: none;
  }
}
header .bloc-central .menu-header-bottom .medium-menu-bottom {
  display: none;
}
@media screen and (max-width: 1270px) {
  header .bloc-central .menu-header-bottom .medium-menu-bottom {
    display: block;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
header .bloc-central .menu-header-bottom .medium-menu-bottom li a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 39px 0 0;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: #757C89;
  text-transform: uppercase;
}
header .bloc-central .menu-header-bottom .menu-header-menu-container {
  height: 100%;
}
@media screen and (max-width: 1270px) {
  header .bloc-central .menu-header-bottom .menu-header-menu-container {
    display: none;
  }
}
header .bloc-central .menu-header-bottom .menu-header-menu-container ul {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-wrap: nowrap;
}
header .bloc-central .menu-header-bottom .menu-header-menu-container ul li {
  height: 100%;
  display: flex;
}
header .bloc-central .menu-header-bottom .menu-header-menu-container ul li a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 40px;
  align-items: center;
  text-align: center;
  font-family: "BwGradual";
  font-weight: 800;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 20px;
}
@media screen and (max-width: 1450px) {
  header .bloc-central .menu-header-bottom .menu-header-menu-container ul li a {
    padding: 0 25px;
  }
}
header .bloc-central .logo-small {
  display: none;
}
@media screen and (max-width: 1040px) {
  header .bloc-central .logo-small {
    display: block;
    width: 55px;
  }
  header .bloc-central .logo-small img {
    display: block;
    width: 100%;
    height: auto;
  }
}
header .bloc-droite {
  width: 125px;
  height: 100%;
  border: 1px solid #757C89;
}
@media screen and (max-width: 1040px) {
  header .bloc-droite {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 740px) {
  header .bloc-droite {
    width: 95px;
  }
}
header .bloc-droite ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  header .bloc-droite ul {
    display: none;
  }
}
header .bloc-droite ul li {
  margin: 7px 0;
  height: 25px;
  text-align: center;
}
header .bloc-droite .menu-small {
  display: none;
}
@media screen and (max-width: 1040px) {
  header .bloc-droite .menu-small {
    display: block;
  }
}

.recherche-modal {
  display: none;
}
.recherche-modal.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 220;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, #0C0D0F 0%, rgba(12, 13, 15, 0.8) 53%, rgba(12, 13, 15, 0) 100%);
}
.recherche-modal h2 {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .recherche-modal h2 {
    margin-top: 100px;
  }
}
.recherche-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 121;
  display: block;
  width: 90px;
  height: 90px;
  background-image: url(img/picto-quit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transform: all ease 0.5s;
  /*&:hover {

  }*/
}
@media screen and (max-width: 1040px) {
  .recherche-modal .close {
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 19px 33px 17px calc(50vw - 17px);
    margin-bottom: 45px;
    text-align: left;
  }
}

.mega-menu {
  display: none;
}
.mega-menu.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: block;
  background: #0C0D0F url(img/bg-footer.png) no-repeat center bottom;
  overflow-y: scroll;
}
.mega-menu.open .megamenu-header {
  display: flex;
  height: 77px;
  margin-top: 34px;
  margin-bottom: 80px;
  padding: 0 30px;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header {
    height: auto;
    flex-wrap: wrap;
  }
}
.mega-menu.open .megamenu-header .bloc-centre, .mega-menu.open .megamenu-header .bloc-gauche, .mega-menu.open .megamenu-header .bloc-droite {
  display: flex;
  border: 1px solid #757C89;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-centre, .mega-menu.open .megamenu-header .bloc-gauche, .mega-menu.open .megamenu-header .bloc-droite {
    width: 100% !important;
    height: 77px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .mega-menu.open .megamenu-header .bloc-centre:before, .mega-menu.open .megamenu-header .bloc-gauche:before, .mega-menu.open .megamenu-header .bloc-droite:before {
    display: none;
  }
}
.mega-menu.open .megamenu-header .bloc-gauche {
  width: 205px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-gauche {
    order: 3;
  }
}
.mega-menu.open .megamenu-header .bloc-gauche ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-gauche ul {
    flex-wrap: wrap;
  }
}
.mega-menu.open .megamenu-header .bloc-gauche ul li {
  margin: 0 7px;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-gauche ul li {
    margin: 0 20px;
  }
}
.mega-menu.open .megamenu-header .bloc-centre {
  justify-content: flex-end;
  flex: auto;
  margin: 0 -1px;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-centre {
    height: auto;
    margin: -1px 0;
    order: 2;
    flex-wrap: wrap;
  }
}
.mega-menu.open .megamenu-header .bloc-centre li {
  height: 100%;
  min-width: 118px;
  display: block;
}
.mega-menu.open .megamenu-header .bloc-centre li:before {
  display: none;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-centre li {
    width: 100%;
    margin-left: -1px;
    height: 77px;
    border-left: none;
  }
}
.mega-menu.open .megamenu-header .bloc-centre li a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 39px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: #757C89;
  text-transform: uppercase;
}
@media screen and (max-width: 1450px) {
  .mega-menu.open .megamenu-header .bloc-centre li a {
    padding: 0 15px;
  }
}
.mega-menu.open .megamenu-header .bloc-centre li.btn-header {
  border-left: 1px solid #757C89;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-centre li.btn-header {
    border-left: none;
  }
}
.mega-menu.open .megamenu-header .bloc-centre li.btn-header a {
  padding: 0 30px;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  .mega-menu.open .megamenu-header .bloc-centre li.btn-header a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-centre li.adherer {
    border-bottom: 1px solid #757C89;
  }
}
.mega-menu.open .megamenu-header .bloc-centre li.adherer a {
  padding: 0 50px;
}
.mega-menu.open .megamenu-header .bloc-centre li.adherer a span {
  display: inline-block;
  padding-left: 32px;
  min-height: 15px;
  background: url(img/icon-adherer.svg) no-repeat left center;
}
.mega-menu.open .megamenu-header .bloc-centre li.billeterie a {
  padding: 0 50px;
}
.mega-menu.open .megamenu-header .bloc-centre li.billeterie a span {
  display: inline-block;
  padding-left: 32px;
  min-height: 15px;
  background: url(img/icon-billeterie.svg) no-repeat left center;
}
.mega-menu.open .megamenu-header .bloc-droite {
  width: 242px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-droite {
    order: 1;
  }
}
.mega-menu.open .megamenu-header .bloc-droite .btn-header {
  display: flex;
  height: 100%;
  min-width: 118px;
  justify-content: center;
  border-right: 1px solid #757C89;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-droite .btn-header {
    width: 50%;
  }
}
.mega-menu.open .megamenu-header .bloc-droite .btn-header a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  .mega-menu.open .megamenu-header .bloc-droite .btn-header a {
    padding: 0 15px;
  }
}
.mega-menu.open .megamenu-header .bloc-droite .btn-close {
  display: flex;
  width: 125px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  .mega-menu.open .megamenu-header .bloc-droite .btn-close {
    width: 50%;
  }
}
.mega-menu.open .menu-mega-menu-container {
  height: 80%;
}
.mega-menu.open .menu-mega-menu-container ul.menu {
  display: flex;
  height: calc(100vh - 200px);
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .mega-menu.open .menu-mega-menu-container ul.menu {
    height: 100%;
  }
}
.mega-menu.open .menu-mega-menu-container ul.menu li {
  margin-right: 20px;
  margin-bottom: 57px;
}
.mega-menu.open .menu-mega-menu-container ul.menu li:before {
  display: none;
}
.mega-menu.open .menu-mega-menu-container ul.menu li a {
  display: inline-block;
  font-family: "BwGradual";
  font-weight: 800;
  font-size: 38px;
  color: #FFFFFF;
}
.mega-menu.open .menu-mega-menu-container ul.menu li.menu-item-has-children {
  margin-bottom: 79px;
}
.mega-menu.open .menu-mega-menu-container ul.menu li.menu-item-has-children .sub-menu {
  margin-top: 30px;
}
.mega-menu.open .menu-mega-menu-container ul.menu li.menu-item-has-children .sub-menu li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 30px;
}
.mega-menu.open .menu-mega-menu-container ul.menu li.menu-item-has-children .sub-menu li:before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #41B4ED;
  content: " ";
}
.mega-menu.open .menu-mega-menu-container ul.menu li.menu-item-has-children .sub-menu li a {
  font-family: "BwGradual";
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}

/* @end HEADER */
/* @group FOOTER */
footer {
  position: relative;
  margin-top: 110px;
  padding-bottom: 606px;
  background: url(img/bg-footer.png) no-repeat center bottom;
}
@media screen and (max-width: 740px) {
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer:before {
  position: absolute;
  bottom: 446px;
  left: 50%;
  display: block;
  width: 85px;
  height: 95px;
  margin-left: -42.5px;
  content: " ";
  background: url(img/logo-monogramme.svg) no-repeat center;
}
footer:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  background: #0C0D0F;
  mix-blend-mode: color;
}
footer .footer-block {
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
  padding: 0;
  border: 1px solid #757C89;
}
footer .footer-block .ligne {
  display: flex;
  width: 100%;
  margin-bottom: -1px;
  border-bottom: 1px solid #757C89;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1450px) {
  footer .footer-block .ligne.menu-footer-ligne {
    flex-wrap: wrap;
  }
}
footer .footer-block .ligne .block {
  margin-right: -1px;
  border-right: 1px solid #757C89;
}
footer .footer-block .ligne .block.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: auto;
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne .block.newsletter {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 740px) {
  footer .footer-block .ligne .block.newsletter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1450px) {
  footer .footer-block .ligne .block.newsletter .newsletter-icon {
    width: 400px;
  }
}
@media screen and (max-width: 1270px) {
  footer .footer-block .ligne .block.newsletter .newsletter-icon {
    width: 344px;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne .block.newsletter .newsletter-icon {
    width: auto;
  }
}
footer .footer-block .ligne .block.newsletter .newsletter-icon h3 {
  margin-bottom: 5px;
  padding-left: 87px;
  min-height: 33px;
  background-image: url(img/icon-newsletter.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
footer .footer-block .ligne .block.newsletter .newsletter-icon p {
  margin-bottom: 0;
  padding-left: 87px;
}
footer .footer-block .ligne .block.newsletter-form {
  position: relative;
  display: flex;
  width: 790px;
  height: 144px;
  padding: 20px 50px 20px 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1450px) {
  footer .footer-block .ligne .block.newsletter-form {
    width: 650px;
  }
}
@media screen and (max-width: 1270px) {
  footer .footer-block .ligne .block.newsletter-form {
    width: 545px;
    height: 185px;
    padding: 20px 40px 20px 40px;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne .block.newsletter-form {
    width: 100%;
  }
}
footer .footer-block .ligne .block.newsletter-form iframe:first-child {
  position: absolute !important;
  max-height: 400px;
}
footer .footer-block .ligne .block.newsletter-form .mj-w-button {
  display: flex;
  padding: 10px 25px;
  color: #FFFFFF;
  text-align: center;
  background-color: #41B4ED;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
footer .footer-block .ligne .block.newsletter-form .mj-w-button .mj-w-button-content {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
}
footer .footer-block .ligne .block.newsletter-form .submit {
  position: absolute;
  top: 35px;
  right: 50px;
  display: flex;
  width: 58px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
footer .footer-block .ligne .block.menu {
  flex: auto;
}
@media screen and (max-width: 1450px) {
  footer .footer-block .ligne .block.menu {
    border-bottom: 1px solid #757C89;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne .block.menu {
    display: none;
  }
}
footer .footer-block .ligne .block.menu ul {
  display: flex;
  height: 117px;
  padding: 0 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .footer-block .ligne .block.menu ul li {
  display: flex;
  height: 100%;
  padding: 0;
  align-items: center;
}
footer .footer-block .ligne .block.menu ul li:before {
  display: none;
}
footer .footer-block .ligne .block.menu ul li a {
  font-family: "BwGradual";
  font-size: 14px;
  text-transform: uppercase;
}
footer .footer-block .ligne .block.pro, footer .footer-block .ligne .block.pratique {
  display: flex;
  height: 117px;
  padding: 0 40px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1450px) {
  footer .footer-block .ligne .block.pro, footer .footer-block .ligne .block.pratique {
    width: 50%;
  }
}
@media screen and (max-width: 740px) {
  footer .footer-block .ligne .block.pro, footer .footer-block .ligne .block.pratique {
    width: 100%;
  }
}
footer .footer-block .ligne .block.pro a, footer .footer-block .ligne .block.pratique a {
  display: block;
  padding-left: 30px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 740px) {
  footer .footer-block .ligne .block.pro {
    border-bottom: 1px solid #757C89;
  }
}
footer .footer-block .ligne .block.pro a {
  background-image: url(img/icon-espace-pro.svg);
}
footer .footer-block .ligne .block.pratique a {
  background-image: url(img/icon-pin.svg);
}
footer .footer-block .ligne .block.partenaire {
  display: flex;
  width: 100%;
  padding: 0 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1270px) {
  footer .footer-block .ligne .block.partenaire {
    margin-bottom: 33px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne .block.partenaire {
    margin-top: 33px;
    margin-bottom: 3px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 740px) {
  footer .footer-block .ligne .block.partenaire {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .footer-block .ligne .block.partenaire ul {
  display: flex;
  height: 140px;
  flex-wrap: nowrap;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  footer .footer-block .ligne .block.partenaire ul {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne .block.partenaire ul {
    width: 430px;
    height: auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 740px) {
  footer .footer-block .ligne .block.partenaire ul {
    width: 100%;
    justify-content: center;
  }
}
footer .footer-block .ligne .block.partenaire ul li {
  margin: 0;
}
@media screen and (max-width: 1450px) {
  footer .footer-block .ligne .block.partenaire ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer-block .ligne .block.partenaire ul li {
    margin: 0 10px 20px 10px;
  }
}
footer .footer-block .ligne .block.partenaire ul li:before {
  display: none;
}
footer .footer-block .ligne .block.partenaire ul li img {
  max-width: 80px;
}
footer .footer-block .ligne .block.partenaire .tous-partenaires {
  display: flex;
  padding: 0 37px 0 122px;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background: url(img/fleche-droite.svg) no-repeat right center;
}
@media screen and (max-width: 1450px) {
  footer .footer-block .ligne .block.partenaire .tous-partenaires {
    padding: 0 37px 0 42px;
  }
}
@media screen and (max-width: 740px) {
  footer .footer-block .ligne .block.partenaire .tous-partenaires {
    margin-bottom: 30px;
  }
}
footer .adresse {
  position: relative;
  margin-bottom: 29px;
  text-align: center;
}
footer .legal {
  position: relative;
  z-index: 2;
}
footer .legal ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  footer .legal ul {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
footer .legal ul li {
  margin: 0 20px;
}
@media screen and (max-width: 740px) {
  footer .legal ul li {
    margin-bottom: 20px;
  }
}
footer .legal ul li:before {
  display: none;
}

/* @end FOOTER */
/* @group ENTETE */
.entete {
  position: relative;
  width: 100%;
  min-height: 390px;
  margin-bottom: 90px;
  padding: 44px 50px;
  border: 1px solid #757C89;
}
@media screen and (max-width: 740px) {
  .entete {
    padding: 30px 20px;
  }
}
.entete .thumbnail {
  position: absolute;
  right: -1px;
  top: -15px;
  border-left: solid 15px #0C0D0F;
  border-bottom: solid 15px #0C0D0F;
}
@media screen and (max-width: 1040px) {
  .entete .thumbnail {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 36px;
    border-left: none;
    border-bottom: none;
  }
}
.entete .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1450px) {
  .entete .thumbnail img {
    width: 550px;
  }
}
@media screen and (max-width: 1270px) {
  .entete .thumbnail img {
    width: 374px;
  }
}
@media screen and (max-width: 1040px) {
  .entete .thumbnail img {
    width: 100%;
  }
}
.entete .thumbnail .facebook-full {
  position: absolute;
  bottom: -55px;
  right: 50px;
  padding: 10px 20px 10px 42px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  background: url(img/icon-fb.svg) no-repeat left 20px center;
  border: 1px solid #41B4ED;
}
@media screen and (max-width: 1040px) {
  .entete .thumbnail .facebook-full {
    display: none;
  }
}
.entete .fil-ariane {
  margin-bottom: 58px;
  font-size: 13px;
  color: #757C89;
}
@media screen and (max-width: 1040px) {
  .entete .fil-ariane {
    position: absolute;
    top: -15px;
    left: -1px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: #0C0D0F;
  }
}
.entete .fil-ariane a {
  color: #41B4ED;
}
.entete h1 {
  max-width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  .entete h1 {
    max-width: 100%;
  }
}
.entete h3 {
  max-width: 50%;
  margin-bottom: 40px;
  margin-top: -25px;
}
@media screen and (max-width: 1040px) {
  .entete h3 {
    max-width: 100%;
  }
}
.entete .annule, .entete .complet {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.entete .annule {
  background-color: #E33D31;
}
.entete .complet {
  background-color: #D97734;
}
.entete p {
  max-width: 50%;
  padding-left: 34px;
}
@media screen and (max-width: 1040px) {
  .entete p {
    max-width: 100%;
  }
}
.entete .organisateur {
  background: url(img/icon-organisateur.svg) no-repeat left center;
}
.entete .lieu {
  background: url(img/icon-pin.svg) no-repeat left center;
}
.entete .tarifs {
  background: url(img/icon-tarifs.svg) no-repeat left center;
}
.entete .infos-pratiques {
  background: url(img/icon-info.svg) no-repeat left top 3px;
}
.entete .pass {
  background: url(img/icon-pass.svg) no-repeat left center;
}
.entete .reservation {
  display: block;
  padding: 30px 60px 30px 60px;
  margin-top: 60px;
  margin-bottom: 35px;
  width: 50%;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 1040px) {
  .entete .reservation {
    width: 100%;
  }
}
.entete .billetterie {
  display: block;
  padding: 30px 60px 30px 20px;
  margin-top: 60px;
  margin-bottom: 35px;
  width: 50%;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: url(img/fleche-lien.svg) no-repeat right 40px center;
  border: 1px solid #41B4ED;
}
@media screen and (max-width: 1270px) {
  .entete .billetterie {
    width: 100%;
  }
}
.entete .facebook-medium {
  display: none;
}
@media screen and (max-width: 1040px) {
  .entete .facebook-medium {
    display: inline-block;
    padding: 10px 20px 10px 42px;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    background: url(img/icon-fb.svg) no-repeat left 20px center;
    border: 1px solid #41B4ED;
  }
}
.entete .cta {
  position: absolute;
  bottom: -77px;
  left: -1px;
  height: 77px;
}
@media screen and (max-width: 740px) {
  .entete .cta {
    width: calc(100% + 2px);
  }
}
.entete .cta ul {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 740px) {
  .entete .cta ul {
    flex-wrap: wrap;
  }
}
.entete .cta ul li {
  height: 100%;
  margin-right: -1px;
  border: 1px solid #757C89;
}
@media screen and (max-width: 740px) {
  .entete .cta ul li {
    width: 100%;
  }
}
.entete .cta ul li a {
  display: flex;
  padding-left: 35px;
  height: 100%;
  margin: 0 50px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 740px) {
  .entete .cta ul li a {
    margin: auto;
  }
}
.entete .cta ul li a.archives {
  background-image: url(img/icon-archives.svg);
  padding-left: 40px;
}
.entete .cta ul li a.temps-forts {
  background-image: url(img/icon-temps-forts.svg);
}
.entete .cta ul li a.nouvelles {
  background-image: url(img/icon-nouvelles.svg);
}

/* @end ENTETE */
/* @group CONTENT */
.conteneur-filtre {
  display: flex;
  margin-bottom: 50px;
  margin-top: 100px;
  justify-content: flex-end;
}
@media screen and (max-width: 740px) {
  .conteneur-filtre {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 290px;
  }
}
.conteneur-filtre label {
  display: flex;
  margin-right: 40px;
  font-family: "BwGradual";
  font-size: 20px;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .conteneur-filtre label {
    margin-bottom: 24px;
  }
}

.btn-polygone {
  position: relative;
  width: 58px;
  height: 60px;
}
.btn-polygone:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 58px;
  height: 60px;
  background-image: url(img/bg-polygone.svg);
  background-size: contain;
  content: " ";
  transition: all 0.5s ease-in-out;
}
.btn-polygone:hover:before {
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}

.btn-polygone-big {
  position: relative;
  display: flex;
  width: 186px;
  height: 134px;
  padding: 10px 10px 10px 70px;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.btn-polygone-big:hover svg {
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}
.btn-polygone-big svg {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.btn-polygone-big svg path {
  stroke: #E4544A;
}
.btn-polygone-big:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 70px;
  height: 31px;
  margin-top: -15px;
  background-color: #E4544A;
  border-top: 15px solid #0C0D0F;
  border-bottom: 15px solid #0C0D0F;
  content: " ";
}
.btn-polygone-big.clair1 svg {
  position: absolute;
  top: 0;
  right: 0;
}
.btn-polygone-big.clair1 svg path {
  stroke: #41B4ED;
}
.btn-polygone-big.clair1:after {
  background-color: #41B4ED;
}

.btn_more_posts {
  position: relative;
  display: flex;
  width: 100%;
  height: 111px;
  margin-top: 60px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn_more_posts:after {
  position: absolute;
  left: 50%;
  top: -50px;
  display: block;
  width: 1px;
  height: 65px;
  outline: 15px solid #0C0D0F;
  content: " ";
}
.btn_more_posts.evenement-top, .btn_more_posts.evenement-bottom, .btn_more_posts.evenement {
  border-color: #41B4ED;
}
.btn_more_posts.evenement-top:after, .btn_more_posts.evenement-bottom:after, .btn_more_posts.evenement:after {
  background-color: #41B4ED;
}
.btn_more_posts.post, .btn_more_posts.galerie {
  border-color: #E4544A;
}
.btn_more_posts.post:after, .btn_more_posts.galerie:after {
  background-color: #E4544A;
}

.content a:not(.post-item):not(.btn_more_posts):not(.item-page):not(.btn-polygone-big):not(.contenu-integre) {
  font-weight: 600;
  font-size: 12px;
  color: #41B4ED;
  text-transform: uppercase;
}
.content ul {
  margin-bottom: 50px;
  margin-top: 40px;
}
.content ul li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 15px;
}
.content ul li:before {
  position: absolute;
  top: 0.55em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px #41B4ED solid;
  border-radius: 5px;
  content: " ";
}
.content .wp-block-buttons .wp-block-button__link {
  position: relative;
  display: inline-block;
  width: auto !important;
  padding: 0 46px 0 0;
  margin-bottom: 90px;
  margin-top: 45px;
  font-weight: 600;
  font-size: 12px;
  color: #41B4ED;
  text-transform: uppercase;
  text-align: left;
  background-color: transparent;
  border: none;
}
.content .wp-block-buttons .wp-block-button__link:after {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 16px;
  height: 16px;
  content: " ";
  background-image: url(img/fleche-lien.svg);
}
.content .img_galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content .img_galerie img {
  max-width: 909px;
  max-height: 909px;
  margin: 0 35px 70px 35px;
}
@media screen and (max-width: 1040px) {
  .content .img_galerie img {
    max-width: 100%;
  }
}

.wp-block-latest-posts__list ul li::before {
  display: none;
}

/* @end CONTENT */
/* @group EVENEMENT */
.retour {
  display: block;
  margin-bottom: 52px;
  padding-left: 37px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  background-image: url(img/fleche-retour.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.liste-item {
  display: flex;
  margin-right: -50px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 740px) {
  .liste-item {
    margin-right: 0;
  }
}
.liste-item.related {
  margin-top: 100px;
}
.liste-item .mois {
  width: 100%;
  margin-top: 60px;
}
.liste-item .mois[data-show=false] {
  display: none;
}

#evenement .entete {
  min-height: 460px;
}
#evenement .entete .cartouche {
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 2;
  display: flex;
  height: 29px;
  flex-wrap: wrap;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
#evenement .entete .cartouche:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  background-color: #0C0D0F;
  content: " ";
}
#evenement .entete .cartouche div {
  display: flex;
  padding: 0 15px;
  align-items: center;
}
#evenement .entete .cartouche .type {
  color: #0C0D0F;
}
#evenement .entete .cartouche.post div, #evenement .entete .cartouche.galerie div {
  border: solid 1px #E4544A;
}
#evenement .entete .cartouche.post .type, #evenement .entete .cartouche.galerie .type {
  background-color: #E4544A;
}
#evenement .entete .cartouche.post .categorie, #evenement .entete .cartouche.galerie .categorie {
  color: #E4544A;
}
#evenement .entete .cartouche.post .actu, #evenement .entete .cartouche.galerie .actu {
  background-color: #E4544A;
  color: #0C0D0F;
}
#evenement .entete .cartouche.page div {
  border: solid 1px #FFFFFF;
}
#evenement .entete .cartouche.page .type {
  background-color: #FFFFFF;
}
#evenement .entete .cartouche.evenement div {
  border: solid 1px #41B4ED;
}
#evenement .entete .cartouche.evenement .style {
  max-width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #41B4ED;
  background-color: #0C0D0F;
  line-height: 14px;
}
@media screen and (max-width: 1450px) {
  #evenement .entete .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 1270px) {
  #evenement .entete .cartouche.evenement .style {
    max-width: 180px;
  }
}
@media screen and (max-width: 1040px) {
  #evenement .entete .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 740px) {
  #evenement .entete .cartouche.evenement .style {
    max-width: none;
  }
}
#evenement .entete .cartouche.evenement .categorie {
  position: relative;
  min-width: 90px;
  height: calc(100% + 1px);
  background-color: #41B4ED;
  color: #0C0D0F;
}
#evenement .entete .cartouche.evenement .categorie .date {
  position: absolute;
  top: 26px;
  left: -1px;
  display: block;
  width: calc(100% + 3px);
  height: 72px;
  padding: 8px 8px;
  background-color: #41B4ED;
  color: #FFFFFF;
  text-transform: uppercase;
  /*&:after {
    position: absolute; bottom: -22px; left: -1px; right: 0;
    display: block; width: 100%; height: 21px;
    background-image: url(img/cartouche-date-triangle-noir.svg); background-size: cover;

    display: block; width: 0; height: 0;
    border-left: solid $clair1 88px;
    border-bottom: solid 21px transparent;
    content: " ";
  }*/
}
#evenement .entete .cartouche.evenement .categorie .date svg {
  position: absolute;
  top: 71px;
  left: -1px;
  width: calc(100% + 2px);
}
#evenement .entete .cartouche.evenement .categorie .date svg #Triangle {
  fill: #41B4ED;
}
#evenement .entete .cartouche.evenement .categorie .date p {
  width: 100%;
}
#evenement .entete .cartouche.evenement .categorie .date .jour, #evenement .entete .cartouche.evenement .categorie .date .heure {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
#evenement .entete .cartouche.evenement .categorie .date .duau {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #0C0D0F;
  font-weight: 500;
}
#evenement .entete .cartouche.evenement .categorie .date .num-mois {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
#evenement .entete .cartouche.evenement .categorie .date .num-mois.petit {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
#evenement .entete .date {
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #41B4ED;
}
#evenement .entete .cartouche.evenement .style {
  max-width: none;
}
#evenement .entete .gratuit {
  position: absolute;
  bottom: -1px;
  left: -1px;
  padding-top: 10px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #41B4ED;
  line-height: 12px;
  background-color: #0C0D0F;
}

#blog .entete {
  min-height: 460px;
  padding-top: 65px;
}
#blog .entete .cartouche {
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 2;
  display: flex;
  height: 29px;
  flex-wrap: wrap;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
#blog .entete .cartouche:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  background-color: #0C0D0F;
  content: " ";
}
#blog .entete .cartouche div {
  display: flex;
  padding: 0 15px;
  align-items: center;
}
#blog .entete .cartouche .type {
  color: #0C0D0F;
}
#blog .entete .cartouche.post div, #blog .entete .cartouche.galerie div {
  border: solid 1px #E4544A;
}
#blog .entete .cartouche.post .type, #blog .entete .cartouche.galerie .type {
  background-color: #E4544A;
}
#blog .entete .cartouche.post .categorie, #blog .entete .cartouche.galerie .categorie {
  color: #E4544A;
}
#blog .entete .cartouche.post .actu, #blog .entete .cartouche.galerie .actu {
  background-color: #E4544A;
  color: #0C0D0F;
}
#blog .entete .cartouche.page div {
  border: solid 1px #FFFFFF;
}
#blog .entete .cartouche.page .type {
  background-color: #FFFFFF;
}
#blog .entete .cartouche.evenement div {
  border: solid 1px #41B4ED;
}
#blog .entete .cartouche.evenement .style {
  max-width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #41B4ED;
  background-color: #0C0D0F;
  line-height: 14px;
}
@media screen and (max-width: 1450px) {
  #blog .entete .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 1270px) {
  #blog .entete .cartouche.evenement .style {
    max-width: 180px;
  }
}
@media screen and (max-width: 1040px) {
  #blog .entete .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 740px) {
  #blog .entete .cartouche.evenement .style {
    max-width: none;
  }
}
#blog .entete .cartouche.evenement .categorie {
  position: relative;
  min-width: 90px;
  height: calc(100% + 1px);
  background-color: #41B4ED;
  color: #0C0D0F;
}
#blog .entete .cartouche.evenement .categorie .date {
  position: absolute;
  top: 26px;
  left: -1px;
  display: block;
  width: calc(100% + 3px);
  height: 72px;
  padding: 8px 8px;
  background-color: #41B4ED;
  color: #FFFFFF;
  text-transform: uppercase;
  /*&:after {
    position: absolute; bottom: -22px; left: -1px; right: 0;
    display: block; width: 100%; height: 21px;
    background-image: url(img/cartouche-date-triangle-noir.svg); background-size: cover;

    display: block; width: 0; height: 0;
    border-left: solid $clair1 88px;
    border-bottom: solid 21px transparent;
    content: " ";
  }*/
}
#blog .entete .cartouche.evenement .categorie .date svg {
  position: absolute;
  top: 71px;
  left: -1px;
  width: calc(100% + 2px);
}
#blog .entete .cartouche.evenement .categorie .date svg #Triangle {
  fill: #41B4ED;
}
#blog .entete .cartouche.evenement .categorie .date p {
  width: 100%;
}
#blog .entete .cartouche.evenement .categorie .date .jour, #blog .entete .cartouche.evenement .categorie .date .heure {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
#blog .entete .cartouche.evenement .categorie .date .duau {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #0C0D0F;
  font-weight: 500;
}
#blog .entete .cartouche.evenement .categorie .date .num-mois {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
#blog .entete .cartouche.evenement .categorie .date .num-mois.petit {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
#blog .entete .date {
  margin-bottom: 16px;
  padding-left: 34px;
  text-transform: uppercase;
  background: url(img/icon-info-post.svg) no-repeat left center;
}
#blog .entete .cartouche.evenement .style {
  max-width: none;
}

.artiste {
  display: flex;
  margin-bottom: 110px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.artiste .info {
  width: calc(50% - 25px);
  padding: 50px 50px 90px;
  border: 1px solid #757C89;
}
@media screen and (max-width: 1040px) {
  .artiste .info {
    width: 100%;
    margin-bottom: 70px;
  }
}
.artiste .info .sous-titre {
  margin-bottom: 21px;
  font-weight: 700;
  color: #41B4ED;
  font-size: 15px;
}
.artiste .info .description {
  margin-bottom: 40px;
}
.artiste .info .lien {
  display: block;
  text-align: right;
}
.artiste .sideinfo {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1040px) {
  .artiste .sideinfo {
    width: 100%;
  }
}
.artiste .sideinfo img {
  width: 100%;
  height: auto;
}

/* @end EVENEMENT */
/* @group PAGE  */
#page .sidebar {
  position: relative;
  margin-bottom: 70px;
  padding: 70px 50px 50px;
  border: 1px solid #757C89;
}
#page .sidebar .titre {
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 2;
  display: inline-block;
  padding: 6px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
#page .sidebar .titre:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  background-color: #0C0D0F;
  content: " ";
}
#page .sidebar .titre:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #757C89;
  content: " ";
}
#page .sidebar.page-contact .contenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /*.texte {

  }*/
}
#page .sidebar.page-contact .contenu .photo {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
#page .sidebar.page-contact .contenu .photo img {
  max-width: 100%;
  height: auto;
}
#page .sidebar.page-navigation a {
  color: #FFFFFF;
}
#page .sidebar.page-navigation ul li {
  margin-bottom: 20px;
}
#page .sidebar.page-navigation ul li:before {
  display: none;
}
#page .sidebar.page-navigation ul li a {
  font-family: "BwGradual";
  font-size: 20px;
  font-weight: 800;
}
#page .sidebar.page-navigation ul li.active:before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 15px;
  height: 1px;
  content: " ";
  background-color: #41B4ED;
  border: none;
  border-radius: 0;
}
#page .sidebar.page-navigation ul li.active a {
  color: #757C89;
}

/* @end PAGE */
/* @group post-item */
.post-item {
  position: relative;
  display: block;
  width: calc(1390px / 4 - 50px);
  height: auto;
  margin-bottom: 55px;
  margin-right: 50px;
  padding: 39px 30px 44px;
  border: 1px solid #757C89;
}
.post-item:after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: 50px;
  height: 45px;
  background-color: #0C0D0F;
  content: " ";
  background-image: url(img/fleche-border.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.post-item .cartouche {
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 2;
  display: flex;
  height: 29px;
  flex-wrap: wrap;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.post-item .cartouche:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  background-color: #0C0D0F;
  content: " ";
}
.post-item .cartouche div {
  display: flex;
  padding: 0 15px;
  align-items: center;
}
.post-item .cartouche .type {
  color: #0C0D0F;
}
.post-item .cartouche.post div, .post-item .cartouche.galerie div {
  border: solid 1px #E4544A;
}
.post-item .cartouche.post .type, .post-item .cartouche.galerie .type {
  background-color: #E4544A;
}
.post-item .cartouche.post .categorie, .post-item .cartouche.galerie .categorie {
  color: #E4544A;
}
.post-item .cartouche.post .actu, .post-item .cartouche.galerie .actu {
  background-color: #E4544A;
  color: #0C0D0F;
}
.post-item .cartouche.page div {
  border: solid 1px #FFFFFF;
}
.post-item .cartouche.page .type {
  background-color: #FFFFFF;
}
.post-item .cartouche.evenement div {
  border: solid 1px #41B4ED;
}
.post-item .cartouche.evenement .style {
  max-width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #41B4ED;
  background-color: #0C0D0F;
  line-height: 14px;
}
@media screen and (max-width: 1450px) {
  .post-item .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 1270px) {
  .post-item .cartouche.evenement .style {
    max-width: 180px;
  }
}
@media screen and (max-width: 1040px) {
  .post-item .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 740px) {
  .post-item .cartouche.evenement .style {
    max-width: none;
  }
}
.post-item .cartouche.evenement .categorie {
  position: relative;
  min-width: 90px;
  height: calc(100% + 1px);
  background-color: #41B4ED;
  color: #0C0D0F;
}
.post-item .cartouche.evenement .categorie .date {
  position: absolute;
  top: 26px;
  left: -1px;
  display: block;
  width: calc(100% + 3px);
  height: 72px;
  padding: 8px 8px;
  background-color: #41B4ED;
  color: #FFFFFF;
  text-transform: uppercase;
  /*&:after {
    position: absolute; bottom: -22px; left: -1px; right: 0;
    display: block; width: 100%; height: 21px;
    background-image: url(img/cartouche-date-triangle-noir.svg); background-size: cover;

    display: block; width: 0; height: 0;
    border-left: solid $clair1 88px;
    border-bottom: solid 21px transparent;
    content: " ";
  }*/
}
.post-item .cartouche.evenement .categorie .date svg {
  position: absolute;
  top: 71px;
  left: -1px;
  width: calc(100% + 2px);
}
.post-item .cartouche.evenement .categorie .date svg #Triangle {
  fill: #41B4ED;
}
.post-item .cartouche.evenement .categorie .date p {
  width: 100%;
}
.post-item .cartouche.evenement .categorie .date .jour, .post-item .cartouche.evenement .categorie .date .heure {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.post-item .cartouche.evenement .categorie .date .duau {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #0C0D0F;
  font-weight: 500;
}
.post-item .cartouche.evenement .categorie .date .num-mois {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.post-item .cartouche.evenement .categorie .date .num-mois.petit {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1450px) {
  .post-item {
    width: calc(1150px / 3 - 50px);
  }
}
@media screen and (max-width: 1270px) {
  .post-item {
    width: calc(970px / 3 - 50px);
  }
}
@media screen and (max-width: 1040px) {
  .post-item {
    width: calc(740px / 2 - 50px);
  }
}
@media screen and (max-width: 740px) {
  .post-item {
    width: 100%;
    margin-right: 0;
  }
}
.post-item.bigc {
  width: calc(1390px / 2 - 50px);
  /*.thumbnail {
    //height: 420px; margin: 0 -15px 35px;;
  }*/
}
@media screen and (max-width: 1450px) {
  .post-item.bigc {
    width: calc(1150px * 2 / 3 - 50px);
  }
}
@media screen and (max-width: 1270px) {
  .post-item.bigc {
    width: calc(970px * 2 / 3 - 50px);
  }
}
@media screen and (max-width: 1040px) {
  .post-item.bigc {
    width: calc(740px / 2 - 50px);
  }
}
@media screen and (max-width: 740px) {
  .post-item.bigc {
    width: 100%;
    margin-right: 0;
  }
}
.post-item.bigc .description {
  height: 66px;
  margin-bottom: 34px;
}
.post-item:hover .thumbnail .hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.post-item .thumbnail {
  position: relative;
  margin: 0 -15px 35px;
  overflow: hidden;
}
.post-item .thumbnail img {
  width: 100%;
  height: auto;
}
.post-item .thumbnail .annule, .post-item .thumbnail .complet {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.post-item .thumbnail .annule {
  background-color: #E33D31;
}
.post-item .thumbnail .complet {
  background-color: #D97734;
}
.post-item .thumbnail .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(12, 13, 15, 0.95);
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.post-item .thumbnail .hover p {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
}
.post-item .thumbnail .hover p.label {
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
  color: #41B4ED;
}
.post-item .sous-titre {
  font-family: "BwGradual";
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 740px) {
  .post-item .sous-titre {
    font-size: 16px;
  }
}
.post-item.galerie .thumbnail {
  margin: 0 -15px 10px;
}
@media screen and (max-width: 740px) {
  .post-item.galerie .thumbnail {
    margin: 0 0 10px;
  }
}
.post-item.galerie .thumbnail img {
  border: solid 1px #757C89;
}
.post-item.galerie:hover h3 {
  color: #E4544A;
}
.post-item.galerie:hover .nombre svg path {
  stroke: #E4544A;
}
.post-item .miniatures {
  position: relative;
  margin: 0 -20px 25px;
}
@media screen and (max-width: 740px) {
  .post-item .miniatures {
    margin: 0 -5px 25px;
  }
}
.post-item .miniatures ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.post-item .miniatures li {
  display: none;
}
.post-item .miniatures li .nombre {
  display: none;
}
.post-item .miniatures li:nth-child(-n+2) {
  position: relative;
  display: block;
  width: calc(50% - 11px);
  margin: 0 5px;
  border: solid 1px #757C89;
}
.post-item .miniatures li .nombre {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 9, 27, 0.6);
  font-weight: 600;
  font-size: 12px;
}
.post-item .miniatures li .nombre svg {
  margin-bottom: 2px;
}
.post-item .miniatures li:nth-child(2) .nombre {
  display: flex;
}
.post-item .miniatures li img {
  display: block;
  width: 100%;
  height: auto;
}
.post-item.bigc .miniatures li {
  display: none;
}
.post-item.bigc .miniatures li:nth-child(-n+3) {
  position: relative;
  display: block;
  width: calc(50% - 11px);
  margin: 0 5px;
  border: solid 1px #757C89;
}
.post-item.bigc .miniatures li:nth-child(3) .nombre {
  display: flex;
}
.post-item .credits {
  font-size: 15px;
}
.post-item .description {
  height: 80px;
  margin-bottom: 20px;
}
.post-item[data-show=false] {
  display: none;
}
.post-item .gratuit {
  position: absolute;
  bottom: -1px;
  left: -1px;
  padding-top: 10px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #41B4ED;
  line-height: 12px;
  background-color: #0C0D0F;
}

/* @end post-item */
/* @group blocs */
.liste-deroulante {
  position: relative;
  display: flex;
  margin-bottom: 110px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.liste-deroulante .sur-titre {
  width: 100%;
}
.liste-deroulante .btn-polygone-big {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 740px) {
  .liste-deroulante .btn-polygone-big {
    position: relative;
  }
}
.liste-deroulante .liste-deroulante-conteneur {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 740px) {
  .liste-deroulante .liste-deroulante-conteneur {
    height: auto !important;
  }
}
.liste-deroulante .liste-deroulante-conteneur .commandes {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  width: 90px;
  height: 13px;
  justify-content: space-between;
}
@media screen and (max-width: 740px) {
  .liste-deroulante .liste-deroulante-conteneur .commandes {
    display: none;
  }
}
.liste-deroulante .liste-deroulante-conteneur .commandes .gauche, .liste-deroulante .liste-deroulante-conteneur .commandes .droite {
  display: block;
  width: 37px;
  height: 13px;
}
.liste-deroulante .liste-deroulante-conteneur .commandes .gauche {
  background: url(img/fleche-commande-gauche.svg);
}
.liste-deroulante .liste-deroulante-conteneur .commandes .droite {
  background: url(img/fleche-commande-droite.svg);
}
.liste-deroulante .liste-deroulante-conteneur .mobile {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  margin-bottom: 110px;
  flex-wrap: nowrap;
  align-items: flex-start;
  transition: left 0.5s ease;
}
@media screen and (max-width: 740px) {
  .liste-deroulante .liste-deroulante-conteneur .mobile {
    position: relative;
    width: 100% !important;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
.liste-deroulante .liste-deroulante-conteneur .mobile a {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  .liste-deroulante .liste-deroulante-conteneur .mobile a {
    margin-bottom: 50px;
  }
}

.contenu-integre {
  position: relative;
  display: flex;
  margin-bottom: 90px;
  margin-top: 80px;
  padding: 39px 50px 15px 15px;
  color: #FFFFFF;
  flex-wrap: nowrap;
  border: 1px solid #757C89;
}
@media screen and (max-width: 740px) {
  .contenu-integre {
    padding: 39px 30px 15px 30px;
    flex-wrap: wrap;
  }
}
.contenu-integre:after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: 50px;
  height: 45px;
  background-color: #0C0D0F;
  content: " ";
  background-image: url(img/fleche-border.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.contenu-integre a {
  display: flex;
}
.contenu-integre .cartouche {
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 2;
  display: flex;
  height: 29px;
  flex-wrap: wrap;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.contenu-integre .cartouche:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  background-color: #0C0D0F;
  content: " ";
}
.contenu-integre .cartouche div {
  display: flex;
  padding: 0 15px;
  align-items: center;
}
.contenu-integre .cartouche .type {
  color: #0C0D0F;
}
.contenu-integre .cartouche.post div, .contenu-integre .cartouche.galerie div {
  border: solid 1px #E4544A;
}
.contenu-integre .cartouche.post .type, .contenu-integre .cartouche.galerie .type {
  background-color: #E4544A;
}
.contenu-integre .cartouche.post .categorie, .contenu-integre .cartouche.galerie .categorie {
  color: #E4544A;
}
.contenu-integre .cartouche.post .actu, .contenu-integre .cartouche.galerie .actu {
  background-color: #E4544A;
  color: #0C0D0F;
}
.contenu-integre .cartouche.page div {
  border: solid 1px #FFFFFF;
}
.contenu-integre .cartouche.page .type {
  background-color: #FFFFFF;
}
.contenu-integre .cartouche.evenement div {
  border: solid 1px #41B4ED;
}
.contenu-integre .cartouche.evenement .style {
  max-width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #41B4ED;
  background-color: #0C0D0F;
  line-height: 14px;
}
@media screen and (max-width: 1450px) {
  .contenu-integre .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 1270px) {
  .contenu-integre .cartouche.evenement .style {
    max-width: 180px;
  }
}
@media screen and (max-width: 1040px) {
  .contenu-integre .cartouche.evenement .style {
    max-width: 230px;
  }
}
@media screen and (max-width: 740px) {
  .contenu-integre .cartouche.evenement .style {
    max-width: none;
  }
}
.contenu-integre .cartouche.evenement .categorie {
  position: relative;
  min-width: 90px;
  height: calc(100% + 1px);
  background-color: #41B4ED;
  color: #0C0D0F;
}
.contenu-integre .cartouche.evenement .categorie .date {
  position: absolute;
  top: 26px;
  left: -1px;
  display: block;
  width: calc(100% + 3px);
  height: 72px;
  padding: 8px 8px;
  background-color: #41B4ED;
  color: #FFFFFF;
  text-transform: uppercase;
  /*&:after {
    position: absolute; bottom: -22px; left: -1px; right: 0;
    display: block; width: 100%; height: 21px;
    background-image: url(img/cartouche-date-triangle-noir.svg); background-size: cover;

    display: block; width: 0; height: 0;
    border-left: solid $clair1 88px;
    border-bottom: solid 21px transparent;
    content: " ";
  }*/
}
.contenu-integre .cartouche.evenement .categorie .date svg {
  position: absolute;
  top: 71px;
  left: -1px;
  width: calc(100% + 2px);
}
.contenu-integre .cartouche.evenement .categorie .date svg #Triangle {
  fill: #41B4ED;
}
.contenu-integre .cartouche.evenement .categorie .date p {
  width: 100%;
}
.contenu-integre .cartouche.evenement .categorie .date .jour, .contenu-integre .cartouche.evenement .categorie .date .heure {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.contenu-integre .cartouche.evenement .categorie .date .duau {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #0C0D0F;
  font-weight: 500;
}
.contenu-integre .cartouche.evenement .categorie .date .num-mois {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.contenu-integre .cartouche.evenement .categorie .date .num-mois.petit {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.contenu-integre .thumbnail {
  margin-right: 50px;
}
@media screen and (max-width: 740px) {
  .contenu-integre .thumbnail {
    width: calc(100% + 30px);
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contenu-integre .thumbnail img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 740px) {
  .contenu-integre .thumbnail img {
    width: 100%;
  }
}
.contenu-integre.galerie .thumbnail {
  margin-right: 15px;
  border: solid 1px #757C89;
}
@media screen and (max-width: 740px) {
  .contenu-integre.galerie .thumbnail {
    margin-right: -15px;
    margin-bottom: 10px;
  }
}
.contenu-integre .miniatures {
  position: relative;
  margin: 0 34px 0 0;
}
@media screen and (max-width: 740px) {
  .contenu-integre .miniatures {
    width: calc(100% + 30px);
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contenu-integre .miniatures ul {
  display: flex;
  width: 136px;
  height: 100%;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 740px) {
  .contenu-integre .miniatures ul {
    width: 100%;
    flex-direction: row;
  }
}
.contenu-integre .miniatures li {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contenu-integre .miniatures li:before {
  display: none;
}
.contenu-integre .miniatures li .nombre {
  display: none;
}
.contenu-integre .miniatures li:nth-child(-n+2) {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #757C89;
}
@media screen and (max-width: 740px) {
  .contenu-integre .miniatures li:nth-child(-n+2) {
    width: calc(50% - 5px);
  }
}
.contenu-integre .miniatures li .nombre {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 9, 27, 0.6);
  font-weight: 600;
  font-size: 12px;
}
.contenu-integre .miniatures li .nombre svg {
  margin-bottom: 2px;
}
.contenu-integre .miniatures li:nth-child(2) .nombre {
  display: flex;
}
.contenu-integre .miniatures li img {
  display: block;
  width: 100%;
  height: auto;
}
.contenu-integre .info {
  flex: auto;
}
.contenu-integre.small {
  padding: 39px 30px 15px 30px;
  flex-wrap: wrap;
}
.contenu-integre.small .thumbnail {
  width: calc(100% + 30px);
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.contenu-integre.small .thumbnail img {
  width: 100%;
}
.contenu-integre.small.galerie .thumbnail {
  margin-right: -15px;
  margin-bottom: 10px;
}
.contenu-integre.small .miniatures {
  width: calc(100% + 30px);
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.contenu-integre.small .miniatures ul {
  width: 100%;
  flex-direction: row;
}
.contenu-integre.small .miniatures li:nth-child(-n+2) {
  width: calc(50% - 5px);
}

.page-sous-page {
  display: flex;
  margin-right: -50px;
  flex-wrap: wrap;
}

.item-page {
  display: block;
  width: calc(1390px / 2 - 50px);
  height: 626px;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1450px) {
  .item-page {
    width: calc(1150px / 2 - 50px);
  }
}
@media screen and (max-width: 1270px) {
  .item-page {
    width: calc(970px / 2 - 50px);
  }
}
@media screen and (max-width: 1040px) {
  .item-page {
    width: calc(740px / 2 - 50px / 2);
    height: auto;
  }
}
@media screen and (max-width: 740px) {
  .item-page {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
}
.item-page .conteneur-bordure {
  position: relative;
  width: calc(100% - 50px);
  height: 100%;
  border: 1px solid #757C89;
}
@media screen and (max-width: 1270px) {
  .item-page .conteneur-bordure {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1040px) {
  .item-page .conteneur-bordure {
    width: 100%;
  }
}
.item-page .conteneur-bordure .thumbnail {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% + 40px);
  height: 430px;
}
@media screen and (max-width: 1040px) {
  .item-page .conteneur-bordure .thumbnail {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
  }
}
.item-page .conteneur-bordure .thumbnail img {
  width: 100%;
  height: auto;
}
.item-page .conteneur-bordure .bloc-texte {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  padding: 50px 50px 114px 40px;
  background-color: #0C0D0F;
  color: #FFFFFF;
  text-transform: none;
}
.item-page .conteneur-bordure .bloc-texte:after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: 50px;
  height: 45px;
  background-color: #0C0D0F;
  content: " ";
  background-image: url(img/fleche-border.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  .item-page .conteneur-bordure .bloc-texte {
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 740px) {
  .item-page .conteneur-bordure .bloc-texte {
    padding: 50px 10px 114px;
  }
}
.item-page .conteneur-bordure .bloc-texte:after {
  right: 50px;
  bottom: 60px;
}
@media screen and (max-width: 1040px) {
  .item-page .conteneur-bordure .bloc-texte h2 {
    font-size: 29px;
  }
}
@media screen and (max-width: 740px) {
  .item-page .conteneur-bordure .bloc-texte h2 {
    font-size: 22px;
  }
}
.item-page .conteneur-bordure .bloc-texte .extrait {
  max-height: 102px;
  font-weight: 300;
}

.home-block-liens .conteneur-bordure {
  padding: 50px;
}
.home-block-liens .conteneur-bordure .liste-liens ul li {
  width: 100%;
  padding-left: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #757C89;
}
.home-block-liens .conteneur-bordure .liste-liens ul li:last-child {
  border-bottom: none;
}
.home-block-liens .conteneur-bordure .liste-liens ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "BwGradual";
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}
.home-block-liens .conteneur-bordure .liste-liens ul li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 22px;
  height: 16px;
  margin-top: -8px;
  content: " ";
  background: url(img/fleche-droite.svg) no-repeat;
  opacity: 0.7;
}
.home-block-liens .conteneur-bordure .liste-liens ul li a:hover {
  color: #41B4ED;
}
.home-block-liens .conteneur-bordure .liste-liens ul li a:hover:after {
  opacity: 1;
}
.home-block-liens .conteneur-bordure .liste-liens ul li:before {
  display: none;
}

.home-galerie {
  position: relative;
  margin-bottom: 110px;
}
.home-galerie .galerie-conteneur .item-page {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-galerie .galerie-conteneur .item-page .conteneur-bordure {
  width: calc(50% - 75px);
}
@media screen and (max-width: 1040px) {
  .home-galerie .galerie-conteneur .item-page .conteneur-bordure {
    width: calc(100% - 50px);
  }
}
.home-galerie .galerie-conteneur .item-page .miniatures {
  width: calc(50% - 25px);
  height: 100%;
}
@media screen and (max-width: 1040px) {
  .home-galerie .galerie-conteneur .item-page .miniatures {
    display: none;
  }
}
.home-galerie .galerie-conteneur .item-page .miniatures ul {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
.home-galerie .galerie-conteneur .item-page .miniatures ul li {
  display: block;
  width: calc(50% - 25px);
  padding-left: 0;
  margin-bottom: 0;
}
.home-galerie .galerie-conteneur .item-page .miniatures ul li:before {
  display: none;
}
.home-galerie .galerie-conteneur .item-page .miniatures ul li:first-child {
  margin-top: 50px;
}
.home-galerie .galerie-conteneur .item-page .miniatures ul li img {
  width: 100%;
  height: auto;
}
.home-galerie .btn-polygone-big {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1040px) {
  .home-galerie .btn-polygone-big {
    position: relative;
  }
}

.home-evenements {
  margin-bottom: 110px;
}
.home-evenements .wp-block-columns {
  margin-bottom: 0;
}
@media screen and (max-width: 1270px) {
  .home-evenements .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
.home-evenements .sur-titre {
  position: absolute;
  margin: 0;
  text-transform: uppercase;
}
.home-evenements .concert {
  position: relative;
}
.home-evenements .concert .sur-titre {
  right: calc(100% + 15px);
  top: -35px;
  width: 435px;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}
.home-evenements .atelier {
  position: relative;
}
.home-evenements .atelier .sur-titre {
  left: calc(100% + 15px);
  top: -25px;
  width: 100%;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 1040px) {
  .home-evenements .concert .sur-titre, .home-evenements .atelier .sur-titre {
    right: 0;
    left: auto;
    top: -10px;
    z-index: 3;
    padding: 8px 20px;
    width: auto;
    font-family: "wotfard";
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: none;
    border: 1px solid #FFFFFF;
    background-color: #0C0D0F;
    transform: none;
  }
}
@media screen and (max-width: 740px) {
  .home-evenements .concert .sur-titre, .home-evenements .atelier .sur-titre {
    padding: 5px 10px;
  }
}
.home-evenements .post-item {
  margin-right: 0;
  width: 100%;
  padding-bottom: 89px;
}
.home-evenements .post-item .cartouche:before {
  display: none;
}
.home-evenements .post-item .cartouche .categorie {
  position: absolute;
}
.home-evenements .post-item .cartouche .categorie .date {
  top: 26px;
}
.home-evenements .post-item .cartouche .style {
  /*position: absolute;*/
  z-index: 2;
  min-width: 106px;
  background-color: #0C0D0F;
  text-align: center;
}
.home-evenements .post-item .thumbnail {
  margin-left: -30px;
  margin-top: -50px;
}
@media screen and (max-width: 740px) {
  .home-evenements .post-item .thumbnail {
    margin-left: 0;
    margin-top: 0;
  }
}
.home-evenements .post-item .thumbnail img {
  width: 100%;
  height: auto;
}
.home-evenements .post-item h3 {
  padding-top: 30px;
  padding-left: 110px;
}
.home-evenements .post-item .sous-titre {
  padding-left: 110px;
}
.home-evenements .post-item .description {
  height: 60px;
  padding-left: 110px;
  padding-right: 40px;
  margin-bottom: 0;
}
.home-evenements .btn_more_posts {
  margin-top: 0;
}

.home-actualites {
  display: flex;
  margin-bottom: 110px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 740px) {
  .home-actualites {
    margin-right: 0;
  }
}
.home-actualites .sur-titre {
  width: 100%;
}

/* @end blocs */
#cookie-notice {
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  width: 450px;
  padding: 58px 50px 50px;
  min-width: auto;
  border: 1px solid #E4544A;
  background-color: #0C0D0F !important;
}
@media screen and (max-width: 740px) {
  #cookie-notice {
    width: calc(100% - 10px);
    right: 5px;
  }
}
#cookie-notice.cookie-notice-hidden {
  padding: 0;
  border: none;
}
#cookie-notice span {
  font-family: "wotfard";
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
#cookie-notice #cn-notice-buttons {
  margin-top: 30px;
}
#cookie-notice #cn-notice-buttons #cn-accept-cookie, #cookie-notice #cn-notice-buttons #cn-refuse-cookie {
  position: relative;
  margin-top: 0; /*top: 20px; right: 20px;*/
  padding: 10px;
  font-weight: 700;
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid #E4544A;
}
#cookie-notice #cn-notice-buttons #cn-accept-cookie {
  margin-right: 30px;
}
#cookie-notice .cn-close-icon {
  margin-top: 0;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}
#cookie-notice .cn-close-icon::before, #cookie-notice .cn-close-icon::after {
  width: 1px;
  height: 24px;
  background-color: #E4544A;
}

/* @group 404 */
/* @end 404 */
/* @group CONTACT */
/* @end CONTACT */
/* @group FORMS */
input::-ms-clear { /* bug du X - IE10 */
  display: none;
}

label {
  display: none;
}

.label {
  border-radius: 0.25em;
  color: white;
  display: inline;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

/*.formulaire {
	width:300px;
	margin:auto;
	padding:20px 0;
}*/
input[type=radio] + label,
input[type=checkbox] + label {
  display: inline;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #FFFFFF;
}

input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=date],
textarea,
button {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #757C89;
  padding: 14px 0;
  font-size: 14px;
  background: #0C0D0F;
  color: #FFFFFF;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
  outline: none;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder {
  color: #757C89;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
textarea:focus {
  color: #757C89;
}

button {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: black;
  margin-bottom: 20px;
}

#captchaInput {
  width: 150px;
}

#cryptogram {
  width: 100px;
  float: left;
  display: block;
}

#captcha a {
  width: 30px;
  margin: 0 10px;
  float: left;
  display: block;
}

/*input[type="submit"],
input[type="button"],
button[type="submit"] {

}*/
.submit {
  display: block;
}

input[type=submit]:hover,
input[type=button]:hover,
.submit:hover,
button[type=submit]:hover {
  cursor: pointer;
  text-decoration: none;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
@media screen and (max-width: 740px) {
  .custom-select {
    width: 100%;
  }
}
.custom-select select {
  display: none; /*hide original SELECT element: */
}
.custom-select .select-selected {
  background-color: transparent;
  background-image: url(img/fleche-form.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  border-bottom: 1px solid #41B4ED;
  margin-bottom: 10px;
  padding: 17px 140px 18px 30px;
}
.custom-select .select-selected.select-arrow-active {
  background-image: url(img/fleche-form.svg);
}
.custom-select .select-items div, .custom-select .select-selected {
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 54px;
  cursor: pointer;
}
.custom-select .select-items {
  position: absolute;
  background-color: #0C0D0F;
  border: 1px solid #41B4ED;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.custom-select .select-items div {
  padding: 17px 30px 18px 30px;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover, .custom-select .same-as-selected {
  color: #FFFFFF;
}
.custom-select.clair2 .select-selected {
  border-bottom: 1px solid #E4544A;
}
.custom-select.clair2 .select-items {
  border: 1px solid #E4544A;
}

.cf_info.failure {
  position: fixed;
  top: 50px;
  left: 50px;
  padding: 30px 40px;
  max-width: calc(100vw - 200px);
  background: #0C0D0F;
  border: 1px solid #E4544A;
  cursor: pointer;
}

.cform ol {
  display: flex;
  gap: 40px 50px;
  flex-wrap: wrap;
}
.cform ol li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1040px) {
  .cform ol li {
    width: 100%;
  }
}
.cform ol li.textarea {
  width: 100%;
}
.cform ol li label {
  display: block;
  margin-bottom: 12px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.cform ol li input[type=text],
.cform ol li input[type=password],
.cform ol li input[type=search],
.cform ol li input[type=email],
.cform ol li input[type=date],
.cform ol li input[type=submit],
.cform ol li textarea,
.cform ol li button {
  display: block;
  margin-bottom: 0;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #757C89;
  padding: 14px 0;
  font-size: 14px;
  background: #0C0D0F;
  color: #FFFFFF;
}
.cform ol li input[type=checkbox] {
  float: left;
  margin-top: 5px;
}
.cform ol li.cf_li_err label {
  color: #E4544A;
}
.cform ol li.cf_li_err .cf_error {
  border: 1px solid #E4544A;
}
.cform ol li.checkbox label {
  margin-left: 30px;
}
.cform input[type=submit] {
  padding: 31px 149px;
  border: 1px solid #41B4ED;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.searchform {
  margin-bottom: 95px;
  margin-top: 60px;
}
.searchform div {
  position: relative;
}
.searchform div input[type=text] {
  width: 100%;
  height: 90px;
  padding-left: 65px;
  padding-right: 230px;
  border: solid 1px #757C89;
  line-height: 90px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 740px) {
  .searchform div input[type=text] {
    padding-left: 35px;
    padding-right: 170px;
  }
}
.searchform div input[type=submit] {
  position: absolute;
  right: 1px;
  top: 1px;
  display: flex;
  height: 88px;
  padding: 0 65px;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #41B4ED;
  background: #0C0D0F;
}
@media screen and (max-width: 740px) {
  .searchform div input[type=submit] {
    right: 31px;
    padding: 0 35px;
  }
}

/* @end FORMS */