@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, table.table, 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;
  box-sizing: border-box;
}

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

strong {
  font-weight: 400;
}

@font-face {
  font-family: BrownPro;
  font-style: normal;
  font-weight: 300;
  src: url("/themes/estivale/font/BrownPro/BrownPro-Light.eot?#iefix") format("embedded-opentype"), url("/themes/estivale/font/BrownPro/BrownPro-Light.woff2") format("woff2"), url("/themes/estivale/font/BrownPro/BrownPro-Light.woff") format("woff"), url("/themes/estivale/font/BrownPro/BrownPro-Light.ttf") format("truetype"), url("/themes/estivale/font/BrownPro/BrownPro-Light.svg#BrownPro") format("svg");
}
@font-face {
  font-family: BrownPro;
  font-style: normal;
  font-weight: 600;
  src: url("/themes/estivale/font/BrownPro/BrownPro-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.woff2") format("woff2"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.woff") format("woff"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.ttf") format("truetype"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.svg#BrownPro") format("svg");
}
@font-face {
  font-family: "Komika Boo";
  src: url("../font/KomikaBoo.woff2") format("woff2"), url("../font/KomikaBoo.woff") format("woff"), url("../font/KomikaBoo.svg#KomikaBoo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.only-desktop {
  display: none !important;
}

.only-tablet {
  display: none !important;
}

.only-smartphone {
  display: block !important;
}

.no-desktop {
  display: block !important;
}

.no-tablet {
  display: block !important;
}

.no-smartphone {
  display: none !important;
}

.from-tablet {
  display: none !important;
}

.from-desktop {
  display: none !important;
}

.miki_editing .only-desktop,
.miki_editing .only-tablet,
.miki_editing .only-smartphone,
.miki_editing .no-desktop,
.miki_editing .no-tablet,
.miki_editing .no-smartphone,
.miki_editing .from-tablet,
.miki_editing .from-desktop {
  display: block !important;
}

.media_query_value {
  font-size: 2px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "BrownPro", sans-serif;
  min-height: 100vh;
  background-color: #093135;
}

header {
  width: 100%;
}

p, table.table {
  line-height: normal;
  font-weight: 300;
  color: #FFFFFF;
  text-align: justify;
  word-break: normal;
  -webkit-hyphens: none;
          hyphens: none;
}

span, li {
  font-size: 14px;
}

strong {
  font-weight: 600;
}

a {
  line-height: 20px;
  font-weight: 500;
  color: #5a5956;
  text-align: left;
  color: #F9B00A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #cd347f;
}

img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

ul {
  padding-left: 20px;
  margin: 0 auto 20px auto;
  text-align: left;
  line-height: 25px;
}

.nice-select {
  display: inline-block;
  float: none;
}

.zoom {
  transition: all 0.35s ease 0s;
}
.zoom:hover {
  transform: perspective(1000px) translate3d(0, 0, 21px);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
}

.badge {
  background-color: #f5f5f5;
  color: #17203C;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
}
.badge .delete {
  margin-left: 10px;
  cursor: pointer;
}
.badge.badge--alert {
  background-color: #ff9800;
  color: #ffffff;
}
.badge.badge--success {
  background-color: #4CAF50;
  color: #ffffff;
}
.badge.badge--danger, .badge.badge--error {
  background-color: #f44336;
  color: #ffffff;
}
.badge.badge--notice {
  background-color: #2196F3;
  color: #ffffff;
}
.badge ul,
.badge ul.liste-rond {
  margin-bottom: 0;
}
.badge li {
  margin-top: 10px;
}
.badge li:first-child {
  margin-top: 0;
}

.logo {
  z-index: 99;
  width: 100%;
  top: 0;
}
.logo img {
  width: 130px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  line-height: normal;
  color: #FFFFFF;
}

h1 {
  font-size: 2.3em;
  font-weight: 600;
}

h2 {
  font-size: 2em;
  font-weight: 600;
}

h3 {
  text-transform: uppercase;
  font-size: 1.8em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.8em;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  padding: 10px 0;
}
.breadcrumb a {
  text-decoration: none;
  padding-left: 10px;
  font-size: 15px;
  color: #FFFFFF;
}
.breadcrumb a:after {
  content: ">";
  padding-left: 15px;
  color: #FFFFFF;
}
.breadcrumb a:last-child:after {
  content: "";
}

.header--rs {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 50px;
  width: 32px;
}
.header--rs .header--rs--lien {
  margin-bottom: 18px;
  display: block;
}
.header--rs .header--rs--lien:hover img {
  opacity: 0.7;
}

.scroll {
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
}

.top {
  position: relative;
}

.top--accueil {
  background: url("../images/background_accueil.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top--accueil .top--accueil--img {
  height: calc(100vh - 71px);
}
.top--accueil .top--accueil--img img {
  position: relative;
  top: 33vh;
}
.top--accueil .top--accueil--img h1 {
  display: none;
}

.accueil-dates-svg {
  width: 100%;
  max-width: 580px;
  margin-bottom: 40px;
}

.section--bleu-diag {
  background: url("../images/texture-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  overflow: hidden;
}

.section--bleumarine {
  background-color: #F9B00A;
}

.section--bleufonce {
  background-color: #093135;
}

section {
  padding-left: 20px;
  padding-right: 20px;
}

.section--bleu-diag {
  padding-left: 20px;
  padding-right: 20px;
}

.container--date-event {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 85px;
  flex-wrap: wrap;
}
.container--date-event .container--date-event--logo {
  border: 3px solid #FFFFFF;
  background-color: #093135;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.container--date-event .container--date-event--logo img {
  padding: 20px 20px;
}
.container--date-event .container--date-event--date,
.container--date-event .container--date-event--date {
  border: 3px solid #FFFFFF;
  background-color: #093135;
  width: 100%;
}
.container--date-event .container--date-event--date div,
.container--date-event .container--date-event--date div {
  display: flex;
  justify-content: center;
  height: 100%;
}
.container--date-event .container--date-event--date p, .container--date-event .container--date-event--date table.table,
.container--date-event .container--date-event--date p {
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 33px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  align-self: center;
  padding: 24px 30px 22px 30px;
}

.container--main-sponsors {
  margin-bottom: 50px;
}
.container--main-sponsors h2 {
  color: #17203C;
  text-align: center;
}

.container-artiste-accueil {
  width: 100%;
}
.container-artiste-accueil .artiste--princ, .container-artiste-accueil .artiste--sec,
.container-artiste-accueil .artiste--princ div.miki_edit, .container-artiste-accueil .artiste--sec div.miki_edit {
  display: flex;
  flex-wrap: wrap;
}
.container-artiste-accueil .artiste--princ a, .container-artiste-accueil .artiste--sec a,
.container-artiste-accueil .artiste--princ div.miki_edit a, .container-artiste-accueil .artiste--sec div.miki_edit a {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  text-align: center;
}
.container-artiste-accueil .artiste--princ a, .container-artiste-accueil .artiste--sec a,
.container-artiste-accueil .artiste--princ div.miki_edit a, .container-artiste-accueil .artiste--sec div.miki_edit a {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  font-weight: 600;
}
.container-artiste-accueil .artiste--princ > div:nth-child(2n) a, .container-artiste-accueil .artiste--sec > div:nth-child(2n) a,
.container-artiste-accueil .artiste--princ div.miki_edit > div:nth-child(2n) a, .container-artiste-accueil .artiste--sec div.miki_edit > div:nth-child(2n) a {
  color: inherit;
}
.container-artiste-accueil .artiste--princ p, .container-artiste-accueil .artiste--princ table.table {
  font-size: 4em;
  line-height: 1em;
}
.container-artiste-accueil .artiste--sec {
  padding-top: 30px;
}
.container-artiste-accueil .artiste--sec p, .container-artiste-accueil .artiste--sec table.table, .container-artiste-accueil .artiste--sec a {
  font-size: 3em;
  line-height: 1em;
}
.container-artiste-accueil a:hover {
  color: #17203C !important;
}

.artistes-accueil {
  padding: 25px 0 75px;
}
.artistes-accueil__paper-dates {
  position: relative;
  padding: 0 50px;
  max-width: 649px;
  margin: 45px auto 0;
}
.artistes-accueil__paper-dates h3 {
  font-family: "Komika Boo", sans-serif;
  text-align: right;
  color: #17203C;
  padding-top: 20px;
  font-size: 4rem;
}
.artistes-accueil__paper-innerwrap > * {
  position: relative;
  z-index: 1;
}
.artistes-accueil__paper-innerwrap::after {
  content: url("../images/paper.png");
  position: absolute;
  z-index: 0;
  width: 80%;
  min-height: 400px;
  left: 0;
  top: -150px;
}
.artistes-accueil__scotch {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
  width: 180%;
  height: 240px;
  margin-top: 36px;
  padding: 50px 80px;
  background: url("../images/scotch.png") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}
.artistes-accueil__scotch ul {
  min-width: 280px;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.artistes-accueil__scotch ul li {
  font-family: "Komika Boo", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
}
.artistes-accueil__scotch ul li.vendredi--color {
  color: #a9af05;
}
.artistes-accueil__scotch a:hover {
  text-decoration: none;
}
.artistes-accueil__scotch a:hover li {
  color: #17203C !important;
}

.container--button--accueil .container--button--accueil--btn {
  width: 100%;
  text-align: center;
}
.container--button--accueil .container--button--accueil--btn:nth-child(1) {
  margin-bottom: 20px;
}
.container--button--accueil .container--button--accueil--btn a {
  width: 100%;
}
.container--button--accueil .container--button--accueil--btn .button1 {
  margin-top: 0;
}

.trait--couleur {
  width: 25px;
  height: 4px;
  background-color: #cd347f;
  margin-top: 30px;
  margin-bottom: 50px;
}

.container--flex--center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.swiper-slide__informations {
  padding: 0;
}
.swiper-slide__informations .texte--jaune {
  padding-bottom: 50px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/arrow-right.png") !important;
  right: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/arrow-left.png") !important;
  left: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
  width: 36px !important;
  height: 53px !important;
}

footer {
  color: #FFFFFF;
  padding: 55px 0;
  bottom: 0;
}
footer h3 {
  font-weight: 600;
  padding-bottom: 20px;
  color: #FFFFFF;
}
footer p, footer table.table {
  font-size: 18px;
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
  font-size: 18px;
}
footer form {
  margin-bottom: 30px;
}
footer .colonne-footer--texte-1 {
  margin-bottom: 30px;
}
footer .colonne-footer--texte-2 {
  margin-bottom: 30px;
}
footer .colonne-footer--texte {
  margin-bottom: 30px;
}
footer .colonne-footer--texte .colonne-footer--texte-1 {
  margin-bottom: 0px;
}
footer .colonne-footer--texte .colonne-footer--texte-1 a {
  text-transform: uppercase;
}
footer .colonne-footer--texte .colonne-footer--texte-2 {
  margin-bottom: 0px;
  padding-top: 20px;
}

.content h2 {
  padding: 30px 0 49px 0;
}
.content p, .content table.table {
  padding-bottom: 20px;
}
.content a {
  text-decoration: underline;
}

.template-image-fixe-droite .colonne-gauche {
  padding: 50px 20px;
  width: 100%;
}
.template-image-fixe-droite .colonne-droite {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.template-image-fixe-droite .colonne-droite .image-droite-fixe--img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-image-fixe-droite footer section {
  padding: 0;
}

.template-image-fixe-gauche .colonne-droite, .template-artiste .colonne-droite {
  padding: 50px 20px;
  width: 100%;
}
.template-image-fixe-gauche .colonne-gauche, .template-artiste .colonne-gauche {
  padding-bottom: 50px;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.template-image-fixe-gauche .colonne-gauche .image-droite-fixe--img, .template-artiste .colonne-gauche .image-droite-fixe--img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-image-fixe-gauche footer section, .template-artiste footer section {
  padding: 0;
}

.colonne-template {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap-reverse;
  padding-left: 0;
  padding-right: 0;
}

.template-image-fixe-gauche .colonne-template {
  flex-wrap: wrap;
  align-items: stretch;
}

.colonne-content figure + h2 {
  padding-top: 50px;
}

.template-default h1 {
  text-align: center;
}
.template-default .top {
  padding: 60px 20px;
}

.tab-programme .mot-cle {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: normal;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: #FFFFFF;
  width: 100%;
}
.tab-programme .mot-cle:hover {
  color: #FFFFFF;
}
.tab-programme .container-3-colonnes-motcle .active .mot-cle {
  color: #FFFFFF;
}
.tab-programme .container-3-colonnes-motcle li {
  width: 100%;
  border: 3px solid #cd347f;
  background-color: #F9B00A;
  margin-bottom: 20px;
}
.tab-programme .container-3-colonnes-motcle li.active {
  background-color: #cd347f;
}
.tab-programme .container-3-colonnes-motcle li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.tab-programme .container-3-colonnes-motcle li:hover {
  background-color: #cd347f;
}
.tab-programme ul {
  padding-left: 0;
  margin: 0 auto 80px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tab-programme .container-4-colonnes-fixe {
  padding-top: 30px;
}

.programme-button {
  text-align: center;
}
.programme-button a {
  width: 260px;
  padding: 30px 80px 24px 80px;
  font-size: 26px;
  margin-top: 0;
}

.programme-artiste {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all 0.35s ease 0s;
}
.programme-artiste img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transition: all 0.35s ease 0s;
}
.programme-artiste .image-artiste--bleu {
  display: block;
}
.programme-artiste .image-artiste {
  display: none;
}
.programme-artiste .programme-artiste--info {
  padding: 15px;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.programme-artiste .programme-artiste--info p, .programme-artiste .programme-artiste--info table.table {
  color: #F9B00A;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.programme-artiste .programme-artiste--info span {
  display: block;
  color: #cd347f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.programme-artiste .programme-artiste--bleu {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  transition: all 0.35s ease 0s;
}
.programme-artiste:hover .image-artiste {
  display: block;
}
.programme-artiste:hover .image-artiste--bleu {
  display: none;
}

.programme-artiste-princ {
  height: 280px;
}
.programme-artiste-sec {
  height: 210px;
}
.template-artiste .colonne-template {
  flex-wrap: wrap;
  min-height: 100vh;
}
.template-artiste .colonne-droite {
  padding: 50px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.template-artiste .date-mercredi .colonne-droite {
  background: url("../images/bg_mercredi.png");
}
.template-artiste .date-jeudi .colonne-droite {
  background: url("../images/bg_jeudi.png");
}
.template-artiste .date-vendredi .colonne-droite {
  background: url("../images/bg_vendredi.png");
}
.template-artiste .date-samedi .colonne-droite {
  background: url("../images/bg_samedi.png");
}
.template-artiste .titre-page p, .template-artiste .titre-page table.table {
  font-weight: 600;
}
.template-artiste .video-wrapper {
  margin-top: 80px;
}
.template-artiste .spotify {
  margin-bottom: 50px;
}
.template-artiste .artiste-description {
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 40px;
  border-radius: 20px;
}
.template-artiste .artiste-description p, .template-artiste .artiste-description table.table {
  text-align: left;
}

.sous-titre--page {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 20px;
  justify-content: space-between;
}
.sous-titre--page .trait--couleur {
  margin-top: 0;
  margin-bottom: 0;
}
.sous-titre--page img {
  width: 80%;
}
.sous-titre--page img:hover {
  opacity: 0.7;
}

.fleche-artiste {
  pointer-events: none;
}
.fleche-artiste .fleche-artiste--gauche a, .fleche-artiste .fleche-artiste--droite a {
  pointer-events: auto;
  background-color: #093135;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.fleche-artiste .fleche-artiste--gauche a img, .fleche-artiste .fleche-artiste--droite a img {
  top: 6px;
  position: relative;
}
.fleche-artiste .fleche-artiste--gauche {
  left: 10px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  z-index: 999;
  transform: rotate(90deg);
}
.fleche-artiste .fleche-artiste--gauche img {
  width: 25px;
  right: 3px;
}
.fleche-artiste .fleche-artiste--droite {
  right: 10px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  z-index: 999;
  transform: rotate(-90deg);
}
.fleche-artiste .fleche-artiste--droite img {
  width: 25px;
  left: 3px;
}

#aspect-content {
  margin: 50px 0 0;
}

.aspect-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgb(236, 236, 236);
  opacity: 1;
  transition: box-shadow 0.2s, opacity 0.4s;
}
.aspect-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}

.aspect-input {
  display: none;
}

.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 3000px;
}

.aspect-input:checked ~ .aspect-content:after {
  transform: rotate(0);
}

.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  cursor: pointer;
}
.aspect-label:hover ~ .aspect-content:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

.aspect-content {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 87px 10px 30px;
  white-space: nowrap;
  cursor: pointer;
}
.aspect-content:before, .aspect-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.aspect-content:before {
  height: 100%;
}
.aspect-content:after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.aspect-name,
.aspect-state {
  display: block;
  width: 100%;
  font-weight: 500;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
}

.aspect-tab.ok {
  box-shadow: 0 0 0 1px #4CAF50;
}
.aspect-tab.ok:hover {
  box-shadow: 0 0 0 2px #4CAF50;
}
.aspect-tab.ok .aspect-state {
  color: #4CAF50;
}
.aspect-tab.ok .aspect-state:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.ok .aspect-state.ok {
  display: block;
}
.aspect-tab.ok .aspect-state.waiting {
  display: none;
}
.aspect-tab.ok .aspect-state.validated {
  display: none;
}
.aspect-tab.ok .validate {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.aspect-tab.empty {
  box-shadow: 0 0 0 1px #ff9800;
}
.aspect-tab.empty:hover {
  box-shadow: 0 0 0 2px #ff9800;
}
.aspect-tab.empty .aspect-state {
  color: #ff9800;
}
.aspect-tab.empty .aspect-state:before {
  content: "\f252";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.empty .aspect-state.ok {
  display: none;
}
.aspect-tab.empty .aspect-state.waiting {
  display: block;
}
.aspect-tab.empty .aspect-state.validated {
  display: none;
}
.aspect-tab.empty .validate {
  display: none;
}

.aspect-tab.validated {
  box-shadow: 0 0 0 1px #4CAF50;
}
.aspect-tab.validated:hover {
  box-shadow: 0 0 0 2px #4CAF50;
}
.aspect-tab.validated .aspect-state {
  color: #4CAF50;
}
.aspect-tab.validated .aspect-state:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
.aspect-tab.validated .aspect-state.ok {
  display: none;
}
.aspect-tab.validated .aspect-state.waiting {
  display: none;
}
.aspect-tab.validated .aspect-state.validated {
  display: block;
}
.aspect-tab.validated .validate {
  display: none;
}
.aspect-tab.validated .remove_file {
  display: none !important;
}

.aspect-name {
  margin-bottom: 12px;
}

.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.aspect-content > div,
.aspect-state > div {
  display: inline-block;
}

.aspect-content > div {
  vertical-align: middle;
}

.aspect-info {
  width: 100%;
  white-space: nowrap;
  font-size: 1rem;
  text-align: left;
}

.aspect-tab-content {
  text-align: justify;
}
.aspect-tab-content .translation_file span {
  display: inline-block;
  text-align: left;
}
.aspect-tab-content .translation_file .remove_file {
  color: #f44336;
  display: inline-block;
  width: 50px;
  text-align: right;
  font-size: 2em;
  vertical-align: middle;
}
.aspect-tab-content .translation_file + .upload-dropzone {
  display: none;
}

.aspect-tab-content__wrapper {
  padding: 20px;
  background: #f5f5f5;
}

@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }
  .aspect-content {
    height: auto;
    padding: 10px 87px 10px 30px;
  }
  .aspect-content:before {
    display: none;
  }
  .aspect-content:after {
    top: 0;
  }
  .aspect-content > div {
    display: block;
    width: 100%;
  }
  .aspect-stat {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }
  .aspect-stat > div {
    display: block;
    width: 100%;
  }
}
.accordion {
  color: #cd347f;
}
.accordion .wrapper {
  width: 100%;
}
.accordion input {
  display: none;
}
.accordion label {
  display: flex;
  width: 100%;
  height: 50px;
  cursor: pointer;
  border-top: 3px solid #F9B00A;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 15px;
}
.accordion label div.accordion_title {
  width: 100%;
  margin-left: 10px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 17px;
}
.accordion .cross {
  margin-right: 15px;
  margin-top: 15px;
}
.accordion .cross:before, .accordion .cross:after {
  content: "";
  border-top: 3px solid #F9B00A;
  width: 35px;
  display: block;
  margin-top: 18px;
  transition: 0.3s;
  border-radius: 20%;
}
.accordion .cross:after {
  transform: rotate(90deg);
  margin-top: -2px;
}
.accordion .content {
  box-sizing: border-box;
  margin: 40px 70px 10px 35px;
  max-height: 0;
  overflow: hidden;
  transition: max-height, 0.5s;
}
.accordion input:checked ~ .content {
  max-height: 40000px;
  transition: max-height, 1s;
}
.accordion input:checked ~ label .cross:before {
  transform: rotate(180deg);
}
.accordion input:checked ~ label .cross:after {
  transform: rotate(0deg);
}

.dz-clickable {
  width: 100%;
  background: #17203C;
  border: 2px dotted #F9B00A;
}
.dz-clickable .dz-message {
  margin: 100px 0;
  text-align: center;
}
.dz-clickable .dz-message:after {
  content: "\f1ab";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  margin-top: 20px;
  font-size: 4em;
  color: #F9B00A;
}

.dz-preview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin: 20px;
  background: #f5f5f5;
  border: solid 1px #e6e6e6;
}
.dz-preview .dz-image {
  width: 100%;
  order: 1;
}
.dz-preview .dz-details {
  order: 4;
  width: calc(100% - 85px);
}
.dz-preview .dz-progress {
  display: none;
}
.dz-preview .dz-error-message {
  width: 100%;
  order: 2;
}
.dz-preview .dz-success-mark {
  width: 65px;
  margin-right: 20px;
  order: 3;
  content: "";
}
.dz-preview .dz-success-mark:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 4em;
  color: #4CAF50;
}
.dz-preview .dz-success-mark svg {
  display: none;
}
.dz-preview.dz-success {
  border-color: #4CAF50;
}
.dz-preview.dz-success .dz-error-mark {
  display: none;
}
.dz-preview.dz-error {
  border-color: #f44336;
}
.dz-preview.dz-error .dz-success-mark {
  display: none;
}

.page-programme .overlay-artist {
  background-color: #cd347f;
}
.page-programme .tab-programme .container-3-colonnes-motcle li:first-child {
  background-image: url("../images/bg_mercredi.png");
}
.page-programme .tab-programme .container-3-colonnes-motcle li:nth-child(2) {
  background-image: url("../images/bg_jeudi.png");
}
.page-programme .tab-programme .container-3-colonnes-motcle li:nth-child(3) {
  background-image: url("../images/bg_vendredi.png");
}
.page-programme .tab-programme .container-3-colonnes-motcle li:nth-child(4) {
  background-image: url("../images/bg_samedi.png");
}
.page-programme .tab-programme .container-3-colonnes-motcle li {
  border-color: #FFFFFF;
}
.page-programme .tab-programme .container-3-colonnes-motcle li a {
  font-weight: bold;
}
.page-programme .tab-programme .container-3-colonnes-motcle li.active, .page-programme .tab-programme .container-3-colonnes-motcle li:hover {
  border-color: #17203C;
}

.page-contact #form_question {
  margin-top: 50px;
}
.page-contact h3 {
  font-size: 30px;
}
.page-contact .miki_edit p, .page-contact .miki_edit table.table {
  font-size: 20px;
}
.page-contact .miki_edit a {
  font-size: 20px;
}

.page-partenaires figure {
  display: inline-block;
  margin: 20px 50px;
}
.page-partenaires .miki_edit a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.page-partenaires h2 {
  text-align: center;
  margin-bottom: 20px;
}
.page-partenaires .partenaires-snippet__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-partenaires .partenaires-snippet__list > li {
  width: 50%;
}
.page-partenaires .partenaires-snippet a {
  display: block;
  width: 100%;
}
.page-partenaires .partenaires-snippet figure {
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.page-partenaires .partenaires-snippet figure img {
  max-height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-partenaires .partenaires-snippet__item:hover figure {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-partenaires .button--blanc {
  display: table;
  margin: 0 auto;
}

.page-club-des-entreprises .places-list {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin: 20px 50px;
}
.page-club-des-entreprises .places-list .place {
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.page-club-des-entreprises .places-list .place h3 {
  font-size: 30px;
}
.page-club-des-entreprises .places-list .place a {
  font-size: 20px;
}
.page-club-des-entreprises .places-list .place img {
  margin-bottom: 20px;
}
.page-club-des-entreprises .miki_edit a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.page-numeros_urgence {
  margin: 10px;
}
.page-numeros_urgence #nav-icon {
  display: none;
}
.page-numeros_urgence .container {
  padding: 0;
}
.page-numeros_urgence footer {
  display: none;
}

.picto-rs {
  width: 50px;
  height: 50px;
  stroke: #F9B00A;
  fill: #F9B00A;
}

.picto-rs path {
  stroke: #F9B00A;
  stroke-width: 2px;
}

.mercredi--bg {
  background: url("../images/bg_mercredi.jpg") no-repeat center center;
}
.mercredi--color {
  color: #E6832D;
}

.jeudi--bg {
  background: url("../images/bg_jeudi.jpg") no-repeat center center;
}
.jeudi--color {
  color: #831F82;
}

.vendredi--bg {
  background: url("../images/bg_vendredi.jpg") no-repeat center center;
}
.vendredi--color {
  color: #BEC301;
}

.samedi--bg {
  background: url("../images/bg_samedi.jpg") no-repeat center center;
}
.samedi--color {
  color: #11B3DD;
}

form .form__group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
form .form__group .form__group--elmnt {
  width: 100%;
}
form .form__group input:not([class*=mce]):not([type=submit]),
form .form__group textarea,
form .form__group select {
  padding: 5px 10px;
  background-color: #041a1c;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "BrownPro", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
}
form .form__group input:not([class*=mce]):not([type=submit]),
form .form__group textarea {
  width: 100%;
}
form .form__group input:not([class*=mce]):not([type=submit])::-webkit-input-placeholder,
form .form__group textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "BrownPro", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
form .form__group input:not([class*=mce]):not([type=submit])::-moz-placeholder,
form .form__group textarea::-moz-placeholder {
  font-size: 18px;
  font-family: "BrownPro", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
form .form__group input:not([class*=mce]):not([type=submit]):-moz-placeholder,
form .form__group textarea:-moz-placeholder {
  font-size: 18px;
  font-family: "BrownPro", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
form .form__group input:not([class*=mce]):not([type=submit]):-ms-input-placeholder,
form .form__group textarea:-ms-input-placeholder {
  font-size: 18px;
  font-family: "BrownPro", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
form .form__group textarea {
  width: 100%;
}
form .form__group select {
  width: 100%;
}
form .form__group select option {
  padding: 5px 10px;
  background-color: #093135;
  font-size: 18px;
  font-family: "BrownPro", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
form .form__buttons_group {
  text-align: center;
  margin-top: 20px;
}
form .checkbox {
  display: flex;
  width: 100%;
}
form input[type=checkbox] {
  width: 20px;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}
form label {
  font-size: 16px;
  color: #FFFFFF;
}
form .icheckbox_square-blue {
  margin-right: 5px !important;
}
form .cgv-container {
  margin: 20px 0;
}
form .cgv-container h2, form .cgv-container h3, form .cgv-container h4, form .cgv-container h5 {
  margin-bottom: 20px;
}

.test select {
  padding: 3px;
  margin: 0;
  background: #f8f8f8;
  color: #888;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.test label {
  position: relative;
}
.test label:after {
  content: "";
  background-image: url("../images/arrow-bottom-blanc.png");
  right: 5px;
  top: 0;
  position: absolute;
  pointer-events: none;
  width: 45px;
  height: 31px;
  border-left: 3px solid #FFFFFF;
  background-repeat: no-repeat;
}

@media screen and (min-width: 68.75em) {
  form #input_name,
  form #input_email,
  form #input_tel {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
  }
  form #input_name:last-child,
  form #input_email:last-child,
  form #input_tel:last-child {
    margin-right: 0;
  }
  form #input_message {
    margin-top: 20px;
  }
  form .form__group {
    flex-wrap: inherit;
  }
  form .form__group .form__group--elmnt {
    width: 50%;
  }
  form .form__group .form__group--elmnt:nth-child(1) {
    margin-right: 50px;
  }
  form .form__group .form__group--elmnt:nth-child(2) {
    margin-left: 50px;
  }
  form label {
    margin-right: 20px;
  }
}
html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: BrownPro;
  font-style: normal;
  font-weight: 300;
  src: url("/themes/estivale/font/BrownPro/BrownPro-Light.eot?#iefix") format("embedded-opentype"), url("/themes/estivale/font/BrownPro/BrownPro-Light.woff2") format("woff2"), url("/themes/estivale/font/BrownPro/BrownPro-Light.woff") format("woff"), url("/themes/estivale/font/BrownPro/BrownPro-Light.ttf") format("truetype"), url("/themes/estivale/font/BrownPro/BrownPro-Light.svg#BrownPro") format("svg");
}
@font-face {
  font-family: BrownPro;
  font-style: normal;
  font-weight: 600;
  src: url("/themes/estivale/font/BrownPro/BrownPro-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.woff2") format("woff2"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.woff") format("woff"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.ttf") format("truetype"), url("/themes/estivale/font/BrownPro/BrownPro-Bold.svg#BrownPro") format("svg");
}
@font-face {
  font-family: "Komika Boo";
  src: url("../font/KomikaBoo.woff2") format("woff2"), url("../font/KomikaBoo.woff") format("woff"), url("../font/KomikaBoo.svg#KomikaBoo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.link_to_menu {
  width: 100%;
}

.main_menu {
  font-weight: 500;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.main_menu li {
  list-style: none;
  width: 30%;
  list-style: none;
  margin: 20px auto;
}
.main_menu li a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 20px;
}

#nav-icon {
  width: 44px;
  height: 36px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 13px;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 27px;
  transform-origin: left center;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: transparent;
  border: 3px solid #FFFFFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon.open span {
  border: 3px solid #17203C;
}
#nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 31px;
  left: 0px;
}

.sliding-menu-button {
  transition: all 0.25s linear;
  cursor: pointer;
  position: fixed;
  outline: none;
  z-index: 999999;
  top: 0;
  left: 0;
  margin-top: 54px;
  margin-left: 30px;
}

.sliding-menu-button.is-visible {
  position: fixed;
}

/* first level */
.main_menu ul {
  z-index: 10;
  display: block;
  margin: 0;
  padding-top: 10px;
  width: 100%;
  transition: opacity 0.2s ease-in;
}
.main_menu ul li a {
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  transition: color 0.2s ease-in-out;
}
.main_menu ul li a span {
  font-size: 45px;
  display: block;
  line-height: normal;
}
.main_menu a {
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF;
  border: 3px solid transparent;
}
.main_menu li > a:hover,
.main_menu li:hover > a {
  color: #17203C;
}
.main_menu li.active > a {
  color: #17203C;
}

/* second level */
.main_menu li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 100%;
}
.main_menu li ul a {
  font-size: 24px;
  text-align: center;
  padding: 0 10px 20px 10px;
  line-height: 1em;
}
.main_menu li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.sliding-menu-content {
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.25s linear;
  background: url("../images/background_menu.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999999;
  overflow-y: scroll;
}
.sliding-menu-content ul {
  position: relative;
}
.sliding-menu-content li a {
  display: block;
  padding: 25px 0 20px 0;
}
.sliding-menu-content.is-visible {
  transform: translateY(0);
}

.sliding-menu-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.15s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999998;
}
.sliding-menu-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width: 68.75em) {
  .main_menu ul {
    padding: 0 20px;
  }
  .main_menu ul li a span {
    font-size: 30px;
  }
  .main_menu li {
    width: 100%;
    margin: 10px auto;
  }
  .sliding-menu-button {
    position: absolute;
  }
}
.button, .button--blanc, .button1 {
  font-family: "BrownPro", sans-serif;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  text-decoration: none !important;
  line-height: normal;
  font-weight: 300;
  padding: 36px 40px 30px 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.button:hover, .button--blanc:hover, .button1:hover {
  text-decoration: none !important;
}

.button1 {
  border: 3px solid transparent;
  background-color: #F9B00A;
  color: #FFFFFF;
  margin-top: 60px;
}
.button1:hover {
  background-color: #cd347f;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button1:active {
  border: 3px solid #FFFFFF;
  background-color: #F9B00A;
  color: #FFFFFF;
}

.button--blanc {
  border: 3px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #093135;
  font-size: 20px;
  padding: 5px 40px;
  text-transform: none;
  margin-top: 10px;
}
.button--blanc:hover {
  background-color: #041a1c;
  color: #FFFFFF;
}
.button--blanc:active {
  border: 3px solid #FFFFFF;
  background-color: #F9B00A;
  color: #FFFFFF;
}

.arrow-svg {
  stroke: #FFFFFF;
  width: 50px;
  stroke-width: 4px;
}
.arrow-svg:hover {
  stroke: #cd347f;
}

.circle-btn {
  position: relative;
}
.circle-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/circle.png") no-repeat center;
  background-size: contain;
  transform: scale(2.7) translateX(-3px);
  pointer-events: none;
}

svg.social-icone {
  fill: #F9B00A;
  width: 40px;
  margin-right: 20px;
}
svg.social-icone:hover {
  fill: #cd347f;
}

@media screen and (min-width: 68.75em) {
  .button, .button1, .button--blanc {
    padding: 36px 80px 30px 80px;
  }
}
/*
	Pour tous les snippets génériques
*/
/********************************************
 * Pour les styles "Global" (Smartphone)
 *******************************************/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.container--document {
  padding: 10px;
  border-bottom: 1px solid #F9B00A;
  text-align: left;
}
.container--document .document--image {
  overflow: hidden;
  text-align: center;
}
.container--document .document--image img {
  height: auto;
}
.container--document h4 {
  text-transform: uppercase;
  clear: both;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #F9B00A;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 1px;
}
.container--document .document--description {
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #F9B00A;
  font-weight: 400;
}
.container--document:first-child {
  border-top: solid 1px #F9B00A;
}

.image-right {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}

.image-left {
  text-align: center;
  position: relative;
  z-index: 20 !important;
}

.liste-rond {
  color: #FFFFFF;
  list-style: circle outside;
  padding-left: 25px;
  margin: 0 auto 20px auto;
  text-align: left;
}
.liste-rond > li {
  line-height: 1.2em;
  padding: 0.4em 0;
}

.liste-numero {
  color: #F9B00A;
  list-style-type: none;
  margin: 0 auto 20px auto;
  text-align: left;
  counter-reset: li;
}
.liste-numero > li {
  padding: 5px;
  border-bottom: dotted 1px #f5f5f5;
  overflow: hidden;
}
.liste-numero > li:before {
  display: inline-block;
  content: counter(li);
  counter-increment: li;
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #f5f5f5;
}

.liste-fleche {
  list-style-type: none;
  text-align: left;
}
.liste-fleche > li {
  padding: 5px 5px 5px 38px !important;
  border-bottom: dotted 1px #f5f5f5;
  overflow: hidden;
  position: relative;
}
.liste-fleche > li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  font-family: "fontawesome";
  content: "\f105";
  text-align: center;
  font-size: 18px;
  line-height: 1em;
  padding: 0 10px 0 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-right: dotted 1px #f5f5f5;
}

.liste-couleur > li {
  padding: 8px;
  overflow: hidden;
}
.liste-couleur > li:nth-child(odd) {
  background-color: #fafafa;
}
.liste-couleur > li:nth-child(even) {
  background-color: #ffffff;
}
.liste-couleur > li:hover {
  background-color: #F9B00A;
  color: #17203C;
}
.liste-couleur > li:hover a, .liste-couleur > li:hover a:hover {
  color: #17203C;
  text-decoration: none;
  border: none;
}

.liste-couleur2 > li {
  padding: 10px;
  overflow: hidden;
}
.liste-couleur2 > li:nth-child(odd) {
  background-color: rgb(252.6573705179, 224.1553784861, 159.3426294821);
}
.liste-couleur2 > li:nth-child(even) {
  background-color: #ffffff;
}
.liste-check {
  padding: 0;
}
.liste-check li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  list-style: none;
}
.liste-check li .svg-inline--fa {
  margin-right: 5px;
}
.liste-check li:before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  content: "\f00c";
  padding-right: 8px;
  font-size: 18px;
}

.container-2-colonnes-fixe .colonne-2 {
  padding-top: 15px;
}

.container-3-colonnes-fixe .colonne-1, .container-3-colonnes-fixe .colonne-2, .container-3-colonnes-fixe .colonne-3 {
  padding-bottom: 20px;
}

.container-4-colonnes-fixe .colonne-1, .container-4-colonnes-fixe .colonne-2, .container-4-colonnes-fixe .colonne-3, .container-4-colonnes-fixe .colonne-4 {
  padding-bottom: 20px;
}

table.table {
  display: table;
  width: 100%;
  margin: 0 auto;
}
table.table * {
  position: relative;
}
table.table td, table.table th {
  display: table-cell;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: left;
  vertical-align: top;
}
table.table td:first-child, table.table th:first-child {
  padding-left: 0;
}
table.table td:last-child, table.table th:last-child {
  padding-right: 0;
}
table.table tr {
  display: table-row;
}
table.table thead tr th {
  text-transform: uppercase;
  padding-bottom: 15px;
}
table.table tbody tr:last-child {
  border: 0;
}
.text-small p, .text-small table.table {
  font-size: 18px;
}

/****************************
 * Pour les styles "Tablet"
 ***************************/
@media screen and (min-width: 46.875em) {
  .container-2-colonnes-auto { /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-gap: 24px; /* Firefox */
    column-gap: 24px;
  }
  .container-2-colonnes-1-4-3-4 {
    display: flex;
  }
  .container-2-colonnes-1-4-3-4 .colonne-1 {
    width: 30%;
    margin-right: 50px;
  }
  .container-2-colonnes-1-4-3-4 .colonne-2 {
    width: 70%;
    margin-left: 50px;
    padding-top: 0;
  }
  .template-image-fixe-gauche, .template-artiste, .template-image-fixe-droite {
    display: block;
  }
  .template-image-fixe-gauche .colonne-1, .template-image-fixe-gauche .colonne-2, .template-artiste .colonne-1, .template-artiste .colonne-2, .template-image-fixe-droite .colonne-1, .template-image-fixe-droite .colonne-2 {
    width: 100%;
  }
  .container-flex {
    align-items: stretch;
    clear: both;
    display: flex;
    justify-content: space-between;
  }
  .container-flex::after {
    clear: both;
    content: "";
    display: block;
  }
  .container--document {
    width: 50%;
    border-right: solid 1px #F9B00A;
    border-bottom: solid 1px #F9B00A;
    position: relative;
  }
  .container--document:nth-child(2n+1) {
    border-left: solid 1px #F9B00A;
  }
  .container--document:nth-child(2n) {
    border-top: solid 1px #F9B00A;
  }
  .container--document h4 {
    padding-left: 8px;
  }
  .container--document .document--image img {
    width: 100%;
    max-width: 250px;
  }
  .image-right {
    float: right;
    margin-left: 10px;
  }
  .image-left {
    float: left;
    margin-right: 10px;
  }
}
/****************************
 * Pour les styles "Desktop"
 ***************************/
@media screen and (min-width: 68.75em) {
  .container--document {
    width: 25%;
  }
  .container--document:nth-child(2n+1) {
    border-left: none;
  }
  .container--document:nth-child(2n) {
    border-top: none;
  }
  .container--document:nth-child(4n+1) {
    border-left: solid 1px #F9B00A;
  }
  .container--document:nth-child(2), .container--document:nth-child(3), .container--document:nth-child(4) {
    border-top: solid 1px #F9B00A;
  }
  .container-2-colonnes-fixe {
    display: flex;
    margin-bottom: 40px;
  }
  .container-2-colonnes-fixe .colonne-1 {
    width: 50%;
    margin-right: 50px;
  }
  .container-2-colonnes-fixe .colonne-2 {
    width: 50%;
    margin-left: 50px;
    padding-top: 0;
  }
  .container-3-colonnes-fixe {
    display: flex;
    justify-content: space-between;
  }
  .container-3-colonnes-fixe .colonne-1 {
    padding-right: 10px;
    width: 33.3333333333%;
  }
  .container-3-colonnes-fixe .colonne-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333333333%;
  }
  .container-3-colonnes-fixe .colonne-3 {
    padding-left: 10px;
    width: 33.3333333333%;
  }
  .container-4-colonnes-fixe {
    display: flex;
    justify-content: space-between;
  }
  .container-4-colonnes-fixe .colonne-1 {
    padding-right: 10px;
    width: 25%;
  }
  .container-4-colonnes-fixe .colonne-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .container-4-colonnes-fixe .colonne-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
  .container-4-colonnes-fixe .colonne-4 {
    padding-left: 10px;
    width: 25%;
  }
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
.mikiEffect-slideFromLeft {
  position: relative;
  left: -300px;
  opacity: 0;
}

.mikiEffect-slideFromRight {
  position: relative;
  right: -300px;
  opacity: 0;
}

.mikiEffect-slideFromBottom {
  position: relative;
  bottom: -300px;
  opacity: 0;
}

.mikiEffect-fade {
  opacity: 0;
}

@media screen and (min-width: 46.875em) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .no-desktop {
    display: block !important;
  }
  .no-tablet {
    display: none !important;
  }
  .no-smartphone {
    display: block !important;
  }
  .from-tablet {
    display: block !important;
  }
  .media_query_value {
    font-size: 4px;
  }
  p, table.table, li, a, span {
    font-size: 28px;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 22px;
  }
  .header--rs {
    /* width: auto; */
    width: 60px;
  }
  .container--flex--center {
    flex-wrap: inherit;
  }
  .container--date-event {
    flex-wrap: inherit;
    padding-bottom: 150px;
  }
  .container--date-event .container--date-event--logo {
    width: 20%;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .container--date-event .container--date-event--date {
    width: 80%;
  }
  .container--date-event .container--date-event--date p, .container--date-event .container--date-event--date table.table {
    padding: 22px 90px;
  }
  .container-artiste-accueil .artiste--princ p, .container-artiste-accueil .artiste--princ table.table, .container-artiste-accueil .artiste--sec p, .container-artiste-accueil .artiste--sec table.table {
    padding-left: 0;
  }
  .container-artiste-accueil .artiste--princ p, .container-artiste-accueil .artiste--princ table.table {
    font-size: 105px;
  }
  .container-artiste-accueil .artiste--sec a {
    font-size: 75px;
  }
  .container--button--accueil .container--button--accueil--btn {
    width: auto;
  }
  .container--button--accueil .container--button--accueil--btn:nth-child(1) {
    padding-right: 50px;
  }
  .container--button--accueil .container--button--accueil--btn:nth-child(2) {
    padding-left: 50px;
  }
  .swiper-slide__informations {
    padding: 0 50px;
  }
  .swiper-slide__informations .texte--jaune {
    padding-bottom: 60px;
  }
  .trait--couleur {
    margin-bottom: 100px;
  }
  .template-default .top {
    padding: 60px 0;
  }
  .tab-programme .container-3-colonnes-motcle li {
    width: 25%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .tab-programme ul {
    flex-wrap: inherit;
  }
  .template-artiste .colonne-droite {
    padding: 50px 65px;
  }
  .sous-titre--page {
    justify-content: flex-start;
  }
  .sous-titre--page div {
    margin-right: 17px;
  }
  .sous-titre--page p, .sous-titre--page table.table {
    padding: 0 17px;
  }
  .sous-titre--page p:last-child, .sous-titre--page table.table:last-child {
    padding-right: 0;
  }
  .fleche-artiste .fleche-artiste--gauche {
    left: 30px;
  }
  .fleche-artiste .fleche-artiste--droite {
    right: 30px;
  }
  .accordion label div.accordion_title {
    font-size: 3em;
  }
  .page-club-des-entreprises .places-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 68.75em) {
  .only-desktop {
    display: block !important;
  }
  .only-smartphone {
    display: none !important;
  }
  .only-tablet {
    display: none !important;
  }
  .no-desktop {
    display: none !important;
  }
  .no-tablet {
    display: block !important;
  }
  .no-smartphone {
    display: block !important;
  }
  th.no-tablet, td.no-tablet,
  th.no-smartphone, td.no-smartphone {
    display: table-cell !important;
  }
  .from-desktop {
    display: block !important;
  }
  .media_query_value {
    font-size: 6px;
  }
  html {
    margin-left: auto;
    margin-right: auto;
  }
  section {
    padding-left: 0;
    padding-right: 0;
  }
  .section--bleu-diag {
    padding-left: 0;
    padding-right: 0;
  }
  .artistes-accueil {
    display: flex;
  }
  .artistes-accueil h3 {
    padding-right: 25%;
  }
  .artistes-accueil__paper-dates {
    width: 42%;
  }
  .artistes-accueil__scotch {
    top: 0;
    right: 30%;
    left: auto;
    width: 550px;
    height: 240px;
    justify-content: center;
  }
  .artistes-accueil__scotch ul {
    width: 100%;
    padding: 50px 60px;
  }
  .swiper-slide__informations {
    padding: 0 30px;
  }
  .swiper-slide__informations .texte--jaune {
    padding-bottom: 10px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px !important;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px !important;
  }
  .template-image-fixe-droite .colonne-gauche {
    width: 50%;
    padding: 75px;
  }
  .template-image-fixe-droite .colonne-droite {
    width: 50%;
  }
  .template-image-fixe-droite .colonne-droite .image-droite-fixe {
    width: 50%;
    height: 100%;
    position: fixed;
  }
  .template-image-fixe-droite .colonne-droite .image-droite-fixe--img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .template-image-fixe-gauche .colonne-droite, .template-artiste .colonne-droite {
    width: 50%;
    padding: 75px;
  }
  .template-image-fixe-gauche .colonne-gauche, .template-artiste .colonne-gauche {
    width: 50%;
    height: auto;
  }
  .template-image-fixe-gauche .colonne-gauche .image-droite-fixe, .template-artiste .colonne-gauche .image-droite-fixe {
    width: 50%;
    height: 100%;
    position: fixed;
  }
  .template-image-fixe-gauche .colonne-gauche .image-droite-fixe--img, .template-artiste .colonne-gauche .image-droite-fixe--img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .template-image-fixe-gauche footer .container-2-colonnes-1-4-3-4, .template-artiste footer .container-2-colonnes-1-4-3-4, .template-image-fixe-droite footer .container-2-colonnes-1-4-3-4 {
    display: block;
  }
  .template-image-fixe-gauche footer .container-2-colonnes-1-4-3-4 .colonne-2, .template-artiste footer .container-2-colonnes-1-4-3-4 .colonne-2, .template-image-fixe-droite footer .container-2-colonnes-1-4-3-4 .colonne-2 {
    margin-left: 0;
    padding-top: 25px;
  }
  .template-image-fixe-gauche form .form__group .form__group--elmnt:nth-child(1), .template-artiste form .form__group .form__group--elmnt:nth-child(1), .template-image-fixe-droite form .form__group .form__group--elmnt:nth-child(1) {
    margin-right: 0;
  }
  .template-image-fixe-gauche form .form__group .form__group--elmnt:nth-child(2), .template-artiste form .form__group .form__group--elmnt:nth-child(2), .template-image-fixe-droite form .form__group .form__group--elmnt:nth-child(2) {
    margin-left: 30px;
  }
  .template-artiste .colonne-droite {
    width: 50%;
    padding: 150px 150px 150px 85px;
  }
  .fleche-artiste .fleche-artiste--gauche a, .fleche-artiste .fleche-artiste--droite a {
    background-color: transparent;
    width: auto;
    height: auto;
  }
  .fleche-artiste .fleche-artiste--gauche img, .fleche-artiste .fleche-artiste--droite img {
    width: 36px;
    top: 0;
  }
  .fleche-artiste .fleche-artiste--gauche img {
    right: 0;
  }
  .fleche-artiste .fleche-artiste--droite img {
    left: 0;
  }
  .colonne-template {
    flex-wrap: inherit;
  }
  .page-pratique .colonne-droite {
    padding: 150px 70px;
  }
  .page-partenaires h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .page-partenaires .partenaires-snippet__list > li {
    width: 33.33333%;
  }
  .page-partenaires .partenaires-snippet figure {
    padding: 35px;
  }
  footer {
    padding: 100px 0;
  }
  footer .colonne-footer--texte {
    margin-bottom: 0;
  }
  footer .colonne-footer--texte .colonne-footer--texte-2 {
    padding-top: 115px;
  }
  .accordion label div.accordion_title {
    font-size: 2em;
  }
}
@media screen and (min-width: 93.75em) {
  .accordion label div.accordion_title {
    font-size: 3em;
  }
}
