@charset "UTF-8";
/*

Sorry for this more than messy scss file... but this is the result of 10 years of n'importe quoi.... 


Table of Content :
	- content (typography, images, etc)
	- forms (shared)
	- layout
	- page areas: header, sidebar, footer
	- site section: home
	- media queries (?)
	- helper classes

COLORS :

*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@600&family=Rosarivo:ital@1&display=swap");
.inline:after {
  content: "";
  display: table;
  clear: both;
}

.event-list:after, .event-list p.link-more:after {
  content: "";
  display: table;
  clear: both;
}

.header:after, .content-columns:after, .footer:after, .nav-main:after, .nav-extra:after, .widget-newsletter form ul li:after, .widget-social p:after {
  content: "";
  display: table;
  clear: both;
}

/*
================================================
CONTENT - shared styles, typography, images, etc.
================================================
*/
@font-face {
  font-family: "garagegothic-boldregular";
  src: url("../webfonts/garagegothic/garagegothic-bold-webfont.eot");
  src: url("../webfonts/garagegothic/garagegothic-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/garagegothic/garagegothic-bold-webfont.woff") format("woff"), url("../webfonts/garagegothic/garagegothic-bold-webfont.ttf") format("truetype"), url("../webfonts/garagegothic/garagegothic-bold-webfont.svg#garagegothic-boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  font-size: 15px;
  line-height: 1.3;
}

p, dl, ul {
  margin-top: 0;
}

ol p, ul p, ol ol, ul ul, label p, dt p, dd p, table p {
  font-size: inherit;
}

h1, h2, .h2, h3, .h3, h4, h5, h6 {
  font-family: "garagegothic-boldregular";
  font-weight: normal;
  color: black;
  line-height: 1;
}

h1, .h1 {
  margin-top: 0;
  margin-bottom: 24zpx;
  font-size: 40px;
  line-height: 35px;
  text-transform: uppercase;
  clear: left;
}

h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h5, h6 {
  font-size: 14px;
  font-weight: normal;
}

/* ---------------- links
*/
a {
  color: black;
  text-decoration: underline;
  background: transparent;
}
a:active, a:focus, a:hover {
  color: #ffde33;
  background: transparent;
}

/* ---------------- text specials
*/
p.highlight {
  background: black;
  padding: 15px 17px 17px;
  border-radius: 5px;
  color: white;
}
p.highlight a {
  color: white;
  text-decoration: underline;
}

.soft {
  color: #888;
}

small {
  font-size: 0.8em;
}

mark {
  background: #FFFF7F;
}

/* highlight inline */
/* ---------------- lists
*/
ol, ul {
  margin-left: 40px;
}

ol p {
  font-size: inherit;
}

ul {
  list-style: disc;
  margin-left: 36px;
  padding-left: 0;
}
ul p {
  font-size: inherit;
}
ul li {
  margin-left: 0;
  margin-bottom: 12px;
  padding-left: 0px;
}
ul ul {
  margin-bottom: 0;
}

ol li {
  margin-bottom: 12px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 10px;
}

/* ---------------- blockquote
*/
blockquote {
  line-height: 20px;
  margin: 0 0 4px;
  padding: 9px 20px 0 20px;
  border-left: 2px solid black;
}
blockquote p {
  line-height: 20px;
}
blockquote cite, blockquote span {
  display: block;
  font-size: 12px;
  /*text-align: right;*/
}

/* ---------------- horizontal rule
*/
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0;
}

/* ---------------- tables
*/
table {
  margin-bottom: 18px;
  width: 100%;
}

th, td {
  padding: 6px 10px 7px 0px;
  border-top: 1px solid #b2b2b2;
}

th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

thead:first-child tr th, thead:first-child tr td {
  border-top: 0;
}

/* ---------------- images
*/
img {
  max-width: 100%;
  /* responsive */
  height: auto;
  vertical-align: middle;
}

.left {
  float: left;
  margin: 0 15px 8px 0;
}

.right {
  float: right;
  margin: 0 0 8px 15px;
}

.center {
  display: block;
  margin: 1.5em auto;
  margin-bottom: 20px;
  clear: both;
}
.center img {
  /* if class on container */
  display: block;
  margin: 0 auto;
}

.indent {
  margin-left: 20px;
}

/* ---------------- video
*/
video, object, embed {
  max-width: 100%;
  height: auto;
}

/* do not name class "video" - chrome gets this class in body */
.video-container {
  margin: 40px 0 55px;
}

/* flexible video containers, with fixed ratio (cf Foundation, Alistapart) */
.flex-video {
  position: relative;
  height: 0;
  padding-top: 25px;
  /* default for youtube player */
  padding-bottom: 67.5%;
  /* default 4:3 ratio */
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
  /* 16:9 widescreen ratio */
}
.flex-video.vimeo {
  padding-top: 0;
  /* no player */
}

/* to override, use extra classes: */
/*.flex-video video,
.flex-video object,
.flex-video embed,
.flex-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}*/
/* ---------------- event header in full page content
*/
.event-header {
  padding-bottom: 1px;
  margin: 0 0 12px 0;
  /* meta: category, icons, reservation etc
  */
  /* event title
  */
  /* event date
  */
}
.event-header .meta {
  margin: 0 0 5px 0;
}
.event-header .meta * {
  display: inline-block;
}
.event-header .meta .category, .event-header .meta .reservation {
  margin-right: 6px;
}

.event-list .event-header .h1 {
  padding-top: 0.5em;
}
.event-list .event-header .h1.intra {
  color: #888;
}
.event-list.small .event-header .h1 {
  margin-top: 0;
}

.page_sommaire .event-header .meta .category, .page_sommaire .event-header .meta .reservation, .page_sommaire .event-header .meta .pass {
  border: 1px solid #33a7ff;
  padding: 4px 5px 1px;
  font-size: 21px;
  line-height: 22px;
  color: #33a7ff;
  font-family: "garagegothic-boldregular";
  text-transform: uppercase;
  font-weight: normal;
}
.page_sommaire .event-header .meta .category {
  margin: 0;
  padding: 4px 3px 1px;
  font-size: 16px;
  line-height: 18px;
}
.page_sommaire .event-header .meta a.reservation, .page_sommaire .event-header .meta a.pass {
  float: right;
  margin-right: 0;
  color: #fff;
}
.page_sommaire .event-header .meta a.reservation {
  background: #33a7ff;
  border: 1px solid #33a7ff;
}
.page_sommaire .event-header .meta a.pass {
  border-color: #ffde33;
  background-color: #ffde33;
}

.event-header .meta .category, .event-header .meta .reservation, .event-header .meta .pass {
  border: 1px solid #33a7ff;
  padding: 4px 10px 1px;
  font-size: 21px;
  line-height: 22px;
  color: #33a7ff;
  font-family: "garagegothic-boldregular";
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
}
.event-header .meta img {
  display: inline-block;
  margin: 3px 10px 0 0;
}
.event-header .meta a.reservation {
  float: none;
  border: 1px solid #33a7ff;
  margin-right: 0;
  background: #33a7ff;
  color: white;
}
.event-header .meta a.pass {
  float: none;
  border: 1px solid #33a7ff;
  margin-right: 0;
  background: #33a7ff;
  color: white;
  border-color: #ffde33;
  background-color: #ffde33;
  margin-left: 0.5em;
  padding-left: 10px;
  padding-right: 10px;
}

.event-list .event-header .meta a.reservation, .event-list .event-header .meta a.pass {
  font-size: 1.5em;
}

.event-header .meta a.reservation:hover {
  background: #ffde33;
  border-color: #ffde33;
}
.event-header .meta a.pass:hover {
  background-color: #33a7ff;
  border-color: #33a7ff;
}
.event-header h1 {
  clear: left;
  /*  padding-top: 26px;*/
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
}

.page_spectacle .event-header h1 {
  padding-top: 20px;
}

.event-header .date {
  font-family: "garagegothic-boldregular";
  font-size: 23px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.texte_nl {
  margin-top: 1rem;
}

/* blocs dépliables
*/
.main-col .blocs_titre {
  /*  float: left;*/
  font-size: 0.85em;
  margin-right: 0.5em;
  background-image: url("../img/icon-plus.png");
  height: 15px;
  font-family: arial, sans-serif;
}

.blocs_titre {
  background-image: url("../img/icon-plus.png");
}

.triangle_replie {
  background-image: url("../img/icon-plus.png");
  background-position: center;
}

.main-col .blocs_resume, .main-col .blocs_destination {
  padding-top: 0.3em;
}
.main-col .blocs_resume p, .main-col .blocs_destination p, .main-col .blocs_resume > p:first-line, .main-col .blocs_destination > p:first-line {
  line-height: 1.2em;
}

/* partage sociaux
*/
.fb-like {
  opacity: 0.6;
  text-align: right;
  width: 100%;
}

/* featured image with caption (not necessarily in header)
*/
.event-image {
  float: right;
  margin: 0 0 20px;
  width: 50%;
}
.event-image img {
  margin: 0 0 2px 0;
}
.event-image .caption {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #c8c8c8;
  text-align: right;
}

.page_rubrique article {
  border-bottom: solid 1px #0d0d0d;
  margin-bottom: 2rem;
}
.page_rubrique .event-image {
  float: none;
  width: 100%;
}

/* ---------------- Social links
*/
p.social {
  margin: 0;
  text-align: right;
}
p.social img {
  float: right;
  margin-left: 10px;
}

h2.atable {
  background: url(../img/icon-food.png) no-repeat left top;
  padding-left: 30px;
  margin-top: 15px;
  font-size: 20px;
  line-height: 26px;
}

/*
================================================
CONTENT BLOCKS
================================================
*/
/* Inline list (thumbnails etc)
*/
.inline {
  /* ul */
  margin: 55px 0 55px 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.inline li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
  background: none;
  list-style-type: none;
}
.inline img {
  display: block;
  max-width: none;
  /* IE8 */
}
.inline a img {
  opacity: 0.75;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  /* ie10 */
}
.inline a:hover img {
  opacity: 1;
}

.gallery ul {
  margin: 0;
}

/* list with no bullets, but still vertical
*/
.nolist {
  /* ul */
  margin-left: 0;
  padding-left: 0;
}
.nolist li {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

/* ------------------- Event list - normal, full width
*/
.event-list {
  margin: 0 0 36px 0;
  padding: 0;
}
.event-list li {
  margin-bottom: 36px;
  list-style: none;
  background: none;
  border-bottom: 1px solid black;
}
.event-list ul.documents {
  list-style-type: none;
}
.event-list ul.documents li {
  list-style-type: none;
  border: none;
  margin: 0.4em;
}
.event-list li:last-child, .event-list li.last {
  margin-bottom: 0;
}
.event-list p.link-more {
  margin: 0;
}
.event-list p.link-more img {
  float: left;
  border-right: 5px solid white;
  margin-bottom: -1px;
}
.event-list .event-header .category-container {
  margin: 20px 0 10px;
  width: 100%;
}
.event-list .event-header .category {
  font-size: 17px;
  line-height: 17px;
  padding: 3px 8px 1px;
}
.event-list .event-header h1 {
  padding-top: 16px;
}
.event-list li.h3 {
  border-bottom: 1px solid #33a7ff;
  border-top: 1px solid #33a7ff;
  font-size: 2em;
  text-transform: uppercase;
  color: #33a7ff;
  padding: 0.5em 0;
}
.event-list.small li {
  border-bottom: none;
  height: 280px;
}
.event-list.small li article {
  content: "";
  border-bottom: 1px solid #000000;
  display: block;
  margin: 0 1rem;
  height: 100%;
}
.event-list.small .event-image {
  margin: 60px 0 0;
}

/* header in event listing
*/
/* ------------------------ Event list SMALL - half width, small event image
*/
/*
==============================================================
Shared Form styles
==============================================================
*/
label, input, select, textarea {
  font-size: 13px;
  line-height: 1.2;
}

ul label, ul input, ul select {
  font-size: inherit;
}

label p {
  font-size: inherit;
}

form {
  margin-bottom: 0;
}

legend {
  padding-bottom: 10px;
  color: #000;
  /* color for IE */
  font-weight: bold;
  font-size: 1.5em;
}

input {
  margin: 0;
}
input:not([type=radio]) {
  padding: 3px 4px;
  background: white;
  border: 1px solid black;
  /* border */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #515151;
}

/* ---------------- Text input fields
*/
select {
  padding: 3px 4px;
  background: white;
  border: 1px solid black;
  /* border */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #515151;
}

textarea {
  padding: 3px 4px;
  background: white;
  border: 1px solid black;
  /* border */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #515151;
  resize: vertical;
}

input:focus, select:focus, textarea:focus {
  border: 1px solid black;
  background: white;
}

/* ---------------- Buttons (overrides default input styles)
*/
input[type=submit], input[type=reset] {
  margin: 0;
  padding: 4px 10px 6px;
  width: auto;
  display: inline-block;
  overflow: visible;
  /* for IE */
  outline: none;
  background: black;
  /* normal state */
  border: 0px solid black;
  border-radius: 0px;
  font-size: 12px;
  color: white;
  font-weight: normal;
  text-transform: normal;
  /*text-shadow: 0 -1px 1px rgba(0,0,0,0.28);*/
  text-align: center;
  text-decoration: none;
}

button, .button {
  margin: 0;
  padding: 4px 10px 6px;
  width: auto;
  display: inline-block;
  overflow: visible;
  /* for IE */
  outline: none;
  background: black;
  /* normal state */
  border: 0px solid black;
  border-radius: 0px;
  font-size: 12px;
  color: white;
  font-weight: normal;
  text-transform: normal;
  /*text-shadow: 0 -1px 1px rgba(0,0,0,0.28);*/
  text-align: center;
  text-decoration: none;
}

input[type=submit]:hover, input[type=reset]:hover {
  /* hover state */
  background: #ffde33;
  color: white;
  border-color: black;
  color: white;
}

button:hover, .button:hover {
  /* hover state */
  background: #ffde33;
  color: white;
  border-color: black;
  color: white;
}

input[type=submit]:active, input[type=reset]:active {
  /* press state */
  background: black;
  border-color: black;
  color: white;
}

button:active, .button:active {
  /* press state */
  background: black;
  border-color: black;
  color: white;
}

button:focus {
  outline-width: 1px;
  outline-style: dotted;
}

/* ---------------- Check boxes and radios
*/
input[type=radio], input[type=checkbox] {
  border-width: 0;
  width: auto;
  position: relative;
  margin: 3px 5px 3px 0;
  float: none;
  display: inline;
}

/* ==============================================================
Form layout
============================================================== */
/* ---------------- lists for layout - each li containing label and input
*/
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form li {
  margin: 3px 0 3px;
  padding: 0 0 2px 0;
  background: none;
  list-style: none;
  overflow: hidden;
  /* to contain floats */
}

label {
  display: block;
  margin-bottom: 2px;
}

/* ---------------- Horizontal layout, label and field side by side
*/
/*
================================================
PAGE LAYOUT
================================================
*/
body {
  background: white url(../img/footer.png) no-repeat center bottom;
  margin-top: 33px;
}

.page-container {
  /*  max-width: 1200px;*/
  margin: 0 auto;
}

/* all inner sections */
.header {
  position: relative;
  margin-bottom: 68px;
}

.page_sommaire .header {
  margin-bottom: 20px;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
}

/*
================================================
SITE HEADER
================================================
*/
.header {
  padding-top: 34px;
  position: relative;
  /* push nav down */
}

/* ---------------- logo
*/
.logo-site {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.logo-site a {
  display: block;
  width: 275px;
  height: 132px;
  margin-right: 20px;
  background: url(../img/logo-marni-base.jpg) no-repeat 0 0;
  background-size: contain;
  overflow: hidden;
}
.logo-site a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.logo-site a:hover {
  text-decoration: none;
}

/* ---------------- main navigation - horizontal
*/
.nav-main {
  padding: 0 0 0 302px;
  margin: 0;
  clear: both;
  font-family: "garagegothic-boldregular";
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}
.nav-main > li {
  float: left;
  position: relative;
  width: 80px;
  margin: 0 7px 1px 0;
  padding: 0;
  list-style-type: none;
  background: none;
}
.nav-main > li:last-child {
  margin-right: 0;
}
.nav-main > li > a {
  display: block;
  margin: 0;
  padding: 4px 0 2px 0;
  background: black;
  color: white;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}
.nav-main > li > a:focus, .nav-main > li > a:hover {
  background-color: #33a7ff;
  text-decoration: none;
}
.nav-main > li.on > a {
  background-color: #33a7ff;
  text-decoration: none;
}
.nav-main > li.current > a {
  background: #33a7ff;
}
.nav-main > li.bouton-blanc {
  width: 100px;
  margin-top: 2px;
}
.nav-main > li.bouton-blanc a {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  padding: 3px 0 1px 0;
}
.nav-main .intra-muros {
  clear: both;
}

/* current link, active page */
/* ---------------- calendar
*/
.calendar-wrap {
  margin: 0 0 10px 0;
  padding: 10px 0 6px 0;
  border-bottom: 1px solid black;
  position: relative;
  z-index: 10;
}

/* table */
.calendar {
  border-collapse: separate;
  /* for separate white borders */
  margin: 0;
  /* link number */
  /* normal event: black */
  /* special event: orange (past event?) */
}
.calendar th {
  border: none;
  padding: 1px 0 1px;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
}
.calendar th.weekend {
  font-weight: bold;
}
.calendar td {
  padding: 0;
  height: 38px;
  /* min-height */
  border: solid white;
  border-width: 0 0 0 4px;
  vertical-align: top;
  font-size: 11px;
  line-height: 17px;
}
.calendar td.month {
  width: auto;
  border: none;
  background: none;
}
.calendar td.month strong {
  display: block;
  background: #ffde33;
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
}
.calendar td.month span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
}
.calendar a {
  display: block;
  background: #c8c8c8;
  width: 17px;
  color: white;
  text-align: center;
}
.calendar td.event {
  background: url(../img/calendar-arrow-black.png) no-repeat center bottom;
}
.calendar td.event a {
  background: black;
}
.calendar td.event.orange {
  background-image: url(../img/calendar-arrow-orange.png);
}
.calendar td.event.orange a {
  background: #ffde33;
}

/* ---------------- calendar corrigé jp
*/
#calendar .mois_nav {
  font-size: 11px;
  height: 12px;
}
#calendar .mois_theme {
  width: 20%;
  height: 36px;
  float: left;
  margin-right: 10px;
}
#calendar .nom_mois {
  display: block;
  background: #33a7ff;
  color: white;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  height: 25px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 4px;
}
#calendar .nom_mois:hover {
  color: #fff;
}
#calendar .theme {
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  width: 110px;
  display: none;
}
#calendar table {
  max-width: 72%;
  margin: 0;
  padding: 0;
  /*  float: right;*/
}
#calendar table td {
  padding: 0 2px;
  margin: 0;
  border-top: none;
}
#calendar .nom_jour {
  font-size: 13px;
  line-height: 13px;
  width: 22px;
  height: 16px;
  text-transform: uppercase;
  text-align: center;
}
#calendar .num_jour {
  font-size: 14px;
  background-color: #C8C8C8;
  color: #fff;
  height: 25px;
  width: 25px;
  line-height: 21px;
  text-align: center;
  font-weight: bold;
}
#calendar td.occupe .num_jour {
  /*  background: $color1;*/
  background: #000;
}
#calendar td.occupe.on .num_jour {
  background: #ffde33;
}
#calendar td.occupe .num_jour {
  background: #000;
}
#calendar td.occupe .num_jour a {
  color: #fff;
}
#calendar td .pointer {
  display: none;
  height: 22px;
  width: 18px;
}
#calendar td .pointer a {
  display: block;
  height: 22px;
  width: 18px;
}
#calendar td.occupe.plus .pointer {
  /*  background: url(../img/calendar-arrow-orange.png) no-repeat center bottom;*/
  background: url(../img/calendar-arrow-black.png) no-repeat center bottom;
}
#calendar td.occupe.on.plus .pointer {
  background: url(../img/calendar-arrow-orange.png) no-repeat center bottom;
}
#calendar td.occupe.plus .pointer {
  background: url(../img/calendar-arrow-black.png) no-repeat center bottom;
}
#calendar .mois {
  background-color: #33a7ff;
  color: #fff;
  list-style-type: none;
  font-size: inherit;
  z-index: 1000;
  position: relative;
  margin: 0;
  padding: 0.4em 0 0.2em 0;
  border-right: 1px solid #FFFFFF;
}
#calendar .mois li {
  padding: 0.2em;
  margin: 0;
}
#calendar .mois li:not(:last-of-type) {
  border-bottom: 1px solid #1a9cff;
}
#calendar .mois a {
  color: #fff;
  width: inherit;
  text-decoration: none;
}
#calendar .mois a:hover {
  color: #ffde33;
}

/* ---------------- extra navigation - horizontal - avec sous-menu 03/2021
*/
.nav-extra {
  margin: 0;
  padding: 0;
  clear: both;
  font-family: "garagegothic-boldregular";
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.nav-extra > li {
  float: left;
  position: relative;
  min-width: 100px;
  margin: 0 4px 0 0;
  padding: 0;
  list-style-type: none;
  background: none;
}
.nav-extra > li:first-child {
  width: 87px;
}
.nav-extra > li:last-child {
  margin-right: 0;
}
.nav-extra > li > a, .nav-extra > li span {
  display: block;
  margin: 0;
  padding: 2px 5px 1px 5px;
  background: black;
  color: white;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}
.nav-extra > li > a:focus, .nav-extra > li > a:hover, .nav-extra > li span:focus, .nav-extra > li span:hover {
  background-color: #33a7ff;
  text-decoration: none;
}
.nav-extra > li.on > a {
  background-color: #33a7ff;
  text-decoration: none;
}
.nav-extra > li.current > a {
  background: #33a7ff;
}
.nav-extra .is-dropdown-submenu,
.nav-extra .is-accordion-submenu {
  background-color: #000;
  margin-left: 0;
  width: fit-content;
  min-width: stretch;
}
.nav-extra .is-dropdown-submenu li,
.nav-extra .is-accordion-submenu li {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  font-weight: normal;
}
.nav-extra .is-dropdown-submenu li a,
.nav-extra .is-accordion-submenu li a {
  color: #fff;
  font-weight: normal;
}
.nav-extra .is-dropdown-submenu li:hover,
.nav-extra .is-accordion-submenu li:hover {
  background-color: #33a7ff;
}
.nav-extra .is-dropdown-submenu li.active a,
.nav-extra .is-accordion-submenu li.active a {
  background-color: inherit;
}
.nav-extra.active span {
  background-color: #ffde33;
}
.nav-extra li.is-dropdown-submenu-parent > a:after,
.nav-extra li.is-accordion-submenu-parent > a:after {
  border-color: #fff transparent transparent !important;
}

/* current link, active page */
/*
================================================
SIDEBAR sub column widgets
================================================
*/
/* ---------------- widgets all - sidebar modules
*/
.widget {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget:last-child {
  border: none;
}
.widget h3 {
  padding: 0px 0px;
  margin: 0 0 10px;
  font-family: "garagegothic-boldregular";
  color: black;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}
.widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.widget ul li {
  list-style: none;
}
.widget li {
  padding-left: 0;
  background: none;
  margin-left: 0;
}

/* ---------------- Widget newsletter
*/
.widget-newsletter {
  padding: 5px 9px;
  margin-bottom: 13px;
  border: none;
  clear: both;
}
.widget-newsletter h3 {
  color: #4d4d4d;
  margin: 0;
  display: inline;
  font-size: 1.4rem;
}
.widget-newsletter form ul li {
  padding: 0;
}
.widget-newsletter img {
  display: inline-block;
  margin-top: -6px;
  opacity: 0.7;
  height: 30px;
  width: auto;
}
.widget-newsletter input[type=email] {
  width: 100%;
  padding: 1px 6px;
  margin-bottom: 4px;
  border: 0;
}
.widget-newsletter input[type=submit] {
  float: right;
  font-size: 10px;
  /*  line-height: auto;*/
  margin: 0;
  padding: 2px 10px;
}
.widget-newsletter .erreur_message {
  color: #B90101;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
.widget-newsletter .reponse_formulaire_ok {
  color: #006600;
  font-size: 0.8em;
}
.widget-newsletter span a {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin: auto;
  text-align: center;
  width: 60%;
}

/* ---------------- Widget social
*/
.widget-social {
  padding-bottom: 12px;
}
.widget-social p {
  margin: 0;
}
.widget-social span {
  margin-left: 1em;
}
.widget-social img {
  float: left;
  margin-right: 8px;
}

/* ---------------- Widget sponsors
*/
.widget-sponsors img {
  display: block;
  margin-bottom: 16px;
}

/* ---------------- widget calendrier mini
*/
/* wraps calendar and event list */
.calendriermini {
  margin-bottom: 1em;
}
.calendriermini .calendar-container {
  position: relative;
}
.calendriermini .calendar-container .image_loading {
  position: absolute;
  top: 0;
  right: 0;
}

/* #calendar . calendriermini .minicalendar */
/* .ui-datepicker-inline ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all */
.js .calendriermini .calendar-container .alt {
  display: none;
}

/* header month/year */
.ui-widget-header {
  background: black;
  color: #222222;
  font-weight: 400;
}

.calendriermini .ui-datepicker-title {
  margin: 0 2.3em;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8em;
  text-align: center;
}
.calendriermini .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.calendriermini select.ui-datepicker-month-year {
  width: 100%;
}
.calendriermini select.ui-datepicker-month, .calendriermini select.ui-datepicker-year {
  width: 49%;
}
.calendriermini .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  font-size: 0.8em;
}
.calendriermini .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.calendriermini .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

/* prev next arrows */
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
}

.calendriermini .ui-datepicker-prev, .calendriermini .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 1.8em;
  height: 1.8em;
}
.calendriermini .ui-datepicker-prev {
  left: 2px;
}
.calendriermini .ui-datepicker-next {
  right: 2px;
}
.calendriermini .ui-datepicker-prev .ui-icon {
  background-position: top left;
}
.calendriermini .ui-datepicker-next .ui-icon {
  background-position: top right;
}
.calendriermini .ui-datepicker-prev span, .calendriermini .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -11px;
}
.calendriermini .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.calendriermini .ui-datepicker-header .ui-icon {
  background-image: url("../img/calendar-arrows-white-32x16.png");
}
.calendriermini table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}
.calendriermini table caption {
  margin: 0 auto;
  padding: 0;
}
.calendriermini thead th {
  background: #FFFFFF;
  padding: 2px 0;
  color: #6D6D6D;
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.calendriermini table td {
  width: 14%;
  padding: 0;
  border: 1px solid #EDEDED;
  border-width: 1px 0;
  /* or set to  none or to white */
  font-size: 10px;
  line-height: 2.4;
}
.calendriermini table td a {
  display: block;
  background: #fff;
  border-right: 1px solid white;
  font-weight: normal;
  text-decoration: none;
  color: inherit;
}
.calendriermini .ui-state-highlight a {
  color: black;
  background: black;
}
.calendriermini table .ui-state-highlight a:hover {
  background: #ffb834;
}
.calendriermini .ui-datepicker-today a.ui-state-default {
  background: black;
  color: #fff;
}
.calendriermini .ui-datepicker-today a.ui-state-default:hover {
  background: #929292;
}
.calendriermini .ui-datepicker-other-month a {
  font-weight: normal;
  color: #CCCCCC;
}

/* calendar table */
/* weekdays - table header */
/* date numbers - table cells */
/* weekend */
/* links */
/* event highlight links */
/* today highlight link */
/* other month number */
/* calendar events list, below calendar
*/
.calendar-event-date {
  font-size: 9px;
  text-transform: uppercase;
  color: #aaa;
}

/*
================================================
FOOTER
================================================
*/
.footer {
  color: #000;
}
.footer a:link, .footer a:visited, .footer a:active {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.footer a:hover {
  color: #000000;
  text-decoration: none;
}
.footer .partners {
  text-align: center;
}
.footer img.partners {
  float: left;
}
.footer img.logo-footer {
  float: right;
  margin: 0 0 6px 0;
  width: 240px;
}
.footer p.address {
  clear: both;
  text-align: right;
  font-size: 14px;
  margin: 0;
}
.footer p.address a {
  text-decoration: none;
}

/* ================================================
   HELPER CLASSES (_helpers.scss)
   ================================================ */
/* image replacement, hide text from browsers and screenreaders */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  margin: 0;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* contain floats */
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* clear preceding floats (siblings, NOT children) */
.clear {
  clear: both;
}

hr.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  background: transparent;
  border: none;
}

.ui-widget-content {
  background-color: #EEEEEE;
  font-size: 0.8em;
}

#colorbox {
  box-sizing: initial;
  font-size: 0.85em;
}

.respresentations ul {
  width: 50%;
  margin: 1em 0 0 0;
  padding: 1em 0;
  border-top: 1px solid #888;
  font-size: 1em;
}
.respresentations ul li {
  margin: 0.2em 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: italic;
}

h2.sous-titre {
  margin-top: 0;
}

/* intégration Foundation */
.top-bar {
  background: none;
}
.top-bar ul {
  background: none;
}

#calendar table thead, #calendar table tbody, #calendar table tfoot {
  border: none;
}

table.meta thead, table.meta tbody, table.meta tfoot {
  border: none;
}

.title-bar {
  padding: 0.2rem;
  margin-top: 0.1rem;
}

/*article iframe{
    width: 100%;
    height: 100%;
}*/
/* pagination foundation */
.pagination {
  text-align: center;
}
.pagination a, .pagination button {
  display: inline-block;
}
.pagination .label {
  display: none;
}

/* logos - diaporama */
.logo-diaporama {
  width: 100%;
  text-align: center;
}

/* widget transversal */
.widget-extra1 {
  background-color: #EDEDED;
}
.widget-extra1 p {
  padding: 10px;
}

.widget-transversale .evenement {
  padding: 1rem 1rem 0rem 1rem;
  background-color: #EDEDED;
  border: solid #EDEDED 1px;
  margin-bottom: 0.5rem;
}
.widget-transversale h2 {
  background: url(../img/calendar-arrow-black.png) no-repeat left center;
  padding-left: 2rem;
}
.widget-transversale h3 a {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5rem;
}
.widget-transversale.event-header .date {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.widget-transversale.event-header .meta .category {
  float: none;
}
.widget-transversale.event-header .meta img {
  display: inline-block;
  margin-bottom: 6px;
}
.widget-transversale .chapo {
  margin-top: 1rem;
}
.widget-transversale .plan-marni-transeversale {
  margin-bottom: 1rem;
}

.ui-tooltip {
  background-color: #ffde33;
  color: #fff;
}

iframe {
  max-width: 100%;
}

.chapo iframe {
  max-width: 55%;
}

.page_spectacle .chapo iframe {
  max-width: 50%;
  float: left;
  padding-right: 20px;
}

@media screen and (max-width: 39.9375em) {
  body {
    margin-top: 5px;
    background-position: bottom right;
  }
  h1, .h1 {
    font-size: 2rem;
  }
  .header {
    padding-top: 30px;
  }
  .logo-site a {
    height: 30px;
    width: auto;
  }
  .nav-main {
    margin: 0 0 0.4rem 0;
    padding: 0;
  }
  .nav-main > li {
    width: 16.1%;
    font-size: 0.9rem;
    margin: 2px 2px 0 0;
  }
  .nav-main > li.bouton-blanc {
    width: 70px;
    margin-top: 2px;
  }
  .nav-main > li.bouton-blanc a {
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    padding: 3px 0 1px 0;
  }
  .nav-extra {
    margin-top: 2px;
  }
  .nav-extra > li {
    margin: 0;
    padding: 0;
    width: 50%;
    border: #fff 1px solid;
  }
  .nav-extra > li:first-child {
    margin: 0;
    padding: 0;
    width: 50%;
    border: #fff 1px solid;
  }
  div[role=main] {
    margin-top: -50px;
  }
  .page_sommaire .event-list:first-of-type li .event-image {
    float: none;
  }
  .event-image {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
  }
  .event-image p.caption {
    text-align: right;
  }
  .event-list.small li {
    height: auto;
  }
  .event-list.small .event-image {
    margin-left: 0.5rem;
    margin-top: 0;
  }
  .event-list p.link-more {
    margin-bottom: 0.5rem;
    position: relative !important;
    left: 0px !important;
  }
  /* page liste événements*/
  /* divers */
  .blocs_titre a {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 2em;
  }
  .chapo iframe {
    max-width: 100%;
  }
  .inline ul {
    text-align: center;
  }
  .inline li {
    display: inline-block;
    float: none;
  }
  .respresentations ul {
    width: 100%;
  }
  /* calendrier */
  .menu-icon::after {
    display: none;
  }
  .title-bar {
    width: 100%;
    background-color: #ffde33;
    border-color: #ffde33;
    height: 24px;
    padding: 0;
    margin: 0 0 0.4rem 0;
  }
  .title-bar .menu-icon {
    width: 100%;
    font-family: "garagegothic-boldregular";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    height: auto;
    background-color: #ffde33;
    border-color: #ffde33;
    padding: 0;
    margin: 0;
  }
  #calendar .mois_theme {
    width: 100%;
    position: relative;
    height: auto;
    height: 38px;
  }
  #calendar .mois_theme .mois_nav, #calendar .mois_theme .nom_mois {
    width: 33%;
  }
  .title-bar-title {
    font-weight: normal;
  }
  #calendar .mois_theme .nom_mois {
    position: absolute;
    left: 0;
    top: 0;
  }
  #calendar .mois_theme .theme {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 0.65rem;
    background: url(../img/calendar-arrow-black.png) no-repeat center bottom;
    padding-left: 36%;
    width: 65%;
  }
  #calendar table {
    max-width: 100%;
  }
  #calendar table td {
    display: inline-block;
  }
  .page_evenements .event-list li .chapo {
    margin-bottom: 3rem;
  }
  .footer p.address {
    padding: 0 1rem;
    margin: 0;
  }
}
@media screen and (max-width: 59.9375em) {
  .page_spectacle article {
    clear: both;
  }
}
/* page liste événements*/
.page_evenements .event-header .meta img {
  margin-top: -6px;
}

.event-list li {
  position: relative;
}
.event-list li article .chapo {
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-list li.not-so-small {
  height: auto !important;
}
.event-list p.link-more {
  margin-bottom: 0.5rem;
  left: 31px;
  bottom: 0px;
}

.banniere {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.banniere .small {
  display: none;
}
.banniere a {
  text-decoration: underline;
}
.banniere h4 {
  font-size: 24px;
  margin: 0;
}

.caractencadre-spip a,
.caractencadre2-spip a {
  text-decoration: underline;
}

.orbit-banniere {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.orbit-banniere p {
  margin-bottom: 0;
}
.orbit-banniere .orbit-wrapper button {
  background-color: #C8C8C8;
  opacity: 0.6;
}
.orbit-banniere .orbit-wrapper button:hover {
  background-color: #A5D152;
}
.orbit-banniere .orbit-bullets {
  margin-bottom: 0;
}
.orbit-banniere .orbit-bullets button {
  background-color: #ffde33;
  opacity: 0.5;
}
.orbit-banniere .orbit-bullets button.is-active, .orbit-banniere .orbit-bullets button:hover {
  background-color: #33a7ff;
}

.archives-liste-saisons {
  font-family: "garagegothic-boldregular", sans-serif;
}
.archives-liste-saisons ul {
  margin: 0;
  padding: 0;
}
.archives-liste-saisons li {
  list-style-type: none;
}
.archives-liste-saisons a {
  font-size: 1.4em;
  font-weight: normal;
}

.page-archives ul {
  margin: 0;
  padding: 0;
}
.page-archives ul li {
  border-bottom: 1px solid black;
  list-style-type: none;
  margin-bottom: 36px;
}
.page-archives .event-header .meta {
  margin-bottom: 10px;
}

.date.archive a {
  font-weight: normal;
  color: #ffde33;
}
.date.archive a:hover {
  text-decoration: underline;
}

.social {
  margin-top: -2px;
  text-align: right;
}
.social a {
  text-decoration: none;
}
.social .fab,
.social .far {
  color: #a2a2a2;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 3px;
  padding: 0.1rem;
}
.social .fab:hover,
.social .far:hover {
  color: #ffde33;
}

.naked-table table.spip td, .naked-table table.spip tr, .naked-table table.spip thead, .naked-table table.spip tbody {
  background: none;
  border: none;
}

.bloc-evenement-big-full .event-image {
  width: auto;
}
.bloc-evenement-big-full .event-image.video {
  width: 80%;
}
.bloc-evenement-big-full .event-image a {
  display: block;
}
.bloc-evenement-big-full .event-header {
  width: 20%;
}

.event-list.small .bloc-evenement-small-full {
  height: auto;
}
.event-list.small .bloc-evenement-small-full h1 {
  font-size: 35px;
  line-height: 30px;
}
.event-list.small .bloc-evenement-small-full article {
  margin: 0;
  padding-bottom: 40px;
  position: relative;
}
.event-list.small .bloc-evenement-small-full article p {
  padding-right: 10px;
}
.event-list.small .bloc-evenement-small-full article p.meta {
  padding-top: 4px;
}
.event-list.small .bloc-evenement-small-full article .spip-chapo {
  clear: both;
  padding-top: 10px;
}
.event-list.small .bloc-evenement-small-full .link-more {
  bottom: 0;
  left: 0;
  position: absolute;
}
.event-list.small .column:last-child:not(:first-child) {
  float: left;
}

.event-list.small {
  display: flex;
  flex-wrap: wrap;
}

.bloc-evenement-small-full {
  display: flex;
  flex-direction: column;
}

.event-list.small:after,
.event-list.small:before {
  display: flex;
}

.small .logo-diaporama {
  display: none;
}

.bloc-droite-texte {
  background-color: #C8C8C8;
  clear: both;
  margin: 2rem 0;
  padding: 1rem;
}
.bloc-droite-texte p {
  font-size: 0.8rem;
}
.bloc-droite-texte ul {
  font-size: 0.8rem;
  margin: 0 1rem;
  padding: 0;
}

.caractencadre-spip {
  color: #000;
  font-family: "Lora", serif;
}

.caractencadre2-spip {
  color: #000;
  font-family: "Rosarivo", serif;
}

.article-image img {
  max-width: auto;
  width: 100%;
}

a.reservation, a.pass {
  text-decoration: none;
}

#cboxDesc {
  width: 100%;
}

#cboxCurrent {
  bottom: -3px;
  font-size: 12px;
  font-weight: bold;
}

#cboxTitle {
  display: none !important;
}

.liste-resultat-recherche ul {
  padding: 0;
  margin: 0;
}
.liste-resultat-recherche li {
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.liste-resultat-recherche li:not(:last-of-type) {
  border-bottom: 1px solid #000;
}
.liste-resultat-recherche .category {
  border: 1px solid #A5D152;
  padding: 2px 5px 1px;
  font-size: 14px;
  line-height: 16px;
  color: #ffde33;
  font-family: "garagegothic-boldregular";
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
}
.liste-resultat-recherche h3 {
  padding: 0;
  margin: 10px 0;
  font-size: 22px;
}
.liste-resultat-recherche .date {
  margin-bottom: 10px;
  font-size: 13px;
}
.liste-resultat-recherche .infos {
  font-size: 13px;
  font-style: italic;
}
.liste-resultat-recherche .infos span, .liste-resultat-recherche .infos strong, .liste-resultat-recherche .infos a {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
}
.liste-resultat-recherche .event-image {
  width: auto;
  margin: 0;
  float: none;
}
.liste-resultat-recherche iframe {
  display: none;
}

.terme-recherche {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 5px;
  background-color: #ffde33;
}

mark {
  background-color: #fff7cc;
}

.formulaire_recherche {
  width: 240px;
}
.formulaire_recherche input {
  display: block;
}
.formulaire_recherche .search.text {
  height: 24px;
  width: 80%;
  margin: 0;
  float: left;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
}
.formulaire_recherche .search.text::placeholder {
  color: white;
  font-style: italic;
}
.formulaire_recherche button {
  padding: 4px;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  display: block;
  background-color: #c8c8c8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin: 0;
  float: right;
  width: 10%;
  border: none;
  border-left: solid 1px #fff;
}
.formulaire_recherche button[type=submit]::before {
  content: "\f002";
}

.pagination {
  border-top: 1px solid #fff7cc;
  padding-top: 10px;
}
.pagination a, .pagination .on {
  color: #ffde33;
  font-size: 14px;
  font-weight: normal;
  padding: 0.1875rem 0.425rem;
}
.pagination a:hover, .pagination .on:hover {
  background-color: #ffde33;
  color: #fff;
}
.pagination .on {
  display: inline-block;
  background-color: #ffde33;
  color: #fff;
}
.pagination .sep {
  display: none;
}

.footer a {
  color: #000;
}
.footer .menu-footer {
  margin: 0;
  padding: 0;
  font-family: "Lora", serif;
}
.footer .menu-footer li {
  list-style-type: none;
}
.footer .menu-footer a {
  text-decoration: underline !important;
}

.footer-newsletter {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.footer-newsletter p {
  text-align: center;
  font-family: "garagegothic-boldregular";
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-newsletter input {
  display: block;
  max-width: 400px !important;
  width: 100%;
  height: 35px;
  border: none;
  padding: 10px 20px;
  margin: 15px auto;
  font-size: 14px;
}
.footer-newsletter input[type=submit] {
  width: 120px;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "garagegothic-boldregular";
  font-size: 20px;
}
.footer-newsletter input:focus-visible {
  outline: none !important;
}

.orbit-container {
  height: 250px;
}

@media screen and (max-width: 39.9375em) {
  .nav .social {
    margin-top: -38px;
  }
  .formulaire_recherche {
    margin: 10px 0 40px 0;
  }
  .banniere .medium-large {
    display: none;
  }
  .banniere .small {
    display: block;
    width: 100%;
  }
  .banniere .small img {
    display: block;
    margin: auto;
  }
  .banniere .small p {
    font-size: 13px;
  }
  .bloc-evenement-big-full .meta {
    width: 100%;
  }
  .event-list .event-header h1 {
    font-size: 2rem;
  }
  .event-list.small li article {
    margin: 0;
  }
  .bloc-evenement-big-full .event-image.video {
    width: 100% !important;
  }
  .event-list li article {
    height: auto !important;
    min-height: unset;
  }
  .bloc-evenement-small-full {
    padding: 10px !important;
  }
  .droite.large .logo-diaporama {
    display: none;
  }
  .small .logo-diaporama {
    display: block;
  }
  .event-list li article .chapo {
    overflow: initial;
  }
  .footer img.logo-footer {
    display: block;
    float: none;
    margin: auto;
  }
}
.footer-container {
  background-color: #beada7;
  margin-top: 50px;
  padding: 30px 0;
}

p:not(.meta) a {
  text-decoration: underline !important;
}

.menu-liste a {
  text-decoration: none !important;
}

.vous-aimerez-aussi-label {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #33a7ff;
}

.vous-aimerez-aussi {
  padding: 0;
  margin: 0;
  width: 100%;
}
.vous-aimerez-aussi > li {
  padding: 0;
}
.vous-aimerez-aussi h2 {
  font-size: 28px;
  margin: 0.5rem 0;
}
.vous-aimerez-aussi .date {
  font-size: 20px;
}/*# sourceMappingURL=screen.css.map */