/*** archer font ***/
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Light_Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-LightItal_Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Book_Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-BookItal_Web.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Medium_Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-MediumItal_Web.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Semibold_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-SembdItal_Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-Bold_Web.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'HCo Archer';
  src: url('../woff/Archer-BoldItal_Web.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
/*** ***/
.T0 {
  font-size: 0px;
}
.T10 {
  font-size: 10px;
}
.T11 {
  font-size: 11px;
}
.T12 {
  font-size: 12px;
}
.T14 {
  font-size: 14px;
}
.T15 {
  font-size: 15px;
}
.T16 {
  font-size: 16px;
}
.T18 {
  font-size: 18px;
}
.T19 {
  font-size: 19px;
}
.T20 {
  font-size: 20px;
}
.T22 {
  font-size: 22px;
}
.T24 {
  font-size: 24px;
}
.T25 {
  font-size: 25px;
}
.T26 {
  font-size: 26px;
}
.T30 {
  font-size: 30px;
}
.T32 {
  font-size: 32px;
}
.T40 {
  font-size: 40px;
}
.T42 {
  font-size: 42px;
}
.T48 {
  font-size: 48px;
}
.T50 {
  font-size: 50px;
}
/* POLICES */
.defaultPolice {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
.fullBlock {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 20px;
}
.fullBlock.center {
  text-align: center;
}
.timer {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 0 10px;
}
.timer .table-cell {
  display: inline-block;
  margin: 0 5px;
  width: 60px;
  /*background: url(/images/timer.png) no-repeat 0 0;
		background-size: 100%;*/

}
.timer .table-cell .tab-val {
  background-color: rgba(0, 0, 0, 0.05);
  height: 60px;
  line-height: 60px;
  margin: 0 0 5px;
  font-size: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.timer .table-cell .tab-unit {
  font-size: 20px;
}
#simple_timer.timer .table-cell.day,
#periodic_timer_days.timer .table-cell.hour {
  width: 60px;
  margin: 0 5px;
  /*background-image: url(/images/timer.png);
	background-size: 100%;*/

}
main {
  padding-bottom: 10px;
}
aside.navSpectacle {
  display: flex;
  justify-content: center;
  height: 60px;
  margin-left: auto;
}
aside.navSpectacle.marginSpecial {
  margin: 50px auto;
}
aside.navSpectacle .btPrev {
  padding-left: 20px;
  background: url("/img/picto_prev_b.png") left center no-repeat;
  background-size: 10px auto;
  height: 60px;
  margin: 0 10px;
  display: flex;
}
aside.navSpectacle .btPrev img {
  width: 60px;
  height: 60px;
  background-color: #969696;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  flex-wrap: wrap;
  line-height: 60px;
}
aside.navSpectacle .btNext {
  padding-right: 20px;
  display: flex;
  background: url("/img/picto_next_b.png") right center no-repeat;
  background-size: 10px auto;
  height: 60px;
  margin: 0 10px;
}
aside.navSpectacle .btNext img {
  width: 60px;
  height: 60px;
  background-color: #969696;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
#titrePage,
#filAriane {
  color: #e00442;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#titrePage#filAriane,
#filAriane#filAriane {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  min-height: 60px !important;
}
#titrePage#filAriane a,
#filAriane#filAriane a {
  color: #e00442;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  align-self: center;
  text-transform: uppercase;
}
#titrePage#filAriane legend,
#filAriane#filAriane legend {
  display: flex;
  flex-wrap: wrap;
}
#titrePage a,
#filAriane a {
  color: #e00442;
}
#titrePage .selects,
#filAriane .selects {
  display: flex;
  flex-wrap: wrap;
}
#titrePage .selects.withBorder,
#filAriane .selects.withBorder {
  padding-bottom: 35px;
  border-bottom: solid 1px rgba(100, 115, 160, 0.2);
}
#titrePage .selects select,
#filAriane .selects select {
  cursor: pointer;
  color: #6473a0;
  height: 60px;
  line-height: 60px;
  border: none;
}
#titrePage .selects select:hover,
#filAriane .selects select:hover {
  color: #e00442;
}
#titrePage .selects select:not(#choixPage),
#filAriane .selects select:not(#choixPage) {
  font-size: 20px;
  border-left: solid 1px #6473a0;
  padding-left: 33px;
  margin-left: 33px;
}
#titrePage .selects select option,
#filAriane .selects select option {
  color: #6473a0;
  font-size: 20px;
  cursor: pointer;
  background-color: rgba(100, 115, 160, 0.1);
}
#titrePage .selects select option:hover,
#filAriane .selects select option:hover {
  color: #e00442 !important;
  background-color: rgba(100, 115, 160, 0.2);
}
#titrePage .selects select option:selected,
#filAriane .selects select option:selected {
  background-color: #FFF;
}
#titrePage .selects select#choixPage,
#filAriane .selects select#choixPage {
  color: #6473a0;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  border: none;
  background: transparent;
}
#titrePage .selects select#choixPage:hover,
#filAriane .selects select#choixPage:hover {
  color: #e00442;
}
#titrePage .selects select#choixPage option,
#filAriane .selects select#choixPage option {
  font-size: 20px;
}
#titrePage span,
#filAriane span {
  color: #6473a0;
  text-transform: uppercase;
  border: none;
  background: transparent;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  align-self: center;
}
#titrePage span a,
#filAriane span a {
  color: #6473a0;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
html {
  height: 100%;
}
a {
  text-decoration: none;
  cursor: hand;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none !important;
  color: #000;
}
html,
body {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  color: #6473a0;
  font-size: 0px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  z-index: 1;
  overflow-x: hidden;
}
body {
  overflow-y: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 12;
  height: 160px;
  align-items: center;
  padding: 0 120px 0 40px;
  position: relative;
}
header:not(.opened) + #menu_open {
  background-color: #fff;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  visibility: hidden;
  height: 0;
}
header.opened {
  background-color: rgba(100, 115, 160, 0.95);
}
header.opened.scrolled + #menu_open {
  margin-top: 120px;
}
header.opened:not(.scrolled) + #menu_open {
  margin-top: 160px;
}
header.opened .billeterie,
header.opened #menu_haut {
  display: none !important;
}
header.opened #burger {
  background: url("/img/picto_close_bl.png") center center no-repeat;
  background-size: 40px auto;
}
header.opened + #menu_open {
  display: flex;
  position: absolute;
  z-index: 10;
  background-color: rgba(100, 115, 160, 0.95);
  top: 0;
  left: 0;
  bottom: 0;
  right: -18px;
  flex-direction: column;
  overflow-y: scroll;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
}
header.opened + #menu_open #entete {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
header.opened + #menu_open #entete .logo_grand {
  height: 100px;
  margin-top: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
header.opened + #menu_open #entete aside {
  width: 100%;
  padding-right: 120px;
  position: relative;
  height: 60px;
  margin-top: 10px;
}
header.opened + #menu_open #entete aside .billeterie {
  position: absolute;
  top: 0px;
  right: 0;
  height: 60px;
  width: 120px;
  text-align: center;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #e00442;
  transition: all ease 0.5s;
  line-height: 60px;
}
header.opened + #menu_open #entete aside .billeterie:hover {
  background-color: #cc0034;
}
header.opened + #menu_open #entete aside #lienSecondaireGrd_menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header.opened + #menu_open #entete aside #lienSecondaireGrd_menu > * {
  height: 60px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  padding-left: 68px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  margin-right: 20px;
  opacity: 0.75;
  transition: all ease 0.5s;
}
header.opened + #menu_open #entete aside #lienSecondaireGrd_menu > *:hover {
  opacity: 1;
}
header.opened + #menu_open #entete aside #lienSecondaireGrd_menu > *.contact {
  background: url("/img/picto_contact_bl.png") center left 20px no-repeat;
  background-size: auto 32px;
}
header.opened + #menu_open #entete aside #lienSecondaireGrd_menu > *.acces {
  background: url("/img/picto_location_bl.png") center left 20px no-repeat;
  background-size: auto 38px;
}
header.opened + #menu_open #entete aside #lienSecondaireGrd_menu > *.rech_open {
  background: url("/img/picto_loupe_bl.png") center left 20px no-repeat;
  background-size: auto 38px;
}
header.opened + #menu_open #entete aside #lienSecondairePetit_menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header.opened + #menu_open #entete aside #lienSecondairePetit_menu > * {
  width: 60px;
  height: 60px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  text-align: center;
  color: #fff;
}
header.opened + #menu_open #entete aside #lienSecondairePetit_menu > *.contact {
  background: url("/img/picto_contact_bl.png") center top 8px no-repeat;
  background-size: auto 24px;
}
header.opened + #menu_open #entete aside #lienSecondairePetit_menu > *.acces {
  background: url("/img/picto_location_bl.png") center top 6px no-repeat;
  background-size: auto 28px;
}
header.opened + #menu_open #entete aside #lienSecondairePetit_menu > *.rech_open {
  background: url("/img/picto_loupe_bl.png") center top 6px no-repeat;
  background-size: auto 28px;
}
header .billeterie {
  position: absolute;
  top: 30px;
  right: 0;
  height: 60px;
  width: 120px;
  text-align: center;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #e00442;
  transition: all ease 0.5s;
  line-height: 60px;
}
header .billeterie:hover {
  background-color: #cc0034;
}
header #burger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 20px;
  background: url("/img/picto_menu_b.png") center center no-repeat;
  background-size: 100%;
  display: none;
  cursor: pointer;
}
header .lienPro {
  position: absolute;
  top: 100px;
  right: 0;
  height: 30px;
  width: 40px;
  text-align: center;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #6473a0;
  line-height: 30px;
  transition: all ease 0.5s;
}
header .lienPro:hover {
  background-color: #505c80;
}
header .logo_grand {
  height: 100px;
  margin-right: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
header:not(.scrolled) .logo_petit {
  filter: alpha(opacity=100);
  opacity: 0;
  visibility: hidden;
  height: 0;
}
header.scrolled {
  height: 120px;
}
header.scrolled:not(.opened) {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed !important;
}
header.scrolled + #menu_open + main {
  margin-top: 120px;
}
header.scrolled .logo_grand {
  filter: alpha(opacity=100);
  opacity: 0;
  visibility: hidden;
  height: 0;
}
header.scrolled .logo_petit {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  display: block !important;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
header.scrolled #menu_bas {
  display: none !important;
}
header .logo_petit {
  height: 60px;
  margin-right: 10px;
}
header #menuPage {
  display: flex;
  flex-direction: column;
  width: 100%;
}
header #menuPage section#menu_haut {
  display: flex;
  min-height: 60px;
  width: 100%;
}
header #menuPage section#menu_haut #lienPrincipaux {
  display: flex;
  justify-content: space-around;
  flex: 2;
}
header #menuPage section#menu_haut #lienPrincipaux a {
  margin: 0 5px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-size: 20px;
  color: #6473a0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #menuPage section#menu_haut #lienPrincipaux a:hover {
  /*background-color: #dce1f0;
							color: #FFF;
							padding: 10px;
							.arr(5);*/

  color: #e00442;
}
header #menuPage section#menu_haut #lienSecondaire {
  display: flex;
  justify-content: flex-end;
}
header #menuPage section#menu_haut #lienSecondaire > * {
  width: 60px;
  height: 60px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  border-left: solid 1px rgba(100, 115, 160, 0.1);
  padding-top: 40px;
  text-align: center;
  color: #6473a0;
}
header #menuPage section#menu_haut #lienSecondaire > *.contact {
  background: url("/img/picto_contact_b.png") center top 8px no-repeat;
  background-size: auto 24px;
}
header #menuPage section#menu_haut #lienSecondaire > *.contact:hover {
  background: url("/img/picto_contact_rg.png") center top 8px no-repeat;
  background-size: auto 24px;
  color: #e00442;
}
header #menuPage section#menu_haut #lienSecondaire > *.acces {
  background: url("/img/picto_location_b.png") center top 6px no-repeat;
  background-size: auto 28px;
}
header #menuPage section#menu_haut #lienSecondaire > *.acces:hover {
  background: url("/img/picto_location_rg.png") center top 8px no-repeat;
  background-size: auto 24px;
  color: #e00442;
}
header #menuPage section#menu_haut #lienSecondaire > *.rech_open {
  background: url("/img/picto_loupe_b.png") center top 6px no-repeat;
  background-size: auto 28px;
}
header #menuPage section#menu_bas {
  height: 40px;
  display: flex;
  align-items: flex-end;
}
header #menuPage section#menu_bas .social a {
  opacity: 1;
  transition: all ease 0.5s;
  margin: 0 10px;
}
header #menuPage section#menu_bas .social a:hover {
  opacity: 0.75;
}
header #menuPage section#menu_bas .social a img {
  height: 24px;
}
#liens {
  font-size: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
#liens > a {
  background: url("/img/rondRouge.png") center -100px no-repeat;
  background-size: 200px 200px;
  width: 100%;
  padding: 110px 0 20px 0;
  overflow: hidden;
  border-top: solid 1px #ededed;
  text-align: center;
  color: #e00442;
  font-size: 26px;
  font-weight: bold;
}
#liens > a:hover {
  background: url("/img/rondBlanc.png") center -100px no-repeat;
  background-size: 200px 200px;
  background-color: #e00442;
  color: #FFF;
}
/*** grid medias ***/
#medias:after {
  content: '';
  display: block;
  clear: both;
}
#contentMedias {
  max-width: 1280px;
  width: 100%;
  display: block;
  margin: auto;
}
#medias {
  margin: 0 auto;
  /*display: grid;
	position: relative;
	grid-gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(225px, 225px));
	grid-auto-rows: auto;
	justify-content: space-between;
	align-items: flex-start;*/

  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#medias .grid-item {
  width: 360px;
  display: inline-block;
  position: relative;
  margin: 15px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  /*** Ã©vÃ©nement ***/

  /***/

}
#medias .grid-item article.actu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#medias .grid-item article.actu.expanded {
  max-width: 760px;
  width: 100%;
}
#medias .grid-item article.actu .infoActu {
  max-width: 360px;
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
#medias .grid-item article.actu .infoActu aside {
  position: absolute;
  top: 0;
  right: 20px;
  width: 120px;
  z-index: 2;
}
#medias .grid-item article.actu .infoActu aside div {
  min-height: 40px;
  width: 100%;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#medias .grid-item article.actu .infoActu aside div.typeActu {
  background: #780041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
#medias .grid-item article.actu .infoActu aside div.date {
  background: #9b0041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  display: flex;
}
#medias .grid-item article.actu .infoActu aside div.date .sep {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
#medias .grid-item article.actu .infoActu aside div.date div {
  margin: auto;
  display: flex;
  justify-content: center;
  line-height: 30px;
  min-height: 30px;
  max-width: 50%;
}
#medias .grid-item article.actu .infoActu img {
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  object-fit: cover;
}
#medias .grid-item article.actu .infoActu hr {
  width: 120px;
  background-color: #fff;
  z-index: 2;
  height: 1px;
  border: none;
}
#medias .grid-item article.actu .infoActu h1 {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 32px;
  margin-top: 15px;
  padding: 0 10px;
}
#medias .grid-item article.actu .moreActu {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  height: 360px;
  background-color: #5a0041;
}
#medias .grid-item article.actu .moreActu h2 {
  color: #fff;
  margin: 0 0 20px 0;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
}
#medias .grid-item article.actu .moreActu p {
  margin: 0;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
#medias .grid-item img {
  width: 100%;
  height: auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#medias .grid-item a {
  width: 100%;
  display: flex;
  position: relative;
  font-size: 0px;
}
#medias .grid-item a legend {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  padding: 20px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 0;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 16px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 700;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#medias .grid-item a legend:before {
  content: " ";
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 5;
  background: transparent url('/img/btPlay2.png') center center no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  filter: alpha(opacity=100);
  opacity: 0.8;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#medias .grid-item a legend:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
#medias .grid-item.revuePresse {
  margin: 15px;
  color: #6473a0;
  background-color: #dce1f0;
  padding: 30px;
  font-size: 20px;
  line-height: 25px;
}
#medias .grid-item.revuePresse h1 {
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 500;
}
#medias .grid-item.revuePresse h2 {
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 700;
  font-style: italic !important;
}
#medias .grid-item.revuePresse a {
  width: 100%;
  display: inline-block;
  margin: 20px 0 0 0;
  text-align: right;
  text-decoration: underline !important;
  font-size: 16px;
  line-height: 16px;
}
#medias .grid-item.document a {
  text-decoration: underline !important;
  font-size: 16px;
  line-height: 16px;
}
#medias .grid-item.podcast {
  background-color: #6573a0;
  color: #FFF;
  vertical-align: top;
  padding: 10px;
}
#medias .grid-item.podcast legend {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 20px;
}
#medias .grid-item.document {
  padding-left: 40px;
  color: #6573a0;
  font-size: 16px;
  position: relative;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  padding: 0;
}
#medias .grid-item.document:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 30px;
  height: 30px;
  background-color: #6573a0;
  transform: rotate(45deg);
}
#medias .grid-item.document:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
  background: transparent url('/img/btTelecharger.png') center center no-repeat;
  background-size: 100%;
}
#medias .grid-item.document a {
  color: #6573a0;
  text-decoration: none !important;
  padding: 20px 0 20px 50px;
  min-height: 30px;
  display: flex;
  flex-direction: column;
}
#banner {
  width: 100%;
  position: relative;
  background-color: #e0e3ec;
}
#banner .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 4px 4px 8px 0px #d9d9d9;
  -moz-box-shadow: 4px 4px 8px 0px #d9d9d9;
  -webkit-box-shadow: 4px 4px 8px 0px #d9d9d9;
}
#banner .slide a.btPlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 0;
  left: 0;
  top: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#banner .slide a.btPlay:before {
  content: " ";
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: 5;
  background: transparent url('/img/btPlay.png') center center no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#banner .slide a.btPlay > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .slide a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .slide .vignBanner {
  position: absolute;
  top: 0;
  left: 40px;
  width: 120px;
}
#banner .slide .vignBanner div {
  height: 40px;
  width: 100%;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#banner .slide .vignBanner div.creation {
  background: #c80041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
#banner .slide .vignBanner div.theatre {
  background: #e00442;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
#banner .slide .vignBanner div.artisteAssocie {
  background-color: #ff3c00;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
#banner .slide .vignette {
  width: 100%;
  max-width: 440px;
  position: absolute;
  bottom: -40px;
  left: 40px;
}
#banner .slide .vignette img {
  width: 100%;
  max-width: 400px;
  max-height: 150px;
  margin: auto;
}
#banner .slide .infoBanner {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#banner .slide .infoBanner .section_haute {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 190px;
  background: #e10041;
}
#banner .slide .infoBanner .section_haute h2 {
  max-width: 225px;
  width: 100%;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 38px;
  padding: 20px 0 0 0;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  margin-top: auto;
}
#banner .slide .infoBanner .section_haute h3 {
  max-width: 225px;
  width: 100%;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
}
#banner .slide .infoBanner .section_basse {
  height: 190px;
  background: #ff0041;
  display: flex;
  flex-direction: column;
}
#banner .slide .infoBanner .section_basse h2 {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  color: #fff;
}
#banner .slide .infoBanner .section_basse h2 div {
  padding: 0 15px;
  height: 100%;
  color: #fff;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
}
#banner .slide .infoBanner .section_basse h2 div.sep {
  border-left: solid 1px #fff;
}
#banner .slide .infoBanner .section_basse h2 div.nasser {
  text-align: center;
  line-height: 40px;
}
#banner .slide .infoBanner .section_basse span {
  max-width: 225px;
  width: 100%;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto 20px auto;
  color: #fff;
  text-align: center;
}
#banner .slide .infoBanner .section_basse .btReserver {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #fff;
  color: #ff0041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all ease-in 0.2s;
}
#banner .slide .infoBanner .section_basse .btReserver:hover {
  color: #fff;
  background-color: #cc0034;
}
footer {
  display: flex;
  flex-wrap: wrap;
  min-height: 280px;
  background: #dce1f0;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
footer #formNewsLetterFooter {
  background-color: #6473a0;
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin: auto;
}
footer #formNewsLetterFooter #closeNewsLetter {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("/img/picto_close_bl.png") center center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  border: none;
  cursor: pointer;
}
footer #formNewsLetterFooter img {
  height: 40px;
  width: 40px;
}
footer #formNewsLetterFooter h2 {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin: 0;
  line-height: 20px;
  text-align: center;
  margin: 10px 0;
}
footer #formNewsLetterFooter input[type="text"] {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: italic !important;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  background-color: transparent;
}
footer #formNewsLetterFooter input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}
footer #formNewsLetterFooter input[type="text"]:focus {
  border: none !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
  outline: none !important;
}
footer #formNewsLetterFooter input[type="submit"] {
  color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 25px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: transparent;
  cursor: pointer;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  flex-shrink: 0;
  transition: all ease 0.5s;
}
footer #formNewsLetterFooter input[type="submit"]:hover {
  color: #6473a0;
  background-color: #ffffff;
}
footer > article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  margin: auto;
}
footer > article#footer_logo > img {
  height: 115px;
}
footer > article#footer_logo .social {
  display: flex;
  margin-top: 20px;
  font-size: 20px;
}
footer > article#footer_logo .social a {
  height: 24px !important;
  margin-right: 15px;
  opacity: 1;
  color: rgba(100, 115, 160, 0.75);
  transition: all ease 0.5s;
}
footer > article#footer_logo .social a:hover {
  color: #6473a0;
}
footer > article#footer_logo .social a img {
  height: 24px !important;
}
footer > article#footer_acces,
footer > article#footer_contact {
  display: flex;
  flex-direction: column;
}
footer > article#footer_acces img,
footer > article#footer_contact img {
  width: 32px;
}
footer > article#footer_acces div,
footer > article#footer_contact div {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #6473a0;
}
footer > article#footer_acces div a,
footer > article#footer_contact div a {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #6473a0;
  opacity: 0.75;
}
footer > article#footer_acces div a:hover,
footer > article#footer_contact div a:hover {
  opacity: 1;
}
footer > article#footer_extraLien {
  padding: 10px 0 10px 10px;
  margin: 0 0 0 auto !important;
}
footer > article#footer_extraLien .billeterie {
  height: 60px;
  width: 120px;
  text-align: center;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #e00442;
  line-height: 60px;
  margin-left: auto;
  transition: all ease 0.5s;
}
footer > article#footer_extraLien .billeterie:hover {
  background-color: #cc0034;
}
footer > article#footer_extraLien .lienPro {
  height: 60px;
  width: auto;
  text-align: center;
  line-height: 60px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  background-color: #6473a0;
  transition: all ease 0.5s;
  margin: 12px 0 12px auto;
  padding: 0 20px;
}
footer > article#footer_extraLien .lienPro:hover {
  background-color: #505c80;
}
footer > article#footer_extraLien #dlFileFooter {
  height: 40px;
  padding-right: 70px;
  background: url("/img/picto_dlFile_b.png") center right 15px no-repeat;
  background-size: 40px auto;
  color: #6473a0;
  text-align: right;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-top: 30px;
  border: none !important;
  cursor: pointer;
  line-height: 20px;
  opacity: 0.8;
  transition: all ease 0.5s;
}
footer > article#footer_extraLien #dlFileFooter:hover {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  #banner.mobile {
    margin-bottom: 350px !important;
  }
  #banner.mobile2 {
    margin-bottom: 300px !important;
  }
  #banner:not(.noMarginMobile) .slide .infoBanner {
    bottom: -330px;
    left: 0;
    right: 0;
    top: auto;
    transform: inherit;
    margin: auto;
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (max-width: 640px) {
  main {
    padding: 0 !important;
  }
  main #medias .grid-item.document {
    width: 320px;
  }
  #titrePage,
  #filAriane {
    font-size: 24px;
    line-height: 20px;
  }
  .menu_3 {
    display: none !important;
  }
  header #menuPage > .billeterie,
  header #menuPage > .pro {
    display: none;
  }
  header {
    padding-right: 20px !important;
  }
  header #menu_haut {
    display: none !important;
  }
  header .lienPro {
    display: none !important;
  }
  header #burger {
    display: block;
  }
  header #burger {
    display: block;
    margin-left: auto;
  }
  #menu_open {
    display: flex;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #menu_open #entete .logo_grand {
    height: 80px !important;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #menu_open #entete section {
    height: 80px !important;
  }
  #menu_open #entete section .social {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }
  #menu_open #entete section .social a {
    opacity: 1;
    transition: all ease 0.5s;
    margin: 0 10px;
  }
  #menu_open #entete section .social a:hover {
    opacity: 0.75;
  }
  #menu_open #entete section .social a img {
    height: 20px;
  }
  #menu_open #contentMenuOpen {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  #menu_open #contentMenuOpen #lienMenuOpen {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul {
    width: 260px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    width: 100%;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul:not(.opened) li:not(.titre) {
    display: none;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li {
    cursor: pointer;
    opacity: 0.75;
    transition: all ease 0.5s;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li:hover {
    opacity: 1;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li br {
    display: none;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li:not(.titre) {
    margin-bottom: 15px;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li:not(.titre) a {
    color: #fff;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    padding-left: 10px;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li.titre a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    pointer-events: none;
    cursor: pointer !important;
  }
  #menu_open #contentMenuOpen aside {
    width: 100%;
    flex-shrink: 0;
    margin-top: 20px;
    margin-bottom: auto;
    display: flex;
    padding: 0 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #menu_open #contentMenuOpen aside form {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #menu_open #contentMenuOpen aside form img {
    height: 28px;
    width: 28px;
    margin-bottom: 20px;
  }
  #menu_open #contentMenuOpen aside form h2 {
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #6473a0;
    margin: 0;
  }
  #menu_open #contentMenuOpen aside form input[type="text"] {
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-size: italic !important;
    border: none;
    border-bottom: solid 1px rgba(100, 115, 160, 0.1);
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #6473a0;
    margin-bottom: 10px;
    width: 180px;
    text-align: center;
    background: transparent;
  }
  #menu_open #contentMenuOpen aside form input[type="text"]:focus {
    border: none !important;
    border-bottom: solid 1px rgba(100, 115, 160, 0.1) !important;
    outline: none !important;
  }
  #menu_open #contentMenuOpen aside form input[type="submit"] {
    color: #6473a0;
    padding: 0 15px;
    height: 40px;
    line-height: 25px;
    border: solid 1px rgba(100, 115, 160, 0.1);
    background: transparent;
    cursor: pointer;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    transition: all ease 0.5s;
  }
  #menu_open #contentMenuOpen aside form input[type="submit"]:hover {
    background-color: #6473a0;
    color: #fff;
  }
  #menu_open #contentMenuOpen aside #dlFileMenu {
    height: 40px;
    padding-right: 70px;
    background: url("/img/picto_dlFile_bl.png") center right 15px no-repeat;
    background-size: 40px auto;
    color: #fff;
    text-align: right;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
    border: none !important;
    cursor: pointer;
    line-height: 20px;
    opacity: 0.75;
    transition: all ease 0.5s;
  }
  #menu_open #contentMenuOpen aside #dlFileMenu:hover {
    opacity: 1;
  }
  #menu_open #contentMenuOpen aside .lienPro {
    margin-right: -20px;
    margin-top: 17.5px;
    height: 60px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #6473a0;
    background-color: #fff;
    opacity: 0.75;
    transition: all ease 0.5s;
  }
  #menu_open #contentMenuOpen aside .lienPro:hover {
    opacity: 1;
  }
  #lienSecondaireGrd_menu {
    display: none !important;
  }
  footer #footer_logo,
  footer #footer_acces,
  footer #footer_contact {
    width: 290px;
    padding: 10px;
    margin: auto;
  }
  footer #formNewsLetterFooter {
    width: 65%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1400px) and (min-width: 640px) {
  header {
    padding-right: 200px !important;
  }
  header #burger {
    display: block !important;
  }
  header .billeterie {
    right: 80px;
  }
  header #lienSecondaire .contact,
  header #lienSecondaire .acces {
    display: none;
  }
  header .lienPro {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  header .menu_1 {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .menu_2 {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  aside.navSpectacle {
    margin: 20px auto 0 auto;
  }
}
@media screen and (min-width: 640px) {
  #menu_open {
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #menu_open #entete .logo_grand {
    height: 80px !important;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #menu_open #entete section {
    height: 80px !important;
  }
  #menu_open #entete section .social {
    margin-top: auto;
    display: flex;
    opacity: 1;
    transition: all ease 0.5s;
  }
  #menu_open #entete section .social:hover {
    opacity: 0.75;
  }
  #menu_open #entete section .social a {
    margin: 0 10px;
  }
  #menu_open #entete section .social a img {
    height: 24px;
  }
  #menu_open #contentMenuOpen {
    display: flex;
    padding: 10px 0;
  }
  #menu_open #contentMenuOpen #lienMenuOpen {
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul {
    width: 260px;
    margin-top: 20px;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li {
    cursor: pointer;
    opacity: 0.75;
    transition: all ease 0.5s;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li:hover {
    opacity: 1;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li:not(.titre) {
    margin-top: 7px;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li:not(.titre) a {
    color: #fff;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  #menu_open #contentMenuOpen #lienMenuOpen ul li.titre a {
    color: #fff;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
  }
  #menu_open #contentMenuOpen aside {
    width: 220px;
    flex-shrink: 0;
    margin-top: 20px;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #menu_open #contentMenuOpen aside form {
    background-color: #fff;
    width: 100%;
    padding: 20px;
  }
  #menu_open #contentMenuOpen aside form img {
    height: 28px;
    width: 28px;
    margin-bottom: 20px;
  }
  #menu_open #contentMenuOpen aside form h2 {
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #6473a0;
    margin: 0;
  }
  #menu_open #contentMenuOpen aside form input[type="text"] {
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-size: italic !important;
    border: none;
    border-bottom: solid 1px rgba(100, 115, 160, 0.1);
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
  }
  #menu_open #contentMenuOpen aside form input[type="text"]:focus {
    border: none !important;
    border-bottom: solid 1px rgba(100, 115, 160, 0.1) !important;
    outline: none !important;
  }
  #menu_open #contentMenuOpen aside form input[type="submit"] {
    color: #6473a0;
    padding: 0 15px;
    height: 40px;
    line-height: 25px;
    border: solid 1px rgba(100, 115, 160, 0.1);
    background: transparent;
    cursor: pointer;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    transition: all ease 0.5s;
  }
  #menu_open #contentMenuOpen aside form input[type="submit"]:hover {
    background-color: #6473a0;
    color: #fff;
  }
  #menu_open #contentMenuOpen aside #dlFileMenu {
    height: 40px;
    padding-right: 70px;
    background: url("/img/picto_dlFile_bl.png") center right 15px no-repeat;
    background-size: 40px auto;
    color: #fff;
    text-align: right;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
    border: none !important;
    cursor: pointer;
    line-height: 20px;
    opacity: 0.75;
  }
  #menu_open #contentMenuOpen aside #dlFileMenu:hover {
    opacity: 1;
  }
  #menu_open #contentMenuOpen aside .lienPro {
    height: 60px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'HCo Archer';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #6473a0;
    background-color: #fff;
    transition: all ease 0.5s;
    margin-top: 30px;
    opacity: 0.75;
  }
  #menu_open #contentMenuOpen aside .lienPro:hover {
    opacity: 1;
  }
  #lienSecondairePetit_menu {
    display: none !important;
  }
}
#specsPasses {
  width: 100%;
  font-size: 60px;
  line-height: 60px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#specsPasses hr {
  width: 100%;
  height: 1px;
  line-height: 1px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  margin: 15px 0;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm,
.listeElm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm article,
.listeElm article {
  margin: 20px;
  position: relative;
  flex-shrink: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm article:not(.expanded),
.listeElm article:not(.expanded) {
  width: 360px;
  height: 360px;
}
#listeElm article.mois,
.listeElm article.mois {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-weight: bold;
  font-size: 100px;
  line-height: 80px;
  color: #e00442;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 360px;
  align-items: center;
  overflow: hidden;
}
#listeElm article.mois:before,
.listeElm article.mois:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e00442;
  top: 50%;
  transform: skewY(-47deg);
}
#listeElm article.mois legend,
.listeElm article.mois legend {
  background-color: #ffffff;
  position: relative;
  padding: 0 0 20px 0;
}
#listeElm article.spectacle,
.listeElm article.spectacle {
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm article.spectacle:hover .bulleSpectacle,
.listeElm article.spectacle:hover .bulleSpectacle {
  background-color: rgba(224, 4, 66, 0.4);
}
#listeElm article.spectacle a aside,
.listeElm article.spectacle a aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  z-index: 2;
}
#listeElm article.spectacle a aside div,
.listeElm article.spectacle a aside div {
  height: 40px;
  width: 100%;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#listeElm article.spectacle a aside div.creation,
.listeElm article.spectacle a aside div.creation {
  background: #c80041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
#listeElm article.spectacle a aside div.theatre,
.listeElm article.spectacle a aside div.theatre {
  background: #e00442;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
#listeElm article.spectacle a aside div.date,
.listeElm article.spectacle a aside div.date {
  background: #ff0041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  display: flex;
}
#listeElm article.spectacle a aside div.date .sep,
.listeElm article.spectacle a aside div.date .sep {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
#listeElm article.spectacle a aside div.date div,
.listeElm article.spectacle a aside div.date div {
  margin: auto;
  width: 50%;
  display: flex;
  justify-content: center;
  line-height: 30px;
  height: 30px;
}
#listeElm article.spectacle a aside .reservation,
.listeElm article.spectacle a aside .reservation {
  height: 40px;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #ff0041;
  line-height: 40px;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm article.spectacle a aside .reservation:hover,
.listeElm article.spectacle a aside .reservation:hover {
  color: #fff;
  background-color: #e00442;
}
#listeElm article.spectacle a > img,
.listeElm article.spectacle a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
#listeElm article.spectacle a .vignette,
.listeElm article.spectacle a .vignette {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#listeElm article.spectacle a .vignette img,
.listeElm article.spectacle a .vignette img {
  width: 100%;
}
#listeElm article.spectacle a .bulleSpectacle,
.listeElm article.spectacle a .bulleSpectacle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.11) 49%, rgba(0, 0, 0, 0.51) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.11) 49%, rgba(0, 0, 0, 0.51) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.11) 49%, rgba(0, 0, 0, 0.51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#82000000', GradientType=0);
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm article.spectacle a .bulleSpectacle h1,
.listeElm article.spectacle a .bulleSpectacle h1 {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  max-height: 64px;
  max-width: 260px;
  margin: 0 auto;
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 10px;
}
#listeElm article.spectacle a .bulleSpectacle h2,
.listeElm article.spectacle a .bulleSpectacle h2 {
  margin: 15px 0 0 0;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 3;
  max-width: 240px;
  margin: 0;
  color: #fff;
  text-align: center;
  max-width: 140px;
}
#listeElm article.spectacle a .bulleSpectacle h3,
.listeElm article.spectacle a .bulleSpectacle h3 {
  width: 100%;
  background-color: #ff3c00;
  height: 24px;
  margin: 5px 0 0 0;
  text-align: center;
}
#listeElm article.spectacle a .bulleSpectacle h3 div,
.listeElm article.spectacle a .bulleSpectacle h3 div {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}
#listeElm article.actu,
.listeElm article.actu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm article.actu:after,
.listeElm article.actu:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 360px;
  z-index: 1;
  content: " ";
  user-select: none;
  pointer-events: none;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#listeElm article.actu:hover:after,
.listeElm article.actu:hover:after {
  background-color: rgba(224, 4, 66, 0.4);
}
#listeElm article.actu.expanded,
.listeElm article.actu.expanded {
  max-width: 760px;
  width: 100%;
}
#listeElm article.actu a,
.listeElm article.actu a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#listeElm article.actu a .infoActu,
.listeElm article.actu a .infoActu {
  max-width: 360px;
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
#listeElm article.actu a .infoActu aside,
.listeElm article.actu a .infoActu aside {
  position: absolute;
  top: 0;
  right: 20px;
  width: 120px;
  z-index: 2;
}
#listeElm article.actu a .infoActu aside div,
.listeElm article.actu a .infoActu aside div {
  height: 40px;
  width: 100%;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
#listeElm article.actu a .infoActu aside div.typeActu,
.listeElm article.actu a .infoActu aside div.typeActu {
  background: #780041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
#listeElm article.actu a .infoActu aside div.date,
.listeElm article.actu a .infoActu aside div.date {
  background: #9b0041;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  display: flex;
}
#listeElm article.actu a .infoActu aside div.date .sep,
.listeElm article.actu a .infoActu aside div.date .sep {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
#listeElm article.actu a .infoActu aside div.date div,
.listeElm article.actu a .infoActu aside div.date div {
  margin: auto;
  display: flex;
  justify-content: center;
  line-height: 30px;
  height: 30px;
  max-width: 50%;
}
#listeElm article.actu a .infoActu img,
.listeElm article.actu a .infoActu img {
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  object-fit: cover;
}
#listeElm article.actu a .infoActu hr,
.listeElm article.actu a .infoActu hr {
  width: 120px;
  background-color: #fff;
  z-index: 2;
  height: 1px;
  border: none;
}
#listeElm article.actu a .infoActu h1,
.listeElm article.actu a .infoActu h1 {
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 32px;
  margin-top: 15px;
  padding: 0 20px;
}
#listeElm article.actu a .moreActu,
.listeElm article.actu a .moreActu {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  height: 360px;
  background-color: #5a0041;
}
#listeElm article.actu a .moreActu h2,
.listeElm article.actu a .moreActu h2 {
  color: #fff;
  margin: 0 0 20px 0;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
}
#listeElm article.actu a .moreActu p,
.listeElm article.actu a .moreActu p {
  margin: 0;
  font-family: 'HCo Archer';
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
}
